@charset "UTF-8";
/*
Theme Name: EWNT Custom Theme
Theme URI: http://www.indigo-guanaco-555473.hostingersite.com/
Author: Curious
Author URI: https://www.iamcurious.co.uk
Description: Curious custom built theme for EWNT. Built by our developer extraordinaire Dave, using a base of the wonderful _s.
Version: 1.0.14
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: curious

This theme, like WordPress, is licensed under the GPL.

Curious is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later. 

*/
/* _S Base CSS */
/* _s Base Styles */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* Fonts CSS */
/* Comment Out the Fonts until needed

@font-face {
    font-family: FONTNAME;
    src: url(fonts/FONTFILENAME.ttf);
    font-weight: normal;
}

@font-face {
    font-family: FONTNAME;
    src: url(fonts/FONTFILENAMEBold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: FONTNAME;
    src: url(fonts/FONTFILENAME.ttf);
}

@font-face {
font-family: “fontname”;
    
src:url('fontname.eot?-owabew');
src:url('fontname.eot?#iefix-owabew') format('embedded-opentype'),
url('fontname.ttf?-owabew') format('truetype'),
url('fontname.woff?-owabew') format('woff'),
url('fontname.svg?-owabew#signet') format('svg');
font-weight: normal;
font-style: normal;
}


Use font squirrel to get the full package.
*/
body, button, input, select, textarea {
  color: #2f434e;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 25px;
  margin-bottom: 15px; }

a:-webkit-any-link {
  text-decoration: none; }

/* Site Wide CSS */
.home .site-main .panel-grid .panel-grid-cell {
  top: 50px; }

.site-main .panel-grid .panel-grid-cell {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: ease-in-out 0.8s;
  -moz-transition: ease-in-out 0.8s;
  -ms-transition: ease-in-out 0.8s;
  transition: ease-in-out 0.8s;
  position: relative; }
  .site-main .panel-grid .panel-grid-cell:first-of-type {
    padding-left: 0; }
  .site-main .panel-grid .panel-grid-cell:last-of-type {
    padding-right: 0; }
  .site-main .panel-grid .panel-grid-cell.show-cell {
    top: 0; }

.site-content a {
  color: #ed1651;
  font-weight: 100;
  text-decoration: none;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s; }
  .site-content a:hover {
    color: #2f434e; }

body .cta {
  display: block;
  color: #FFF;
  background-color: #ed1651;
  width: auto;
  padding: 10px 20px;
  text-align: center;
  max-width: 300px;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border: solid 2px #ed1651;
  text-decoration: none;
  margin-top: 35px; }
  body .cta:hover {
    color: #ed1651;
    background-color: transparent; }

.sixty-second-science-tag {
  text-transform: uppercase; }
  .sixty-second-science-tag .sixty-sec-red {
    color: #ed1651; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #2f434e;
  border: 2px solid #2f434e;
  border-radius: 1px;
  padding: 3px; }

.site-content {
  float: left;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 120px; }
  .site-content .widget {
    font-size: 18px; }
    .site-content .widget li {
      border-bottom: none;
      list-style: disc;
      margin-left: 20px; }
  .site-content .widget-title {
    font-size: 22px;
    font-weight: 400; }
  .site-content p {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 200; }
  .site-content .small-text {
    font-size: 70%; }
  .site-content .big-text {
    font-size: 130%; }
  .site-content .widget ol li {
    border-bottom: none;
    list-style: decimal;
    margin-left: 20px;
    font-weight: 200; }
  .site-content .widget ul li {
    border-bottom: none;
    list-style: disc;
    margin-left: 20px;
    font-weight: 200; }
  .site-content .content-area {
    float: left;
    width: 100%; }
  .site-content .site-main {
    max-width: 100%; }
    .site-content .site-main .yoast-seo-breadcrumb {
      display: none; }
    .site-content .site-main .panel-grid {
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: 64px;
      padding-right: 64px;
      float: left;
      width: 100%;
      overflow: hidden;
      -webkit-transition: ease-in-out 0.5s;
      -moz-transition: ease-in-out 0.5s;
      -ms-transition: ease-in-out 0.5s;
      transition: ease-in-out 0.5s; }
      .site-content .site-main .panel-grid .panel-grid {
        padding-left: 0;
        padding-right: 0; }
      .site-content .site-main .panel-grid .panel-widget-style {
        float: left;
        width: 100%; }
      .site-content .site-main .panel-grid.full-width-container {
        padding-left: 0;
        padding-right: 0;
        background-size: cover; }
        .site-content .site-main .panel-grid.full-width-container .full-width {
          padding-left: 64px;
          padding-right: 64px;
          padding-top: 40px;
          padding-bottom: 40px;
          -webkit-transition: ease-in-out 0.5s;
          -moz-transition: ease-in-out 0.5s;
          -ms-transition: ease-in-out 0.5s;
          transition: ease-in-out 0.5s; }
          .site-content .site-main .panel-grid.full-width-container .full-width.full-width-images {
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 0; }
            .site-content .site-main .panel-grid.full-width-container .full-width.full-width-images .panel-grid-cell {
              padding-left: 0 !important;
              padding-right: 0 !important; }
      .site-content .site-main .panel-grid .transparent {
        background-color: rgba(255, 255, 255, 0.6);
        padding: 20px; }
      .site-content .site-main .panel-grid .light-blue {
        background-color: #455C69;
        color: #FFF; }
        .site-content .site-main .panel-grid .light-blue .panel-grid-cell:first-of-type {
          padding-left: 15px;
          padding-right: 0; }
        .site-content .site-main .panel-grid .light-blue .panel-grid-cell:last-of-type {
          padding-right: 15px;
          padding-left: 0; }
        .site-content .site-main .panel-grid .light-blue .cta:hover {
          color: #fff; }
      .site-content .site-main .panel-grid .dark-blue {
        background-color: #0F2632;
        color: #FFF; }
        .site-content .site-main .panel-grid .dark-blue .cta:hover {
          color: #fff; }
      .site-content .site-main .panel-grid .facebook-video-section .fb-video {
        min-width: 100%; }
        .site-content .site-main .panel-grid .facebook-video-section .fb-video span {
          min-width: 100%; }
          .site-content .site-main .panel-grid .facebook-video-section .fb-video span iframe {
            min-width: 100%; }
      .site-content .site-main .panel-grid .testimonial {
        float: left;
        width: 100%;
        font-style: italic;
        font-size: 150%;
        font-weight: 100;
        text-align: left;
        max-width: 100%;
        clear: both;
        padding: 0 25px; }
        .site-content .site-main .panel-grid .testimonial p:last-of-type {
          text-align: right;
          font-size: 75%;
          font-style: normal;
          font-weight: 500; }
      .site-content .site-main .panel-grid .so-widget-sow-editor h2:first-of-type {
        margin-top: 0; }
      .site-content .site-main .panel-grid .gform_wrapper {
        float: left;
        max-width: 100%;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0; }
        .site-content .site-main .panel-grid .gform_wrapper .gform_heading {
          margin-bottom: 20px; }
          .site-content .site-main .panel-grid .gform_wrapper .gform_heading .gform_title {
            margin-top: 0; }
        .site-content .site-main .panel-grid .gform_wrapper .gform_body .gform_fields {
          float: left;
          padding-left: 0;
          width: 100%; }
          .site-content .site-main .panel-grid .gform_wrapper .gform_body .gform_fields li {
            margin-left: 0;
            list-style: none;
            float: left;
            width: 100%;
            clear: both;
            margin-bottom: 12px; }
            .site-content .site-main .panel-grid .gform_wrapper .gform_body .gform_fields li .gfield_label {
              width: 25%;
              float: left;
              padding-right: 10px;
              margin-top: 4px;
              font-weight: 500; }
            .site-content .site-main .panel-grid .gform_wrapper .gform_body .gform_fields li .ginput_container {
              width: 75%;
              float: left; }
              .site-content .site-main .panel-grid .gform_wrapper .gform_body .gform_fields li .ginput_container input, .site-content .site-main .panel-grid .gform_wrapper .gform_body .gform_fields li .ginput_container textarea {
                width: 100%;
                background-color: #FFF;
                border-radius: 1px !important;
                border: solid 2px #ed1651; }
        .site-content .site-main .panel-grid .gform_wrapper .gform_footer {
          float: left;
          width: 100%; }
          .site-content .site-main .panel-grid .gform_wrapper .gform_footer input[type="submit"] {
            float: right;
            width: 75%;
            border-radius: 0;
            font-size: 18px;
            font-weight: 200;
            color: #FFF;
            background-color: #ed1651;
            padding: 10px 40px;
            text-align: center;
            -webkit-transition: ease-in-out 0.3s;
            -moz-transition: ease-in-out 0.3s;
            -ms-transition: ease-in-out 0.3s;
            transition: ease-in-out 0.3s;
            border: solid 2px #ed1651;
            text-decoration: none;
            text-shadow: none;
            box-shadow: none; }
            .site-content .site-main .panel-grid .gform_wrapper .gform_footer input[type="submit"]:hover {
              color: #ed1651;
              background-color: transparent; }
      .site-content .site-main .panel-grid .light-form .gform_wrapper .gform_body .gform_fields li .gfield_label {
        color: #2f434e; }
      .site-content .site-main .panel-grid .light-form .gform_wrapper .gform_body .gform_fields li .ginput_container input, .site-content .site-main .panel-grid .light-form .gform_wrapper .gform_body .gform_fields li .ginput_container textarea {
        background-color: #FFF;
        border: solid 2px #ed1651; }
      .site-content .site-main .panel-grid .light-form .gform_wrapper .gform_footer {
        float: left;
        width: 100%; }
        .site-content .site-main .panel-grid .light-form .gform_wrapper .gform_footer input[type="submit"] {
          color: #FFF;
          background-color: #ed1651;
          border: solid 2px #ed1651; }
          .site-content .site-main .panel-grid .light-form .gform_wrapper .gform_footer input[type="submit"]:hover {
            color: #ed1651;
            background-color: #FFF; }
      .site-content .site-main .panel-grid .dark-form .widget-title {
        color: #FFF; }
      .site-content .site-main .panel-grid .dark-form .gform_wrapper .gform_body .gform_fields li .gfield_label {
        color: #fff; }
      .site-content .site-main .panel-grid .dark-form .gform_wrapper .gform_body .gform_fields li .ginput_container input, .site-content .site-main .panel-grid .dark-form .gform_wrapper .gform_body .gform_fields li .ginput_container textarea {
        background-color: #FFF;
        border: solid 2px #fff; }
      .site-content .site-main .panel-grid .dark-form .gform_wrapper .gform_footer {
        float: left;
        width: 100%; }
        .site-content .site-main .panel-grid .dark-form .gform_wrapper .gform_footer input[type="submit"] {
          color: #FFF;
          background-color: #ed1651;
          border: solid 2px #ed1651; }
          .site-content .site-main .panel-grid .dark-form .gform_wrapper .gform_footer input[type="submit"]:hover {
            color: #FFF;
            background-color: transparent; }

body #searchform {
  position: relative; }
  body #searchform #s {
    border-radius: 5px 0 0 5px;
    border: none;
    height: 35px;
    font-size: 18px;
    padding: 5px;
    border: 2px solid #444;
    border-right: 0;
    width: calc(100% - 37px); }
  body #searchform #searchsubmit {
    width: 37px;
    height: 35px;
    position: relative;
    float: right;
    background-color: initial;
    border: none;
    z-index: 2; }
  body #searchform .fa-search {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #444;
    padding: 8px 10px;
    z-index: 1;
    border-radius: 0 5px 5px 0;
    height: 35px; }
    body #searchform .fa-search:before {
      color: #FFF; }

/* Header CSS */
.site-header {
  float: left;
  width: 100%; }
  .site-header .home-header-background-image {
    background-size: cover;
    background-position: center top; }
    .site-header .home-header-background-image.parallax {
      background-position: center center; }
  .site-header .site-header-main {
    float: left;
    width: 100%;
    position: relative; }
    .site-header .site-header-main .header-container {
      padding-left: 64px;
      padding-right: 64px;
      width: 100%;
      float: left;
      padding-top: 0;
      padding-bottom: 0;
      background-color: #2f434e;
      -webkit-transition: ease-in-out 0.5s;
      -moz-transition: ease-in-out 0.5s;
      -ms-transition: ease-in-out 0.5s;
      transition: ease-in-out 0.5s;
      position: fixed;
      z-index: 99;
      min-height: 47px;
      border-bottom: 3px solid #FFF; }
      .site-header .site-header-main .header-container .site-branding {
        float: left;
        -webkit-transition: ease-in-out 0.5s;
        -moz-transition: ease-in-out 0.5s;
        -ms-transition: ease-in-out 0.5s;
        transition: ease-in-out 0.5s;
        background-color: #FFF;
        padding: 5px 10px;
        border: solid 10px #2f434e;
        position: absolute;
        left: calc(50% - 115px);
        padding-top: 10px;
        max-height: 141px; }
        .site-header .site-header-main .header-container .site-branding #site-logo {
          max-width: 190px;
          float: left;
          -webkit-transition: ease-in-out 0.5s;
          -moz-transition: ease-in-out 0.5s;
          -ms-transition: ease-in-out 0.5s;
          transition: ease-in-out 0.5s; }
          .site-header .site-header-main .header-container .site-branding #site-logo #site-logo-not-scrolled {
            max-width: 190px; }
          .site-header .site-header-main .header-container .site-branding #site-logo #site-logo-scrolled {
            display: none;
            max-width: 70px; }
        .site-header .site-header-main .header-container .site-branding .site-title {
          float: left;
          margin-top: 10px;
          margin-bottom: 0;
          font-size: 30px;
          -webkit-transition: ease-in-out 0.5s;
          -moz-transition: ease-in-out 0.5s;
          -ms-transition: ease-in-out 0.5s;
          transition: ease-in-out 0.5s; }
          .site-header .site-header-main .header-container .site-branding .site-title a {
            text-decoration: none;
            color: #2f434e; }
        .site-header .site-header-main .header-container .site-branding .site-description {
          float: left;
          margin-top: 10px;
          clear: left;
          -webkit-transition: ease-in-out 0.5s;
          -moz-transition: ease-in-out 0.5s;
          -ms-transition: ease-in-out 0.5s;
          transition: ease-in-out 0.5s; }
      .site-header .site-header-main .header-container #site-branding-border {
        background-color: transparent;
        border: solid 3px #fff;
        position: absolute;
        left: calc(50% - 118px);
        top: 47px;
        height: 97px;
        width: 236px;
        -webkit-transition: ease-in-out 0.5s;
        -moz-transition: ease-in-out 0.5s;
        -ms-transition: ease-in-out 0.5s;
        transition: ease-in-out 0.5s; }
      .site-header .site-header-main .header-container .main-navigation, .site-header .site-header-main .header-container #left-navigation, .site-header .site-header-main .header-container #right-navigation {
        float: right;
        clear: none;
        display: initial; }
        .site-header .site-header-main .header-container .main-navigation.mobile-nav, .site-header .site-header-main .header-container #left-navigation.mobile-nav, .site-header .site-header-main .header-container #right-navigation.mobile-nav {
          display: none; }
        .site-header .site-header-main .header-container .main-navigation .menu, .site-header .site-header-main .header-container #left-navigation .menu, .site-header .site-header-main .header-container #right-navigation .menu {
          padding-left: 0;
          list-style: none;
          float: left;
          margin-top: 0;
          margin-bottom: 0; }
          .site-header .site-header-main .header-container .main-navigation .menu li, .site-header .site-header-main .header-container #left-navigation .menu li, .site-header .site-header-main .header-container #right-navigation .menu li {
            display: inline-block;
            float: left;
            position: relative; }
            .site-header .site-header-main .header-container .main-navigation .menu li a, .site-header .site-header-main .header-container #left-navigation .menu li a, .site-header .site-header-main .header-container #right-navigation .menu li a {
              padding: 10px 15px;
              color: #fff;
              -webkit-transition: ease-in-out 0.2s;
              -moz-transition: ease-in-out 0.2s;
              -ms-transition: ease-in-out 0.2s;
              transition: ease-in-out 0.2s;
              float: left; }
              .site-header .site-header-main .header-container .main-navigation .menu li a:hover, .site-header .site-header-main .header-container #left-navigation .menu li a:hover, .site-header .site-header-main .header-container #right-navigation .menu li a:hover {
                color: #ed1651; }
            .site-header .site-header-main .header-container .main-navigation .menu li:hover .sub-menu, .site-header .site-header-main .header-container #left-navigation .menu li:hover .sub-menu, .site-header .site-header-main .header-container #right-navigation .menu li:hover .sub-menu {
              display: block;
              overflow: inherit;
              width: inherit;
              height: inherit; }
            .site-header .site-header-main .header-container .main-navigation .menu li:last-of-type a, .site-header .site-header-main .header-container #left-navigation .menu li:last-of-type a, .site-header .site-header-main .header-container #right-navigation .menu li:last-of-type a {
              padding-right: 15px !important;
              background-color: #4A755E;
              margin-left: 15px; }
              .site-header .site-header-main .header-container .main-navigation .menu li:last-of-type a:hover, .site-header .site-header-main .header-container #left-navigation .menu li:last-of-type a:hover, .site-header .site-header-main .header-container #right-navigation .menu li:last-of-type a:hover {
                color: #0F2632; }
            .site-header .site-header-main .header-container .main-navigation .menu li.sixtysecondnavitem a, .site-header .site-header-main .header-container #left-navigation .menu li.sixtysecondnavitem a, .site-header .site-header-main .header-container #right-navigation .menu li.sixtysecondnavitem a {
              display: none; }
            .site-header .site-header-main .header-container .main-navigation .menu li.sixtysecondnavitem .sixty-second-science-tag, .site-header .site-header-main .header-container #left-navigation .menu li.sixtysecondnavitem .sixty-second-science-tag, .site-header .site-header-main .header-container #right-navigation .menu li.sixtysecondnavitem .sixty-second-science-tag {
              display: block;
              font-weight: 500; }
              .site-header .site-header-main .header-container .main-navigation .menu li.sixtysecondnavitem .sixty-second-science-tag:hover .sixty-sec-red, .site-header .site-header-main .header-container #left-navigation .menu li.sixtysecondnavitem .sixty-second-science-tag:hover .sixty-sec-red, .site-header .site-header-main .header-container #right-navigation .menu li.sixtysecondnavitem .sixty-second-science-tag:hover .sixty-sec-red {
                color: #fff; }
            .site-header .site-header-main .header-container .main-navigation .menu li .sub-menu, .site-header .site-header-main .header-container #left-navigation .menu li .sub-menu, .site-header .site-header-main .header-container #right-navigation .menu li .sub-menu {
              display: none;
              overflow: hidden;
              position: absolute;
              z-index: 99999;
              top: 47px;
              left: 0;
              padding-left: 0;
              margin-left: 0; }
              .site-header .site-header-main .header-container .main-navigation .menu li .sub-menu li a, .site-header .site-header-main .header-container #left-navigation .menu li .sub-menu li a, .site-header .site-header-main .header-container #right-navigation .menu li .sub-menu li a {
                margin-left: 0;
                background-color: #455c69 !important;
                border: 3px solid #FFF;
                border-top: 0;
                padding: 10px 15px !important; }
                .site-header .site-header-main .header-container .main-navigation .menu li .sub-menu li a:hover, .site-header .site-header-main .header-container #left-navigation .menu li .sub-menu li a:hover, .site-header .site-header-main .header-container #right-navigation .menu li .sub-menu li a:hover {
                  color: #ed1651; }
        .site-header .site-header-main .header-container .main-navigation .toggle-button-container, .site-header .site-header-main .header-container #left-navigation .toggle-button-container, .site-header .site-header-main .header-container #right-navigation .toggle-button-container {
          float: left;
          background-color: #2f434e;
          width: 100%;
          padding: 12px 20px 0 20px;
          border-radius: 1px; }
      .site-header .site-header-main .header-container #left-navigation {
        float: left;
        clear: none;
        width: calc(50% - 115px); }
        .site-header .site-header-main .header-container #left-navigation #menu-left-menu {
          margin-bottom: 0; }
          .site-header .site-header-main .header-container #left-navigation #menu-left-menu li:first-of-type a {
            padding-left: 0 !important; }
          .site-header .site-header-main .header-container #left-navigation #menu-left-menu li:last-of-type a {
            margin-left: 0;
            background-color: transparent; }
            .site-header .site-header-main .header-container #left-navigation #menu-left-menu li:last-of-type a:hover {
              color: #ed1651; }
          .site-header .site-header-main .header-container #left-navigation #menu-left-menu li .sub-menu li a {
            margin-left: 0;
            background-color: #455c69 !important;
            padding: 10px 15px !important; }
            .site-header .site-header-main .header-container #left-navigation #menu-left-menu li .sub-menu li a:hover {
              color: #ed1651; }
      .site-header .site-header-main .header-container #right-navigation {
        float: right;
        clear: none;
        width: calc(50% - 115px); }
        .site-header .site-header-main .header-container #right-navigation #menu-right-menu {
          margin-bottom: 0;
          float: right; }
          .site-header .site-header-main .header-container #right-navigation #menu-right-menu li .sub-menu li a {
            margin-left: 0;
            background-color: #455c69 !important;
            padding: 10px 15px !important; }
            .site-header .site-header-main .header-container #right-navigation #menu-right-menu li .sub-menu li a:hover {
              color: #ed1651; }
      .site-header .site-header-main .header-container.scrolled .site-branding {
        left: 64px;
        padding: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 8px !important;
        border-width: 1px;
        background-color: transparent; }
      .site-header .site-header-main .header-container.scrolled #site-branding-border {
        left: 64px;
        border-width: 0px;
        background-color: transparent;
        top: 0;
        width: 0;
        height: 0;
        border-color: transparent; }

body:not(.home) .site-header .site-header-main .header-container #left-navigation {
  display: none !important; }

body:not(.home) .site-header .site-header-main .header-container #right-navigation {
  display: none !important; }

body:not(.home) .site-header .site-header-main .header-container .main-navigation.mobile-nav {
  display: block !important; }

body:not(.home) .site-header .site-header-main .header-container .site-branding #site-logo #site-logo-not-scrolled {
  display: none !important; }

body:not(.home) .site-header .site-header-main .header-container .site-branding #site-logo #site-logo-scrolled {
  display: inline !important; }

body:not(.home) .site-header .site-header-main .header-container #site-branding-border {
  display: none !important; }

body:not(.home) .site-header .site-header-main .header-container .site-branding {
  left: 64px;
  padding: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 8px !important;
  border-width: 1px;
  background-color: transparent; }

body:not(.home) .site-content {
  padding-top: 50px !important; }

/* Toggle Arrow Changes */
.site-header .toggle-button {
  position: relative;
  width: 44px;
  height: 40px;
  padding: 4px;
  transition: .25s;
  z-index: 15;
  margin-left: auto;
  margin-right: auto; }
  .site-header .toggle-button:hover {
    cursor: pointer; }
  .site-header .toggle-button .menu-bar {
    position: absolute;
    border-radius: 2px;
    width: 80%;
    transition: .5s; }
  .site-header .toggle-button .menu-bar-top {
    border: 4px solid #fff;
    border-bottom: none;
    top: 0; }
  .site-header .toggle-button .menu-bar-middle {
    height: 4px;
    background-color: #fff;
    margin-top: 7px;
    margin-bottom: 7px;
    top: 4px; }
  .site-header .toggle-button .menu-bar-bottom {
    border: 4px solid #fff;
    border-top: none;
    top: 22px; }

.site-header .button-open .menu-bar-top {
  transform: rotate(45deg) translate(8px, 8px);
  transition: .5s; }

.site-header .button-open .menu-bar-middle {
  transform: translate(230px);
  transition: .1s ease-in;
  opacity: 0; }

.site-header .button-open .menu-bar-bottom {
  transform: rotate(-45deg) translate(8px, -7px);
  transition: .5s; }

/* Basic Toggles */
@media screen and (max-width: 799px) {
  .site-header .main-navigation {
    width: 100%; }
    .site-header .main-navigation .menu {
      display: none; }
    .site-header .main-navigation .toggle-button {
      display: block; } }

/* JS Toggle Fix */
@media screen and (min-width: 800px) {
  .site-header .main-navigation .menu {
    display: block !important; }
  .site-header .toggle-button-container {
    display: none; }
    .site-header .toggle-button-container .toggle-button {
      display: none; } }

/* Footer CSS */
/* Footer CSS Changes */
#curious-web-footer {
  width: 100%;
  background-color: #2f434e;
  padding: 0px 10px 15px 10px;
  text-align: center;
  float: left;
  color: #fff; }
  #curious-web-footer a {
    color: #fff;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s; }
    #curious-web-footer a:hover {
      color: #ed1651; }
  #curious-web-footer #curious-footer-span {
    font-size: 25px;
    font-family: "coquette",Verdana, Geneva, sans-serif; }
    #curious-web-footer #curious-footer-span #curious-footer-span-c, #curious-web-footer #curious-footer-span #curious-footer-span-u, #curious-web-footer #curious-footer-span #curious-footer-span-r, #curious-web-footer #curious-footer-span #curious-footer-span-i, #curious-web-footer #curious-footer-span #curious-footer-span-o, #curious-web-footer #curious-footer-span #curious-footer-span-u2, #curious-web-footer #curious-footer-span #curious-footer-span-s {
      display: inline-block; }

#curious-web-footer:hover #curious-footer-span-c {
  animation-name: logobounce;
  animation-iteration-count: 1;
  animation-duration: 1s; }

#curious-web-footer:hover #curious-footer-span-u {
  animation-name: logobounce;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 100ms; }

#curious-web-footer:hover #curious-footer-span-r {
  animation-name: logobounce;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 200ms; }

#curious-web-footer:hover #curious-footer-span-i {
  animation-name: logobounce;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 300ms; }

#curious-web-footer:hover #curious-footer-span-o {
  animation-name: logobounce;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 400ms; }

#curious-web-footer:hover #curious-footer-span-u2 {
  animation-name: logobounce;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 500ms; }

#curious-web-footer:hover #curious-footer-span-s {
  animation-name: logobounce;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 600ms; }

@keyframes logobounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

body #site-footer-social-section {
  float: left;
  width: 100%;
  overflow: hidden; }
  body #site-footer-social-section .social-footer-div {
    float: left;
    width: 33.33%;
    position: relative;
    text-align: center;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    top: 55px; }
    body #site-footer-social-section .social-footer-div a {
      color: #FFF;
      float: left;
      width: 100%;
      padding: 30px 25px; }
      body #site-footer-social-section .social-footer-div a i {
        color: #FFF;
        font-size: 60px; }
      body #site-footer-social-section .social-footer-div a p {
        margin-bottom: 0;
        color: transparent;
        -webkit-transition: ease-in-out 0.4s;
        -moz-transition: ease-in-out 0.4s;
        -ms-transition: ease-in-out 0.4s;
        transition: ease-in-out 0.4s; }
    body #site-footer-social-section .social-footer-div:hover {
      top: 0; }
      body #site-footer-social-section .social-footer-div:hover a p {
        color: #FFF; }
    body #site-footer-social-section .social-footer-div#facebook-social {
      background-color: #3b5998; }
    body #site-footer-social-section .social-footer-div#snapchat-social {
      background-color: #2d2d2d; }
      body #site-footer-social-section .social-footer-div#snapchat-social img {
        width: 53px;
        margin-top: 0;
        -webkit-transition: ease-in-out 0.4s;
        -moz-transition: ease-in-out 0.4s;
        -ms-transition: ease-in-out 0.4s;
        transition: ease-in-out 0.4s; }
    body #site-footer-social-section .social-footer-div#instagram-social {
      background: #a57d60;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }

body .site-footer {
  padding-top: 30px;
  padding-left: 64px;
  padding-right: 64px;
  background-color: #2f434e;
  float: left;
  width: 100%;
  color: #fff;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s; }
  body .site-footer a {
    color: #fff;
    text-decoration: none; }
    body .site-footer a:hover {
      color: #ed1651; }
  body .site-footer .footer-container .footer-area {
    margin-bottom: 10px; }
    body .site-footer .footer-container .footer-area h3 {
      margin-top: 0; }
  body .site-footer .footer-container.one-footer .footer-area {
    width: 100%;
    float: left; }
  body .site-footer .footer-container.two-footer .footer-area {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    body .site-footer .footer-container.two-footer .footer-area:first-of-type {
      padding-left: 0;
      padding-right: 20px; }
  body .site-footer .footer-container.two-footer #footer-widget-2 {
    padding-left: 20px;
    padding-right: 0; }
  body .site-footer .footer-container.three-footer .footer-area {
    width: 33.333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    body .site-footer .footer-container.three-footer .footer-area:first-of-type {
      padding-left: 0;
      padding-right: 30px; }
  body .site-footer .footer-container.three-footer #footer-widget-3 {
    padding-left: 30px;
    padding-right: 0; }
  body .site-footer .footer-container.four-footer .footer-area {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    body .site-footer .footer-container.four-footer .footer-area:first-of-type {
      padding-left: 0;
      padding-right: 30px; }
  body .site-footer .footer-container.four-footer #footer-widget-4 {
    padding-left: 30px;
    padding-right: 0; }
  body .site-footer .menu {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
    padding-left: 0; }
    body .site-footer .menu li a {
      color: #fff;
      text-decoration: none; }
      body .site-footer .menu li a:hover {
        color: #ed1651; }
  body .site-footer #footer-copyright {
    float: left;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 80%;
    margin-top: 15px; }
    body .site-footer #footer-copyright p {
      margin-top: 0;
      margin-bottom: 0; }

/* Home Page CSS */
.home .entry-header {
  display: none; }

.home .site-content {
  padding-top: 47px; }
  .home .site-content #home-top-image-block {
    background-size: cover;
    float: left;
    width: 100%;
    background-position: center 35%;
    position: relative;
    min-height: 450px; }
    .home .site-content #home-top-image-block #home-overlay {
      padding: 64px;
      background-color: rgba(47, 67, 78, 0.4);
      width: 100%;
      height: 100%;
      position: relative;
      float: left; }
      .home .site-content #home-top-image-block #home-overlay .home_header_text {
        width: 70%;
        float: left;
        color: #FFF;
        position: absolute;
        bottom: 64px;
        font-size: 40px;
        font-weight: 500;
        text-shadow: 0px 0px 5px #2f434e, 0px 0px 10px #2f434e; }
        .home .site-content #home-top-image-block #home-overlay .home_header_text .cta {
          float: left;
          max-width: 100%;
          font-size: 30px;
          border-width: 3px;
          text-shadow: none;
          margin-top: 15px; }
          .home .site-content #home-top-image-block #home-overlay .home_header_text .cta:hover {
            background-color: transparent;
            color: #FFF; }
    .home .site-content #home-top-image-block #content-below-button {
      background-color: #fff;
      position: absolute;
      width: 37px;
      height: 31px;
      bottom: 0;
      right: 5%;
      padding: 2px 10px;
      text-align: center;
      border-radius: 4px 4px 0px 0px; }
      .home .site-content #home-top-image-block #content-below-button a {
        color: #ed1651; }

/* Bounce The Arrow */
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-5px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-10px); }
  60% {
    -o-transform: translateY(-5px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); } }

/* Other Page Specific CSS */
/* 404 Page */
.error404 .site-content {
  float: left;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s; }

/* Standard Page */
body.page .entry-header {
  float: left;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s; }

body.page #sidebar-right {
  display: none; }

/* Blog Page */
.blog .site-content {
  float: left;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s; }
  .blog .site-content .content-area {
    float: left;
    width: 70%;
    margin-right: 5%; }
  .blog .site-content #sidebar-right {
    width: 25%;
    float: right; }

/* Single Post Page */
.single-post .site-content {
  float: left;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s; }
  .single-post .site-content .content-area {
    float: left;
    width: 70%;
    margin-right: 5%; }
    .single-post .site-content .content-area .site-main .panel-grid {
      padding-left: 0;
      padding-right: 0; }
  .single-post .site-content #sidebar-right {
    width: 25%;
    float: right; }

/* Search Results Page */
.search .site-content {
  float: left;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s; }
  .search .site-content .content-area {
    float: left;
    width: 70%;
    margin-right: 5%; }
  .search .site-content #sidebar-right {
    width: 25%;
    float: right; }

body #other-page-top-image-block {
  background-size: cover;
  float: left;
  width: 100%;
  background-position: center 35%;
  position: relative;
  min-height: 400px; }

.birchschedule .birs_appointment_location, .birchschedule .birs_appointment_section, .birchschedule .birs_appointment_staff {
  display: none; }

.birchschedule #birs_appointment_form .ui-datepicker {
  border: 5px solid #2f434e;
  border-radius: 1px;
  padding: 10px; }

.birchschedule div#birs_appointment_timeoptions {
  text-align: center; }

.birchschedule #birs_appointment_form .birs_form_field {
  padding: 6px 0 9px 0; }

.birchschedule div#birs_appointment_timeoptions span a {
  width: 5em;
  display: inline-block;
  border: none;
  background-color: #455C69;
  text-align: center;
  padding: 5px;
  color: #fff;
  border: 2px solid #455c69;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s; }
  .birchschedule div#birs_appointment_timeoptions span a:hover {
    color: #455c69;
    background-color: transparent; }

.birchschedule div#birs_appointment_timeoptions span:nth-of-type(even) {
  display: none !important; }

.birchschedule #birs_appointment_form .birs_field_content, .birchschedule #birs_appointment_form .birs_form_field select {
  max-width: 100%; }

.birchschedule #birs_appointment_form .birs_field_content.birs_field_paragraph {
  max-width: 100%; }

.birchschedule #birs_appointment_datepicker .ui-state-active {
  background-color: #4a755e;
  color: white; }

.birchschedule #birs_appointment_datepicker .ui-state-default {
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border: 2px solid #FFF;
  color: #2f434e; }

.birchschedule #birs_appointment_datepicker .ui-state-default:hover {
  border-color: #4a755e; }

.birchschedule div#birs_appointment_timeoptions a.selected {
  background-color: #4a755e; }

.birchschedule .birs_footer input[type="button"] {
  float: right;
  border-radius: 0;
  font-size: 18px;
  font-weight: 200;
  color: #FFF;
  background-color: #4a755e;
  padding: 10px 40px;
  text-align: center;
  border: solid 2px #4a755e;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  margin-right: 0;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s; }
  .birchschedule .birs_footer input[type="button"]:hover {
    color: #4a755e;
    background-color: transparent; }

body.page-id-14 .entry-header {
  display: none; }

body.page-id-14 .site-content {
  padding-top: 90px !important; }

body .wall-outer {
  float: left;
  width: 100%; }
  body .wall-outer .dcsns-toolbar {
    display: none; }
  body .wall-outer .dc-wall .dcwss-content .stream li {
    background-color: #455C69;
    color: #FFF;
    box-shadow: none;
    border-radius: 1px;
    font-family: 'Ubuntu', sans-serif; }
    body .wall-outer .dc-wall .dcwss-content .stream li .inner {
      margin-top: 28px;
      margin-bottom: 10px; }
    body .wall-outer .dc-wall .dcwss-content .stream li .section-thumb img {
      display: block;
      padding: 3px;
      box-shadow: none;
      border: none; }
    body .wall-outer .dc-wall .dcwss-content .stream li .section-text {
      color: #FFF; }
      body .wall-outer .dc-wall .dcwss-content .stream li .section-text img {
        display: block; }
    body .wall-outer .dc-wall .dcwss-content .stream li .section-share {
      width: 100%;
      padding-top: 12px;
      border-top: 2px solid #FFF;
      margin-top: 6px;
      text-align: center; }
      body .wall-outer .dc-wall .dcwss-content .stream li .section-share a {
        float: none;
        display: inline-block; }
      body .wall-outer .dc-wall .dcwss-content .stream li .section-share #social-wall-share-text {
        float: left; }
    body .wall-outer .dc-wall .dcwss-content .stream li .section-intro {
      background-color: transparent !important;
      position: absolute;
      top: 8px;
      right: 0; }
    body .wall-outer .dc-wall .dcwss-content .stream li .section-user {
      display: none; }
    body .wall-outer .dc-wall .dcwss-content .stream li .socicon {
      top: 10px;
      bottom: auto;
      left: 15px; }

body .testimonial-page-image-block .panel-grid .panel-grid-cell {
  position: relative;
  overflow: hidden; }
  body .testimonial-page-image-block .panel-grid .panel-grid-cell .widget_sow-image {
    margin-bottom: 0 !important;
    cursor: pointer; }
  body .testimonial-page-image-block .panel-grid .panel-grid-cell .widget_sow-editor {
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -ms-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 67, 78, 0.8);
    color: #FFF;
    padding: 40px;
    font-size: 16px; }
    body .testimonial-page-image-block .panel-grid .panel-grid-cell .widget_sow-editor.show-testimonial {
      left: 0; }

body .testimonial-page-image-block.show-testimonial .panel-grid .panel-grid-cell .widget_sow-editor {
  left: 0; }

/* Responsive CSS */
/* At min width add more Padding */
@media screen and (min-width: 1500px) {
  /* Styles to change Site Gutter */
  .site-header .site-header-main .header-container {
    padding-left: 120px;
    padding-right: 120px; }
  .site-content .site-main .panel-grid {
    padding-left: 120px;
    padding-right: 120px; }
    .site-content .site-main .panel-grid.full-width-container .full-width {
      padding-left: 120px;
      padding-right: 120px; }
  body .site-footer {
    padding-left: 120px;
    padding-right: 120px; }
  .error404 .site-content {
    padding-left: 120px;
    padding-right: 120px; }
  .blog .site-content {
    padding-left: 120px;
    padding-right: 120px; }
  .single-post .site-content {
    padding-left: 120px;
    padding-right: 120px; }
  .search .site-content {
    padding-left: 120px;
    padding-right: 120px; }
  body.page .entry-header {
    padding-left: 120px;
    padding-right: 120px; }
  body:not(.home) .site-header .site-header-main .header-container .site-branding {
    left: 120px; }
  .home .site-content #home-top-image-block #home-overlay {
    padding: 50px 120px; }
  .site-header .site-header-main .header-container.scrolled .site-branding {
    left: 120px; }
  /* End of styles to change Site Gutter */ }

@media screen and (min-width: 2000px) {
  /* Styles to change Site Gutter */
  .site-header .site-header-main .header-container {
    padding-left: 250px;
    padding-right: 250px; }
  .site-content .site-main .panel-grid {
    padding-left: 250px;
    padding-right: 250px; }
    .site-content .site-main .panel-grid.full-width-container .full-width {
      padding-left: 250px;
      padding-right: 250px; }
  body .site-footer {
    padding-left: 250px;
    padding-right: 250px; }
  .error404 .site-content {
    padding-left: 250px;
    padding-right: 250px; }
  .blog .site-content {
    padding-left: 250px;
    padding-right: 250px; }
  .single-post .site-content {
    padding-left: 250px;
    padding-right: 250px; }
  .search .site-content {
    padding-left: 250px;
    padding-right: 250px; }
  body.page .entry-header {
    padding-left: 250px;
    padding-right: 250px; }
  body:not(.home) .site-header .site-header-main .header-container .site-branding {
    left: 250px; }
  .home .site-content #home-top-image-block #home-overlay {
    padding: 100px 250px; }
  .site-header .site-header-main .header-container.scrolled .site-branding {
    left: 250px; }
  /* End of styles to change Site Gutter */ }

@media screen and (max-width: 1200px) {
  .site-header .site-header-main .header-container #left-navigation .menu li a, .site-header .site-header-main .header-container #right-navigation .menu li a {
    padding: 11.5px 5px;
    font-size: 16px; } }

@media screen and (max-width: 1150px) {
  .site-header .site-header-main .header-container .main-navigation .menu li a {
    padding: 11.5px 10px;
    font-size: 16px; }
  .site-header .site-header-main .header-container .main-navigation .menu li:last-of-type a {
    padding-right: 10px !important;
    margin-left: 10px; } }

@media screen and (max-width: 1100px) {
  /* Styles to change Site Gutter */
  .site-header .site-header-main .header-container {
    padding-left: 40px;
    padding-right: 40px; }
  .site-content .site-main .panel-grid {
    padding-left: 40px;
    padding-right: 40px; }
    .site-content .site-main .panel-grid.full-width-container .full-width {
      padding-left: 40px;
      padding-right: 40px; }
  body .site-footer {
    padding-left: 40px;
    padding-right: 40px; }
  .error404 .site-content {
    padding-left: 40px;
    padding-right: 40px; }
  .blog .site-content {
    padding-left: 40px;
    padding-right: 40px; }
  .single-post .site-content {
    padding-left: 40px;
    padding-right: 40px; }
  .search .site-content {
    padding-left: 40px;
    padding-right: 40px; }
  body.page .entry-header {
    padding-left: 40px;
    padding-right: 40px; }
  body:not(.home) .site-header .site-header-main .header-container .site-branding {
    left: 40px; }
  .home .site-content #home-top-image-block #home-overlay {
    padding: 40px; }
  /* End of styles to change Site Gutter */
  body .testimonial-page-image-block .panel-grid .panel-grid-cell .widget_sow-editor {
    padding: 20px;
    font-size: 14px; } }

@media screen and (max-width: 975px) {
  .site-header .site-header-main .header-container .main-navigation .menu li a {
    padding: 13px 5px;
    font-size: 14px; }
  .site-header .site-header-main .header-container .main-navigation .menu li:last-of-type a {
    padding-right: 5px !important;
    margin-left: 5px; }
  .site-header .site-header-main .header-container #left-navigation .menu li a, .site-header .site-header-main .header-container #right-navigation .menu li a {
    padding: 13px 4px;
    font-size: 14px; }
  .site-header .site-header-main .header-container .site-branding {
    padding: 2px 5px;
    border: solid 5px #2f434e;
    left: calc(50% - 70px);
    padding-top: 8px;
    max-height: 140px; }
  .site-header .site-header-main .header-container .site-branding #site-logo #site-logo-not-scrolled {
    max-width: 120px; }
  .site-header .site-header-main .header-container #site-branding-border {
    border: solid 3px #fff;
    position: absolute;
    left: calc(50% - 73px);
    top: 47px;
    height: 45px;
    width: 146px; }
  .site-header .site-header-main .header-container #left-navigation {
    width: calc(50% - 70px); }
  .site-header .site-header-main .header-container #right-navigation {
    width: calc(50% - 70px); } }

@media screen and (max-width: 899px) {
  body .testimonial-page-image-block .panel-grid .panel-grid-cell .widget_sow-editor {
    padding: 15px;
    font-size: 12px; } }

/* Mobile Break */
@media screen and (max-width: 799px) {
  .site-header .site-header-main .header-container {
    padding-left: 20px;
    padding-right: 20px; }
  .site-content .site-main .panel-grid {
    padding-left: 20px;
    padding-right: 20px; }
    .site-content .site-main .panel-grid.full-width-container .full-width {
      padding-left: 20px;
      padding-right: 20px; }
  body .site-footer {
    padding-left: 20px;
    padding-right: 20px; }
  .error404 .site-content {
    padding-left: 20px;
    padding-right: 20px; }
  .blog .site-content {
    padding-left: 20px;
    padding-right: 20px; }
  .single-post .site-content {
    padding-left: 20px;
    padding-right: 20px; }
  .search .site-content {
    padding-left: 20px;
    padding-right: 20px; }
  body.page .entry-header {
    padding-left: 20px;
    padding-right: 20px; }
  .home .site-content #home-top-image-block #home-overlay {
    padding: 20px; }
  /* End of styles to change Site Gutter */
  .site-header .site-header-main .header-container .main-navigation.mobile-nav {
    display: block !important; }
  .site-header .site-header-main .header-container #right-navigation {
    display: none !important; }
  .site-header .site-header-main .header-container #left-navigation {
    display: none !important; }
  .site-header .site-header-main .header-container #site-branding-border {
    display: none; }
  .site-header .site-header-main .header-container .main-navigation .menu li .sub-menu {
    display: block;
    position: initial;
    top: 0;
    width: 100%; }
    .site-header .site-header-main .header-container .main-navigation .menu li .sub-menu li a {
      background-color: transparent !important;
      border: none; }
  .site-header .site-header-main .header-container .site-branding {
    float: left;
    width: 100%;
    position: initial; }
    .site-header .site-header-main .header-container .site-branding #site-logo {
      float: left;
      margin-right: 0;
      text-align: center;
      width: 100%;
      max-width: 100%; }
      .site-header .site-header-main .header-container .site-branding #site-logo img {
        max-width: 200px; }
    .site-header .site-header-main .header-container .site-branding .site-title {
      width: 100%;
      text-align: center; }
    .site-header .site-header-main .header-container .site-branding .site-description {
      width: 100%;
      text-align: center; }
  .site-header .site-header-main .header-container .main-navigation .menu-main-menu-container {
    float: left;
    width: 100%;
    background-color: #2f434e; }
    .site-header .site-header-main .header-container .main-navigation .menu-main-menu-container .menu {
      width: 100%;
      padding: 20px 10px; }
      .site-header .site-header-main .header-container .main-navigation .menu-main-menu-container .menu li {
        width: 100%;
        text-align: center;
        float: left; }
        .site-header .site-header-main .header-container .main-navigation .menu-main-menu-container .menu li a {
          padding: 5px 0 !important;
          float: left;
          width: 100%;
          font-size: 18px; }
  .site-header .site-header-main .header-container #header-search-form {
    display: none; }
  .site-main .panel-grid .panel-grid-cell {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .site-main .so-widget-sow-image .sow-image-container .so-widget-image {
    margin-left: auto;
    margin-right: auto; }
  .blog .site-content .content-area {
    float: left;
    width: 100%;
    margin-right: 0; }
  .blog .site-content #sidebar-right {
    display: none; }
  .single-post .site-content .content-area {
    float: left;
    width: 100%;
    margin-right: 0%; }
  .single-post .site-content #sidebar-right {
    display: none; }
  .search .site-content .content-area {
    float: left;
    width: 100%;
    margin-right: 0%; }
  .search .site-content #sidebar-right {
    display: none; }
  body .site-footer .footer-area {
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  body #site-footer-social-section .social-footer-div {
    top: 20px; }
    body #site-footer-social-section .social-footer-div a {
      padding: 15px 5px 30px 5px; }
      body #site-footer-social-section .social-footer-div a p {
        font-size: 0; }
  .site-header .site-header-main .header-container .site-branding #site-logo #site-logo-not-scrolled {
    max-width: 190px; }
  body:not(.home) .site-content {
    padding-top: 95px !important; }
  .home .site-content #home-top-image-block #home-overlay .home_header_text {
    font-size: 30px;
    width: 100%;
    max-width: calc(100% - 40px); }
    .home .site-content #home-top-image-block #home-overlay .home_header_text .cta {
      font-size: 20px;
      margin-top: 0; }
  body .testimonial-page-image-block .panel-grid .panel-grid-cell .widget_sow-editor {
    padding: 40px;
    font-size: 18px; } }

@media screen and (max-width: 499px) {
  .site-header .site-header-main .header-container {
    padding-left: 10px;
    padding-right: 10px; }
  .site-content .site-main .panel-grid {
    padding-left: 10px;
    padding-right: 10px; }
    .site-content .site-main .panel-grid.full-width-container .full-width {
      padding-left: 10px;
      padding-right: 10px; }
  body .site-footer {
    padding-left: 10px;
    padding-right: 10px; }
  .error404 .site-content {
    padding-left: 10px;
    padding-right: 10px; }
  .blog .site-content {
    padding-left: 10px;
    padding-right: 10px; }
  .single-post .site-content {
    padding-left: 10px;
    padding-right: 10px; }
  .search .site-content {
    padding-left: 10px;
    padding-right: 10px; }
  body.page .entry-header {
    padding-left: 10px;
    padding-right: 10px; }
  .home .site-content #home-top-image-block #home-overlay {
    padding: 10px; }
  /* End of styles to change Site Gutter */
  .home .site-content #home-top-image-block #home-overlay .home_header_text {
    max-width: calc(100% - 20px); }
  body .testimonial-page-image-block .panel-grid .panel-grid-cell .widget_sow-editor {
    padding: 15px;
    font-size: 15px; } }

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