@charset "UTF-8";
/*!
Theme Name: 	MelissaJClark
Theme URI: 		http://melissajclark.ca
Author: 		Melissa Jean Clark
Author URI: 	http://melissajclark.ca
Description: 	Custom WordPress theme developed by Melissa Jean Clark for my own website. 
Version: 		1.4
License: 		The MIT License (MIT)
License URI: 	http://opensource.org/licenses/MIT
Text Domain: 	melissajclark
*/
/* Font & Link Colors */
/**
 *
 * Animations
 *
 */
.animated {
  transition-duration: 1s;
  transition-fill-mode: both; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/**
*
* Normalize
*
**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

:focus {
  outline: #61AFFF auto 5px;
  outline-offset: -2px; }

textarea:focus, input:focus {
  outline: #61AFFF auto 5px; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure {
  margin: 0; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* {
  box-sizing: border-box; }

/* / Normalize */
/**
*
* Accessiblity Styling
*
**/
/**
*
* Accessible Icon Fonts
* See: http://www.filamentgroup.com/lab/bulletproof_icon_fonts.html
**/
.icon-fallback-text .icon-text {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

/**
*
* WordPress Generated Styles & Classes
*
**/
/* Images & Alignment */
.textcenter {
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

img.alignleft {
  margin: auto 1em 1.8em auto; }

img.alignright {
  margin: auto 1em auto 1.8em; }

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

/* Content Styles */
.hentry {
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  .page .hentry {
    border-bottom: none; }

.entry-content table {
  border-bottom: 3px solid rgba(17, 17, 17, 0.1);
  margin: 0 0 1.5em;
  width: 100%; }
  .entry-content table td {
    border-top: 3px solid rgba(17, 17, 17, 0.1);
    padding: 6px 10px 6px 0; }

.comment-content table {
  border-bottom: 3px solid rgba(17, 17, 17, 0.1);
  margin: 0 0 1.5em;
  width: 100%; }
  .comment-content table td {
    border-top: 3px solid rgba(17, 17, 17, 0.1);
    padding: 6px 10px 6px 0; }

dl.gallery-item {
  margin: 0; }

/* Images & Embeds */
embed
iframe,
object {
  max-width: 100%; }

img {
  max-width: 100%;
  height: auto; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; }
  img.size-full, img.size-large {
    width: auto;
    /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.5em; }

/* Captions */
.wp-caption {
  max-width: 100%;
  height: auto;
  margin: 0.5em auto; }
  .wp-caption .wp-caption-text {
    color: #111111;
    font-style: italic;
    text-align: center; }

.container-blog img {
  display: block;
  margin: 0.5em auto;
  max-width: 100%;
  height: auto; }

/* Galleries */
.gallery-caption {
  color: #111111;
  font-size: 10px; }

#content .gallery {
  margin: 0 auto 1.5em; }
  #content .gallery a img {
    border: none; }

#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/**
*
* Content
*
**/
/**
*
* Typography
*
**/
body,
input,
textarea {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 29px;
  line-height: 1.8125rem;
  font-family: "ff-tisa-web-pro", Palatino Linotype, Baskerville, Garamond, Georgia, serif;
  font-style: normal;
  font-weight: 400;
  color: #111111;
  word-wrap: break-word; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  clear: both;
  letter-spacing: 1.2px;
  color: #373B44;
  margin-top: 0; }

h1 i, h1 em, h2 i, h2 em, h3 i, h3 em, h4 i, h4 em, h5 i, h5 em, h6 i, h6 em {
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-weight: 500;
  font-style: italic; }

h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b, h6 strong, h6 b {
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-weight: 500;
  font-style: normal; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #373B44; }

h1 {
  font-size: 32px;
  line-height: 42px; }

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

h2 {
  font-size: 23px;
  line-height: 33px; }

h3 {
  font-size: 21px;
  line-height: 31px; }

h4 {
  font-size: 20px;
  line-height: 30px;
  color: #226A66; }

h5 {
  font-size: 19px;
  line-height: 30px; }

h6 {
  font-size: 18px;
  line-height: 29px; }

@media all and (min-width: 800px) {
  h1 {
    font-size: 36px;
    line-height: 46px; }
  h2 {
    font-size: 26px;
    line-height: 35px; }
  h3 {
    font-size: 23px;
    line-height: 33px; }
  h4 {
    font-size: 20px;
    line-height: 30px;
    color: #226A66; }
  h5 {
    font-size: 18px;
    line-height: 28px; }
  h6 {
    font-size: 16px;
    line-height: 26px; } }

hr {
  background-color: #DAF0EC;
  border: 0;
  height: 5px;
  margin-bottom: 1.5em; }

pre, code {
  font-size: 16px;
  line-height: 25px; }

/* Text elements */
p {
  margin-bottom: 0.75em; }

ul, ol {
  margin: 0.5em 0 1em 0; }
  ul li, ol li {
    padding: 0 0 0.15em 0; }
    ul li ul, ol li ul {
      margin: 0; }

@media all and (min-width: 825px) {
  ul, ol {
    margin: 0.5em 0 1.5em 0.75em; }
    ul li, ol li {
      padding: 0 0 0.25em 0; }
      ul li ul, ol li ul {
        margin: 0.5em 0 0.5em 0.5em; } }

ul {
  list-style: disc; }

ul li ul {
  list-style: circle; }

ol {
  list-style-type: decimal; }
  ol ol {
    list-style: upper-alpha; }
    ol ol ol {
      list-style: lower-roman; }
    ol ol ol {
      list-style: lower-alpha; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0; }

dl {
  margin: 0 1.5em; }

dd {
  margin-bottom: 1.5em; }

strong, b {
  font-weight: 700;
  font-family: "ff-tisa-web-pro", Palatino Linotype, Baskerville, Garamond, Georgia, serif; }

em, i {
  font-style: italic;
  font-weight: 400;
  font-family: "ff-tisa-web-pro", Palatino Linotype, Baskerville, Garamond, Georgia, serif; }

blockquote {
  font-style: italic;
  font-weight: normal;
  margin: 0.5em 1.5em;
  border-left: 7px solid #DAF0EC;
  padding: 0 0 0 2em; }
  @media all and (min-width: 800px) {
    blockquote {
      margin: 1em 3em; } }

blockquote em, blockquote i, blockquote cite {
  font-style: normal; }

cite {
  color: #666;
  letter-spacing: 0.05em;
  padding-left: 60px; }

abbr, acronym, dfn {
  border-bottom: 3px solid rgba(17, 17, 17, 0.1);
  cursor: help; }

address {
  display: block;
  margin: 0 0 1.5em; }

ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

::-moz-selection {
  background-color: rgba(212, 175, 40, 0.6); }

::selection {
  background-color: rgba(212, 175, 40, 0.6); }

/* Links */
a {
  color: #226A66;
  text-decoration: none;
  word-wrap: break-word; }
  a:focus, a:active, a:hover {
    color: #226A66;
    word-wrap: break-word; }

.button--default {
  margin-top: 1em;
  font-size: 18px;
  font-size: 1.125rem; }
  @media all and (min-width: 825px) {
    .button--default {
      max-width: 400px; } }

.post-password-form input[type=submit],
.button:not(.gform_button_select_files) {
  display: block;
  text-align: center;
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 0.75em;
  transition-duration: 0.5s;
  transition-fill-mode: both; }
  .post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus,
  .button:not(.gform_button_select_files):hover,
  .button:not(.gform_button_select_files):focus {
    -webkit-animation-name: pulse;
            animation-name: pulse; }

.post-password-form input[type=submit] {
  font-size: 18px;
  display: inline-block; }

.post-password-form input[type=submit],
.button--dark {
  background-color: #373B44; }
  .post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus,
  .button--dark:hover,
  .button--dark:focus {
    background-color: #929AA3;
    color: #FFFFFF; }

.button--medium,
.gform_button {
  background-color: #30A592;
  color: #FFFFFF;
  border: none; }
  .button--medium:hover, .button--medium:focus,
  .gform_button:hover,
  .gform_button:focus {
    background-color: #226A66;
    color: #FFFFFF; }

.gform_button,
input[type=submit].button {
  margin-top: 1em;
  padding: 0.45em 1.5em 0.45em 1.5em;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.button--light {
  background-color: #ab8f2d;
  border: 3px solid;
  border-color: transparent; }
  .button--light:hover, .button--light:focus {
    background-color: #FFFFFF;
    color: #ab8f2d;
    border-color: #ab8f2d; }

body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0; }

#main {
  margin: 0 0 4em 0; }

.container {
  margin: 0 auto;
  max-width: 1050px;
  width: 85%; }
  @media (min-width: 600px) {
    .container {
      width: 80%; } }

.container--Blog {
  margin: 0 auto;
  max-width: 900px;
  width: 85%; }
  @media (min-width: 600px) {
    .container--Blog {
      width: 80%; } }

html {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#main {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 80vh; }

#colophon {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  position: relative;
  bottom: 0; }

/**
 *
 * Forms Styling
 *
 */
.contactForm {
  margin: 2em 0; }

textarea {
  width: 100%;
  background-color: #F4F4F4;
  border: none;
  padding: 0.5em 1em 0.5em 1em;
  margin: 1em 0 1em 0; }
  textarea.small {
    padding: 0.25em;
    max-height: 250px; }

input::-moz-placeholder,
input:-moz-placeholder {
  color: #111111; }

input::placeholder,
input:-moz-placeholder {
  color: #111111; }

fieldset {
  display: block;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0; }

form ul, form li ul, fieldset ul, fieldset li ul {
  list-style: none;
  margin: 0;
  padding: 0; }

form .gform_fields, fieldset .gform_fields {
  list-style: none;
  width: 100%;
  margin: 0 -1% 0 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 825px) {
    form .gform_fields, fieldset .gform_fields {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.formInput--SingleInput {
  margin: 1% 0 0.75em 0; }
  @media (min-width: 825px) {
    .formInput--SingleInput {
      width: 49%; } }
  .formInput--SingleInput input {
    width: 100%;
    background-color: #F4F4F4;
    border: none;
    padding: 0.5em 1em 0.5em 1em; }
    .formInput--SingleInput input::-webkit-input-placeholder {
      color: #111111; }
    .formInput--SingleInput input::-moz-placeholder {
      color: #111111; }
    .formInput--SingleInput input:-ms-input-placeholder {
      color: #111111; }
    .formInput--SingleInput input::placeholder {
      color: #111111; }
  .formInput--SingleInput .gfield_label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }
    .formInput--SingleInput .gfield_label:focus {
      background-color: #f1f1f1;
      border-radius: 3px;
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
      clip: auto !important;
      color: #21759b;
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      height: auto;
      left: 5px;
      line-height: normal;
      padding: 15px 23px 14px;
      text-decoration: none;
      top: 5px;
      width: auto;
      z-index: 100000;
      /* Above WP toolbar. */ }

.formInput--Long,
.formInput--MultipleInputs {
  margin: 1em 0 1em 0;
  width: 100%;
  border: none; }

.formInput--Long__Label .gfield_label {
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-style: normal;
  display: block;
  font-weight: 500;
  color: #111111;
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 34px;
  margin: 0.5em 0 0.5em 0; }

.formInput--MultipleInputs ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (min-width: 825px) {
  .formInput--MultipleInputs:not(.formInput--MultipleInputs__Col) ul {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .formInput--MultipleInputs:not(.formInput--MultipleInputs__Col) ul li {
      width: 49%; } }

.formInput--MultipleInputs input {
  margin: 0.75em 0.75em 0.75em 0; }

.gform_button {
  margin-top: 1em;
  padding: 0.45em 1.5em 0.45em 1.5em;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.gform_heading .gform_title {
  color: #373B44; }

.formInput--Label {
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-style: normal;
  display: block;
  font-weight: 500;
  color: #111111;
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 34px;
  margin: 0.5em 0 0.5em 0; }

.gfield_description {
  margin: 0.5em 0 0.5em 0;
  font-style: italic; }

.mediumForm {
  max-width: 900px;
  margin: 0 auto; }

/**
 *
 * Resets for Gform Stuff
 *
 */
.gform_hidden {
  height: 0px;
  width: 0px;
  display: none; }

.gform_validation_container {
  display: none; }

.gfield_html {
  width: 100%; }

.validation_message,
.validation_error {
  color: #111111;
  background-color: rgba(212, 175, 40, 0.5);
  padding: 0.2em; }

.ginput_container_fileupload .validation_message {
  background-color: transparent; }

.gform_drop_area {
  padding: 30px;
  border: 2px dashed #929AA3;
  text-align: center; }

.gform_button_select_files {
  background-color: #373B44;
  color: #FFFFFF;
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 29px;
  line-height: 1.8125rem;
  border: none;
  border-radius: 2px;
  padding: 0.5em;
  transition-duration: 1s;
  transition-fill-mode: both; }
  .gform_button_select_files:hover, .gform_button_select_files:focus {
    -webkit-animation-name: pulse;
            animation-name: pulse;
    background-color: #929AA3; }

/**
  *
  * Polls
  *
  */
.gform_wrapper .gpoll_wrapper .gpoll_ratio_box {
  background-color: #226a66;
  font-weight: normal; }

.gform_wrapper .green .gpoll_bar_juice {
  box-shadow: none;
  position: relative;
  background-color: #226A66;
  background-image: linear-gradient(#226a66, #30a592); }

.gform_wrapper .gpoll_choice_label {
  margin-top: 0.75em; }

/**
  *
  * Site Search
  *
  */
.siteSearch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 80%;
  margin: 2em auto; }
  @media (min-width: 600px) {
    .siteSearch {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .siteSearch--SearchTerm {
    padding: 0.45em;
    margin: 0 1em 0 0;
    width: 80%;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }

.button--search {
  margin: 0.75em auto;
  padding: 0.5em; }

/**
 *
 * Galleries
 *
 */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 50px 0 105px 0;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #929AA3;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-weight: 600;
  font-size: 50px;
  display: block;
  opacity: 1;
  content: '<';
  color: #929AA3;
  height: 100%;
  width: 100%; }
  @media (min-width: 450px) {
    .flex-direction-nav a:before {
      font-size: 55px; } }
  @media (min-width: 825px) {
    .flex-direction-nav a:before {
      font-size: 75px; } }

.flex-direction-nav a.flex-next:before {
  content: '>'; }

.flex-direction-nav .flex-prev {
  left: 0; }
  @media (min-width: 825px) {
    .flex-direction-nav .flex-prev {
      left: -10%; } }
  @media (min-width: 1060px) {
    .flex-direction-nav .flex-prev {
      left: -15%; } }

.flex-direction-nav .flex-next {
  right: 0; }
  @media (min-width: 825px) {
    .flex-direction-nav .flex-next {
      right: -10%; } }
  @media (min-width: 1060px) {
    .flex-direction-nav .flex-next {
      right: -15%; } }

.flex-control-nav {
  width: 100%;
  position: absolute;
  top: -75px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #FFFFFF; }

.flex-control-paging li a {
  width: 17px;
  height: 17px;
  display: block;
  background: #5f6770;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #a0a7af; }

.flex-control-paging li a.flex-active {
  background: #a0a7af;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/**
 *
 * Social Buttons
 * 
 * Used in blog posts + contact page.
 *
 */
.socialConnect {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding: 0 0 1em 0;
  text-align: center;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0; }
  .socialConnect li {
    width: 32%;
    margin: 0 1% 1% 0;
    padding: 0; }
    @media (min-width: 600px) {
      .socialConnect li {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 0 1% 0 0;
        width: auto; } }
  .socialConnect li a {
    background: #30A592;
    transition: 0.6s;
    padding: 3%;
    width: 100%;
    display: block;
    min-height: 37px; }
    .socialConnect li a:hover, .socialConnect li a:focus {
      background: #ab8f2d; }
    @media (max-width: 600px) {
      .socialConnect li a {
        min-height: 45px; }
        .socialConnect li a svg {
          vertical-align: middle; } }
  .socialConnect svg {
    height: 19px;
    width: 19px; }

/**
*
* Modules
*
**/
/*==================================
=            Navigation            =
==================================*/
/**
*
* Navigation
*
**/
.siteHeader {
  padding: 0.5em 0 0.2em 0;
  width: 98%;
  min-height: 60px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 825px) {
    .siteHeader {
      max-width: 1100px;
      width: 95%; } }
  @media (min-width: 1200px) {
    .siteHeader {
      max-width: 1150px;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 0.2em 0 0.2em 0; } }

@media (min-width: 1060px) {
  .siteNavigation {
    width: calc(100% - 240px); } }

@media (min-width: 1200px) {
  .siteNavigation {
    width: calc(100% - 450px); } }

.siteHeading {
  font-size: 0;
  line-height: 30px;
  background: url("assets/images/MJC-logo-dark.svg") no-repeat top center;
  width: 200px; }
  @media (min-width: 1060px) {
    .siteHeading {
      width: 215px; } }
  @media (min-width: 1200px) {
    .siteHeading {
      width: 230px; } }

.siteMenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center; }
  .siteMenu li {
    display: block; }
  .siteMenu .current-menu-item a {
    color: #ab8f2d; }
  .siteMenu a {
    display: block;
    color: #226A66;
    padding: 0.35em; }
    @media (min-width: 600px) {
      .siteMenu a {
        padding: 0.6em; } }
    @media (min-width: 1060px) {
      .siteMenu a {
        margin: auto; } }
  @media (min-width: 1060px) {
    .siteMenu {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      letter-spacing: 1.2px; } }

/**
 *
 * Footer
 *
 */
.siteIcon--Light {
  height: 34px; }

.siteFooter {
  background-color: #226A66;
  padding: 1em 0 1em 0;
  color: #FFFFFF;
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center; }
  .siteFooter a {
    color: #FFFFFF; }
    .siteFooter a:hover, .siteFooter a:focus {
      border-bottom: 1px solid #FFFFFF; }

@media (min-width: 825px) {
  .siteFooter--Content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.siteCredits,
.siteFooter--Social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  @media (min-width: 825px) {
    .siteCredits,
    .siteFooter--Social {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.siteCredits {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media (max-width: 825px) {
    .siteCredits {
      max-width: 300px;
      margin: 1em auto; }
      .siteCredits li:first-of-type {
        width: 100%; } }
  @media (min-width: 825px) {
    .siteCredits {
      margin: 0 15% 0 0; } }

.siteFooter--Social {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
  margin: auto; }
  @media (max-width: 825px) {
    .siteFooter--Social {
      text-align: center; } }
  .siteFooter--Social a:hover, .siteFooter--Social a:focus {
    border-bottom: none; }
    .siteFooter--Social a:hover svg, .siteFooter--Social a:focus svg {
      max-width: 18px; }
    .siteFooter--Social a:hover svg #social, .siteFooter--Social a:focus svg #social {
      transition: 0.5s;
      fill: #ab8f2d; }

/**
 *
 * Footer Call To Actions
 *
 */
.footerCallToAction {
  background-color: #373B44;
  padding: 1.75em 0 1.75em 0; }
  .footerCallToAction--Content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center; }
  .footerCallToAction--Title {
    color: #FFFFFF;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    line-height: 2.125rem;
    font-family: "ff-tisa-web-pro", Palatino Linotype, Baskerville, Garamond, Georgia, serif;
    font-style: normal;
    font-weight: 400;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    text-align: center; }
  .footerCallToAction--MainTitle {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center; }
  .footerCallToAction--Button {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    padding: 0.45em 1em;
    max-width: 225px;
    margin: 0.75em auto; }
  @media (min-width: 450px) {
    .footerCallToAction--MainTitle {
      -webkit-flex: 2;
          -ms-flex: 2;
              flex: 2; }
    .footerCallToAction--Button {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  @media (min-width: 600px) {
    .footerCallToAction--Content {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .footerCallToAction--MainTitle {
      text-align: left;
      padding-right: 1.5em; }
    .footerCallToAction--Button {
      margin: auto; } }
  @media (min-width: 1060px) {
    .footerCallToAction--MainTitle {
      -webkit-flex: 2;
          -ms-flex: 2;
              flex: 2; }
    .footerCallToAction--Button {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

.footerNewsletterSubscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 0 0 1em 0; }
  @media (min-width: 825px) {
    .footerNewsletterSubscribe {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.footerCallToAction--NewsletterTitle {
  width: 100%;
  padding: 0 0 1.5em 0;
  text-align: center;
  margin: 0 auto; }

.mc4wp-form {
  width: 100%; }
  @media (min-width: 825px) {
    .mc4wp-form {
      -webkit-flex: 1.5;
          -ms-flex: 1.5;
              flex: 1.5;
      margin: 0 auto; } }
  @media (min-width: 1060px) {
    .mc4wp-form {
      max-width: 80%; } }

@media (min-width: 1200px) {
  .footerCallToAction--NewsletterTitle {
    max-width: 38%;
    padding: 0 1em 0 0;
    text-align: left; }
  .mc4wp-form {
    max-width: 62%; } }

.mc4wp-form-fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: lowercase;
  margin: 0 auto; }
  @media (min-width: 825px) {
    .mc4wp-form-fields {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .mc4wp-form-fields input {
    font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    color: #FFFFFF;
    border: 2px solid;
    padding: 0.5em 0.75em;
    border-radius: 2px;
    max-height: 51px;
    display: block; }
    @media (max-width: 825px) {
      .mc4wp-form-fields input {
        margin: 0 auto;
        margin: 0.5em auto; } }
  .mc4wp-form-fields input:not([type=submit]) {
    background-color: #373B44;
    border-color: #FFFFFF; }
    .mc4wp-form-fields input:not([type=submit])::-webkit-input-placeholder {
      color: #FFFFFF;
      text-transform: lowercase; }
    .mc4wp-form-fields input:not([type=submit])::-moz-placeholder {
      color: #FFFFFF;
      text-transform: lowercase; }
    .mc4wp-form-fields input:not([type=submit]):-ms-input-placeholder {
      color: #FFFFFF;
      text-transform: lowercase; }
    .mc4wp-form-fields input:not([type=submit])::placeholder {
      color: #FFFFFF;
      text-transform: lowercase; }
  .mc4wp-form-fields input[type=submit] {
    text-align: center;
    background-color: #ab8f2d;
    border-color: #ab8f2d;
    min-width: 150px;
    max-width: 200px;
    transition-duration: 1s;
    transition-fill-mode: both;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 1px; }
    .mc4wp-form-fields input[type=submit]:hover, .mc4wp-form-fields input[type=submit]:focus {
      background-color: #76808c;
      border-color: #76808c;
      color: #FFFFFF;
      -webkit-animation-name: pulse;
              animation-name: pulse; }

.mc4wp-alert,
.mc4wp-notice {
  text-align: center;
  color: #FFFFFF; }

/**
 *
 * Pagination
 *
 */
.pagination {
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-style: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center; }
  @media (min-width: 600px) {
    .pagination {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .pagination:not(.pagination--Blog) {
    letter-spacing: 1px; }
  .pagination a {
    color: #111111;
    transition-duration: 0.5s;
    transition-fill-mode: both;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
            flex-wrap: no-wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid transparent;
    margin: auto; }
    .pagination a:hover, .pagination a:focus {
      -webkit-animation-name: pulse;
              animation-name: pulse;
      color: #d4af28; }
  .pagination--Blog {
    border-top: 2px solid rgba(17, 17, 17, 0.2);
    padding-top: 1em;
    margin-top: 2em;
    letter-spacing: 0.5px; }
  .pagination--Comments {
    padding: 2em 0 2em 0; }
  .paginationItem {
    max-width: 90%;
    margin: 0.5em auto; }
    @media (min-width: 600px) {
      .paginationItem {
        margin: 0;
        max-width: 33%; } }
    @media (min-width: 600px) {
      .paginationItem.paginationItemBlog {
        max-width: 40%; } }
    .paginationItem--next a::after,
    .paginationItem--previous a::before {
      content: '';
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      height: 10px;
      width: 25px; }
    @media (min-width: 600px) {
      .paginationItem--previous a {
        text-align: left; } }
    .paginationItem--previous a::before {
      background-image: url("assets/images/previous-arrow.svg");
      background-position: left;
      padding-left: 30px; }
    @media (min-width: 600px) {
      .paginationItem--next a {
        text-align: right; } }
    .paginationItem--next a::after {
      background-image: url("assets/images/next-arrow.svg");
      background-position: right;
      padding-right: 30px; }

/*-----  End of Navigation  ------*/
/*=============================
=            Pages            =
=============================*/
/**
*
* Pages
*
**/
/**
 *
 * Default Page Styling
 *
 */
.infoBox {
  background-color: #F4F4F4;
  padding: 1.5em 1.5em 2.5em 1.5em; }
  .infoBox ul,
  .infoBox ol {
    padding: 0 0 1em 0.75em;
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 30px; }
  .infoBox li {
    padding-bottom: 0.5em; }

.infoBox--heading {
  color: #226A66;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  letter-spacing: 1.2px; }

.infoBox--Button {
  max-width: 325px;
  display: block;
  margin: auto;
  padding: 0.75em; }
  .infoBox--Button.button {
    font-size: 19px;
    font-size: 1.1875rem; }

.faq--Title {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #226A66; }

.faq--Content {
  margin: 2em 0 2em 0; }

body:not(.cleanIntro) .pageContentModule:first-of-type {
  margin-top: 3em; }

.pageContentModule:not(:last-of-type) {
  margin: 0 auto 4.5em auto; }

.pageContentModule--Layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.pageContentModule--Services__Headline {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 2.5rem; }

.pageContentModule--twoInfoBoxes__infoBox {
  margin-top: 1.5em; }

.pageContentModule--Gallery {
  max-width: 800px;
  margin: 125px auto; }

.pageContentModule--OneInfoBox__MainContent blockquote {
  margin: 1.5em 0;
  padding: 0 0 0 1.25em; }

.pageContentModule--Heading2Buttons {
  padding: 1em 0 1em 0; }

.pageContentModule--CallToAction__Buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.pageContentModule--CallToAction__Heading {
  font-size: 27px;
  line-height: 37px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  padding: 0 0 2% 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.pageContentModule--RecentProjects__Title {
  color: #226A66;
  font-size: 32px;
  margin-top: 0; }

.pageContentModule--RecentProjects__Title, .pageContentModule--RecentProjects__Meta {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-style: normal;
  font-weight: 400; }

.pageContentModule--RecentProjects__Meta {
  padding: 0 0 1.5em 0; }

.pageContentModule--Testimonial {
  background-color: #373B44;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 35px;
  line-height: 2.1875rem;
  padding: 3% 0 3% 0;
  text-align: center;
  color: #FFFFFF; }
  .pageContentModule--Testimonial p {
    margin-top: 0; }
  .pageContentModule--Testimonial:not(.testimonial--Content_Credit) {
    font-style: italic; }

.pageContentModule--Testimonial__Content {
  border: none;
  padding: 0; }

.pageContentModule--Testimonial__Plain {
  padding: 0 5% 0 5%; }

.pageContentModule--Dark, .pageContentModule--Medium {
  color: #FFFFFF;
  padding: 4% 0 4% 0; }
  .pageContentModule--Dark h2, .pageContentModule--Dark h3, .pageContentModule--Dark h4, .pageContentModule--Dark h5, .pageContentModule--Dark h6, .pageContentModule--Medium h2, .pageContentModule--Medium h3, .pageContentModule--Medium h4, .pageContentModule--Medium h5, .pageContentModule--Medium h6 {
    color: #FFFFFF; }
  .pageContentModule--Dark ul, .pageContentModule--Dark ol, .pageContentModule--Medium ul, .pageContentModule--Medium ol {
    margin: 1em 0 0 0;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 20px; }

.pageContentModule--Dark {
  background-image: url("assets/images/green-background.png");
  background-color: #226A66;
  background-position: 58%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3em 0 3em 0; }

.pageContentModule--Medium {
  background-color: #373B44;
  padding: 3em 0 3em 0; }

.pageContentModule--TwoColumns__Heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0; }

.pageContentModule--ThreeChoices__Heading {
  font-size: 32px;
  font-size: 2rem;
  line-height: 45px;
  line-height: 2.8125rem;
  color: #226A66;
  text-align: center; }

.pageContentModule--ThreeChoices {
  counter-reset: item;
  margin: 0;
  padding: 0;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .pageContentModule--ThreeChoices li {
    color: #d4af28;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 75%;
    margin: 1em 0 0 0; }
    .pageContentModule--ThreeChoices li:before {
      content: counter(item) " ";
      counter-increment: item;
      font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
      font-style: normal;
      font-size: 30px;
      font-size: 1.875rem;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      background-image: url("assets/images/gold-circle.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 55px;
      height: 55px;
      padding: 25px 0 0 0; }
  .pageContentModule--ThreeChoices li span {
    margin: 1em 0 0 0;
    color: #111111; }

@media (min-width: 350px) {
  .pageContentModule--CallToAction__Buttons {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 450px) {
  .pageContentModule--ThreeChoices li {
    width: 40%;
    margin: 0; } }

@media (min-width: 600px) {
  .pageContentModule--Sidebar {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 4em;
       -moz-column-gap: 4em;
            column-gap: 4em; }
    .pageContentModule--Sidebar section {
      -webkit-column-break-inside: avoid;
         page-break-inside: avoid;
              break-inside: avoid; } }

@media (min-width: 825px) {
  .pageContentModule--Testimonial__Content {
    border: none;
    padding: 0 5% 0 5%; }
  .pageContentModule--Layout {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .pageContentModule--CallToAction__Heading {
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
    text-align: left;
    padding-right: 1em; }
  .pageContentModule--CallToAction__Buttons {
    -webkit-flex: 2.5;
        -ms-flex: 2.5;
            flex: 2.5;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .pageContentModule--TwoColumns__Column {
    width: 42%; } }

@media (min-width: 1060px) {
  .pageContentModule--twoInfoBoxes__infoBox {
    width: 48%;
    margin-top: 0; }
  .pageContentModule--twoInfoBoxes__MainContent {
    padding-bottom: 1em; }
  .pageContentModule--OneInfoBox__MainContent {
    width: 49%; }
  .pageContentModule--OneInfoBox__InfoBox {
    width: 49%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; } }

@media (min-width: 1200px) {
  .pageContentModule--OneInfoBox__MainContent {
    width: 55%; }
  .pageContentModule--OneInfoBox__InfoBox {
    width: 41%; }
  .pageContentModule--ThreeChoices li {
    width: 25%; }
  .pageContentModule--ThreeChoices__Heading {
    padding: 0 0 1em 0; } }

.pageContentModule--General h2, .pageContentModule--General h3, .pageContentModule--General h4, .pageContentModule--General h5, .pageContentModule--General h6 {
  color: #30A592; }

.callToAction--Button {
  padding: 0.75em;
  margin: auto auto 0.75em auto;
  width: 95%; }
  @media (min-width: 350px) {
    .callToAction--Button {
      margin: auto;
      max-width: 45%; } }

/* Circular Images */
.rounded {
  border-radius: 50%; }

/**
 *
 * Collaborator
 *
 */
.collaborator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 0 2em 0; }
  .collaborator--Image {
    max-width: 200px;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    padding: 0 0 0.5em 0; }
  @media (min-width: 450px) {
    .collaborator {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .collaborator--Image {
        max-width: 150px;
        padding: 0 0.5em 0 0; }
      .collaborator--Info {
        max-width: calc(100% - 150px); } }
  @media (min-width: 600px) {
    .collaborator--Info {
      max-width: calc(100% - 195px); }
    .collaborator--Image {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      max-width: 195px;
      padding: 0 0 0 1em; } }

/**
*
* Portfolio Layout
*
**/
.portfolioProjects {
  margin: 3.5em auto auto auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-style: normal; }
  @media (min-width: 450px) {
    .portfolioProjects {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .portfolioProjects--Header {
    background-color: #30A592;
    text-align: center; }
    .portfolioProjects--Header__Title {
      color: #FFFFFF;
      padding: 1.1em 0 1.1em 0;
      font-weight: 400;
      letter-spacing: 1.8px; }

.portfolioItem {
  box-shadow: 1px 1px 15px 5px #ccc;
  width: 90%;
  height: auto;
  margin: 0 0 65px 0; }
  @media (min-width: 450px) {
    .portfolioItem {
      width: 45%; } }
  @media (min-width: 1060px) {
    .portfolioItem {
      width: 29%; } }
  .portfolioItem img {
    display: block; }
  .portfolioItem--Title {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 30px;
    line-height: 1.875rem;
    letter-spacing: 2px;
    text-transform: capitalize;
    padding: 0.9em 0 0.9em 0; }
  .portfolioItem--Meta {
    color: #226A66;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0; }
  @media (min-width: 600px) {
    .portfolioItem--Link {
      position: relative;
      z-index: 2;
      display: block; }
      .portfolioItem--Link:hover, .portfolioItem--Link:focus {
        background: #373B44; }
        .portfolioItem--Link:hover img, .portfolioItem--Link:focus img {
          opacity: 0.1;
          position: relative; }
        .portfolioItem--Link:hover .portfolioItem--ViewCaption, .portfolioItem--Link:focus .portfolioItem--ViewCaption {
          display: block; } }

.portfolioItem--ViewCaption {
  display: none;
  color: #FFFFFF;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  z-index: 10;
  top: 42%;
  left: 10%;
  right: 10%;
  position: absolute;
  text-align: center; }
  .portfolioItem--ViewCaption::before {
    content: '';
    background: #FFFFFF;
    margin: 10px auto;
    height: 2px;
    width: 30px;
    display: block; }

/**
 *
 * Hero Section
 *
 */
/* Global Hero Settings For All Hero */
.hero {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-align: center; }

.hero--Image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.hero--Headline {
  margin: 0 auto;
  color: #d4af28; }

.hero--NoImage__Headline {
  color: #FFFFFF;
  margin-bottom: 0.5em; }

.hero--NoImage__Headline,
.hero--Headline {
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-style: normal; }

.hero--HasImage--Content {
  width: 100%;
  padding: 2%;
  background-color: #373B44;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 825px) {
    .hero--HasImage--Content {
      background-color: rgba(55, 59, 68, 0.85);
      padding: 2% 0 2% 0;
      min-height: 140px;
      position: absolute;
      z-index: 2;
      bottom: 0; } }

/* Hero With Image */
.hero--HasImage {
  position: relative; }

/* Hero Without Image */
.hero--NoImage {
  background: #373B44;
  padding: 2.5em 0 2.5em 0; }

/* Hero--Intro */
.hero--Intro {
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFFFFF; }
  .hero--Intro__Only {
    font-size: 23px;
    line-height: 35px; }
    @media (min-width: 600px) {
      .hero--Intro__Only {
        font-size: 25px;
        line-height: 40px; } }

/* Hero -- Home  */
.hero--HasImage__Home {
  background: url("assets/images/home-background.jpg") center no-repeat;
  background-size: cover;
  padding: 2em 0 0 0; }

@media (min-width: 1060px) {
  .hero--Content__Home {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; } }

.heroImage--Home {
  display: block;
  width: 300px;
  margin: 0 auto; }
  @media (min-width: 1060px) {
    .heroImage--Home {
      width: 450px;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; } }

.hero--HasImage__Home--Headline {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 34px;
  line-height: 2.125rem;
  letter-spacing: 1px;
  color: #226A66;
  text-align: center;
  -webkit-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  font-weight: 400;
  padding: 1em 0 1em 0; }
  @media (min-width: 600px) {
    .hero--HasImage__Home--Headline {
      font-size: 29px;
      font-size: 1.8125rem;
      line-height: 38px;
      line-height: 2.375rem; } }
  @media (min-width: 825px) {
    .hero--HasImage__Home--Headline {
      font-size: 32px;
      font-size: 2rem;
      line-height: 41px;
      line-height: 2.5625rem; } }
  @media (min-width: 1060px) {
    .hero--HasImage__Home--Headline {
      font-size: 37px;
      font-size: 2.3125rem;
      line-height: 48px;
      line-height: 3rem;
      text-align: left; } }

/**
 *
 * Hero - Project
 *
 */
.hero--Project {
  background-color: #F4F4F4; }
  .hero--Project__Content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    padding: 1.75em 0 1.75em 0; }
  .hero--Project__Credits {
    list-style: none;
    margin: 0;
    padding: 0; }
    .hero--Project__Credits li:first-of-type {
      font-weight: 600;
      padding: 0; }
  .hero--Project__Title {
    letter-spacing: 1.8px;
    font-weight: 400;
    margin: 0.3em 0 0 0; }
  .hero--Project__Services {
    font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    font-style: normal;
    color: rgba(34, 106, 102, 0.8);
    letter-spacing: 1px; }
  .hero--Project__Buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 825px) {
      .hero--Project__Buttons {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .hero--Project__Button {
    padding: 0.4em 0.7em 0.4em 0.7em;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin: 0.5em auto 0.5em auto;
    font-size: 19px; }
    .hero--Project__Button:nth-of-type(even).button--dark {
      background-color: #30A592; }
      .hero--Project__Button:nth-of-type(even).button--dark:hover, .hero--Project__Button:nth-of-type(even).button--dark:focus {
        background-color: #226A66; }
    .hero--Project__Button.button {
      font-size: 19px;
      display: inline; }
    @media (min-width: 450px) {
      .hero--Project__Button {
        margin: 0.75em 0.75em 0.75em 0;
        width: auto; } }
    @media (min-width: 825px) {
      .hero--Project__Button {
        width: auto;
        margin: 0.75em 0.75em 0 0; } }

/**
 *
 * Blog
 *
 */
.blogArchive--Header {
  background-image: url(assets/images/blog-background.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  height: 100px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
  margin: 0 0 1em 0; }
  @media (min-width: 450px) {
    .blogArchive--Header {
      margin: 0 0 1em 0;
      height: 150px; } }
  @media (min-width: 825px) {
    .blogArchive--Header {
      margin: 0 0 2em 0;
      height: 208px; } }
  .blogArchive--Header__Title {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin: 0.5em 0 0 0; }

.blogIcon {
  height: 50px; }
  @media (min-width: 450px) {
    .blogIcon {
      height: 90px; } }
  @media (min-width: 825px) {
    .blogIcon {
      height: 120px; } }

.postItem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 750px;
  margin: auto auto 2.5em auto; }
  .postItem img, .postItem__ReadMore {
    display: block; }
  .postItem__ReadMore:after {
    content: ' >'; }
  .postItem__Date:after {
    content: ' • '; }
  .postItem__Meta {
    font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px; }
  .postItem__ArchiveTitle,
  .postItem__ArchiveTitle a {
    font-size: 24px;
    line-height: 34px; }
  .postItem__Title,
  .postItem__Title a {
    color: #30A592;
    letter-spacing: 1.5px;
    margin: 0.5em 0 0.5em 0; }
  .postItem__Title a:hover, .postItem__Title a:focus {
    color: #226A66; }
  .postItem--Single h2, .postItem--Single h3, .postItem--Single h4, .postItem--Single h5, .postItem--Single h6 {
    margin: 1.5em 0 1em 0; }
  .postItem--Single img:not(.alignleft):not(.alignright) {
    margin: 0 auto;
    display: block; }
  .postItem--Single__Header {
    padding-bottom: 0.9em; }
  .postItem__SingleTitle {
    font-size: 30px;
    line-height: 40px;
    padding: 0 0 0.3em 0; }
  .postItem__MetaTags {
    padding: 4em 0 0 0; }
  .postItem__FeaturedImage {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .postItem__Content {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  @media (max-width: 1060px) {
    .postItem {
      max-width: 600px; } }
  @media (min-width: 1060px) {
    .postItem {
      max-width: 100%;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: auto auto 3.5em auto; }
      .postItem__FeaturedImage {
        height: auto;
        width: 452px;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        padding: 0 3% 0 0; }
      .postItem__Content {
        -webkit-flex: 2.5;
            -ms-flex: 2.5;
                flex: 2.5;
        padding: 0 0 4% 0; }
      .postItem__Title,
      .postItem__Title a {
        margin-top: 0;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0; } }

.relatedContent {
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-style: normal;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  .relatedContent__Item {
    text-align: center;
    padding: 0.75em;
    min-height: 75px;
    position: relative;
    z-index: 1;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 0.25em; }
    @media (min-width: 450px) {
      .relatedContent__Item {
        padding: 1em; }
        .relatedContent__Item:not(:last-of-type) {
          width: calc(50% - 0.15em); }
        .relatedContent__Item:last-of-type {
          padding: 1.5em; } }
    @media (min-width: 1060px) {
      .relatedContent__Item {
        width: calc(33% - 0.05em);
        padding: 1.5em; }
        .relatedContent__Item:not(:last-of-type) {
          width: calc(33% - 0.05em); } }
  .relatedContent__Link {
    color: #FFFFFF;
    padding: 5%;
    border: 1px solid;
    border-color: transparent;
    transition: 0.5s; }
    .relatedContent__Link:hover, .relatedContent__Link:focus {
      color: #FFFFFF;
      border-color: #d4af28; }
  .relatedContent__Title {
    text-align: center; }

/**
 *
 * Comments
 *
 */
.comments {
  padding: 2.5em 0 0 0; }

.commentsList {
  margin: 0;
  list-style: none;
  padding: 0 0 2em 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }
  .commentsList ul, .commentsList ol {
    list-style: none;
    -webkit-padding-start: 0; }
  .commentsList .comment {
    padding: 0.75em 0.75em 0.75em 0; }
  .commentsList .comment-respond {
    margin-left: calc(65px + 1em); }
  .commentsList .children article {
    background-color: #F4F4F4;
    border-radius: 5px;
    padding: 0.75em; }
  .commentsList .children article,
  .commentsList .children .comment-respond {
    margin-left: 1.5em; }
    @media (min-width: 825px) {
      .commentsList .children article,
      .commentsList .children .comment-respond {
        margin-left: calc(65px + 2em); } }
  .commentsList .children .comment-respond {
    margin-top: 1em; }

.comment--Author {
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-style: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .comment--Author img {
    border-radius: 50%;
    display: block;
    margin: 0 1em 0 0; }
  .comment--Author__Info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .comment--Author__Link {
    font-weight: 500; }

.commentForm {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 825px) {
    .commentForm {
      max-width: 75%; } }
  .commentForm li {
    width: 100%;
    margin: 1em 0 1em 0; }

.commentContent {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 27px;
  line-height: 1.6875rem; }
  @media (min-width: 825px) {
    .commentContent {
      margin-left: calc(65px + 1em);
      margin-top: -0.5em; } }

.comment-reply-link {
  font-family: "proxima-nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  line-height: 1.6875rem; }

.comment-reply-title .comment-form-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 36px;
  line-height: 2.25rem; }

/**
 *
 * Contact
 *
 */
.contactPage--Social {
  margin: 2em 0; }

/*-----  End of Pages  ------*/
/**
 *
 * Print
 *
 */
@media print {
  body,
  h1, h2, h3, h4, h5, h6, p, a,
  .postItem__Meta
.pageContentModule--Testimonial__Content,
  .button,
  .siteFooter,
  .infoBox,
  .hero {
    background: #FFFFFF;
    background-color: #FFFFFF;
    color: #111111 !important;
    word-wrap: break-word;
    background-color: none !important; }
  body,
  ul,
  ol,
  blockquote,
  .siteFooter {
    font-size: 11pt !important;
    line-height: 15pt; }
  li {
    padding: 0 !important; }
  p {
    margin: 1em 0 1em 0; }
  .hero::after {
    border-bottom: 0.5pt solid rgba(0, 0, 0, 0.5);
    max-width: 85%;
    margin: 0 auto; }
  h1, h2, h3, h4, h5, h6, .button {
    letter-spacing: 0 !important;
    page-break-after: avoid;
    margin: 0;
    padding: 0; }
  .siteHeading {
    font-size: 16pt !important;
    width: 100%;
    text-align: center; }
    .siteHeading::after {
      content: 'Web Developer + Strategist { melissajclark.ca }';
      display: block;
      font-size: 11pt;
      padding: 2px 0 2px 0; }
  h1 {
    font-size: 18pt !important;
    line-height: 25pt; }
  h2 {
    font-size: 16pt !important;
    line-height: 22pt; }
  h3 {
    font-size: 12pt !important;
    line-height: 16pt; }
  h4 {
    font-size: 16pt !important;
    line-height: 20pt; }
  h5 {
    font-size: 22pt !important;
    line-height: 32pt; }
  h6 {
    font-size: 20pt !important;
    line-height: 30pt; }
  a:not(.siteLink):after {
    content: " <" attr(href) "> ";
    font-size: 9pt; }
  a img:after {
    content: none;
    font-size: 10pt; }
  .pageContentModule--ThreeChoices {
    counter-reset: none !important;
    color: #111111;
    font-size: 11pt;
    display: block;
    margin: 0.5em 0 1.5em 0.75em;
    text-align: left !important; }
    .pageContentModule--ThreeChoices li {
      width: 100% !important;
      max-width: 100% !important;
      display: list-item;
      color: #111111;
      font-size: 11pt;
      text-align: left; }
      .pageContentModule--ThreeChoices li span {
        margin: 0; }
    .pageContentModule--ThreeChoices:before {
      display: none !important;
      visibility: hidden;
      margin: 0;
      padding: 0;
      opacity: 0;
      content: none;
      counter-increment: none;
      font-size: 0; }
  .portfolioItem {
    box-shadow: none; }
  .hero {
    display: block;
    position: static; }
  .pageContentModule {
    margin: auto; }
    .pageContentModule:not(:last-of-type) {
      margin: auto; }
  .pageContentModule--Layout {
    display: block;
    margin: auto; }
    .pageContentModule--Layout div {
      width: 100%;
      padding: 0;
      margin: auto; }
  .button,
  .button--dark,
  .button--light,
  .button-medium,
  .callToAction--Button,
  .infoBox--Button {
    display: inline;
    font-size: 11pt !important;
    color: #111111;
    width: auto !important;
    max-width: 300px;
    text-align: left !important;
    padding: 2px; }
  ul,
  img,
  blockquote {
    page-break-after: avoid; }
  img {
    max-width: 3in;
    margin: 0.25em auto; }
  .wp-caption {
    margin: 1em auto;
    page-break-inside: avoid; }
  blockquote {
    border-left: 5px solid rgba(146, 154, 163, 0.6) !important;
    padding: 0 0 0 1.5em;
    margin: 1em 0 0 0; }
  .pageContentModule--Testimonial__Content,
  .postItem--Single__Header {
    padding: 0; }
  .footerCallToAction,
  .siteFooter,
  .hero--Image,
  .siteNavigation,
  .pagination,
  .comments,
  .blogArchive--Header,
  .relatedContent__Title,
  .relatedContent,
  .sharedaddy,
  hr {
    display: none; }
  @page {
    size: 8.5in 11in;
    body {
      margin: 4in; } }
  .postItem--Single__Header {
    padding: 0; }
  .postItem__Meta {
    letter-spacing: 0px;
    text-transform: capitalize;
    margin: 0; }
  .postItem__SingleTitle {
    padding: 0;
    margin: 0;
    font-size: 18pt !important;
    line-height: 25pt; }
  .postItem--Single h2, .postItem--Single h3, .postItem--Single h4, .postItem--Single h5, .postItem--Single h6 {
    margin: 0.5em 0 0.5em 0; }
  .archive article, .blog article {
    page-break-inside: avoid; }
  .container--Blog {
    max-width: 90%; } }
