/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0;
}

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

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

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

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clearfix, .grid:after, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .grid:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
  clear: both;
}
.clearfix:after, .grid:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/******************************************************************
Site Name: LUCA
Author: Becky Hamm

Stylesheet: Variables

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet


******************************************************************/
/*********************
TRANSITION
*********************/
.transition, .feature-box .feature-content, .feature-box:hover, .feature-box:hover .feature-image, .tile .tile-content, .tile .tile-image, .archive .post > a .article-header, .search .box > a .article-header, .blog .post > a .article-header, .btn-blue, .comment-reply-link, #submit, .btn-green, .btn-orange, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.col-1 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-1 {
    width: 1%;
    float: left;
  }
}
.col-2 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-2 {
    width: 2%;
    float: left;
  }
}
.col-3 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-3 {
    width: 3%;
    float: left;
  }
}
.col-4 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-4 {
    width: 4%;
    float: left;
  }
}
.col-5 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-5 {
    width: 5%;
    float: left;
  }
}
.col-6 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-6 {
    width: 6%;
    float: left;
  }
}
.col-7 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-7 {
    width: 7%;
    float: left;
  }
}
.col-8 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-8 {
    width: 8%;
    float: left;
  }
}
.col-9 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-9 {
    width: 9%;
    float: left;
  }
}
.col-10 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-10 {
    width: 10%;
    float: left;
  }
}
.col-11 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-11 {
    width: 11%;
    float: left;
  }
}
.col-12 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-12 {
    width: 12%;
    float: left;
  }
}
.col-13 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-13 {
    width: 13%;
    float: left;
  }
}
.col-14 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-14 {
    width: 14%;
    float: left;
  }
}
.col-15 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-15 {
    width: 15%;
    float: left;
  }
}
.col-16 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-16 {
    width: 16%;
    float: left;
  }
}
.col-17 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-17 {
    width: 17%;
    float: left;
  }
}
.col-18 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-18 {
    width: 18%;
    float: left;
  }
}
.col-19 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-19 {
    width: 19%;
    float: left;
  }
}
.col-20 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-20 {
    width: 20%;
    float: left;
  }
}
.col-21 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-21 {
    width: 21%;
    float: left;
  }
}
.col-22 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-22 {
    width: 22%;
    float: left;
  }
}
.col-23 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-23 {
    width: 23%;
    float: left;
  }
}
.col-24 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-24 {
    width: 24%;
    float: left;
  }
}
.col-25 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-25 {
    width: 25%;
    float: left;
  }
}
.col-26 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-26 {
    width: 26%;
    float: left;
  }
}
.col-27 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-27 {
    width: 27%;
    float: left;
  }
}
.col-28 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-28 {
    width: 28%;
    float: left;
  }
}
.col-29 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-29 {
    width: 29%;
    float: left;
  }
}
.col-30 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-30 {
    width: 30%;
    float: left;
  }
}
.col-31 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-31 {
    width: 31%;
    float: left;
  }
}
.col-32 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-32 {
    width: 32%;
    float: left;
  }
}
.col-33 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-33 {
    width: 33%;
    float: left;
  }
}
.col-34 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-34 {
    width: 34%;
    float: left;
  }
}
.col-35 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-35 {
    width: 35%;
    float: left;
  }
}
.col-36 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-36 {
    width: 36%;
    float: left;
  }
}
.col-37 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-37 {
    width: 37%;
    float: left;
  }
}
.col-38 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-38 {
    width: 38%;
    float: left;
  }
}
.col-39 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-39 {
    width: 39%;
    float: left;
  }
}
.col-40 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-40 {
    width: 40%;
    float: left;
  }
}
.col-41 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-41 {
    width: 41%;
    float: left;
  }
}
.col-42 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-42 {
    width: 42%;
    float: left;
  }
}
.col-43 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-43 {
    width: 43%;
    float: left;
  }
}
.col-44 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-44 {
    width: 44%;
    float: left;
  }
}
.col-45 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-45 {
    width: 45%;
    float: left;
  }
}
.col-46 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-46 {
    width: 46%;
    float: left;
  }
}
.col-47 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-47 {
    width: 47%;
    float: left;
  }
}
.col-48 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-48 {
    width: 48%;
    float: left;
  }
}
.col-49 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-49 {
    width: 49%;
    float: left;
  }
}
.col-50 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-50 {
    width: 50%;
    float: left;
  }
}
.col-51 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-51 {
    width: 51%;
    float: left;
  }
}
.col-52 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-52 {
    width: 52%;
    float: left;
  }
}
.col-53 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-53 {
    width: 53%;
    float: left;
  }
}
.col-54 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-54 {
    width: 54%;
    float: left;
  }
}
.col-55 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-55 {
    width: 55%;
    float: left;
  }
}
.col-56 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-56 {
    width: 56%;
    float: left;
  }
}
.col-57 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-57 {
    width: 57%;
    float: left;
  }
}
.col-58 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-58 {
    width: 58%;
    float: left;
  }
}
.col-59 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-59 {
    width: 59%;
    float: left;
  }
}
.col-60 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-60 {
    width: 60%;
    float: left;
  }
}
.col-61 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-61 {
    width: 61%;
    float: left;
  }
}
.col-62 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-62 {
    width: 62%;
    float: left;
  }
}
.col-63 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-63 {
    width: 63%;
    float: left;
  }
}
.col-64 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-64 {
    width: 64%;
    float: left;
  }
}
.col-65 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-65 {
    width: 65%;
    float: left;
  }
}
.col-66 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-66 {
    width: 66%;
    float: left;
  }
}
.col-67 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-67 {
    width: 67%;
    float: left;
  }
}
.col-68 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-68 {
    width: 68%;
    float: left;
  }
}
.col-69 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-69 {
    width: 69%;
    float: left;
  }
}
.col-70 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-70 {
    width: 70%;
    float: left;
  }
}
.col-71 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-71 {
    width: 71%;
    float: left;
  }
}
.col-72 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-72 {
    width: 72%;
    float: left;
  }
}
.col-73 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-73 {
    width: 73%;
    float: left;
  }
}
.col-74 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-74 {
    width: 74%;
    float: left;
  }
}
.col-75 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-75 {
    width: 75%;
    float: left;
  }
}
.col-76 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-76 {
    width: 76%;
    float: left;
  }
}
.col-77 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-77 {
    width: 77%;
    float: left;
  }
}
.col-78 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-78 {
    width: 78%;
    float: left;
  }
}
.col-79 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-79 {
    width: 79%;
    float: left;
  }
}
.col-80 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-80 {
    width: 80%;
    float: left;
  }
}
.col-81 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-81 {
    width: 81%;
    float: left;
  }
}
.col-82 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-82 {
    width: 82%;
    float: left;
  }
}
.col-83 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-83 {
    width: 83%;
    float: left;
  }
}
.col-84 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-84 {
    width: 84%;
    float: left;
  }
}
.col-85 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-85 {
    width: 85%;
    float: left;
  }
}
.col-86 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-86 {
    width: 86%;
    float: left;
  }
}
.col-87 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-87 {
    width: 87%;
    float: left;
  }
}
.col-88 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-88 {
    width: 88%;
    float: left;
  }
}
.col-89 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-89 {
    width: 89%;
    float: left;
  }
}
.col-90 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-90 {
    width: 90%;
    float: left;
  }
}
.col-91 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-91 {
    width: 91%;
    float: left;
  }
}
.col-92 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-92 {
    width: 92%;
    float: left;
  }
}
.col-93 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-93 {
    width: 93%;
    float: left;
  }
}
.col-94 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-94 {
    width: 94%;
    float: left;
  }
}
.col-95 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-95 {
    width: 95%;
    float: left;
  }
}
.col-96 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-96 {
    width: 96%;
    float: left;
  }
}
.col-97 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-97 {
    width: 97%;
    float: left;
  }
}
.col-98 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-98 {
    width: 98%;
    float: left;
  }
}
.col-99 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-99 {
    width: 99%;
    float: left;
  }
}
.col-100 {
  width: 100%;
}

@media all and (min-width: 50em) {
  .col-100 {
    width: 100%;
    float: left;
  }
}
@media all and (min-width: 50em) {
  .col-33 {
    width: 33.33%;
  }
}
.col-50-33 {
  width: 100%;
}
@media all and (min-width: 30em) {
  .col-50-33 {
    float: left;
    width: 50%;
  }
}
@media all and (min-width: 50em) {
  .col-50-33 {
    width: 33.33%;
  }
}

.flexbox .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 50em) {
  .flexbox .flex {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.flexbox .inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flexbox .flex-align {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.flexbox .flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.flexbox .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media all and (min-width: 50em) {
  .flexbox .flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 10%;
        -ms-flex: 1 0 10%;
            flex: 1 0 10%;
  }
  .flexbox .flex-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
  }
}
.flexbox .flex-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.flexbox .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media all and (min-width: 50em) {
  .flexbox .flex-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 20%;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
  }
  .flexbox .flex-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
  }
}
.flexbox .flex-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.flexbox .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media all and (min-width: 50em) {
  .flexbox .flex-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 30%;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
  }
  .flexbox .flex-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
  }
}
.flexbox .flex-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.flexbox .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media all and (min-width: 50em) {
  .flexbox .flex-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40%;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }
  .flexbox .flex-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
  }
}
.flexbox .flex-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.flexbox .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media all and (min-width: 50em) {
  .flexbox .flex-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .flexbox .flex-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
  }
}
.flexbox .flex-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.flexbox .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media all and (min-width: 50em) {
  .flexbox .flex-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 60%;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
  }
  .flexbox .flex-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
  }
}
.flexbox .flex-7 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.flexbox .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media all and (min-width: 50em) {
  .flexbox .flex-7 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 70%;
        -ms-flex: 1 0 70%;
            flex: 1 0 70%;
  }
  .flexbox .flex-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
  }
}
.flexbox .flex-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.flexbox .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media all and (min-width: 50em) {
  .flexbox .flex-8 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 80%;
        -ms-flex: 1 0 80%;
            flex: 1 0 80%;
  }
  .flexbox .flex-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
  }
}
.flexbox .flex-9 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.flexbox .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media all and (min-width: 50em) {
  .flexbox .flex-9 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 90%;
        -ms-flex: 1 0 90%;
            flex: 1 0 90%;
  }
  .flexbox .flex-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
  }
}
.flexbox .flex-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.flexbox .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media all and (min-width: 50em) {
  .flexbox .flex-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .flexbox .flex-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
  }
}

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

.block {
  display: block;
}

.bg-center {
  background-position: top center;
}

.bg-top {
  background-position: center center;
}

.bg-bottom {
  background-position: bottom center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.rounded {
  border-radius: 3px;
}

.rounded-left {
  border-radius: 3px 0 0 3px;
}

.rounded-right {
  border-radius: 0 3px 3px 0;
}

.rounded-top {
  border-radius: 3px 3px 0 0;
}

.rounded-bottom {
  border-radius: 0 0 3px 3px;
}

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

Stylesheet: Typography


******************************************************************/
/*********************
FONT FACE 
*********************/
@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/roboto-regular-webfont.eot");
  src: url("../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'danielregular';
  src: url("../fonts/daniel-webfont.eot");
  src: url("../fonts/daniel-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/daniel-webfont.woff") format("woff"), url("../fonts/daniel-webfont.ttf") format("truetype"), url("../fonts/daniel-webfont.svg#danielregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  line-height: 1.4;
  margin-top: 0;
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

p:before {
  content: "";
  width: 6em;
  display: block;
  overflow: hidden;
}

ul {
  margin-top: 0;
  margin-bottom: .5em;
}

li {
  line-height: 1.4;
}

.list-unordered li {
  list-style-type: square;
  list-style-position: inside;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #2980b9;
  /* on hover */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #20638f;
  text-decoration: none;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 700;
  margin-top: 0;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  color: #296845;
  font-size: 1.8em;
  font-family: "danielregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1em;
}
@media all and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.5em;
  }
}

h2, .h2 {
  font-size: 1.75em;
  font-family: "danielregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  margin-bottom: 0.375em;
}

h3, .h3 {
  font-size: 1.3em;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: .5em;
}

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

/*********************
GENERAL STYLES
*********************/
html {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "robotoregular", Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #164666;
  background-color: #c7cec2;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}
@media all and (min-width: 40em) {
  .wrap {
    max-width: 45em;
  }
}
@media all and (min-width: 60em) {
  .wrap {
    max-width: 55em;
  }
}
@media all and (min-width: 67em) {
  .wrap {
    max-width: 65em;
  }
}

img {
  max-width: 100%;
  height: auto !important;
  line-height: 1;
}

.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 200px;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}

.box, .tile {
  margin: .5em;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  position: relative;
}

.box-archive {
  margin: 0 0 .5em 0;
}

.box + .box {
  margin-top: 1em;
}

.flex > .box + .box {
  margin-top: .5em;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo {
  font-family: "robotoregular";
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.1;
}
@media all and (min-width: 30em) {
  .logo {
    font-size: 1.2em;
  }
}
@media all and (min-width: 40em) {
  .logo {
    font-size: 1.7em;
  }
}
.logo a {
  color: #013344;
  display: inline-block;
  text-decoration: none;
  max-width: 170px;
  margin-top: .25em;
}
@media all and (min-width: 40em) {
  .logo a {
    max-width: 200px;
  }
}
@media all and (min-width: 40em) {
  .logo a {
    max-width: 275px;
  }
}
.logo svg {
  display: inline-block;
  fill: #013344;
  stroke: #013344;
  max-height: 2.5em;
  max-width: 40px;
  vertical-align: top;
}
@media all and (min-width: 40em) {
  .logo svg {
    max-width: 70px;
  }
}
.logo .svg-fallback {
  display: none;
}

.no-svg .header .logo a {
  margin-top: 0;
}

.no-svg .header .logo svg {
  display: none;
}

.no-svg .header .logo .svg-fallback {
  display: inline-block;
}
.no-svg .header .logo .svg-fallback img {
  max-height: 2.5em;
  max-width: 40px;
}
@media all and (min-width: 40em) {
  .no-svg .header .logo .svg-fallback img {
    max-width: 70px;
  }
}

@media all and (min-width: 76.5em) {
  .header {
    background-color: #fff;
  }
}

.inner-header {
  background-color: #fff;
  padding: .5em;
}
@media all and (min-width: 76.5em) {
  .inner-header {
    background-color: transparent;
    float: left;
  }
}

/*********************
NAVIGATION STYLES
*********************/
a.menu-link {
  color: #013344;
  float: right;
  font-size: 1	em;
  font-weight: bold;
  padding: 1em .5em .5em .5em;
  text-decoration: none;
  text-transform: uppercase;
}
@media all and (min-width: 30em) {
  a.menu-link {
    font-size: 1.2em;
  }
}
@media all and (min-width: 76.5em) {
  a.menu-link {
    display: none;
  }
}

.main-menu {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  clear: both;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
@media all and (min-width: 76.5em) {
  .main-menu {
    background-color: transparent;
    float: right;
    clear: none;
  }
}

.js .main-menu {
  max-height: 0;
  overflow: hidden;
}
.js .main-menu .sub-menu {
  max-height: 0;
  overflow: hidden;
}
.js .main-menu .sub-menu.active {
  max-height: 1000em;
}
@media all and (min-width: 76.5em) {
  .js .main-menu {
    max-height: none;
    overflow: visible;
  }
  .js .main-menu .sub-menu {
    max-height: none;
    overflow: visible;
  }
}

.js .main-menu.active {
  max-height: 40em;
}

.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.nav li {
  border-top: 1px solid #013344;
  display: block;
}
@media all and (min-width: 76.5em) {
  .nav li {
    border: none;
    display: inline-block;
  }
}
.nav li a {
  color: #013344;
  display: block;
  font-family: 'robotoregular';
  font-weight: bold;
  letter-spacing: -1px;
  text-decoration: none;
  padding: 0.75em;
}
.nav li a:hover, .nav li a:focus {
  color: #C55733;
}
@media all and (min-width: 76.5em) {
  .nav li a {
    display: inline-block;
    padding: 1.5em 0.2em;
  }
}

/* end .nav */
.nav ul.sub-menu, .nav ul.children {
  clear: both;
  margin: 0;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  z-index: 3;
}
@media all and (min-width: 76.5em) {
  .nav ul.sub-menu, .nav ul.children {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 4em;
    min-width: 10em;
  }
  .nav ul.sub-menu li, .nav ul.children li {
    display: block;
  }
  .nav ul.sub-menu li a, .nav ul.children li a {
    padding: .5em .75em;
  }
}

.nav .menu-item-has-children {
  position: relative;
}
.nav .menu-item-has-children > a:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 1.5em;
  padding: 0.25em 0.5em;
}
.nav .menu-item-has-children > a.active:after {
  content: '-';
}
.nav .menu-item-has-children li a {
  padding-left: 1.5em;
  background-color: transparent;
  background-color: rgba(1, 51, 68, 0.15);
}
@media all and (min-width: 76.5em) {
  .nav .menu-item-has-children:hover ul.sub-menu {
    display: block;
  }
  .nav .menu-item-has-children > a:after {
    content: "";
  }
  .nav .menu-item-has-children > a.active:after {
    content: "";
  }
  .nav .menu-item-has-children li a {
    background-color: transparent;
  }
}

.nav .menu-item.btn-orange {
  display: inline-block;
  margin: .5em;
  border-top: none;
}
.nav .menu-item.btn-orange a {
  color: #fff;
  padding: .25em;
}
@media all and (min-width: 76.5em) {
  .nav .menu-item.btn-orange {
    margin: 0 .5em 0 0;
  }
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
  position: relative;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #c7cec2;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #2980b9;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #2980b9;
  color: #fff;
}
.pagination .current {
  cursor: default;
  color: #164666;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #164666;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/*********************
POSTS & CONTENT STYLES
*********************/
.content {
  position: relative;
}
@media all and (min-width: 30em) {
  .content {
    min-height: 500px;
  }
}

.content:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background: white;
  left: 0;
  right: 0;
  opacity: .2;
}

.inner-content {
  padding-top: 3em;
  padding-bottom: 3em;
}

.inner-content iframe[src^="https://maps.google.com"] {
  width: 100% !important;
}

.hentry {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}

.article-header {
  background-color: #013344;
  background-color: rgba(1, 51, 68, 0.9);
  border-bottom: 1px solid #f8f9fa;
  border-radius: 3px 3px 0 0;
  padding: 1em;
}
.article-header h1, .article-header h2, .article-header h3, .article-header h4 {
  color: #fff;
  margin: 0;
}

.entry-image img {
  border-radius: 3px;
}

footer {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}
footer p {
  margin: 0;
}

.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* post meta */
.byline {
  color: #fff;
  font-style: italic;
  margin: 0;
}

/* entry content */
.entry-content {
  padding: 1.5em;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
.entry-content p {
  margin: 0 0 .5em;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
.entry-content table {
  width: 100%;
  border: 1px solid #c7cec2;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 1px solid #c7cec2;
}
.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #c7cec2;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #c7cec2;
  border-right: 1px solid #c7cec2;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}
.entry-content img {
  margin: 0 0 .5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content img.alignnone {
  margin: 0;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
.tags {
  margin: 0;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */
}

.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #fff;
}
.comment.even {
  background: #f8f9fa;
}

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #164666;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */
}

.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #f8f9fa;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #296845;
  color: #f8f9fa;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: none;
}

.home .article-header + .entry-content {
  padding-top: 0;
}

.home .title-box, .home .features-box {
  width: 100%;
}

@media all and (min-width: 40em) {
  .home .features-box {
    float: left;
    width: 40%;
  }
}
@media all and (min-width: 50em) {
  .home .features-box {
    width: 50%;
  }
}
@media all and (min-width: 60em) {
  .home .features-box {
    width: 60%;
  }
}
@media all and (min-width: 40em) {
  .home .title-box {
    float: left;
    width: 60%;
  }
}
@media all and (min-width: 50em) {
  .home .title-box {
    width: 50%;
  }
}
@media all and (min-width: 60em) {
  .home .title-box {
    width: 40%;
  }
}

.home .main {
  width: 100%;
  float: none;
  margin: 0 auto;
}

.home .article-header {
  background-color: transparent;
  border: none;
}
.home .article-header h1, .home .article-header h2, .home .article-header h3 {
  color: #296845;
}

.home .home-link {
  color: #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: .5em;
  padding: .75em;
}
@media all and (min-width: 30em) {
  .home .home-link {
    -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
    margin: 0 .5em;
  }
}
.home .home-link:first-child {
  margin-left: 0;
}
.home .home-link:last-child {
  margin-right: 0;
}
.home .home-link:hover {
  color: #fff;
}

.feature-box {
  height: 100px;
  margin: 0;
  overflow: hidden;
}
@media all and (min-width: 30em) {
  .feature-box {
    width: 48%;
    float: left;
    margin: 0 1% 1em 1%;
  }
  .feature-box + .feature-box {
    margin-top: 0;
  }
}
@media all and (min-width: 40em) {
  .feature-box {
    width: 100%;
    margin: 0;
    float: none;
  }
  .feature-box + .feature-box {
    margin-top: 1em;
  }
}
.feature-box .feature-content {
  height: 100%;
  padding: 1em;
  width: 100%;
  z-index: 1;
}
.feature-box .feature-link {
  text-decoration: underline;
}
.feature-box h2 {
  margin: 0;
}
.feature-box .feature-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100px;
  text-decoration: none;
}
.feature-box p:last-child {
  margin-bottom: 0;
}
.feature-box:hover {
  background-color: #f2f2f2;
}
.feature-box:hover .feature-image {
  opacity: 1;
}

.box-dark .feature-content {
  background-color: #296845;
  background-color: rgba(41, 104, 69, 0.7);
  color: #fff;
}
.box-dark a, .box-dark h1, .box-dark h2, .box-dark h3, .box-dark h4 {
  color: #fff;
}
.box-dark:hover a, .box-dark:hover h1, .box-dark:hover h2, .box-dark:hover h3, .box-dark:hover h4 {
  color: #fff;
}
.box-dark:hover .feature-content {
  background-color: #323944;
  background-color: rgba(50, 57, 68, 0.2);
}
.box-dark:hover .feature-link {
  text-decoration: none;
}

.box-med .feature-content {
  background-color: #013344;
  background-color: rgba(1, 51, 68, 0.7);
  color: #fff;
}
.box-med a, .box-med h1, .box-med h2, .box-med h3, .box-med h4 {
  color: #fff;
}
.box-med:hover a, .box-med:hover h1, .box-med:hover h2, .box-med:hover h3, .box-med:hover h4 {
  color: #fff;
}
.box-med:hover .feature-content {
  background-color: #323944;
  background-color: rgba(50, 57, 68, 0.2);
}
.box-med:hover .feature-link {
  text-decoration: none;
}

.box-light .feature-content {
  background-color: #C55733;
  background-color: rgba(197, 87, 51, 0.7);
  color: #fff;
}
.box-light a, .box-light h1, .box-light h2, .box-light h3, .box-light h4 {
  color: #fff;
}
.box-light:hover a, .box-light:hover h1, .box-light:hover h2, .box-light:hover h3, .box-light:hover h4 {
  color: #fff;
}
.box-light:hover .feature-content {
  background-color: #323944;
  background-color: rgba(50, 57, 68, 0.2);
}
.box-light:hover .feature-link {
  text-decoration: none;
}

.tile {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  display: block;
  line-height: 1;
  min-height: 200px;
  position: relative;
}
.tile img {
  border-radius: 3px;
}
.tile .tile-content {
  background-color: #013344;
  background-color: rgba(1, 51, 68, 0.4);
  color: #fff;
  border-radius: 3px;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  line-height: 1;
  padding: 1em;
  position: absolute;
  text-align: center;
}
.tile .tile-content > .tile-title {
  font-size: 2em;
  margin-top: 0;
}
.tile .tile-image {
  -webkit-filter: grayscale(90%);
}
.tile:hover .tile-content {
  background-color: #013344;
  background-color: rgba(1, 51, 68, 0.7);
}
.tile:hover .tile-image {
  -webkit-filter: grayscale(50%);
}

.flexbox .tile-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: black;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: black;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.widget {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  padding: 1em;
}

.widget + .widget {
  margin-top: 1em;
}

.widgettitle {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: "robotoregular", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
}

.widget ul {
  list-style-type: disc;
  list-style-position: inside;
}

.gallery-thumbnail {
  display: block;
  padding: .5em;
  text-align: center;
}

.gallery-item {
  display: inline-block;
  text-decoration: none;
  margin: .25em;
  position: relative;
}
.gallery-item:hover:after {
  content: "";
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #013344;
  background-color: rgba(1, 51, 68, 0.5);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAcUlEQVQ4T2NkwAP+//9fAJTuR1NSyMjIOAGXNkYCBjYA5evR1DQCDQSJYwWjBqIGCzBSBkEYQpMGP45IcwCKgzAyOADkgDA28IERaOB/fEmHVLkRaiAovwrgiRR7NLmDeCNlNC+jhMDgyHr0jhSSqwAANzFi3u56L+MAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 50%;
}

.gallery-item img {
  margin-bottom: 0;
}

dl {
  margin: .5em;
}

dt h4 {
  margin-bottom: .5em;
}

dd {
  margin-left: 0;
  margin-bottom: 1.5em;
}

.icon {
  display: inline-block;
  -webkit-transition: .2s -webkit-transform ease-in-out;
          transition: .2s transform ease-in-out;
}

.icon.spin {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .2s -webkit-transform ease-in-out;
          transition: .2s transform ease-in-out;
}

.google-map {
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.archive-header {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1em;
}

.archive .post > a {
  text-decoration: none;
}
.archive .post > a .article-header:hover {
  background-color: #296845;
}

.search .box > a {
  text-decoration: none;
}
.search .box > a .article-header:hover {
  background-color: #296845;
}

.blog .post > a {
  text-decoration: none;
}
.blog .post > a .article-header:hover {
  background-color: #296845;
}

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

Stylesheet: Button Styles


******************************************************************/
.btn-blue, .comment-reply-link, #submit, .btn-green, .btn-orange {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  padding: .5em;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}
.btn-blue:hover, .comment-reply-link:hover, #submit:hover, .btn-green:hover, .btn-orange:hover, .btn-blue:focus, .comment-reply-link:focus, #submit:focus, .btn-green:focus, .btn-orange:focus {
  color: #fff;
  text-decoration: none;
}
.btn-blue:active, .comment-reply-link:active, #submit:active, .btn-green:active, .btn-orange:active {
  top: 1px;
}

.btn-blue, .comment-reply-link, #submit {
  background-color: #2980b9;
}
.btn-blue:hover, .comment-reply-link:hover, #submit:hover, .btn-blue:focus, .comment-reply-link:focus, #submit:focus {
  background-color: #2574a8;
  color: #fff;
}
.btn-blue:active, .comment-reply-link:active, #submit:active {
  background-color: #2472a4;
}

.btn-green {
  background-color: #296845;
  color: #fff;
}
.btn-green:hover, .btn-green:focus {
  background-color: #23593b;
  color: #fff;
}
.btn-green:active {
  background-color: #225639;
}

.btn-orange {
  background-color: #C55733;
  color: #fff;
}
.btn-orange:hover, .btn-orange:focus {
  background-color: #b5502f;
  color: #fff;
}
.btn-orange:active {
  background-color: #b14e2e;
}

a.btn-orange {
  color: #fff;
}
a.btn-orange:hover, a.btn-orange:focus, a.btn-orange:visited {
  color: #fff;
}

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

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  font-size: 1em;
  color: #164666;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  background-color: #e1e5de;
}
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #d1d7cd;
}
input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #c7cec2;
  opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

.gform_wrapper select {
  font-size: 1em;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
  font-size: 1em;
}

.gfield {
  margin-top: 1em;
}

ul.gfield_radio li input,
ul.gfield_checkbox li input {
  width: auto !important;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  margin-top: .5em;
}

.mc-field-group br {
  display: none;
}
.mc-field-group [type="checkbox"], .mc-field-group [type="radio"] {
  margin-right: 5px;
}

#mc_embed_signup .asterisk {
  font-size: 120% !important;
}

#mc_embed_signup .mc-field-group .asterisk {
  position: relative !important;
  top: inherit !important;
  right: inherit !important;
}

.widget_em_widget li a {
  font-weight: bold;
}

.widget_em_widget li div {
  text-indent: 1em;
}

.widget_em_calendar table.em-calendar {
  margin: 0 auto;
}
.widget_em_calendar table.em-calendar td {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.widget_em_calendar table.em-calendar .days-names td, .widget_em_calendar table.em-calendar thead td {
  border: none;
}

.widget_em_calendar table.em-calendar td.eventful {
  background-color: #C55733;
  color: white;
}
.widget_em_calendar table.em-calendar td.eventful a {
  color: white;
  text-decoration: none;
}

table.fullcalendar td {
  padding: 4px;
  width: 14.2%;
  vertical-align: top;
}

table.fullcalendar thead {
  border: 1px solid #888;
}

table.fullcalendar thead td {
  border: none;
  text-align: center;
  vertical-align: middle;
}
table.fullcalendar thead td a {
  font-size: 1.2em;
  text-decoration: none;
}

table.fullcalendar tbody {
  border-right: 1px solid #888;
}
table.fullcalendar tbody .days-names {
  font-weight: bold;
}

table.fullcalendar td.eventful, table.fullcalendar td.eventful-post, table.fullcalendar td.eventful-pre {
  padding: 0;
}
table.fullcalendar td.eventful ul, table.fullcalendar td.eventful-post ul, table.fullcalendar td.eventful-pre ul {
  margin: 0;
  padding: 0;
}
table.fullcalendar td.eventful > a:first-child, table.fullcalendar td.eventful-post > a:first-child, table.fullcalendar td.eventful-pre > a:first-child {
  color: #013344;
  text-decoration: none;
  font-weight: bold;
  padding: 4px;
}
table.fullcalendar td.eventful li, table.fullcalendar td.eventful-post li, table.fullcalendar td.eventful-pre li {
  background-color: rgba(197, 87, 51, 0.8);
  border-bottom: 1px solid white;
  font-size: .9em;
  list-style-type: none;
  padding: .1em;
}
table.fullcalendar td.eventful li:hover, table.fullcalendar td.eventful-post li:hover, table.fullcalendar td.eventful-pre li:hover {
  background-color: #C55733;
}
table.fullcalendar td.eventful li:last-child, table.fullcalendar td.eventful-post li:last-child, table.fullcalendar td.eventful-pre li:last-child {
  border-bottom: none;
}
table.fullcalendar td.eventful li a, table.fullcalendar td.eventful-post li a, table.fullcalendar td.eventful-pre li a {
  color: white;
  text-decoration: none;
}

table.fullcalendar td.eventful-post > a:first-child, table.fullcalendar td.eventful-pre > a:first-child {
  color: #ccc;
  font-weight: normal;
}
table.fullcalendar td.eventful-post li, table.fullcalendar td.eventful-pre li {
  background-color: #9c9c9c;
}
table.fullcalendar td.eventful-post li:hover, table.fullcalendar td.eventful-pre li:hover {
  background-color: #838383;
}

table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
  color: #296845;
}

.event-info {
  padding-bottom: 1em;
}
@media all and (min-width: 50em) {
  .event-info {
    float: left;
    width: 45%;
  }
}

.event-location-map {
  width: 100%;
}
.event-location-map i {
  display: none;
}
@media all and (min-width: 50em) {
  .event-location-map {
    float: left;
    padding: 1em;
    width: 55%;
  }
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
