/* Create your variables here. */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* 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 inside links in IE 10-.
 */
img {
  border-style: none; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 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 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * 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; }

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

/* 
====================
	MEDIA QUERIES
	// USAGE:
	//
	// There are several ways you can use this mixin, but by default the mixin 
	// assumes a min-width mq (see $width & $min options) so by using these
	// options as needed you can create a variety of different mqs to suit
	// your needs, EXAMPLE: @include mq(600px, false, false)
	// would be a mq of: (max-height: 600px)
	//
	// VARS:
	//
	// $point - Breakpoint in pixels (ex: 768px). Options: retina, #px.
	// $width - If this is a width mq, if not, it's a height mq. Default: true. Options: true, false.
	// $min   - If this is a min-# mq, if not, it's a max-# mq. Default: true. Options: true, false.
	// $no-mq - Whether to output mq styles in @media wrapper or not. Var is set in parent stylesheets with $legacy.
====================
*/
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }
a {
  transition: all 0.5s ease-in-out; }

@font-face {
  font-family: 'Neo Sans Std Bold';
  src: url("../../assets/fonts/NeoSansStd-Bold.eot");
  src: url("../../assets/fonts/NeoSansStd-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/NeoSansStd-Bold.woff2") format("woff2"), url("../../assets/fonts/NeoSansStd-Bold.woff") format("woff"), url("../../assets/fonts/NeoSansStd-Bold.ttf") format("truetype"), url("../../assets/fonts/NeoSansStd-Bold.svg#NeoSansStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Neo Sans Std Regular';
  src: url("../../assets/fonts/NeoSansStd-Regular.eot");
  src: url("../../assets/fonts/NeoSansStd-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/NeoSansStd-Regular.woff2") format("woff2"), url("../../assets/fonts/NeoSansStd-Regular.woff") format("woff"), url("../../assets/fonts/NeoSansStd-Regular.ttf") format("truetype"), url("../../assets/fonts/NeoSansStd-Regular.svg#NeoSansStd-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Neo Sans Std Light';
  src: url("../../assets/fonts/NeoSansStd-Light.eot");
  src: url("../../assets/fonts/NeoSansStd-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/NeoSansStd-Light.woff2") format("woff2"), url("../../assets/fonts/NeoSansStd-Light.woff") format("woff"), url("../../assets/fonts/NeoSansStd-Light.ttf") format("truetype"), url("../../assets/fonts/NeoSansStd-Light.svg#NeoSansStd-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
/* Base Styles */
.base-content [type=color],
.base-content [type=date],
.base-content [type=datetime-local],
.base-content [type=datetime],
.base-content [type=email],
.base-content [type=month],
.base-content [type=number],
.base-content [type=password],
.base-content [type=search],
.base-content [type=tel],
.base-content [type=text],
.base-content [type=time],
.base-content [type=url],
.base-content [type=week],
.base-content textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: .5rem;
  border: 2px solid #FFFFFF;
  margin: 0 0 1rem;
  font-size: 1rem;
  color: #FFFFFF;
  box-shadow: none;
  border-radius: 0;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  background-color: transparent; }
  .base-content [type=color]:focus,
  .base-content [type=date]:focus,
  .base-content [type=datetime-local]:focus,
  .base-content [type=datetime]:focus,
  .base-content [type=email]:focus,
  .base-content [type=month]:focus,
  .base-content [type=number]:focus,
  .base-content [type=password]:focus,
  .base-content [type=search]:focus,
  .base-content [type=tel]:focus,
  .base-content [type=text]:focus,
  .base-content [type=time]:focus,
  .base-content [type=url]:focus,
  .base-content [type=week]:focus,
  .base-content textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fff;
    color: #000000;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s,border-color .25s ease-in-out; }
.base-content ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFFFFF;
  font-weight: 100;
  font-size: 14px; }
.base-content ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
  font-weight: 100;
  font-size: 14px; }
.base-content :-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF;
  font-weight: 100;
  font-size: 14px; }
.base-content :-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
  font-weight: 100;
  font-size: 14px; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #4d4d4f;
  font-weight: normal; }

h1,
.h1 {
  font-size: 28px;
  line-height: 1.1; }
  @media (min-width: 640px) {
    h1,
    .h1 {
      font-size: 50px; } }

h2,
.h2 {
  font-size: 26px;
  line-height: 1.2; }
  @media (min-width: 640px) {
    h2,
    .h2 {
      font-size: 36px;
      margin-top: 48px;
      margin-bottom: 16px; } }

h3,
.h3 {
  font-size: 18px;
  line-height: 1.2; }
  @media (min-width: 640px) {
    h3,
    .h3 {
      font-size: 28px; } }

.page-content ul {
  padding-left: 15px; }
  @media (min-width: 640px) {
    .page-content ul {
      padding-left: 30px; } }
  .page-content ul li {
    padding-top: 18px; }
    .page-content ul li:first-of-type {
      padding-top: 0; }
.page-content dd {
  font-size: .875rem;
  margin-bottom: 10px;
  margin-left: 0; }
.page-content sub, .page-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5em; }

a {
  color: inherit;
  cursor: pointer;
  outline: 0;
  text-decoration: none; }
  a:active, a:focus {
    outline: 1px dotted; }
  a.base-content:hover, .base-content a:hover {
    color: #2cb5e8; }

.main-button {
  border: none;
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  vertical-align: middle;
  border-radius: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  margin: 20px 0 24px;
  font-size: .9rem;
  text-decoration: none;
  color: #fff;
  width: 100%;
  font-weight: 100;
  background-color: #0fb8ad;
  transition: all 1s ease-out, border-color .25s ease-in-out; }
  .main-button:hover {
    background-color: #2cb5e8;
    box-shadow: 0 0 5px #fff; }

button[disabled],
html input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  opacity: .4; }

html {
  background: #fff; }

body {
  background: #fff;
  min-height: 100vh;
  font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

body,
form,
button,
input,
select,
textarea {
  color: #4d4d4f;
  line-height: 1.6; }

img {
  height: auto;
  max-width: 100%;
  border-style: none;
  margin-left: auto;
  margin-right: auto; }

::selection {
  background: #2cb5e8;
  color: #FFFFFF;
  text-shadow: none; }

.main-container {
  min-height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden; }

.l-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.25rem; }

.l-wrapper.s-l-wrapper {
  max-width: 600px; }

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

.section-spacing {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 640px) {
    .section-spacing {
      margin-top: 100px;
      margin-bottom: 100px; } }

.page-content img {
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 640px) {
    .page-content img {
      margin-top: 32px;
      margin-bottom: 32px; } }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

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

/* Header Styles */
.master-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5rem;
  border-bottom: 1px solid #675e4a;
  padding-top: 10px; }

.top-bar {
  background-color: #343435;
  color: #fff;
  text-align: center; }
  .top-bar p {
    padding-top: 5px;
    margin: 0; }

.head-sub .logo {
  flex-basis: 25%; }
  .head-sub .logo img {
    max-width: 150px;
    min-width: 125px;
    height: auto; }

/* Footer Styles */
footer {
  background-color: #1c1c1c;
  color: #fff;
  display: block;
  padding-top: 20px; }
  footer .footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 640px) {
      footer .footer-wrap {
        flex-direction: row; } }
  footer .footer-logo {
    padding-top: 20px; }
    @media (min-width: 640px) {
      footer .footer-logo {
        padding-top: 0; } }
  footer nav ul {
    list-style: none;
    display: flex;
    padding-left: 0; }
    footer nav ul a {
      margin: 5px 15px;
      font-size: 12px;
      text-transform: uppercase; }
  footer .footer-phone {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0; }
  footer .footer-bottom-bar {
    padding: 2px;
    margin-top: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #343435; }
    footer .footer-bottom-bar p {
      margin: 0;
      color: #d9d9d9; }

/* Navigation Styles */
.head-home .main-nav {
  flex-basis: 100%; }

.head-sub .main-nav {
  flex-basis: 75%; }

.main-nav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  text-transform: uppercase; }
.main-nav a {
  letter-spacing: .1rem;
  font-size: 13px;
  color: #4d4d4f;
  font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  position: relative; }

.main-nav.desktop svg {
  display: none; }
.main-nav.desktop a {
  padding-bottom: 44px; }
  .main-nav.desktop a:after {
    content: '';
    width: 100%;
    background-color: #827765;
    position: absolute;
    top: -14px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    height: 2px; }
  .main-nav.desktop a:hover:after {
    transition: all 1s;
    visibility: visible;
    opacity: 1; }
.main-nav.desktop .active::after {
  visibility: visible;
  opacity: 1; }
.main-nav.desktop .drop-me {
  position: relative;
  transition: all .5s; }
  .main-nav.desktop .drop-me:hover .drop {
    opacity: 1;
    visibility: visible; }
  .main-nav.desktop .drop-me .drop {
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    min-width: 190px;
    background-color: #4d4d4f;
    z-index: 9;
    padding: 10px;
    line-height: 1.3; }
    .main-nav.desktop .drop-me .drop li {
      padding-top: 8px;
      padding-bottom: 8px;
      border-bottom: 1px solid #808080; }
      .main-nav.desktop .drop-me .drop li:first-of-type {
        padding-top: 0; }
      .main-nav.desktop .drop-me .drop li:last-of-type {
        border-bottom: none;
        padding-bottom: 0; }
      .main-nav.desktop .drop-me .drop li a {
        color: #fff;
        text-decoration: none;
        font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        line-height: 1.3;
        font-size: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        transition: all .5s;
        display: inline-block;
        width: 100%; }
        .main-nav.desktop .drop-me .drop li a:hover {
          color: #d9d9d9;
          text-decoration: underline; }
        .main-nav.desktop .drop-me .drop li a:after {
          display: none; }

.contact-nav {
  text-align: right;
  font-size: 12px;
  color: #4d4d4f;
  letter-spacing: .2rem; }

.mob-menu-active {
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  z-index: 200; }

.main-nav {
  display: none; }
  .main-nav button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }

@media (min-width: 1024px) {
  .main-nav {
    display: block; } }
.hamburger {
  display: block;
  cursor: pointer;
  z-index: 100;
  position: relative; }

@media (min-width: 1024px) {
  .hamburger {
    display: none; } }
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 2px;
  background-color: #4d4d4f;
  margin: 8px 0;
  transition: 0.4s;
  border-radius: 10px; }

.change .bar1, .change .bar2, .change .bar3 {
  background-color: #4d4d4f; }

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-51deg) translate(-7px, 5px);
  transform: rotate(-51deg) translate(-7px, 5px); }

/* Fade out the second bar */
.change .bar2 {
  opacity: 0; }

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px); }

.mob-menu-active .mobile-nav {
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: scroll;
  background-color: #fff;
  height: 100%;
  z-index: 9; }
  .mob-menu-active .mobile-nav ul {
    flex-direction: column;
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px; }
    .mob-menu-active .mobile-nav ul li {
      border-bottom: 1px solid #4d4d4f;
      padding-bottom: 5px;
      padding-top: 10px; }
      .mob-menu-active .mobile-nav ul li:last-of-type {
        border: none; }
    .mob-menu-active .mobile-nav ul a {
      font-size: 17px; }
  .mob-menu-active .mobile-nav .drop {
    margin-top: 0;
    display: none; }
    .mob-menu-active .mobile-nav .drop li {
      border-bottom: 0; }
    .mob-menu-active .mobile-nav .drop a {
      font-size: 14px; }
  .mob-menu-active .mobile-nav .expand .drop {
    display: block; }
.mob-menu-active .expand svg {
  transform: rotate(90deg); }
.mob-menu-active button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer; }

/* Page Styles */
.main-hero {
  background-image: url("https://sunroomcalifornia.com/wp-content/uploads/2015/08/california_sunrooms.jpg");
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 440px;
  background-position: top;
  display: flex;
  align-items: center;
  justify-content: center; }
  .main-hero .caption-box {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 700px;
    padding-bottom: 70px; }
    .main-hero .caption-box h1 {
      color: #fff;
      letter-spacing: .2rem;
      font-weight: 100;
      line-height: 1; }
    .main-hero .caption-box p {
      color: #fff; }
  .main-hero .logo {
    text-align: center;
    margin: 30px; }
    .main-hero .logo img {
      margin-top: 20px;
      max-width: 300px;
      width: 100%; }
      @media (min-width: 640px) {
        .main-hero .logo img {
          max-width: 400px; } }
      @media (min-width: 960px) {
        .main-hero .logo img {
          max-width: 500px; } }
      @media (min-width: 1176px) {
        .main-hero .logo img {
          max-width: 550px; } }

.sub-page-hero {
  background-image: url("../../assets/images/sub-page-hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  width: 100vw;
  min-height: 170px;
  border-bottom: 2px solid #675e4a;
  text-align: center; }
  .sub-page-hero .caption-box {
    position: relative;
    z-index: 1;
    text-align: center; }
    .sub-page-hero .caption-box h1 {
      color: #fff;
      letter-spacing: .2rem;
      font-weight: 100;
      line-height: 1; }
    .sub-page-hero .caption-box p {
      color: #fff; }

.hero-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.6); }
  .hero-bottom-bar h2 {
    color: #fff;
    font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 22px; }
    @media (min-width: 640px) {
      .hero-bottom-bar h2 {
        font-size: 36px;
        margin-top: 24px; } }
  .hero-bottom-bar a {
    color: #fff;
    padding: 6px 16px;
    background-color: #787772;
    margin-bottom: 20px;
    padding-top: 10px; }
    @media (min-width: 640px) {
      .hero-bottom-bar a {
        margin-bottom: 0;
        text-align: inherit; } }

.bottom-bar-wrap {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 30px; }
  @media (min-width: 640px) {
    .bottom-bar-wrap {
      flex-direction: row;
      text-align: inherit; } }

.services {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-direction: column; }
  @media (min-width: 960px) {
    .services {
      flex-direction: row; } }
  .services h3 {
    margin-top: 0; }
  .services .image-wrap {
    padding: 20px; }

#map-window h2 {
  font-size: 16px;
  color: #827765;
  font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
#map-window p {
  color: #000; }
#map-window a {
  text-decoration: underline; }

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  padding-top: 15px;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type=color]:focus,
  [type=date]:focus,
  [type=datetime-local]:focus,
  [type=datetime]:focus,
  [type=email]:focus,
  [type=month]:focus,
  [type=number]:focus,
  [type=password]:focus,
  [type=search]:focus,
  [type=tel]:focus,
  [type=text]:focus,
  [type=time]:focus,
  [type=url]:focus,
  [type=week]:focus,
  textarea:focus {
    box-shadow: 0 0 5px #4d4d4f;
    outline: none;
    border: 1px solid #4d4d4f; }

textarea {
  height: 125px; }

.contact-flex {
  display: flex;
  flex-direction: column; }
  @media (min-width: 640px) {
    .contact-flex {
      flex-direction: row; } }
  @media (min-width: 640px) {
    .contact-flex .right-side {
      margin-left: 12px; } }

.contact-wrap {
  display: flex;
  flex-direction: column; }
  @media (min-width: 640px) {
    .contact-wrap {
      flex-basis: 40%;
      flex-direction: row; } }

.contact-form-side {
  flex-basis: 100%;
  order: 1; }
  @media (min-width: 640px) {
    .contact-form-side {
      flex-basis: 60%;
      order: 0; } }

.submit-button {
  background-color: #4d4d4f;
  padding: 10px 24px 5px 24px;
  color: #fff;
  border: none;
  font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.contact-info {
  flex-basis: 100%;
  order: 0;
  margin-bottom: 32px; }
  @media (min-width: 640px) {
    .contact-info {
      margin-bottom: 0;
      margin-left: 32px;
      flex-basis: 40%;
      order: 1; } }
  .contact-info h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .contact-info hr {
    width: 60px;
    height: 2px;
    background-color: #827765;
    border-style: none;
    margin-left: 0; }
  .contact-info .tele {
    font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 14px; }
  .contact-info address {
    font-size: 14px;
    font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.contact-logo-flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .contact-logo-flex .address-side {
    flex-basis: 55%; }
  .contact-logo-flex .logo-side {
    flex-basis: 45%;
    padding-left: 20px; }

.messages {
  text-align: center; }
  .messages .alert {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 1.5s; }
    .messages .alert p {
      padding: 2px;
      margin: 0;
      padding-top: 7px;
      margin-bottom: 32px; }
  .messages .show-me {
    opacity: 1;
    visibility: visible;
    position: relative; }
  .messages .sent-success {
    background-color: #4BB543; }
  .messages .sent-fail {
    background-color: red; }

.phoney-field {
  opacity: 0;
  visibility: hidden;
  position: absolute; }

.fancy-box {
  border: 1px solid;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

.center-graph {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (min-width: 860px) {
    .center-graph {
      flex-basis: 30%;
      display: flex;
      justify-content: space-between; } }
  .center-graph .left-side,
  .center-graph .right-side {
    text-align: center; }
    @media (min-width: 860px) {
      .center-graph .left-side,
      .center-graph .right-side {
        flex-basis: 30%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; } }
    .center-graph .left-side p,
    .center-graph .right-side p {
      font-size: 14px; }
    .center-graph .left-side b,
    .center-graph .right-side b {
      font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 16px; }
  @media (min-width: 860px) {
    .center-graph .left-side {
      text-align: right; }
    .center-graph .right-side {
      text-align: left; } }
  .center-graph .center-image {
    flex-basis: 40%;
    text-align: center;
    padding: 0 30px; }

.team-photos {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px; }

.leadership {
  font-size: 36px;
  text-align: center;
  font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px; }

.flourish-team {
  text-align: center;
  margin-bottom: 60px; }

.team-wrapper {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 640px) {
    .team-wrapper {
      flex-direction: row;
      margin-bottom: 16px; } }
  .team-wrapper h3 {
    font-size: 30px;
    margin-bottom: 0; }
  @media (min-width: 640px) {
    .team-wrapper .team-captions {
      margin-left: 32px; } }
  .team-wrapper .education {
    font-size: 12px;
    font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .team-wrapper .team-bio {
    font-size: 14px; }
  .team-wrapper hr {
    width: 60px;
    height: 2px;
    background-color: #827765;
    border-style: none;
    margin-left: 0; }
  .team-wrapper .employee-photos {
    width: 100%;
    border-radius: 5px; }
    @media (min-width: 640px) {
      .team-wrapper .employee-photos {
        max-width: 350px; } }

.media-wrapper {
  max-width: 800px; }
  .media-wrapper .read-more {
    text-align: right;
    font-size: 14px;
    color: #827765;
    font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .media-wrapper .article {
    border-bottom: 1px solid #827765;
    margin-bottom: 60px;
    display: block; }
    .media-wrapper .article:last-of-type {
      border-bottom: none; }

.page-wrap {
  display: flex;
  flex-direction: column; }
  @media (min-width: 640px) {
    .page-wrap {
      flex-direction: row; } }

.foot-notes {
  border-top: 1px solid #827765;
  margin-top: 100px; }
  .foot-notes a {
    text-decoration: underline; }

.side-nav {
  flex-basis: 35%;
  order: 1; }
  .side-nav h3 {
    font-size: 18px;
    margin-bottom: 32px; }
  @media (min-width: 640px) {
    .side-nav .sub-nav {
      padding-right: 32px;
      border-right: 1px solid #827765; } }
  .side-nav ul {
    padding-left: 0;
    list-style: none;
    line-height: 1.2; }
    .side-nav ul a {
      letter-spacing: .1rem;
      line-height: 1.2;
      font-size: 13px;
      color: #398630;
      font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      position: relative;
      transition: all 1s; }
      .side-nav ul a:hover {
        text-decoration: underline; }
    .side-nav ul li {
      margin-bottom: 16px; }
    .side-nav ul ul {
      padding-left: 20px;
      padding-top: 14px; }

.page-content {
  flex-basis: 65%;
  order: 0; }
  @media (min-width: 640px) {
    .page-content {
      padding-left: 32px;
      order: 1; } }
  .page-content h2:first-of-type {
    margin-top: 0; }

table {
  width: 100%; }
  table td {
    padding: 8px;
    width: 50%; }
  table th {
    font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding: 8px; }

tr:nth-child(even) {
  background: #f1f1f1; }

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