/**
 * Main/front screen CSS definition for the theme.
 * Compiled from /assets/sass/front.scss
 *
 * DO NOT edit this file directly as your changes will be lost the next time
 * the SASS is re-compiled for the theme. Edits can safely be made in the back-end
 * editors (ie. Theme Options, Visual Composer), or, by adding them to
 * the file css/customize-theme.css.
 */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

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

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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 {
  -moz-box-sizing: content-box;
  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-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

::-webkit-selection {
  background: #5784FE;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #5784FE;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #5784FE;
  color: #fff;
  text-shadow: none; }

a {
  color: #333;
  text-decoration: underline; }

a:visited {
  color: #666; }

a:hover {
  color: #b40101; }

menu {
  padding: 0; }

td {
  vertical-align: top; }

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

html, body {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%; }

embed,
iframe,
object,
video {
  max-width: 100%; }

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto; }

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto; }

canvas {
  -ms-touch-action: double-tap-zoom; }

@font-face {
  font-family: 'Bebas Neue Regular';
  src: url("../webfonts/BebasNeueRegular/bebasneue-webfont.eot");
  src: url("../webfonts/BebasNeueRegular/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/BebasNeueRegular/bebasneue-webfont.woff2") format("woff2"), url("../webfonts/BebasNeueRegular/bebasneue-webfont.woff") format("woff"), url("../webfonts/BebasNeueRegular/bebasneue-webfont.ttf") format("truetype"), url("../webfonts/BebasNeueRegular/bebasneue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; }

.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

blockquote {
  border-left: 5px solid #333;
  margin: 0 0 18px 20px;
  margin: 0 0 1.125rem 1.25rem;
  padding: 0 0 0 16px;
  padding: 0 0 0 1rem; }

blockquote.pull-right {
  border-left: 0 none;
  border-right: 5px solid #333;
  margin: 0 20px 18px 0;
  margin: 0 1.25rem 1.125rem 0;
  padding: 0 16px 0 0;
  padding: 0 1rem 0 0;
  float: none; }

blockquote p {
  font-size: 1.1em;
  margin-bottom: 0; }

blockquote.pull-right p, blockquote.pull-right small {
  text-align: right; }

blockquote cite:before {
  content: "\2014 "; }

blockquote cite {
  font-family: "Merriweather Sans", "Helvetica Neue", "Helvetica", Arial, Sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.125;
  color: #999;
  display: block; }

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

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

code, pre {
  border-radius: 3px;
  color: #555;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 3px 2px;
  padding: 0 0.1875rem 0.125rem; }

code {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: 2px 4px;
  padding: 0.125rem 0.25rem; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.entry-content dl.gallery-item {
  margin: 0; }

.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto; }

.gallery .gallery-icon img {
  height: auto; }

#primary .entry-content [id^="gallery-"] img {
  border: none; }

/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

button {
  font-family: "Merriweather Sans", "Helvetica Neue", "Helvetica", Arial, Sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button, input {
  *overflow: visible;
  line-height: normal; }

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

.comments-link {
  font-family: "Merriweather Sans", "Helvetica Neue", "Helvetica", Arial, Sans-serif;
  float: right; }

article.sticky .featured-post {
  font-style: italic;
  text-align: center;
  margin-bottom: 1rem; }

article.sticky {
  border: 2px solid black;
  padding: 3rem; }

.entry-content {
  *zoom: 1; }

.entry-content:before,
.entry-content:after {
  content: "";
  display: table; }

.entry-content:after {
  clear: both; }

.more-link {
  text-decoration: none; }

.post-edit-link {
  text-decoration: none; }

.entry-content dl,
.comment-content dl {
  margin: 0 24px;
  margin: 0 1.5rem; }

.entry-content dt,
.comment-content dt {
  font-family: "Merriweather Sans", "Helvetica Neue", "Helvetica", Arial, Sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; }

.entry-content dd,
.comment-content dd {
  line-height: 1.5;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.entry-content table,
.comment-content table {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
  width: 100%; }

.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  font-size: 1rem;
  margin: 24px 0;
  margin: 1.5rem 0; }

.entry-content td,
.comment-content td {
  padding: 6px 10px 6px 0;
  padding: 0.375rem 0.625rem 0.375rem 0; }

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul {
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
  line-height: 1.5;
  padding: 0; }

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0; }

.entry-content ul,
.comment-content ul {
  list-style: disc outside; }

.entry-content ol,
.comment-content ol {
  list-style: decimal outside; }

.entry-content li,
.comment-content li {
  margin: 0 0 10px 28px;
  margin: 0 0 .75rem 1.75rem; }

#lang_sel {
  width: 65%;
  height: 35px; }

#lang_sel li {
  width: 100%; }

#lang_sel ul ul {
  top: 35px;
  width: 100%; }

#lang_sel a.lang_sel_sel {
  border-radius: 3px; }

#lang_sel a,
#lang_sel a:visited {
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 0 5px 10px; }

.main-navigation .menu-item-language .iclflag {
  margin-top: 7px; }

#lang_sel .iclflag {
  margin-top: 2px; }

#lang_sel .lang_sel_sel .iclflag {
  margin-top: 6px; }

#lang_sel_footer .iclflag,
#lang_sel_footer .icl_lang_sel_current {
  margin-top: 6px; }

html {
  font-size: 16px;
  color: #000000; }

body {
  margin: 0 auto;
  padding: 0;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  color: #000000; }

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 600;
  margin-top: 0; }

h1 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 2rem;
  line-height: 1.25; }

h2 {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  line-height: 1.1666; }

h3 {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-size: 1.5rem;
  line-height: 1.2857;
  font-style: italic; }

h4 {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-size: 1.25rem;
  line-height: 1.25; }

h5 {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 300; }

ol, ul {
  list-style: none outside none; }

ol, ul, dl, address {
  margin: 0 0 24px 0;
  margin: 0 0 1.5rem 0;
  line-height: 1.5; }

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

dt {
  font-style: normal;
  font-weight: 500; }

p {
  line-height: 1.625rem;
  margin: 0 0 24px 0;
  margin: 0 0 1.5rem 0;
  font-weight: 300;
  font-style: normal; }

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

ins {
  background: none repeat scroll 0 0 #FFF9C0;
  text-decoration: none; }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
  text-decoration: none;
  cursor: pointer; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top; }
  img.wp-smiley {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0; }

.oembed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5em; }
  .wpb_video_wrapper .oembed-container {
    padding-bottom: 0; }

.oembed-container iframe,
.oembed-container object,
.oembed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

form input[type="text"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="password"], form input[type="tel"], form input[type="number"], form input[type="date"], form input[pattern], form textarea, form select {
  font-family: inherit;
  padding: 0.4em 0.8em;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 1.3;
  width: 100%;
  color: #000000; }

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

form {
  margin-bottom: 1em; }
  form input {
    display: block; }
  form select {
    max-width: 100%; }
  form label {
    font-weight: 300; }
  form legend {
    font-weight: 900;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    padding-left: 0.2em;
    padding-right: 0.2em;
    margin-left: -0.2em;
    margin-bottom: auto; }

.text-effect-shadow {
  text-shadow: -4px 3px 0px #e8e8e8; }

img.alignleft {
  margin: 0 24px 24px 0;
  margin: 0 2% 2% 0; }

img.alignright {
  margin: 0 0 12px 24px;
  margin: 0 0 2% 2%; }

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #777;
  text-align: center; }

.wp-caption {
  max-width: 100%;
  padding: 4px;
  padding: 0.25rem;
  text-align: center; }
  .wp-caption.alignleft {
    margin: 0 24px 24px 0;
    margin: 0 2% 2% 0; }
  .wp-caption.alignright {
    margin: 0 0 12px 24px;
    margin: 0 0 2% 2%; }

.header-top-container,
.header-main-container,
.header-bottom-container,
.global-nav-hidden-search,
.main_content_container,
.footer-widget-area {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .header-top-container,
    .header-main-container,
    .header-bottom-container,
    .global-nav-hidden-search,
    .main_content_container,
    .footer-widget-area {
      padding-left: 4%;
      padding-right: 4%; } }
  @media screen and (min-width: 1201px) {
    .header-top-container,
    .header-main-container,
    .header-bottom-container,
    .global-nav-hidden-search,
    .main_content_container,
    .footer-widget-area {
      padding-left: 15px;
      padding-right: 15px; } }

.headroom {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998; }
  .headroom.headroom--not-top {
    position: fixed; }

@media screen and (max-width: 768px) {
  .headroom--pinned {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .headroom--unpinned {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); } }

@media screen and (min-width: 600px) and (max-width: 782px) {
  .admin-bar .headroom--not-top {
    top: 46px; } }

@media screen and (min-width: 783px) {
  .admin-bar .headroom--not-top {
    top: 32px; } }

.header_container {
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white; }
  .header_container header {
    height: 100%; }
    .header_container header .header-main-container {
      width: 100%; }
  .header_container nav ul {
    padding: 0;
    margin: 0;
    text-align: center; }
  @media screen and (max-width: 768px) {
    .header_container.expanded {
      min-height: 270px;
      height: auto;
      padding: .5em 0; } }
  @media screen and (min-width: 769px) {
    .header_container .menu-toggle {
      display: none; }
    .header_container .menu-item {
      position: relative; }
    .header_container .sub-menu {
      position: absolute;
      top: 100%;
      background-color: white;
      box-sizing: border-box;
      box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2); }
      .header_container .sub-menu li {
        text-align: left; }
      .header_container .sub-menu .sub-menu {
        position: relative; }
    .header_container .menu-item-has-children:hover .sub-menu {
      display: block; } }

.global-nav-links {
  clear: both; }
  @media screen and (max-width: 768px) {
    .global-nav-links {
      -webkit-transition: max-height 0.4s ease;
      -moz-transition: max-height 0.4s ease;
      transition: max-height 0.4s ease;
      opacity: 0;
      max-height: 0;
      visibility: hidden; }
      .header_container.expanded .global-nav-links {
        max-height: 350px;
        height: 350px;
        padding-bottom: .5em;
        padding-top: .5em;
        border-top: .5em solid white;
        border-bottom: .5em solid white;
        opacity: 1;
        visibility: visible;
        overflow-y: scroll; }
        .header_container.expanded .global-nav-links li {
          text-align: left; }
      .global-nav-links .sub-menu {
        padding-left: 1.5em; } }
  @media screen and (min-width: 769px) {
    .global-nav-links nav a {
      padding-top: 25px;
      padding-bottom: 25px; }
      .headroom--not-top .global-nav-links nav a {
        padding-top: 15px;
        padding-bottom: 15px; }
    .global-nav-links nav .sub-menu a {
      padding-top: .5em;
      padding-bottom: .5em; } }

@media screen and (max-width: 768px) {
  .header_container .branding-container .menu-toggle {
    float: right; } }

@media screen and (min-width: 769px) {
  .header_container .branding-container {
    display: inline-block; }
  .header_container .global-nav-links {
    display: inline-block;
    float: right; }
  .header_container nav,
  .header_container nav li,
  .header_container div.search {
    display: inline-block; } }

.header-top-container,
.header-main-container,
.header-bottom-container {
  clear: both; }

@media screen and (min-width: 769px) {
  .flexbox .header-main-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }

.main_content_container #primary article {
  margin-bottom: 55px; }
  .page .main_content_container #primary article {
    margin-bottom: 0; }
    .page .main_content_container #primary article .vc_row:last-of-type {
      margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .main_content_container #primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .main_content_container #primary:last-child {
      margin-right: 0; }
    .page .main_content_container #primary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .page .main_content_container #primary:last-child {
        margin-right: 0; }
  .main_content_container #secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .main_content_container #secondary:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .flexbox .main_content_container #main {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch; } }

.footer_container {
  clear: both; }
  @media screen and (min-width: 768px) {
    .footer_container .widget {
      padding-bottom: 0; } }

.site-footer {
  font-size: 1.4em;
  line-height: 1em;
  padding: 1em 0; }

@media screen and (min-width: 768px) {
  .footer-widget-area-container {
    overflow: auto; }
    .footer-widget-area-container .widget-area {
      float: left; }
    .footer-widget-area-container.sidebars-enabled-2 .widget-area {
      width: 48%;
      margin-right: 2%; }
      .footer-widget-area-container.sidebars-enabled-2 .widget-area + .widget-area {
        margin-right: 0; }
    .footer-widget-area-container.sidebars-enabled-3 .widget-area {
      width: 30%;
      margin-right: 5%; }
      .footer-widget-area-container.sidebars-enabled-3 .widget-area + .widget-area + .widget-area {
        margin-right: 0; }
    .footer-widget-area-container.sidebars-enabled-4 .widget-area {
      width: 25%; } }

.footer-widget-area {
  margin: 0 auto; }

.widget-title {
  font-style: normal;
  font-size: 0.9em; }

.credits {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .credits p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0; }

.pm-elevate-searchform {
  font-size: 1em;
  position: relative;
  margin-bottom: 0; }
  .pm-elevate-searchform input[type='text'] {
    font-size: .9em;
    position: absolute;
    padding: .7em 2.5em .7em 1em; }
  .pm-elevate-searchform .pm-elevate-searchsubmit {
    background: transparent none;
    border: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0.4em;
    font-size: 1.1em;
    position: absolute;
    top: .2em;
    right: .2em; }

.comments-area article {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  margin: 24px 0;
  margin: 1.5rem 0; }

a.comment-reply-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  text-decoration: none; }

.commentlist .pingback {
  line-height: 1.8;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-bottom: 0; }

.commentlist .children {
  margin-left: 48px;
  margin-left: 3rem; }

.commentlist {
  padding-left: 0; }

#respond form input[type="text"],
#respond form textarea {
  font-family: inherit;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  padding: 8px;
  padding: 0.5rem;
  width: 100%; }

#respond form input[type="text"] {
  width: 48%; }

#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  opacity: .7; }

#respond form p.form-allowed-tags code {
  background: none;
  border: none;
  opacity: .7; }

label .required,
span.required {
  color: #BB0504; }

form label.error {
  font-style: normal;
  font-weight: 500;
  display: block;
  padding: 0 10px 0 10px;
  padding: 0 0.625rem 0 0.625rem;
  margin: 5px 0 5px 0;
  margin: 0.3125rem 0 0.3125rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-left: 4px solid #BB0504;
  display: none; }

#respond form label.error {
  line-height: 1.3; }

.comments-area .comment {
  margin-top: 0; }
  .comments-area .comment iframe {
    margin: 0 auto;
    display: block; }

.comments-area .comment-meta a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.comments-area .comment-meta cite {
  font-style: normal;
  font-size: 1.7em;
  margin-left: 0; }

.comments-area .comment-meta time {
  float: right;
  margin-left: 0;
  font-size: 0.8em;
  line-height: 3.5; }

.comments-area .bypostauthor cite span {
  display: none; }

.comments-title,
.comment-reply-title {
  text-transform: uppercase;
  letter-spacing: -.5px;
  font-size: 2em;
  margin-bottom: 0; }

#respond p {
  margin: 0; }
  #respond p + p {
    margin-top: .5em; }

#respond label {
  display: block; }

.form-horizontal .form-group {
  margin: 0; }

.optin-copy-headline {
  font-size: 1.9rem; }

.optin-copy-description p {
  font-style: italic;
  font-size: inherit;
  line-height: 1.5; }

.optin-image {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%; }
  .optin-image:last-child {
    margin-right: 0; }
  .optin-image img {
    float: right;
    margin: -40% 0 -10%; }

.lgm-optin-1 .optin-copy-headline {
  font-size: 1.6rem;
  margin-bottom: 1.5rem; }

.lgm-optin-1 .optin-headline-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%; }
  .lgm-optin-1 .optin-headline-container:last-child {
    margin-right: 0; }

.lgm-optin-1 .optin-copy-description {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%; }
  .lgm-optin-1 .optin-copy-description:last-child {
    margin-right: 0; }

.lgm-optin-1 .optin-form form input {
  float: left;
  margin-right: 2%;
  margin-bottom: 2%; }

.lgm-optin-1 .optin-form form label {
  display: none; }

.lgm-optin-1 .optin-form .infusion-field {
  margin-right: 1em; }

.lgm-optin-2 > div {
  float: left; }
  .lgm-optin-2 > div + div {
    float: right; }

.lgm-optin-2 .optin-copy-headline {
  font-size: 1.9rem; }

.lgm-optin-2 .optin-headline-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .lgm-optin-2 .optin-headline-container:last-child {
    margin-right: 0; }

.lgm-optin-2 .optin-copy-description {
  font-size: 1.35rem; }

.lgm-optin-2 .optin-form {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  .lgm-optin-2 .optin-form:last-child {
    margin-right: 0; }
  .lgm-optin-2 .optin-form form label {
    display: none; }
  .lgm-optin-2 .optin-form .infusion-field {
    margin-bottom: 1em; }
  .lgm-optin-2 .optin-form .infusion-submit {
    text-align: center; }

.lgm-optin-popup .optin-banner {
  background-size: cover; }
  .lgm-optin-popup .optin-banner .featured-image > img {
    max-height: 300px;
    width: auto;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5%; }

.lgm-optin-popup .optin-copy-headline {
  font-size: 28px;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 1rem; }

.lgm-optin-popup .optin-copy-description {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 1rem; }

.lgm-optin-popup .form-group > div {
  width: 100%;
  margin-bottom: 0;
  padding: 0; }

.lgm-optin-popup .form-group label {
  text-align: left;
  display: none; }

.lgm-optin-popup .form-group input {
  width: 100%;
  float: left;
  display: block; }

.entry-meta address, .entry-meta time, .entry-meta .post-categories, .entry-meta .post-tags, .entry-meta .comments-link {
  display: inline;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  margin: 0 20px 0 0;
  margin: 0 1.25rem 0 0; }

.entry-meta {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
  *zoom: 1; }
  .entry-meta:before, .entry-meta:after {
    content: "";
    display: table; }
  .entry-meta:after {
    clear: both; }
  .entry-meta .comments-link {
    margin-right: 0; }

body.single-post .site-main {
  padding-top: 20px;
  padding-bottom: 20px; }

body.single-post .hentry {
  margin-bottom: 3.5rem; }

.comments-title {
  margin-bottom: 1rem; }

#primary #comments .comment {
  margin-bottom: 1rem; }

.comment-author img {
  margin-right: .5rem; }

.comment-author a {
  font-size: 1rem; }

.featured-posts.vc_row {
  margin-bottom: 0;
  padding: 5% 0; }
  .section-heading + .featured-posts.vc_row {
    margin-top: -35px; }

.featured-posts.display-posts .featured-image,
.featured-posts.display-posts .entry-title,
.featured-posts.display-posts .entry-footer {
  text-align: center;
  margin-bottom: 1rem; }

.featured-posts.display-posts .entry-content {
  margin-bottom: 1.5rem; }

@media screen and (max-width: 768px) {
  .featured-posts.display-posts > article {
    padding-top: 4em;
    padding-bottom: 4em;
    border-bottom: 1px solid #E5EBE9; }
    .featured-posts.display-posts > article:last-child {
      padding-bottom: 0;
      border-bottom: none; }
  .featured-posts.display-posts .entry-footer {
    margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .featured-posts.display-posts > article {
    width: 30%; } }

@media screen and (min-width: 768px) {
  .flexbox .featured-posts.display-posts {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    .flexbox .featured-posts.display-posts > article {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
    .flexbox .featured-posts.display-posts .entry-content {
      -webkit-box-flex: 2;
      -moz-box-flex: 2;
      box-flex: 2;
      -webkit-flex: 2;
      -moz-flex: 2;
      -ms-flex: 2;
      flex: 2; } }

.entry-title {
  font-size: 2rem; }

.wpb_row {
  border: 0 solid transparent; }

.vc_box_shadow,
.vc_box_shadow_border,
.vc_box_shadow_border_circle,
.vc_box_shadow_circle {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0px; }

.wpb_row.vc-row-callout-panels .wpb_column {
  padding-left: 1%;
  padding-right: 1%; }
  .wpb_row.vc-row-callout-panels .wpb_column.first-of-type {
    padding-left: 15px; }
  .wpb_row.vc-row-callout-panels .wpb_column.last-of-type {
    padding-right: 15px; }
  .wpb_row.vc-row-callout-panels .wpb_column > .wpb_wrapper {
    padding: 25px 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    min-height: 175px; }

.wpb_row.vc-row-section-header-light, .wpb_row.vc-row-section-header-dark {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 0; }
  .wpb_row.vc-row-section-header-light h1, .wpb_row.vc-row-section-header-dark h1 {
    font-family: "Merriweather Sans", "Helvetica Neue", "Helvetica", Arial, Sans-serif;
    font-size: 42px;
    line-height: 33px;
    letter-spacing: 5px;
    font-weight: normal; }
  .wpb_row.vc-row-section-header-light h2, .wpb_row.vc-row-section-header-dark h2 {
    font-family: "Merriweather Sans", "Helvetica Neue", "Helvetica", Arial, Sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase; }

.wpb_row.vc-row-section-header-dark {
  background-color: #000000; }
  .wpb_row.vc-row-section-header-dark h1 {
    color: #FFFFFF; }
  .wpb_row.vc-row-section-header-dark h2 {
    color: #FFFFFF; }

.wpb_row.vc-row-section-header-light {
  background-color: #FDFDFD; }
  .wpb_row.vc-row-section-header-light h1 {
    color: #FFFFFF; }
  .wpb_row.vc-row-section-header-light h2 {
    color: #000000; }

form .moonray-form-input-type-hidden {
  display: none !important; }

.widget-facebook-like.aligncenter {
  margin: 0 auto; }

.squeeze-nav-menu,
.footer-nav-menu {
  margin: 0 auto;
  padding: 0 1em 1em;
  text-align: center; }
  .squeeze-nav-menu li,
  .footer-nav-menu li {
    display: inline-block; }
  .squeeze-nav-menu .menu-item,
  .footer-nav-menu .menu-item {
    padding: .25em 1em; }

.branding-container:after {
  content: '';
  clear: both; }

@media screen and (max-width: 768px) {
  .site-header .branding-container a {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0; }
    .headroom--not-top .site-header .branding-container a {
      padding-top: 15px;
      padding-bottom: 15px; }
  .site-header .branding-container.expanded {
    min-height: 30px;
    /* IE 11 fix */ } }

.site-branding {
  float: left;
  text-transform: uppercase; }
  .site-header .site-branding {
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none; }
    .headroom--not-top .site-header .site-branding {
      font-size: 1.2rem; }
  .site-branding img {
    vertical-align: middle;
    margin-top: -0.55rem;
    max-width: 325px; }
  .site-branding em {
    font-style: normal;
    font-weight: 300; }

.site-nav a {
  display: block;
  padding: 0.2em .5em; }

@media screen and (min-width: 769px) {
  .site-nav .sub-menu {
    display: none;
    padding: 0 1rem 1rem; } }

nav.social-links a {
  padding: 0.2em 0.5em; }

@media screen and (max-width: 768px) {
  nav.social-links {
    margin-bottom: .5em; } }

.flexbox nav.social-links ul {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row; }

@media screen and (max-width: 768px) {
  .flexbox nav.social-links ul {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

.global-nav-hidden-search-container {
  text-align: center; }
  .global-nav-hidden-search-container a {
    padding: 0.2em 0.5em; }
  .global-nav-hidden-search-container .global-nav-hidden-search form {
    display: inline-block;
    width: 100%;
    height: auto; }
  .global-nav-hidden-search-container #search {
    width: 75%;
    margin-top: .3em;
    display: inline-block; }
  .global-nav-hidden-search-container button[type="submit"] {
    padding-right: 0; }
    .global-nav-hidden-search-container button[type="submit"]:after {
      content: ''; }

.global-nav-hidden-search {
  -webkit-transition: all 0.05s ease;
  -moz-transition: all 0.05s ease;
  transition: all 0.05s ease;
  background-color: white;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .global-nav-hidden-search form {
    margin-bottom: 0;
    height: 100%; }
  .global-nav-hidden-search button {
    background-color: transparent;
    box-shadow: none; }
    .global-nav-hidden-search button:hover {
      background-color: transparent;
      border-color: transparent; }
  .global-nav-hidden-search input[type='text'] {
    border-color: rgba(0, 0, 0, 0.05); }

.flexbox .global-nav-hidden-search {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .flexbox .global-nav-hidden-search form {
    display: block; }

.no-flexbox .global-nav-hidden-search form {
  margin-top: 2em; }

.paging-navigation {
  padding: 1rem 0; }
  .paging-navigation ul {
    padding: 0;
    margin: 0;
    text-align: center; }
    .paging-navigation ul .page-numbers {
      display: block;
      padding: .3em;
      border: 1px solid transparent; }
      .paging-navigation ul .page-numbers.current {
        color: #188691;
        border-color: #188691; }
  .paging-navigation li {
    display: inline-block; }
  .paging-navigation a {
    text-decoration: none; }
    .paging-navigation a:hover {
      background-color: #188691;
      color: white; }

button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center; }
  button:hover {
    text-decoration: none; }
  button.pm-button-size-2x {
    font-size: 2em; }
  .flexbox button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }

input[type="button"] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center; }
  input[type="button"]:hover {
    text-decoration: none; }
  input[type="button"].pm-button-size-2x {
    font-size: 2em; }
  .flexbox input[type="button"] {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }

input[type="reset"] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center; }
  input[type="reset"]:hover {
    text-decoration: none; }
  input[type="reset"].pm-button-size-2x {
    font-size: 2em; }
  .flexbox input[type="reset"] {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }

input[type="submit"] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center; }
  input[type="submit"]:hover {
    text-decoration: none; }
  input[type="submit"].pm-button-size-2x {
    font-size: 2em; }
  .flexbox input[type="submit"] {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }

a[role="button"] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center; }
  a[role="button"]:hover {
    text-decoration: none; }
  a[role="button"].pm-button-size-2x {
    font-size: 2em; }
  .flexbox a[role="button"] {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center; }
  .button:hover {
    text-decoration: none; }
  .button.pm-button-size-2x {
    font-size: 2em; }
  .flexbox .button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.vc-pm-advanced-button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center; }
  .vc-pm-advanced-button:hover {
    text-decoration: none; }
  .vc-pm-advanced-button.pm-button-size-2x {
    font-size: 2em; }
  .flexbox .vc-pm-advanced-button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.lgm-popup-button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center; }
  .lgm-popup-button:hover {
    text-decoration: none; }
  .lgm-popup-button.pm-button-size-2x {
    font-size: 2em; }
  .flexbox .lgm-popup-button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.featured-section {
  min-height: 400px; }
  .featured-section .wpb_content_element {
    margin-bottom: 0; }

.lgm-optin-container {
  padding-top: 1rem; }

.section-heading {
  padding: 1em 0; }
  .section-heading h2, .section-heading h3 {
    font-size: 22px;
    font-size: 1.2rem; }

@media screen and (min-width: 768px) {
  .section-heading-container {
    min-height: 75px; } }

.section-heading-container .section-heading-text,
.section-heading-container .section-heading-subtext {
  -webkit-transition: all 0.25s cubic-bezier(0.38, 0.34, 0.72, 1.15);
  -moz-transition: all 0.25s cubic-bezier(0.38, 0.34, 0.72, 1.15);
  transition: all 0.25s cubic-bezier(0.38, 0.34, 0.72, 1.15); }

.section-heading-container .section-heading-text {
  margin-right: .5em; }

.section-heading-container h2, .section-heading-container h3 {
  font-size: inherit;
  margin: 0; }

@media screen and (min-width: 768px) {
  .flexbox .section-heading-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch; } }

.flexbox .section-heading-container .section-heading-text,
.flexbox .section-heading-container .section-heading-subtext {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.no-flexbox .section-heading-text {
  float: left; }

.csstransforms .section-heading-container {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0; }
  .csstransforms .section-heading-container .section-heading-text {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px); }
  .csstransforms .section-heading-container .section-heading-subtext {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px); }
  .csstransforms .section-heading-container.inview {
    opacity: 1; }
    .csstransforms .section-heading-container.inview .section-heading-text {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .csstransforms .section-heading-container.inview .section-heading-subtext {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }

.item {
  padding: 50px 0; }
  .item h3 {
    font-weight: 300;
    font-size: 22px; }

.sc-social-icons .social-ico {
  font-size: 10px;
  float: left;
  width: 4.3em;
  height: 4.3em;
  line-height: 4.3em;
  list-style-type: none;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 16px;
  display: inline-block;
  border-radius: 50%; }
  .sc-social-icons .social-ico .fa {
    font-size: 2em;
    vertical-align: middle; }

.widget-area ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0; }

.widget {
  -moz-hyphens: auto;
  -ms-word-break: break-all;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-word;
  padding-bottom: 3rem; }
  .widget + .widget {
    border-top: 3px solid #188691;
    padding-top: 3rem; }
  .widget ul ul {
    margin-left: 0.75rem; }

#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2; }
  #wp-calendar th, #wp-calendar td, #wp-calendar caption {
    text-align: center; }
  #wp-calendar thead {
    border-top: 1px solid #178DAD;
    border-bottom: 1px solid #178DAD; }
  #wp-calendar tbody a {
    border-bottom: 1px solid #188691; }
  #wp-calendar #today {
    border: 1px solid #188691; }
  #wp-calendar #next {
    padding-right: 1.5rem;
    text-align: right; }

.widget_rss .widget-title img {
  padding-top: .5rem; }

.widget_rss li + li {
  margin-top: 1rem; }

.widget_rss li a {
  display: block;
  font-family: "Merriweather Sans", "Helvetica Neue", "Helvetica", Arial, Sans-serif;
  font-weight: 700; }

.widget_rss cite {
  font-size: 0.8em;
  font-weight: 700; }

.widget_rss .rss-date {
  font-size: 0.8em;
  font-weight: 700;
  margin-right: 1em; }

.widget_rss .rssSummary {
  display: block; }

.widget_search #s {
  margin-bottom: 0.5rem; }

.squeeze-tagline {
  margin-bottom: 0;
  padding: .5em 0 .5em 1em;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .squeeze-tagline {
      text-align: center; } }

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