@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import "../misc/flexboxgrid/dist/flexboxgrid.min.css";
@import "../misc/font-awesome/css/font-awesome.min.css";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,800");
@import url("https://fonts.googleapis.com/css?family=Martel:400,800");
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

div#nav-mobile {
  display: none;
  background: #00948a;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
div#nav-mobile input#toggle {
  display: none;
}
div#nav-mobile label {
  display: block;
  font-size: 2em;
  line-height: 1;
  padding: 10px 20px;
  margin: 0;
  text-align: right !important;
  cursor: pointer;
  user-select: none;
}
div#nav-mobile label:after {
  content: "≡";
}
div#nav-mobile div#menu {
  display: none;
}
div#nav-mobile div#menu nav {
  border-top: 1px solid #18baaf;
  margin: 0;
  padding: 0;
}
div#nav-mobile div#menu nav ul {
  margin: 0;
  padding: 0;
}
div#nav-mobile div#menu nav ul li {
  display: block;
  vertical-align: top;
  list-style-type: none;
  text-align: left !important;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #18baaf;
}
div#nav-mobile div#menu nav ul li a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 10px 20px;
  color: white;
  text-align: left !important;
}
div#nav-mobile div#menu nav ul li a:hover {
  background: #18baaf;
}
div#nav-mobile div#menu nav ul li ul {
  font-size: 0.9em;
}
div#nav-mobile div#menu nav ul li ul li {
  float: none;
  width: 100%;
  margin-bottom: 0;
}
div#nav-mobile div#menu nav ul li ul li a {
  font-weight: normal;
  color: white;
}
input#toggle:checked ~ div#menu {
  display: block !important;
}

div#nav-mobile {
  text-align: right;
  color: white;
}

html {
  background-color: #2c3e50;
  -webkit-background-image: linear-gradient(to bottom right, #34495e, #212931);
  -moz-background-image: linear-gradient(to bottom right, #34495e, #212931);
  -o-background-image: linear-gradient(to bottom right, #34495e, #212931);
  background-image: linear-gradient(to bottom right, #34495e, #212931);
}

body {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  -webkit-text-size-adjust: none;
  color: #556162;
  margin: 0;
}

a {
  color: #00948a;
}
a:hover {
  color: #18baaf;
}
a.button {
  background-color: #00948a;
  -webkit-background-image: linear-gradient(to bottom right, #ecf0f1, #00948a);
  -moz-background-image: linear-gradient(to bottom right, #ecf0f1, #00948a);
  -o-background-image: linear-gradient(to bottom right, #ecf0f1, #00948a);
  background-image: linear-gradient(to bottom right, #ecf0f1, #00948a);
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  padding: 0.4em 0.8em;
  line-height: 1;
  font-size: 1em;
  font-weight: 600;
  border: 2px solid #00948a;
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -o-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
a.button:hover {
  background-color: #18baaf;
  -webkit-background-image: linear-gradient(to bottom right, #ecf0f1, #18baaf);
  -moz-background-image: linear-gradient(to bottom right, #ecf0f1, #18baaf);
  -o-background-image: linear-gradient(to bottom right, #ecf0f1, #18baaf);
  background-image: linear-gradient(to bottom right, #ecf0f1, #18baaf);
}

p, li {
  line-height: 1.7;
}

div.box {
  padding: 0 1em;
}

div.space {
  height: 50px;
}

div.hr {
  height: 1px;
  background: #bdc3c7;
  margin: 50px 0;
}

header#top {
  background: url("../img/background.jpg") no-repeat top center white;
  background-size: cover;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
  border-bottom: 5px solid #bdc3c7;
}
header#top div#nav {
  padding: 2em 0;
  font-size: 0.8em;
}
header#top div#nav h1 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
header#top div#nav h1 a {
  text-decoration: none;
  color: #556162;
}
header#top div#nav h1 a img {
  height: 1.5em;
  vertical-align: top;
  margin-right: 10px;
}
header#top div#nav nav ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
header#top div#nav nav ul li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
}
header#top div#nav nav ul li a {
  font-size: 1.7em;
  line-height: 2;
  margin: 0 0 0 1.5em;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  color: #00948a;
}
header#top div#nav nav ul li a:hover {
  color: #18baaf;
}
header#top div#splash {
  margin: 3em 0;
  text-align: center;
  font-size: 1.4em;
}
header#top div#splash div.box {
  position: relative;
  border-bottom: 1px solid #bdc3c7;
}
header#top div#splash div.box h1 {
  color: #2c3e50;
  line-height: 1.3;
}
header#top div#splash div.box p {
  font-family: "Martel", serif;
  line-height: 1.7;
  margin-bottom: 1em;
}
header#top div#splash div.box a.button {
  display: inline-block;
  position: relative;
  top: 20px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}
header#top div#videospacer {
  height: 200px;
}
header#top aside#testimonials {
  margin-bottom: 4em;
  font-size: 1.2em;
  line-height: 1.7;
}
header#top aside#testimonials div.box {
  background: white;
  border: 3px solid #ecf0f1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  padding: 20px;
  margin-bottom: 1em;
  overflow: hidden;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}
header#top aside#testimonials div.box p.quote {
  font-family: "Martel", serif;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  text-align: center;
}
header#top aside#testimonials div.box div.name {
  text-align: right;
  text-transform: uppercase;
  font-size: 1.1em;
}
header#top aside#testimonials div.box div.name strong {
  color: #00948a;
}
header#top aside#testimonials div.box div.name span {
  color: #95a5a6;
  display: block;
  font-size: 0.7em;
  font-weight: 600;
}
header#top aside#testimonials div.box div.name div.photo {
  float: right;
  margin: 0 0 0 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  width: 70px;
  background: #34495e;
  -webkit-background-image: linear-gradient(to bottom right, #ecf0f1, #18baaf);
  -moz-background-image: linear-gradient(to bottom right, #ecf0f1, #18baaf);
  -o-background-image: linear-gradient(to bottom right, #ecf0f1, #18baaf);
  background-image: linear-gradient(to bottom right, #ecf0f1, #18baaf);
  padding: 2px;
  overflow: hidden;
}
header#top aside#testimonials div.box div.name div.photo div {
  padding: 1px;
  background: white;
}
header#top aside#testimonials div.box div.name div.photo div img {
  display: block;
  width: 100%;
}

div#zone {
  padding: 4em 0 5em 0;
  background-color: #2c3e50;
  -webkit-background-image: linear-gradient(to bottom right, #34495e, #212931);
  -moz-background-image: linear-gradient(to bottom right, #34495e, #212931);
  -o-background-image: linear-gradient(to bottom right, #34495e, #212931);
  background-image: linear-gradient(to bottom right, #34495e, #212931);
  text-align: center;
  -webkit-text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  -o-text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  color: white;
}
div#zone div#video {
  background: white;
  margin-top: -270px;
  margin-bottom: 2em;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
div#zone div#video iframe {
  height: 350px;
  width: 100%;
  display: block;
}
div#zone aside#signup p {
  font-family: "Martel", serif;
  font-weight: normal;
  font-size: 1.4em;
  color: white;
}
div#zone aside#signup input[type=text] {
  display: inline;
  width: 150px;
  border: 2px solid #18baaf;
  font-size: 1.4em;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  padding: 0.5em;
}
div#zone aside#signup input[type=submit] {
  background-color: #00948a;
  -webkit-background-image: linear-gradient(to bottom right, #ecf0f1, #00948a);
  -moz-background-image: linear-gradient(to bottom right, #ecf0f1, #00948a);
  -o-background-image: linear-gradient(to bottom right, #ecf0f1, #00948a);
  background-image: linear-gradient(to bottom right, #ecf0f1, #00948a);
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  padding: 0.4em 0.8em;
  line-height: 1;
  font-size: 1em;
  font-weight: 600;
  border: 2px solid #00948a;
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -o-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0.6em 1em;
  font-size: 1.4em;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  vertical-align: top;
}
div#zone aside#signup input[type=submit]:hover {
  background-color: #18baaf;
  -webkit-background-image: linear-gradient(to bottom right, #ecf0f1, #18baaf);
  -moz-background-image: linear-gradient(to bottom right, #ecf0f1, #18baaf);
  -o-background-image: linear-gradient(to bottom right, #ecf0f1, #18baaf);
  background-image: linear-gradient(to bottom right, #ecf0f1, #18baaf);
}
div#zone aside#linkback {
  font-size: 0.8em;
  font-style: italic;
}
div#zone aside#linkback p {
  color: #bdc3c7;
}
div#zone aside#linkback p a {
  font-weight: 900;
  font-style: normal;
  color: #1abc9c;
}
div#zone aside#linkback p a:hover {
  color: #16a085;
}

section#middle {
  background: white;
  border-top: 5px solid #bdc3c7;
  border-bottom: 5px solid #bdc3c7;
  padding: 100px 0;
}
section#middle section#candidates {
  text-align: center;
}
section#middle section#candidates h1, section#middle section#candidates h2 {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}
section#middle section#candidates h1 {
  color: #2c3e50;
  font-size: 2em;
}
section#middle section#candidates h2 {
  text-transform: uppercase;
  color: #95a5a6;
  font-size: 1.2em;
}
section#middle section#candidates h2.center {
  text-align: center;
}
section#middle section#candidates p {
  font-family: "Martel", serif;
  font-size: 1.2em;
}
section#middle section#candidates div.candidate {
  text-align: left;
  font-size: 0.9em;
  margin: 20px 0;
}
section#middle section#candidates div.candidate h1 {
  font-size: 1.8em;
}
section#middle section#candidates div.candidate div.portrait {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #ecf0f1;
  overflow: hidden;
  padding: 5px;
  background: white;
  margin-bottom: 2em;
}
section#middle section#candidates div.candidate div.portrait div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  overflow: hidden;
}
section#middle section#candidates div.candidate div.portrait div img {
  width: 100%;
  display: block;
}
section#middle section#videos iframe {
  width: 100%;
  height: 200px;
  margin-bottom: 2em;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
section#middle section#posts article {
  font-family: "Martel", serif;
  padding: 20px 0;
  height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  line-height: 1.7;
}
section#middle section#posts article h1 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
}
section#middle section#posts article span.date {
  display: block;
  font-size: 1em;
  color: #95a5a6;
}
section#middle section#posts article a.hero {
  display: block;
  margin: 10px 0 1em 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #ecf0f1;
  padding: 5px;
  background: white;
}
section#middle section#posts article a.hero div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  overflow: hidden;
}
section#middle section#posts article a.hero div span {
  height: 200px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
section#middle section#posts article a.hero div img {
  width: 100%;
  display: block;
}
section#middle section#post article {
  font-family: "Martel", serif;
}
section#middle section#post article span.date {
  display: block;
  font-size: 1em;
  color: #95a5a6;
}
section#middle section#post article div#hero {
  display: block;
  padding: 1px;
  background: #bdc3c7;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  margin: 2em 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
section#middle section#post article div#hero div {
  padding: 5px;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
section#middle section#post article div#hero div span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
section#middle section#post article div#hero div span img {
  display: block;
  width: 100%;
}
section#middle section#post ul.tags {
  margin: 2em 0;
  padding: 0;
}
section#middle section#post ul.tags li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 0.7em;
}
section#middle section#post ul.tags li strong {
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #34495e;
}
section#middle section#post ul.tags li a {
  background: #34495e;
  color: white;
  text-decoration: none;
  padding: 0.5em 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  text-transform: uppercase;
}
section#middle section#post ul.tags li a:hover {
  background: #2c3e50;
}
section#middle section#about h1, section#middle section#about h2 {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}
section#middle section#about h1 {
  color: #2c3e50;
  font-size: 2em;
}
section#middle section#about h2 {
  text-transform: uppercase;
  color: #95a5a6;
  font-size: 1.2em;
}
section#middle section#about h2.center {
  text-align: center;
}
section#middle section#about p {
  font-family: "Martel", serif;
  font-size: 1.2em;
}
section#middle section#about ul#team {
  margin: 0;
  padding: 0;
}
section#middle section#about ul#team li {
  margin: 0;
  padding: 0;
  margin-top: 1em;
  list-style-type: none;
}
section#middle section#about ul#team li strong {
  font-size: 1.2em;
  display: block;
}
section#middle section#about div.value {
  background: white;
  overflow: hidden;
  text-align: center;
}
section#middle section#about div.value i {
  display: block;
  color: #18baaf;
  font-weight: normal;
  font-size: 3em;
  line-height: 2;
}
section#middle section#about div.value h1 {
  line-height: 1.7;
  font-size: 1.3em;
  color: #2c3e50;
}
section#middle section#about div.value p {
  font-size: 1.1em;
}

footer#bottom {
  font-size: 1.4em;
  padding: 50px 40px 100px 40px;
  color: white;
  text-align: center;
}
footer#bottom a {
  font-weight: 600;
  color: #18baaf;
  text-decoration: none;
  font-size: 0.9em;
}
footer#bottom a:hover {
  color: #00948a;
}
footer#bottom p {
  font-family: "Martel", serif;
  font-size: 0.8em;
  line-height: 1.75;
  color: white;
}
footer#bottom p#disclaimer {
  font-family: "Montserrat", sans-serif;
  border: 2px solid #00948a;
  color: white;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.7em;
  margin-top: 3em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
footer#bottom ul {
  margin: 1em 0;
  padding: 0;
}
footer#bottom ul li {
  display: inline;
  list-style-type: none;
  margin: 0 0.25em;
  padding: 0;
}
footer#bottom ul#social {
  font-size: 2em;
}
footer#bottom ul#social li {
  margin: 0 2px;
}
footer#bottom ul#social li a {
  color: #18baaf;
}
footer#bottom ul#social li a:hover {
  color: #00948a;
}

form * {
  outline: none;
  font-family: "Montserrat", sans-serif;
}
form input[type=text], form textarea {
  width: 80%;
  padding: 0.5em;
  border: 1px solid #bdc3c7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  color: #2c3e50;
  font-size: 1.4em;
}
form input[type=submit] {
  cursor: pointer;
  background-color: #00948a;
  -webkit-background-image: linear-gradient(to bottom right, #ecf0f1, #00948a);
  -moz-background-image: linear-gradient(to bottom right, #ecf0f1, #00948a);
  -o-background-image: linear-gradient(to bottom right, #ecf0f1, #00948a);
  background-image: linear-gradient(to bottom right, #ecf0f1, #00948a);
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  padding: 0.4em 0.8em;
  line-height: 1;
  font-size: 1em;
  font-weight: 600;
  border: 2px solid #00948a;
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -o-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.4em;
  padding: 0.6em 1em;
}
form input[type=submit]:hover {
  background-color: #18baaf;
  -webkit-background-image: linear-gradient(to bottom right, #ecf0f1, #18baaf);
  -moz-background-image: linear-gradient(to bottom right, #ecf0f1, #18baaf);
  -o-background-image: linear-gradient(to bottom right, #ecf0f1, #18baaf);
  background-image: linear-gradient(to bottom right, #ecf0f1, #18baaf);
}
form div.press {
  margin: 1em 0;
}
form div.alert {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 2em;
  background: #95a5a6;
  color: white;
  padding: 10px;
  text-align: center;
  line-height: 1.5;
}
form div.alert p, form div.alert ul, form div.alert li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
form div.alert.red {
  background: #e74c3c;
}
form div.alert.green {
  background: #27ae60;
}

.row img {
  max-width: 100%;
  height: auto;
}

@media all and (max-width: 1199px) {
  div#nav-mobile {
    display: block !important;
  }
  div#nav-desktop {
    display: none !important;
  }
  header#top div#nav h1 {
    text-align: center;
    line-height: 1.5;
  }
  header#top div#splash {
    margin: 1em 0 3em 0;
  }
  header#top aside#testimonials {
    font-size: 1em;
  }
  header#top p {
    margin-top: 1em;
    padding: 0;
  }
  header#top.alternate h1 img {
    margin: inherit;
  }
  header#top.alternate nav {
    margin: 0;
  }
  div#signup input[type=text] {
    width: 200px !important;
    margin: 5px !important;
  }
  div#signup input[type=submit] {
    width: 150px !important;
    margin: 5px !important;
  }
}
@media all and (max-width: 991px) {
  div#nav-mobile {
    display: block !important;
  }
  div#nav-desktop {
    display: none !important;
  }
  header#top div#nav h1 {
    text-align: center;
    line-height: 1.5;
  }
  header#top div#splash {
    margin: 1em 0 3em 0;
  }
  header#top aside#testimonials {
    font-size: 1em;
  }
  header#top p {
    margin-top: 1em;
    padding: 0;
  }
  header#top.alternate h1 img {
    margin: inherit;
  }
  header#top.alternate nav {
    margin: 0;
  }
  div#signup input[type=text] {
    width: 200px !important;
    margin: 5px !important;
  }
  div#signup input[type=submit] {
    width: 150px !important;
    margin: 5px !important;
  }
}
@media all and (max-width: 768px) {
  div#nav-mobile {
    display: block !important;
  }
  div#nav-desktop {
    display: none !important;
  }
  header#top div#nav h1 {
    text-align: center;
    line-height: 1.5;
  }
  header#top div#splash {
    margin: 1em 0 3em 0;
  }
  header#top aside#testimonials {
    font-size: 1em;
  }
  header#top p {
    margin-top: 1em;
    padding: 0;
  }
  header#top.alternate h1 img {
    margin: inherit;
  }
  header#top.alternate nav {
    margin: 0;
  }
  div#signup input[type=text] {
    width: 200px !important;
    margin: 5px !important;
  }
  div#signup input[type=submit] {
    width: 150px !important;
    margin: 5px !important;
  }
  header#top aside#testimonials div.box {
    margin: 0.5em 2em;
  }
}
@media all and (max-width: 575px) {
  div#nav-mobile {
    display: block !important;
  }
  div#nav-desktop {
    display: none !important;
  }
  header#top div#nav h1 {
    text-align: center;
    line-height: 1.5;
  }
  header#top div#splash {
    margin: 1em 0 3em 0;
  }
  header#top aside#testimonials {
    font-size: 1em;
  }
  header#top p {
    margin-top: 1em;
    padding: 0;
  }
  header#top.alternate h1 img {
    margin: inherit;
  }
  header#top.alternate nav {
    margin: 0;
  }
  div#signup input[type=text] {
    width: 200px !important;
    margin: 5px !important;
  }
  div#signup input[type=submit] {
    width: 150px !important;
    margin: 5px !important;
  }
  div.box {
    padding: 0 2em;
  }
  header#top div#nav {
    font-size: 0.7em;
  }
  header#top aside#testimonials div.box {
    margin: 0.5em 2em;
  }
  div#video iframe {
    height: 200px !important;
  }
  form span {
    display: block;
  }
}
div.paginator ul {
  margin: 0.5em 0;
  padding: 0;
}
div.paginator ul li {
  margin: 0;
  padding: 1px;
  list-style-type: none;
  display: inline-block;
  text-align: center;
  line-height: 1.5 !important;
}
div.paginator ul li span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #bdc3c7;
  color: #bdc3c7;
}
div.paginator ul li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #18baaf;
  border: 1px solid #18baaf;
  text-decoration: none;
}
div.paginator ul li a:hover {
  background: #18baaf;
  color: white;
}
div.paginator ul li a.disabled {
  border-color: #95a5a6;
  color: #95a5a6;
}
div.paginator ul li a.disabled:hover {
  background: #95a5a6;
  color: white;
}

header#top.alternate {
  border-bottom: none;
}

section#middle.alternate {
  border-top: 1px solid #bdc3c7;
}

/*# sourceMappingURL=app.css.map */
