/*
sass/
|
|-- base/
|   |-- _reset.scss            # Browser Reset
|   |-- _typography.scss       # Typography Rules
|
|-- components/
|   |-- _blockquote.scss       # Blockquote
|   |-- _breadcrumbs.scss      # Breadcrumbs
|   |-- _buttons.scss          # Buttons
|   |-- _code.scss             # Code
|   |-- _comments              # Comments
|   |-- _footnotes.scss        # Footnotes
|   |-- _galleries.scss        # Image Galleries
|   |-- _hr.scss               # Horizontal Rule
|   |-- _images.scss           # Images
|   |-- _lists.scss            # Lists
|   |-- _pagination.scss       # Pagination
|   |-- _preformatted.scss     # Preformatted Text
|   |-- _quotes                # Quote Format
|   |-- _tables.scss           # Tables
|   |-- _titles.scss           # Titles
|
|-- layout/
|   |-- _footer.scss           # Footer
|   |-- _gutters.scss          # Browser Chrome Gutters
|   |-- _header.scss           # Header
|
|-- partials
|   |-- _block-utils.scss      # Block Utility Classes
|   |-- _center-block.scss     # Center Block
|   |-- _features-block.scss   # Features Block
|   |-- _hero-block.scss       # Hero Block
|   |-- _icons-blocks.scss     # Icon Blocks
|   |-- _left-block.scss       # Left Block
|   |-- _logo-block.scss       # Logo Block
|   |-- _magnific.scss         # Magnific Popup
|   |-- _right-block.scss      # Right Block
|   |-- _small-grid-block.scss # Small Grid Block
|   |-- _social-block.scss     # Social Block
|   |-- _team-block.scss       # Team Block
|   |-- _video-block.scss      # Video Block
|
|-- utils/
|   |-- _functions.scss        # Sass Functions
|   |-- _helpers.scss          # Class Helpers
|   |-- _mixins.scss           # Sass Mixins
|   |-- _variables.scss        # Sass Variables
|
`-- main.scss                  # Primary Sass File
*/
/*--------------------------------------------------------------
# Floats and Alignments
--------------------------------------------------------------*/
.clear::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

/*--------------------------------------------------------------
# Screen Reader Text
--------------------------------------------------------------*/
.screen-reader-text {
  left: -9999em;
  position: absolute;
  top: -9999em; }

/*--------------------------------------------------------------
# Hide Elements
--------------------------------------------------------------*/
.invisible {
  display: none; }

/*--------------------------------------------------------------
# Browser Reset
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
  position: relative; }

html,
body {
  background-color: #fff; }

html {
  font-size: 80%; }
  @media only screen and (min-width: 47.5em) {
    html {
      font-size: 100%; } }

body {
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, html, div, blockquote, img, label, p, a, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, fieldset, input, th, td, figure {
  border: 0;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header,
hgroup, main, menu, nav, section, summary {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

img,
video {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto; }

a, :focus {
  outline: 0; }

a {
  background-color: transparent;
  transition: all 0.25s ease-in-out 0s; }

a, a:visited {
  color: #89bf80;
  text-decoration: none; }

a:hover, a:active {
  color: #b8d9b3; }

button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  transition: all 0.25s ease-in-out 0s; }

button::-moz-focus-inner {
  border: none;
  padding: 0; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

q {
  quotes: '\201c' '\201d' '\2018' '\2019'; }

q:before,
q q:before {
  content: open-quote; }

q:after,
q q:after {
  content: close-quote; }

strong, b {
  font-weight: 700; }

em, i,
cite {
  font-style: italic; }

small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: inherit; }

mark {
  background-color: #ffffd9;
  color: inherit; }

strike, del {
  color: #b3b3b3;
  text-decoration: line-through; }

ins {
  border-bottom: 1px dotted;
  text-decoration: none; }

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
  text-transform: uppercase; }

sup, sub {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: baseline; }

sup {
  top: 7px;
  top: 0.4375rem; }

sub {
  bottom: 4px;
  bottom: 0.25rem; }

address {
  font-style: normal; }

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #555; }

/*--------------------------------------------------------------
# Headers
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", serif; }

h1 {
  font-size: 39px;
  font-size: 2.4375rem;
  line-height: 1.30769;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem; }

h2 {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1.35484;
  margin-bottom: 20.66667px;
  margin-bottom: 20.66667px; }

h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 0.96;
  margin-bottom: 6px;
  margin-bottom: 0.375rem; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.05;
  margin-bottom: 4px;
  margin-bottom: 0.25rem; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  margin-bottom: 2px;
  margin-bottom: 0.125rem; }

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.07143;
  margin-bottom: 2px;
  margin-bottom: 0.125rem; }

/*--------------------------------------------------------------
# Paragraph
--------------------------------------------------------------*/
p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

/*--------------------------------------------------------------
# Small Chrome Gutter
--------------------------------------------------------------*/
.sm-chrome-gutter {
  padding: 15px 4.6875%;
  padding: 0.9375rem 4.6875%; }

/*--------------------------------------------------------------
# Medium Chrome Gutter
--------------------------------------------------------------*/
.med-chrome-gutter {
  padding: 21px 4.6875%;
  padding: 1.3125rem 4.6875%; }
  @media only screen and (min-width: 30em) {
    .med-chrome-gutter {
      padding: 42px 4.6875%;
      padding: 2.625rem 4.6875%; } }
  @media only screen and (min-width: 40em) {
    .med-chrome-gutter {
      padding: 63px 4.6875%;
      padding: 3.9375rem 4.6875%; } }

/*--------------------------------------------------------------
# Large Chrome Gutter
--------------------------------------------------------------*/
.lrg-chrome-gutter {
  padding: 27px 4.6875%;
  padding: 1.6875rem 4.6875%; }
  @media only screen and (min-width: 30em) {
    .lrg-chrome-gutter {
      padding: 54px 4.6875%;
      padding: 3.375rem 4.6875%; } }
  @media only screen and (min-width: 40em) {
    .lrg-chrome-gutter {
      padding: 108px 4.6875%;
      padding: 6.75rem 4.6875%; } }
  @media only screen and (min-width: 60em) {
    .lrg-chrome-gutter {
      padding: 216px 4.6875%;
      padding: 13.5rem 4.6875%; } }
  @media only screen and (min-width: 90em) {
    .lrg-chrome-gutter {
      padding: 270px 4.6875% 432px;
      padding: 16.875rem 4.6875% 27rem; } }

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header {
  background-color: #fff;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #fff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.35), white);
  /*Safari 5.1-6*/
  background: -o-linear-gradient(left, white, rgba(255, 255, 255, 0));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), white);
  /*Fx 3.6-15*/
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), white, white);
  /*Standard*/ }

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
.masthead {
  max-width: 1200px;
  max-width: 75rem;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .masthead::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden; }

/*--------------------------------------------------------------
# Site Logo
--------------------------------------------------------------*/
.site-logo {
  float: left;
  background-image: url(../../assets/images/logo-240x74.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 120px 37px;
  display: block;
  height: 37px;
  text-indent: -9999em;
  top: 4px;
  top: 0.09375rem;
  width: 120px; }

/*--------------------------------------------------------------
# Masthead Button
--------------------------------------------------------------*/
.masthead-button {
  float: right; }

/*--------------------------------------------------------------
# Sticky Header
--------------------------------------------------------------*/
.sticky-header {
  left: 0;
  opacity: 0;
  position: fixed;
  top: -7.5em;
  transition: all 0.25s ease-in-out 0.25s;
  width: 100%;
  z-index: 1000; }

.header-slide-down {
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
  text-align: center;
  top: 0; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  text-align: center; }
  .site-footer p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0; }
  .site-footer .icon-heart {
    color: #b8173d;
    margin: 0 2px;
    margin: 0 0.125rem;
    top: 1px;
    top: 0.0625rem; }

/*--------------------------------------------------------------
# Ordered, Unordered, & Definition Lists
--------------------------------------------------------------*/
ul, ol, dl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

ul {
  list-style: disc;
  padding-left: 18px;
  padding-left: 1.125rem; }
  @media only screen and (min-width: 37.5em) {
    ul {
      padding-left: 0; } }

ul ul, ol ul {
  list-style: circle; }

ol {
  list-style: decimal;
  padding-left: 24px;
  padding-left: 1.5rem; }
  @media only screen and (min-width: 37.5em) {
    ol {
      padding-left: 0; } }

ul ol, ol ol {
  list-style: lower-alpha; }

ol ol ol {
  list-style: decimal; }

ul ul, ol ul, ul ol, ol ol {
  font-size: inherit;
  margin: 9px;
  margin: 0.5625rem 0; }

ul ul, ol ul {
  padding-left: 18px;
  padding-left: 1.125rem; }

ul ol, ol ol {
  padding-left: 24px;
  padding-left: 1.5rem; }

dt {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: inherit; }

li {
  margin-bottom: 9px;
  margin-bottom: 0.5625rem; }

dd {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem; }

/*--------------------------------------------------------------
# Blockquote & Quote
--------------------------------------------------------------*/
blockquote {
  background-color: #f6f6f6;
  margin: 30px 0;
  margin: 1.875rem 0;
  padding: 4.08163% 6.12245% 4.59184%; }
  blockquote p {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.08;
    margin: 27px 0 0;
    margin: 1.6875rem 0 0;
    quotes: '\201c' '\201d';
    text-indent: -9px;
    text-indent: -0.5625rem; }
    blockquote p:first-child {
      margin-top: 0; }
    blockquote p:first-child:before {
      content: open-quote; }
    blockquote p:last-child:after {
      content: close-quote; }

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 0.9;
  background-color: #fff;
  border: 3px solid #ddd;
  margin: 30px 0;
  margin: 1.875rem 0;
  width: 100%; }

caption {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 6px;
  margin-bottom: 0.375rem; }

tbody tr:nth-of-type(2n) {
  background-color: #e6e6e6; }

th {
  border-left: 2px solid #ddd;
  font-weight: 700;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  text-align: left;
  vertical-align: top; }

td {
  border-left: 2px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  text-align: left;
  vertical-align: top; }

th:nth-of-type(1),
td:nth-of-type(1) {
  border-left: none; }

/*--------------------------------------------------------------
# Code
--------------------------------------------------------------*/
code {
  background-color: #e6e6e6;
  border: 1px solid #cccccc;
  border-radius: 2px;
  font-size: 80%;
  font-family: "Consolas", Courier, monospace;
  padding: 2px 4px; }

/*--------------------------------------------------------------
# Preformatted Text
--------------------------------------------------------------*/
pre {
  background-color: #e6e6e6;
  border-radius: 5px;
  font-size: 80%;
  line-height: 1.6025;
  margin: 30px 0;
  margin: 1.875rem 0;
  overflow: auto;
  overflow-y: hidden;
  padding: 24px;
  padding: 1.5rem;
  white-space: pre; }
  pre code {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: inherit;
    line-height: inherit;
    padding: 0; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.button, .primary-button, .secondary-button {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 12px 24px 15px;
  padding: 0.75rem 1.5rem 0.9375rem;
  white-space: nowrap;
  width: auto; }

.primary-button {
  border-style: solid;
  border-width: 0.1875rem; }
  .primary-button:hover {
    background-color: #99c891;
    color: #fff;
    border-color: #99c891; }
  .primary-button:visited {
    color: #fff; }

.secondary-button {
  background-color: #89bf80; }
  .secondary-button:hover {
    background-color: #0baabb;
    color: #fff; }
  .secondary-button:visited {
    color: #fff; }

.full-button {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  background-color: #89bf80;
  color: #fff;
  display: block;
  font-size: 25px;
  font-size: 1.5625rem;
  padding: 15px 2%;
  padding: 0.9375rem 2%;
  text-align: center; }
  .full-button:visited {
    color: #fff; }
  .full-button:hover, .full-button:active {
    background-color: #99c891;
    color: #fff; }

/*--------------------------------------------------------------
# Icons in Buttons
--------------------------------------------------------------*/
.button [class^="icon-"], .primary-button [class^="icon-"], .secondary-button [class^="icon-"], .button [class*=" icon-"], .primary-button [class*=" icon-"], .secondary-button [class*=" icon-"] {
  margin: 0 3px;
  margin: 0 0.1875rem;
  top: 2px;
  top: 0.125rem; }

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img.alignleft,
img.alignright {
  max-width: 40%; }

img.alignleft {
  margin: 6px 24px 9px 0;
  margin: 0.375rem 1.5rem 0.5625rem 0; }

img.alignright {
  margin: 6px 0 9px 15px;
  margin: 0.375rem 0 0.5625rem 0.9375rem; }

img.wp-smiley {
  display: inline; }

/*--------------------------------------------------------------
# Figure & Captioned Images
--------------------------------------------------------------*/
figure {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

figcaption,
.wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.07143;
  font-style: italic;
  padding: 6px 6px 0;
  padding: 0.375rem 0.375rem 0;
  text-align: left; }

figure.alignleft,
figure.alignright {
  max-width: 40%; }

figure.alignleft {
  margin: 6px 15px 9px 0;
  margin: 0.375rem 0.9375rem 0.5625rem 0; }

figure.alignright {
  margin: 6px 0 9px 15px;
  margin: 0.375rem 0 0.5625rem 0.9375rem; }

figure.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

figure.aligncenter .wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
# Image Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }
  .gallery::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden; }

.gallery-item {
  float: left;
  margin: 1% 0;
  padding: 0 1%; }

.gallery-icon a {
  border: none; }

.gallery-columns-1 .gallery-item {
  padding-right: 0;
  width: 100%; }

gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.333%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2856%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.111%; }

/*--------------------------------------------------------------
# Form Elements
--------------------------------------------------------------*/
form {
  background-color: #f2f2f2;
  border-radius: 5px;
  border-radius: 0.3125rem;
  padding: 24px;
  padding: 1.5rem; }

form ul, form ol,
form ul ul, form ul ol,
form ol ul, form ol ol {
  list-style: none;
  padding-left: 0;
  margin: 0; }

form li {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

label {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  font-size: inherit;
  line-height: inherit; }

input[type=text], input[type=email], input[type=url], input[type=password],
input[type=search], input[type=color], input[type=date], input[type=datetime],
input[type=datetime-local], input[type=number], input[type=range], input[type=tel],
input[type=time], input[type=week], input[type=file], textarea, select {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 4px;
  border-radius: 0.25rem;
  color: #555;
  display: inline-block;
  font-size: inherit;
  padding: 6px 9px;
  padding: 0.375rem 0.5625rem; }

input[type=text], input[type=email], input[type=url], input[type=password],
input[type=search], input[type=color], input[type=date], input[type=datetime],
input[type=datetime-local], input[type=number], input[type=range], input[type=tel],
input[type=time], input[type=week], input[type=file], textarea, select {
  transition: all 0.25s ease-in-out 0s;
  width: 100%; }

input[type=text], input[type=email], input[type=url], input[type=password],
input[type=search], input[type=color], input[type=date], input[type=datetime],
input[type=datetime-local], input[type=tel], input[type=time], input[type=week],
input[type=file], select {
  max-width: 100%;
  width: 360px;
  width: 22.5rem; }

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus,
input[type=search]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus,
input[type=datetime-local]:focus, input[type=number]:focus, input[type=range]:focus, input[type=tel]:focus,
input[type=time]:focus, input[type=week]:focus, textarea:focus, select:focus {
  border-color: #89bf80; }

textarea {
  height: 240px;
  height: 15rem;
  line-height: inherit;
  resize: none;
  overflow: auto; }

select {
  cursor: pointer;
  margin: 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-color: #fff;
    background-image: url(../../assets/images/select_@2x.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 36px auto; } }
input[type=radio], input[type=checkbox] {
  display: inline-block;
  top: -3px;
  top: -0.1875rem;
  vertical-align: middle; }

input[type=radio] {
  margin-right: 9px;
  margin-right: 0.5625rem; }

input[type=checkbox] {
  margin-right: 3px;
  margin-right: 0.1875rem; }

input[type=radio]:checked + label, input[type=checkbox]:checked + label {
  font-weight: 700; }

input[type=submit], button[type=submit], input[type=button] {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-color: #89bf80;
  border: none;
  border-radius: 4px;
  border-radius: 0.25rem;
  color: #fff;
  font-weight: 700;
  font-size: inherit;
  margin: 0;
  padding: 9px 18px;
  padding: 0.5625rem 1.125rem;
  transition: all 0.25s ease-in-out 0s; }

input[type=submit]:hover, button[type=submit]:hover, input[type=button]:hover {
  background-color: #99c891;
  cursor: pointer; }

:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1; }

::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #b3b3b3;
  opacity: 1; }

:-ms-input-placeholder {
  color: #b3b3b3;
  opacity: 1; }

.rq {
  color: red; }

.form-messages {
  color: green; }

/*--------------------------------------------------------------
# Comment Form
--------------------------------------------------------------*/
#commentform {
  background-color: transparent;
  border-radius: 0;
  padding: 0; }
  #commentform p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.05;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }
  #commentform .form-rules {
    margin-bottom: 30px;
    margin-bottom: 1.875em; }
  #commentform .form-submit {
    text-align: right; }
  #commentform label {
    left: -9999em;
    position: absolute;
    top: -9999em; }

/*--------------------------------------------------------------
# Search Form
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alternate Search Form
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Engagement Form
--------------------------------------------------------------*/
.engagement-form {
  max-width: 588px;
  max-width: 36.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 0;
  text-align: left; }
  .engagement-form::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden; }
  .engagement-form label {
    left: -9999em;
    position: absolute;
    top: -9999em; }
  .engagement-form input[type=email] {
    border: none;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    width: 100%; }
    @media only screen and (min-width: 23.75em) {
      .engagement-form input[type=email] {
        margin-right: 4.08163%;
        width: 65.30612%; } }
  .engagement-form input[type=email],
  .engagement-form input[type=submit] {
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
    padding-top: 12px;
    padding-top: 0.75rem; }
    @media only screen and (min-width: 23.75em) {
      .engagement-form input[type=email],
      .engagement-form input[type=submit] {
        float: left; } }
  .engagement-form input[type=submit] {
    margin-top: 15px;
    margin-top: 0.9375rem;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%; }
    @media only screen and (min-width: 23.75em) {
      .engagement-form input[type=submit] {
        margin-top: 0;
        width: 30.61224%; } }

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-head {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem; }

.commentlist {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  list-style: none;
  padding-left: 0;
  border-bottom: 3px solid #ddd;
  line-height: 1.3125;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem; }
  .commentlist li {
    margin: 0; }
  .commentlist .comment-respond {
    margin: 24px 0;
    margin: 1.5rem 0; }
  .commentlist .comment-respond .comment-reply-title small {
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 12px;
    margin-left: 0.75rem; }

.comment-author {
  border-bottom: 1px solid #ddd;
  border-top: 3px solid #ddd;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding: 15px 0 15px 60px;
  padding: 0.9375rem 0 0.9375rem 20 3/16rem; }
  .comment-author .avatar {
    border-radius: 200%;
    left: 0;
    position: absolute;
    top: 16px;
    top: 1rem;
    width: 50px;
    width: 3.125rem; }
  .comment-author address {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .comment-author time {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.07143; }

.comment-body {
  margin-bottom: 48px;
  margin-bottom: 3rem; }

.children {
  list-style: none;
  padding-left: 0;
  border-left: 1px solid #ddd;
  margin: 0;
  padding-left: 5.10204%; }

.comment-body p {
  line-height: inherit;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
.comment-body code {
  background-color: #fff; }
.comment-body blockquote {
  background-color: transparent;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-bottom: 0;
  padding-top: 0; }
  .comment-body blockquote p {
    font-size: 20px;
    font-size: 1.25rem; }

/*--------------------------------------------------------------
# Post Pagination
--------------------------------------------------------------*/
.post-pagination {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.07143;
  border-top: 1px solid #ddd;
  margin: 72px 0 0;
  margin: 4.5rem 0 0;
  padding: 27px;
  padding: 1.6875rem; }

/*--------------------------------------------------------------
# Archive Pagination
--------------------------------------------------------------*/
.pagination {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  border-top: 1px solid #ddd;
  padding: 27px 0;
  padding: 1.6875rem 0; }
  .pagination .nav-links {
    text-align: center; }
    .pagination .nav-links::after {
      clear: both;
      content: "";
      display: block;
      height: 0;
      visibility: hidden; }
  .pagination .page-numbers {
    background-color: #e6e6e6;
    border-radius: 3px;
    border-radius: 0.1875rem;
    color: #555;
    display: inline-block;
    left: -9999em;
    line-height: 1.05;
    margin: 0 3px;
    margin: 0 0.1875rem;
    padding: 0.375rem 0.5625em;
    position: absolute;
    top: -9999em; }
    .pagination .page-numbers:hover, .pagination .page-numbers:active {
      background-color: #89bf80;
      color: #fff; }
  .pagination .prev, .pagination .next {
    left: auto;
    position: relative;
    top: auto; }
  .pagination .prev {
    float: left;
    margin-left: 0; }
  .pagination .next {
    float: right;
    margin-right: 0; }

.page-numbers.dots,
.page-numbers.dots:hover {
  background-color: transparent;
  color: #555; }

@media only screen and (min-width: 30.625em) {
  .pagination .page-numbers {
    left: auto;
    position: relative;
    top: auto; } }
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  display: block;
  overflow: scroll;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

/*--------------------------------------------------------------
# Footnotes
--------------------------------------------------------------*/
.endnotes {
  border-top: 3px solid #ddd;
  margin-top: 48px;
  margin-top: 3rem;
  padding-top: 15px;
  padding-top: 0.9375rem; }
  .endnotes ol {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571; }

/*--------------------------------------------------------------
# Horizontal Rule
--------------------------------------------------------------*/
hr {
  background-color: #cccccc;
  border: none;
  color: #cccccc;
  display: block;
  height: 3px;
  margin: 30px 0;
  margin: 1.875rem 0;
  text-align: left; }

/*--------------------------------------------------------------
# Marcomm Content
--------------------------------------------------------------*/
.marcomm-content h2 {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1.16129;
  font-weight: 300; }
.marcomm-content .center-cta {
  text-align: center; }

/*--------------------------------------------------------------
# Light Background
--------------------------------------------------------------*/
.light-bg {
  background-color: #f6f6f6; }

/*--------------------------------------------------------------
# Dark Background
--------------------------------------------------------------*/
.dark-bg {
  background-color: #292d2d;
  color: #fff; }

/*--------------------------------------------------------------
# Photo Background
--------------------------------------------------------------*/
.photo-bg {
  color: #fff; }
  .photo-bg:before {
    background-color: rgba(2, 39, 43, 0.45);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/*--------------------------------------------------------------
# Demo Icon Block
--------------------------------------------------------------*/
.demo-icon-block {
  text-align: center; }
  .demo-icon-block li {
    background-color: #fff;
    border: 3px solid #ddd;
    border-radius: 4px;
    border-radius: 0.25rem;
    padding: 30px 15px;
    padding: 1.875rem 15px; }
  .demo-icon-block [class^="icon-"], .demo-icon-block [class*=" icon-"] {
    color: #087e8b;
    font-size: 31px;
    font-size: 1.9375rem; }
  .demo-icon-block .demo-code {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    font-family: "Consolas", Courier, monospace;
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 12px;
    margin-top: 0.75rem; }

/*--------------------------------------------------------------
# Hero Block
--------------------------------------------------------------*/
.hero-block {
  background-image: url(../../assets/images/hero-1400x1050.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center; }
  .hero-block:before {
    background-color: rgba(2, 39, 43, 0.45);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/*--------------------------------------------------------------
# Hero Block Content
--------------------------------------------------------------*/
.hero-block-content {
  max-width: 588px;
  max-width: 36.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .hero-block-content h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667;
    font-weight: 400;
    font-family: "Libre Baskerville", serif;
    margin-top: 12; }
  .hero-block-content p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 300; }
  .hero-block-content .button, .hero-block-content .primary-button, .hero-block-content .secondary-button {
    font-size: 20px;
    font-size: 1.25rem; }
  .hero-block-content .hero-logo {
    max-height: 7.5rem;
    display: block;
    margin: 0 auto 1.625rem;
    padding-bottom: 30; }

/*--------------------------------------------------------------
# Center Block
--------------------------------------------------------------*/
.center-block {
  text-align: center; }
  .center-block h2 {
    color: #555; }
  .center-block p {
    text-align: left; }
  .center-block h4 {
    text-align: left; }
  .center-block .primary-button {
    border-color: #89bf80;
    color: #555;
    font-weight: 400; }
    .center-block .primary-button:hover {
      background-color: #99c891;
      color: #fff;
      border-color: #99c891;
      font-weight: 700; }
  .center-block img {
    margin: 0 auto;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    max-width: 384px;
    max-width: 24rem; }

.dark-bg.center-block h2 {
  color: #fff; }

/*--------------------------------------------------------------
# Center Block Content
--------------------------------------------------------------*/
.center-block-content {
  max-width: 588px;
  max-width: 36.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Features Block
--------------------------------------------------------------*/
.features-block {
  max-width: 588px;
  max-width: 36.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  .features-block::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden; }
  @media only screen and (min-width: 40em) {
    .features-block {
      max-width: 1200px;
      max-width: 75rem; } }

/*--------------------------------------------------------------
# Feature Item
--------------------------------------------------------------*/
.feature-item {
  float: left;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-left: 42px;
  padding-left: 2.625rem; }
  @media only screen and (min-width: 40em) {
    .feature-item {
      margin-right: 2%;
      margin-top: 4%;
      padding-right: 2%;
      width: 49%; }
      .feature-item:nth-of-type(2n) {
        margin-right: 0; } }
  .feature-item h3 {
    color: #555;
    font-weight: 400; }
  .feature-item p {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left; }
  .feature-item [class^="icon-"], .feature-item [class*=" icon-"] {
    color: #087e8b;
    font-size: 31px;
    font-size: 1.9375rem;
    left: 0;
    position: absolute;
    top: 0; }
  .feature-item [class^="icofont-"], .feature-item [class*=" icofont-"] {
    color: #087e8b;
    font-size: 31px;
    font-size: 1.9375rem;
    left: 0;
    position: absolute;
    top: 0; }

/*--------------------------------------------------------------
# Left Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Left Block Content
--------------------------------------------------------------*/
.left-block-content {
  max-width: 1200px;
  max-width: 75rem;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .left-block-content h2, .left-block-content h3, .left-block-content p {
    max-width: 588px;
    max-width: 36.75rem; }

/*--------------------------------------------------------------
# Left Photo Background
--------------------------------------------------------------*/
.left-photo-bg {
  background-image: url(../../assets/images/left_bg-1400x600.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

/*--------------------------------------------------------------
# Right Block Container
--------------------------------------------------------------*/
.right-block-container {
  max-width: 1200px;
  max-width: 75rem;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .right-block-container::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden; }

/*--------------------------------------------------------------
# Right Block Content
--------------------------------------------------------------*/
.right-block-content {
  max-width: 588px;
  max-width: 36.75rem;
  float: right; }

/*--------------------------------------------------------------
# Right Photo Background
--------------------------------------------------------------*/
.right-photo-bg {
  background-image: url(../../assets/images/right_bg-1400x600.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

/*--------------------------------------------------------------
# Team Block
--------------------------------------------------------------*/
.team-block {
  list-style: none;
  padding-left: 0;
  max-width: 996px;
  max-width: 62.25rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .team-block li {
    display: inline-block;
    margin: 1.20482%;
    width: 30.61224%; }
    @media only screen and (min-width: 27.5em) {
      .team-block li {
        width: 22.72727%; } }
    @media only screen and (min-width: 32.5em) {
      .team-block li {
        width: 18.07229%; } }
  .team-block span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    text-align: left; }
  .team-block .team-name {
    font-weight: 900;
    margin-top: 6px;
    margin-top: 0.375rem; }

/*--------------------------------------------------------------
# Video Block
--------------------------------------------------------------*/
.vid-block {
  max-width: 996px;
  max-width: 62.25rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem; }

/*--------------------------------------------------------------
# Small Grid Block
--------------------------------------------------------------*/
.small-grid-block {
  list-style: none;
  padding-left: 0;
  max-width: 996px;
  max-width: 62.25rem;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .small-grid-block::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden; }
  .small-grid-block li {
    float: left;
    margin: 0 2.40642% 2.40642% 0;
    width: 30.92692%; }
    .small-grid-block li:nth-of-type(3n) {
      margin-right: 0; }
    @media only screen and (min-width: 25.75em) {
      .small-grid-block li {
        margin: 0 2.44898% 2.44898% 0;
        width: 23.16327%; }
        .small-grid-block li:nth-of-type(3n) {
          margin-right: 2.44898%; }
        .small-grid-block li:nth-of-type(4n) {
          margin-right: 0; } }
    @media only screen and (min-width: 33.75em) {
      .small-grid-block li {
        margin: 0 2.40964% 2.40964% 0;
        width: 18.07229%; }
        .small-grid-block li:nth-of-type(3n), .small-grid-block li:nth-of-type(4n) {
          margin-right: 2.40964%; }
        .small-grid-block li:nth-of-type(5n) {
          margin-right: 0; } }

/*--------------------------------------------------------------
# Logo Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Logo Banner
--------------------------------------------------------------*/
.logo-banner {
  list-style: none;
  padding-left: 0;
  max-width: 1200px;
  max-width: 75rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center; }
  .logo-banner li {
    display: inline-block;
    margin: 9px 15px;
    margin: 0.5625rem 0.9375rem; }
    .logo-banner li img {
      height: 24px;
      width: auto; }

/*--------------------------------------------------------------
# Social Block
--------------------------------------------------------------*/
.social-block {
  list-style: none;
  padding-left: 0;
  max-width: 588px;
  max-width: 36.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .social-block li {
    display: inline-block;
    margin: 4px;
    margin: 0.25rem; }
    .social-block li a, .social-block li a:visited {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 2;
      border: 2px solid;
      border-radius: 100%;
      color: #888;
      display: block;
      width: 54px;
      width: 3.375rem; }
      .social-block li a:before, .social-block li a:visited:before {
        font-family: "Sparkicons";
        -moz-osx-font-smoothing: grayscale; }
    .social-block li a:hover, .social-block li a:active {
      background-color: #89bf80;
      border-color: #89bf80;
      color: #fff; }
    .social-block li a[href*='twitter.com']:before {
      content: '\e637'; }
    .social-block li a[href*='facebook.com']:before {
      content: '\e631'; }
    .social-block li a[href*='pinterest.com']:before {
      content: '\e636'; }
    .social-block li a[href*='flickr.com']:before {
      content: '\e632'; }
    .social-block li a[href*='angellist.com']:before {
      content: '\e60a'; }
    .social-block li a[href*='plus.google.com']:before {
      content: '\e60c'; }
    .social-block li a[href*='instagram.com']:before {
      content: '\e635'; }
    .social-block li a[href*='vimeo.com']:before {
      content: '\e638'; }
    .social-block li a[href*='youtube.com']:before {
      content: '\e639'; }
    .social-block li a[href*='dribbble.com']:before {
      content: '\e64f'; }
    .social-block li a[href*='github.com']:before {
      content: '\e650'; }
    .social-block li a[href*='linkedin.com']:before {
      content: '\e608'; }
    .social-block li a[href*='path.com']:before {
      content: '\e611'; }
    .social-block li a[href='rdio.com']:before {
      content: '\e614'; }

/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/
.mfp-container {
  padding-left: 2%;
  padding-right: 2%; }

/*--------------------------------------------------------------
# iFrame
--------------------------------------------------------------*/
.mfp-iframe-scaler {
  overflow: visible; }

.mfp-iframe-holder .mfp-close {
  height: 30px;
  padding-right: 0;
  right: 0;
  text-align: center;
  top: -42px;
  width: 30px; }

/*--------------------------------------------------------------
# Close Button
--------------------------------------------------------------*/
.mfp-close {
  border: 2px solid !important;
  border-radius: 100%;
  font-size: 10px;
  line-height: 1; }
  .mfp-close:before {
    content: '\e902';
    display: block;
    font-family: "Sparkicons"; }

.headshot-block {
  text-align: center; }
  .headshot-block h2 {
    color: #555;
    text-align: left; }
  .headshot-block p {
    text-align: left; }
  .headshot-block .primary-button {
    border-color: #89bf80;
    color: #555;
    font-weight: 400; }
    .headshot-block .primary-button:hover {
      background-color: #99c891;
      color: #fff;
      border-color: #99c891;
      font-weight: 700; }
  .headshot-block .headshot-img {
    margin: 6px 30px 9px 0;
    margin: 0.375rem 1.875rem 0.5625rem 0;
    max-width: 282px;
    max-width: 17.625rem; }

.headshot-block-content {
  max-width: 588px;
  max-width: 36.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.headshot-block-container {
  max-width: 894px;
  max-width: 55.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex; }
  @media only screen and (max-width: 695px) {
    .headshot-block-container {
      flex-wrap: wrap; }
      .headshot-block-container h2 {
        text-align: center; }
      .headshot-block-container .headshot-img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        margin-bottom: 1.875rem; } }

/*# sourceMappingURL=main.min.css.map */
