/*
 * jQuery FlexSlider v2.3.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 28, sass/partials/_flexslider.scss */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

/* line 33, sass/partials/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 38, sass/partials/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 46, sass/partials/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 50, sass/partials/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 54, sass/partials/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 58, sass/partials/_flexslider.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 66, sass/partials/_flexslider.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 69, sass/partials/_flexslider.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 72, sass/partials/_flexslider.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 78, sass/partials/_flexslider.scss */
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 87, sass/partials/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 90, sass/partials/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 98, sass/partials/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 101, sass/partials/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* line 104, sass/partials/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 107, sass/partials/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 126, sass/partials/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: '\f001';
}

/* line 132, sass/partials/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* line 135, sass/partials/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: 0px;
}

/* line 138, sass/partials/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}

/* line 142, sass/partials/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 146, sass/partials/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 149, sass/partials/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 153, sass/partials/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 156, sass/partials/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 162, sass/partials/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 168, sass/partials/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 174, sass/partials/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #132635;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 189, sass/partials/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #597386;
}

/* line 192, sass/partials/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #597386;
  cursor: default;
}

/* line 196, sass/partials/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 201, sass/partials/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 206, sass/partials/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 217, sass/partials/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 220, sass/partials/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 228, sass/partials/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 232, sass/partials/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* normalize.css v3.0.1 | 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, sass/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, sass/partials/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 43, sass/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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 55, sass/partials/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 76, sass/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, sass/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, sass/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, sass/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

/* line 167, sass/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, sass/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, sass/partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
/* line 219, sass/partials/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, sass/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 254, sass/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, sass/partials/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 276, sass/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, sass/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 301, sass/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 310, sass/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 333, sass/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 345, sass/partials/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, sass/partials/_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 369, sass/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, sass/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, sass/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, sass/partials/_normalize.scss */
optgroup {
  font-weight: bold;
}

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

/* line 423, sass/partials/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 2, sass/partials/_modal.scss */
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}

/* line 7, sass/partials/_modal.scss */
.md-perspective body {
  background: #fff;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}

/* line 14, sass/partials/_modal.scss */
.container {
  background: #e74c3c;
  min-height: 100%;
}

/* line 19, sass/partials/_modal.scss */
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40%;
  max-width: 600px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 1360px) {
  /* line 19, sass/partials/_modal.scss */
  .md-modal {
    width: 95%;
  }
}

/* line 43, sass/partials/_modal.scss */
.md-show {
  visibility: visible;
}

/* line 47, sass/partials/_modal.scss */
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(19, 38, 53, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 63, sass/partials/_modal.scss */
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
/* line 69, sass/partials/_modal.scss */
.md-content {
  color: #132635;
  background: #fff;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  display: inline-block;
  padding: 40px;
}

/* line 79, sass/partials/_modal.scss */
.md-content h3 {
  margin: 0;
  text-align: left;
  font-size: 2.4em;
  width: 100%;
  padding-bottom: 1em;
}
@media screen and (max-width: 48.25em) {
  /* line 79, sass/partials/_modal.scss */
  .md-content h3 {
    font-size: 1.6em;
  }
}

/* line 92, sass/partials/_modal.scss */
.md-content > div {
  margin: 0;
}

/* line 96, sass/partials/_modal.scss */
.md-content > img {
  width: 40%;
}

/* line 102, sass/partials/_modal.scss */
.md-content > div p {
  margin: 0;
  padding: 10px 0;
  text-align: left;
  float: left;
  width: 100%;
  font-size: 1em;
  text-align: left;
}
@media screen and (max-width: 48.25em) {
  /* line 102, sass/partials/_modal.scss */
  .md-content > div p {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}

/* line 118, sass/partials/_modal.scss */
.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}

/* line 123, sass/partials/_modal.scss */
.md-content > div ul li {
  padding: 5px 0;
}

/* line 127, sass/partials/_modal.scss */
.md-content button {
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 1em;
  width: 50px;
  background-color: #fff;
  color: #132635;
  border: none;
}

/* line 138, sass/partials/_modal.scss */
.md-content button:hover {
  width: 50px;
  background-color: #fff;
  color: #c6704a;
  border: none;
}

/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
/* line 148, sass/partials/_modal.scss */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 159, sass/partials/_modal.scss */
.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 27, sass/main.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 31, sass/main.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 42, sass/main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 47, sass/main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 56, sass/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #597386;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 50px;
  width: 2em;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 75, sass/main.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 83, sass/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 93, sass/main.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 101, sass/main.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 112, sass/main.scss */
body {
  font-family: 'Droid Serif', serif;
  color: #132635;
  text-align: center;
  background-color: #fff;
}

/* line 121, sass/main.scss */
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

/* line 128, sass/main.scss */
h1 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 1em;
}

/* line 136, sass/main.scss */
h2 {
  color: #132635;
  text-transform: uppercase;
  padding: 50px 0px 20px 0px;
  text-align: center;
  font-weight: 700;
}

/* line 145, sass/main.scss */
h4 {
  font-weight: 700;
}

/* line 150, sass/main.scss */
p {
  font-size: 1.1em;
}

/* line 154, sass/main.scss */
a {
  color: #597386;
  text-decoration: none;
}

/* line 159, sass/main.scss */
a:hover {
  color: #c6704a;
  text-decoration: none;
}

/* ---- nav ----- */
/* line 166, sass/main.scss */
header {
  background-color: #ffffff;
  width: 100%;
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0px 1px 10px rgba(19, 38, 53, 0.2);
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  height: 90px;
  vertical-align: middle;
  padding: 0 0px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
/* line 185, sass/main.scss */
header nav {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 10px;
  display: inline-block;
  text-align: right;
  float: right;
  height: 100%;
}
/* line 197, sass/main.scss */
header .js nav {
  max-height: none;
}
/* line 200, sass/main.scss */
header nav ul {
  margin: 0;
  border: 0;
}
/* line 206, sass/main.scss */
header nav li {
  display: inline-block;
  margin: 0 20px;
  padding: 2.1em 0em;
}
/* line 214, sass/main.scss */
header nav li a:hover {
  color: #c6704a;
}
/* line 219, sass/main.scss */
header img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 25em;
  padding: 15px 20px;
  display: inline-block;
  float: left;
  margin-top: 5px;
}

/* line 231, sass/main.scss */
header.shrink {
  height: 70px;
  line-height: 1em;
}
/* line 235, sass/main.scss */
header.shrink img {
  width: 18em;
  margin-top: 2px;
}
/* line 240, sass/main.scss */
header.shrink nav {
  font-size: 0.8em;
}
/* line 245, sass/main.scss */
header.shrink nav li {
  padding: 2.1em 0em;
  display: inline-block;
}

/* line 254, sass/main.scss */
a.menu-link {
  display: none;
}

/* ------ */
/* line 262, sass/main.scss */
img {
  width: 100%;
}

/* line 265, sass/main.scss */
button {
  font-family: 'Montserrat',sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  width: 80%;
  background-color: #c6704a;
  color: #ffffff;
  border: 2px solid #c6704a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5em;
}
/* line 278, sass/main.scss */
button a {
  color: #fff;
}

/* line 286, sass/main.scss */
button:hover {
  width: 80%;
  background-color: #132635;
  color: #ffffff;
  border: 2px solid #132635;
}

/* line 298, sass/main.scss */
#header {
  width: 100%;
  background-color: #132635;
  background-image: url("../img/headerimg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40vh 0;
  height: 100vh;
}
/* line 311, sass/main.scss */
#header h3 {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.5em;
}
@media screen and (max-width: 48.25em) {
  /* line 311, sass/main.scss */
  #header h3 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 38em) {
  /* line 311, sass/main.scss */
  #header h3 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 48.25em) {
  /* line 323, sass/main.scss */
  #header h1 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 38em) {
  /* line 323, sass/main.scss */
  #header h1 {
    font-size: 1.3em;
  }
}

/* line 333, sass/main.scss */
#about {
  padding: 60px 0 30px 0;
}

/* line 338, sass/main.scss */
#testimonials {
  background-color: #ecf0f2;
  padding-bottom: 2em;
  margin-top: 3em;
}

/* line 345, sass/main.scss */
.slides {
  padding: 0 2em 2em 2em;
}
@media screen and (max-width: 38em) {
  /* line 345, sass/main.scss */
  .slides {
    padding: 0 2em;
  }
}

/* line 352, sass/main.scss */
#profile {
  text-align: left;
  padding-top: 60px;
}
@media screen and (max-width: 48.25em) {
  /* line 352, sass/main.scss */
  #profile {
    padding: 0em;
    text-align: center;
  }
}
/* line 359, sass/main.scss */
#profile h3 {
  font-weight: 700;
}
/* line 364, sass/main.scss */
#profile img {
  padding-left: 10%;
}
@media screen and (max-width: 48.25em) {
  /* line 364, sass/main.scss */
  #profile img {
    padding: 0 20%;
  }
}
/* line 372, sass/main.scss */
#profile a {
  text-decoration: underline;
}

/* line 380, sass/main.scss */
#experience h1 {
  color: #132635;
  text-transform: uppercase;
  padding: 30px 0 10px 0;
  text-align: center;
}

/* line 390, sass/main.scss */
#experience h3 {
  color: #597386;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

/* line 400, sass/main.scss */
#experience h5 {
  color: #597386;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 1em;
  text-align: center;
}

/* line 410, sass/main.scss */
#experience button {
  padding: 10px 5px;
  width: 15%;
}
@media screen and (max-width: 48.25em) {
  /* line 410, sass/main.scss */
  #experience button {
    width: 80%;
  }
}

/* line 418, sass/main.scss */
#additional-experience {
  font-size: 0.8em;
  padding-bottom: 10em;
  text-align: center;
  margin: 0 auto;
}

/* line 425, sass/main.scss */
#additional-experience h2 {
  padding: 0;
  padding-top: 1em;
  text-align: center;
}

/* line 432, sass/main.scss */
#additional-experience h3 {
  text-align: center;
}

/* line 436, sass/main.scss */
#additional-experience h5 {
  text-align: center;
  padding-bottom: 15px;
}

/* line 441, sass/main.scss */
.more-info, .more-info2, .more-info3 {
  display: none;
}

/* line 444, sass/main.scss */
#experience ul {
  color: #597386;
  list-style: circle;
  width: 85%;
  padding: 0;
  font-size: 0.9em;
  text-align: left;
}

/* line 452, sass/main.scss */
#experience p {
  color: #597386;
  width: 100%;
  padding: 0;
  font-size: 0.9em;
  text-align: center;
}

/* line 459, sass/main.scss */
#experience ul li {
  padding-bottom: 1em;
  text-align: center;
}

/* line 467, sass/main.scss */
#icons img {
  width: 50%;
  padding-top: 4em;
  -webkit-transition: all 1s ease;
  /* Safari and Chrome */
  -moz-transition: all 1s ease;
  /* Firefox */
  -ms-transition: all 1s ease;
  /* IE 9 */
  -o-transition: all 1s ease;
  /* Opera */
  transition: all 1s ease;
}
/* line 476, sass/main.scss */
#icons h3 {
  height: 2.5em;
  font-weight: 400;
  margin-bottom: 1em;
}
/* line 481, sass/main.scss */
#icons p {
  color: #597386;
  font-size: 0.9em;
  padding: 0 2em;
}
/* line 486, sass/main.scss */
#icons a {
  color: #132635;
}
/* line 489, sass/main.scss */
#icons a img:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
}

/* line 501, sass/main.scss */
footer {
  background-color: #1b2127;
  color: #ffffff;
  padding-bottom: 8em;
}

/* line 506, sass/main.scss */
footer .col-1-1 {
  padding-bottom: 3em;
}

/* line 509, sass/main.scss */
footer h2 {
  color: #ffffff;
}

/* line 513, sass/main.scss */
#contact {
  padding-top: 30px;
}
/* line 516, sass/main.scss */
#contact a img {
  width: 45%;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
/* line 527, sass/main.scss */
#contact a img:hover {
  opacity: 0.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 537, sass/main.scss */
#contact a {
  display: inline-block;
  color: #ffffff;
}

/* line 541, sass/main.scss */
#contact a:hover {
  display: inline-block;
  color: #c6704a;
}

/* line 546, sass/main.scss */
#copyright {
  background-color: #090c0f;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75em;
  padding: 1.5em;
}

/*------------------ Media Queries -------------------------*/
@media screen and (max-width: 48.25em) {
  /* line 557, sass/main.scss */
  header {
    background-color: #ffffff;
    width: 100%;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
  }

  /* line 568, sass/main.scss */
  header img {
    width: 18em;
    padding-top: 1.5em;
    padding-left: 10px;
    display: inline-block;
    float: left;
  }

  /* line 576, sass/main.scss */
  header.shrink img {
    width: 12em;
    padding-top: 1.4em;
    padding-left: 10px;
    display: inline-block;
    float: left;
  }

  /* line 585, sass/main.scss */
  header a.menu-link img {
    width: 55px;
    padding: 1.6em 1em 0em 1em;
  }

  /* line 591, sass/main.scss */
  header a.menu-link {
    float: right;
    display: inline-block;
    padding: 1em 0em 0em .5em;
    height: 90px;
    font-size: 0.6em;
    background-color: #ecf0f2;
  }

  /* line 600, sass/main.scss */
  header a.menu-link:focus {
    background-color: #ecf0f2;
  }

  /* line 604, sass/main.scss */
  header.shrink a.menu-link {
    float: right;
    display: inline-block;
    padding: .6em 0 0em .5em;
    height: 70px;
    font-size: 0.8em;
  }

  /* line 612, sass/main.scss */
  header.shrink a.menu-link:focus {
    background-color: #ecf0f2;
  }

  /* line 616, sass/main.scss */
  header.shrink a.menu-link img {
    width: 50px;
    padding: 1.2em 1em 0em 1em;
  }

  /* line 623, sass/main.scss */
  header.shrink nav {
    padding: 0px;
    margin-top: 0;
  }

  /* line 631, sass/main.scss */
  nav {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #ffffff;
    width: 100%;
    padding: 0px;
    display: block;
  }

  /* line 646, sass/main.scss */
  nav a {
    color: #132635;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
  }

  /* line 656, sass/main.scss */
  .js nav {
    overflow: hidden;
    max-height: 0;
  }

  /* line 661, sass/main.scss */
  header nav.active {
    min-height: 145px;
    max-height: 700px;
    width: 100%;
  }

  /* line 669, sass/main.scss */
  #menu ul {
    margin: 0;
    padding: 0;
    max-height: 900px;
    width: 100%;
  }

  /* line 678, sass/main.scss */
  #menu li {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 0px;
  }

  /* line 686, sass/main.scss */
  #menu li a {
    display: block;
    width: 100%;
    padding: 8px;
    max-height: 900px;
    border-bottom: 1px solid #132635;
  }

  /* line 697, sass/main.scss */
  header.shrink #menu li a {
    display: block;
    width: 100%;
    padding: 20px;
    max-height: 400px;
    border-bottom: 1px solid #132635;
  }

  /* line 705, sass/main.scss */
  footer {
    padding-bottom: 2em;
  }

  /* line 709, sass/main.scss */
  .col-1-1 {
    padding-bottom: 0em;
  }

  /* line 712, sass/main.scss */
  hr {
    padding-bottom: 10px;
  }

  /* line 715, sass/main.scss */
  h3 {
    padding: 20px 0 5px 0;
  }
}
@media screen and (max-width: 38em) {
  /* line 721, sass/main.scss */
  header img {
    width: 14em;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 735, sass/main.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 743, sass/main.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 763, sass/main.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 780, sass/main.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 793, sass/main.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 810, sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 815, sass/main.scss */
.clearfix:after {
  clear: both;
}

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

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 834, sass/main.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 842, sass/main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 846, sass/main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 850, sass/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 860, sass/main.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 865, sass/main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 870, sass/main.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 875, sass/main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 879, sass/main.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 889, sass/main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 895, sass/main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
