/* 
*  Main CSS Index File
*
*/
/* 
*  Vendor File Index
*
*/
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 25, ../sass/vendor/_flexslider.scss */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

/* line 31, ../sass/vendor/_flexslider.scss */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 39, ../sass/vendor/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 45, ../sass/vendor/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 49, ../sass/vendor/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 53, ../sass/vendor/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 57, ../sass/vendor/_flexslider.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 65, ../sass/vendor/_flexslider.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 68, ../sass/vendor/_flexslider.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 71, ../sass/vendor/_flexslider.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME with some CUSTOMIZATIONS
 * ====================================================================================================================*/
/* line 77, ../sass/vendor/_flexslider.scss */
.flexslider {
  margin: 0 0 15px;
  background: #ffffff;
  position: relative;
  zoom: 1;
  border: 1px solid #f0ede3;
}

/* line 84, ../sass/vendor/_flexslider.scss */
.home .flexslider {
  margin-bottom: 50px;
}

/* line 87, ../sass/vendor/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 90, ../sass/vendor/_flexslider.scss */
.flexslider .slides img {
  height: auto;
}

/* line 93, ../sass/vendor/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 101, ../sass/vendor/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 104, ../sass/vendor/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* line 107, ../sass/vendor/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 110, ../sass/vendor/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 130, ../sass/vendor/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

/* line 139, ../sass/vendor/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* line 142, ../sass/vendor/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 145, ../sass/vendor/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 149, ../sass/vendor/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 153, ../sass/vendor/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 156, ../sass/vendor/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 160, ../sass/vendor/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 163, ../sass/vendor/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 168, ../sass/vendor/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 181, ../sass/vendor/_flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 187, ../sass/vendor/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 190, ../sass/vendor/_flexslider.scss */
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}

/* line 193, ../sass/vendor/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 199, ../sass/vendor/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 205, ../sass/vendor/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 221, ../sass/vendor/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 225, ../sass/vendor/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 230, ../sass/vendor/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 235, ../sass/vendor/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 240, ../sass/vendor/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 252, ../sass/vendor/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 255, ../sass/vendor/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* Custom Styles */
/* line 261, ../sass/vendor/_flexslider.scss */
.flexslider .slides > li {
  position: relative;
}

/* line 264, ../sass/vendor/_flexslider.scss */
.slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
}

/* line 272, ../sass/vendor/_flexslider.scss */
.slide-caption h3 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

/* line 278, ../sass/vendor/_flexslider.scss */
.slide-caption h4 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
  color: #ccc;
  font-weight: normal;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 290, ../sass/vendor/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 294, ../sass/vendor/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* 
*  Base File Index
*
*/
/*
	= Variables and mixins
*******************************************************************************************/
/* Use this mixin when using webfonts that appear darker than in mockups (especially complex fonts) */
/* This is also useful when using light text against a dark background; this will make the text crisper and less fuzzy */
/*
	= General
*******************************************************************************************/
/* line 5, ../sass/base/_base.scss */
html {
  overflow-x: hidden;
}

/* line 6, ../sass/base/_base.scss */
body {
  overflow: hidden;
}

/* line 7, ../sass/base/_base.scss */
.container {
  width: 100%;
  max-width: 1168px;
}

/* line 11, ../sass/base/_base.scss */
body {
  font: normal normal normal 15px/140% "Open Sans", sans-serif;
  color: #040404;
  padding-bottom: 0;
}

/* line 17, ../sass/base/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 21, ../sass/base/_base.scss */
.wp-caption {
  padding: 5px;
}
/* line 23, ../sass/base/_base.scss */
.wp-caption img {
  width: 100%;
  height: auto;
}

/* line 31, ../sass/base/_base.scss */
.wp-caption .wp-caption-text,
.wp-caption figcaption,
.gallery .wp-caption-text,
.gallery figcaption,
.wp-block-image .wp-caption-text,
.wp-block-image figcaption {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  color: #87837E;
}
/* line 39, ../sass/base/_base.scss */
.wp-caption .wp-caption-text a,
.wp-caption figcaption a,
.gallery .wp-caption-text a,
.gallery figcaption a,
.wp-block-image .wp-caption-text a,
.wp-block-image figcaption a {
  color: #87837E;
  text-decoration: underline;
}
/* line 42, ../sass/base/_base.scss */
.wp-caption .wp-caption-text a:hover,
.wp-caption figcaption a:hover,
.gallery .wp-caption-text a:hover,
.gallery figcaption a:hover,
.wp-block-image .wp-caption-text a:hover,
.wp-block-image figcaption a:hover {
  color: #acdae0;
}

/* line 49, ../sass/base/_base.scss */
.alignleft, .aligncenter, .aligncenter {
  max-width: 100%;
}

/* line 53, ../sass/base/_base.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 57, ../sass/base/_base.scss */
a {
  color: #1EA9BB;
}
/* line 59, ../sass/base/_base.scss */
a:hover {
  color: #40aab8;
}

/* line 63, ../sass/base/_base.scss */
em {
  font-style: italic;
}

/* line 66, ../sass/base/_base.scss */
strong {
  font-weight: bold;
}

/* line 69, ../sass/base/_base.scss */
p {
  margin-bottom: 15px;
}

/* line 72, ../sass/base/_base.scss */
blockquote, blockquote * {
  color: #6E665B;
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0;
}

/* line 79, ../sass/base/_base.scss */
blockquote {
  border-left: 6px solid #EBE3DA;
}
/* line 82, ../sass/base/_base.scss */
blockquote p {
  margin-top: 0px;
}

/* line 88, ../sass/base/_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: #040404;
  margin: 30px 0 15px;
  font-weight: 700;
}

/* line 93, ../sass/base/_base.scss */
h2 {
  font-size: 30px;
}

/* line 94, ../sass/base/_base.scss */
h3 {
  font-size: 24px;
}

/* line 95, ../sass/base/_base.scss */
h4 {
  font-size: 20px;
}

/* line 96, ../sass/base/_base.scss */
h5 {
  font-size: 16px;
}

/* line 97, ../sass/base/_base.scss */
h6 {
  font-size: 14px;
  text-transform: uppercase;
}

/* line 99, ../sass/base/_base.scss */
> h2 {
  font-size: 40px;
}

/* line 100, ../sass/base/_base.scss */
ul {
  padding-left: 30px;
  list-style-type: square;
  margin-bottom: 15px;
  display: inline-block;
}
/* line 105, ../sass/base/_base.scss */
ul ul {
  padding-left: 20px;
  padding-top: 15px;
  list-style-type: disc;
  margin-bottom: 0;
}
/* line 110, ../sass/base/_base.scss */
ul ul ul {
  list-style-type: circle;
}

/* line 115, ../sass/base/_base.scss */
ol {
  padding-left: 30px;
  list-style-type: decimal;
  margin-bottom: 15px;
}
/* line 119, ../sass/base/_base.scss */
ol ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 0;
  padding-top: 15px;
}
/* line 124, ../sass/base/_base.scss */
ol ul ul {
  list-style-type: circle;
}
/* line 128, ../sass/base/_base.scss */
ol ol {
  padding-left: 20px;
}

/* line 132, ../sass/base/_base.scss */
.btn-default {
  background: #D5DBDB;
  color: #acdae0;
  border-color: #D5DBDB;
  font-size: 17px;
}
/* line 137, ../sass/base/_base.scss */
.btn-default:hover {
  background: white;
  color: black;
}

/* line 143, ../sass/base/_base.scss */
.feed-post {
  margin: 0px 0 30px 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #EBE3DA;
}
/* line 148, ../sass/base/_base.scss */
.feed-post .image {
  padding: 0px;
}
/* line 151, ../sass/base/_base.scss */
.feed-post .caption {
  color: #87837E;
  font-size: 12px;
  margin-top: 5px;
  line-height: 16px;
  font-style: italic;
}
/* line 158, ../sass/base/_base.scss */
.feed-post .caption a {
  color: #87837E;
}
/* line 162, ../sass/base/_base.scss */
.feed-post h3.entry-title {
  font-size: 20px;
  color: #40aab8;
}
/* line 165, ../sass/base/_base.scss */
.feed-post h3.entry-title a {
  color: #40aab8;
}
/* line 169, ../sass/base/_base.scss */
.feed-post .text {
  padding: 0px 15px;
}
/* line 172, ../sass/base/_base.scss */
.feed-post .meta {
  color: #87837E;
  font-style: italic;
  font-size: 15px;
}
/* line 176, ../sass/base/_base.scss */
.feed-post .meta a {
  color: #87837E;
}
/* line 180, ../sass/base/_base.scss */
.feed-post .entry-summary {
  margin-bottom: 20px;
}
/* line 183, ../sass/base/_base.scss */
.feed-post .meta-bottom {
  display: flex;
  flex-wrap: wrap;
}
/* line 187, ../sass/base/_base.scss */
.feed-post .category-list, .feed-post .tag-list {
  color: #F06B51;
  text-transform: uppercase;
  margin-top: 7px;
  display: block;
}
/* line 193, ../sass/base/_base.scss */
.feed-post .category-list i, .feed-post .tag-list i {
  color: #87837E;
}
/* line 196, ../sass/base/_base.scss */
.feed-post .category-list a, .feed-post .tag-list a {
  color: #F06B51;
  margin-left: 5px;
}
/* line 199, ../sass/base/_base.scss */
.feed-post .category-list a:hover, .feed-post .tag-list a:hover {
  color: #dceff2;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 209, ../sass/base/_base.scss */
  .alignleft {
    float: left;
    margin-right: 15px;
  }

  /* line 213, ../sass/base/_base.scss */
  .aligncenter {
    margin: 0 auto 15px auto;
    display: block;
  }

  /* line 217, ../sass/base/_base.scss */
  .alignright {
    float: right;
    margin-left: 15px;
  }

  /* line 222, ../sass/base/_base.scss */
  .entry {
    font-size: 18px;
    line-height: 24px;
  }

  /* line 227, ../sass/base/_base.scss */
  .feed-post {
    margin: 0 -15px 30px -15px;
  }
  /* line 229, ../sass/base/_base.scss */
  .feed-post .image {
    padding: 15px;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 238, ../sass/base/_base.scss */
  body {
    font: normal normal normal 16px/155% "Open Sans", sans-serif;
  }

  /* line 243, ../sass/base/_base.scss */
  blockquote, blockquote * {
    font-size: 24px;
    line-height: 34px;
    margin: 25px 0;
    padding-left: 20px;
  }

  /* line 250, ../sass/base/_base.scss */
  blockquote {
    border-left: 10px solid #EBE3DA;
  }

  /* line 255, ../sass/base/_base.scss */
  .feed-post h3.entry-title {
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  /* line 261, ../sass/base/_base.scss */
  .feed-post .meta {
    margin-bottom: 5px;
  }
  /* line 265, ../sass/base/_base.scss */
  .feed-post .entry-summary {
    margin-bottom: 10px;
  }
  /* line 268, ../sass/base/_base.scss */
  .feed-post .meta-bottom {
    font-size: 14px;
  }
  /* line 271, ../sass/base/_base.scss */
  .feed-post .category-list {
    display: inline;
  }
}
/* Desktop ******************************************************/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 20, 2018 */
@font-face {
  font-family: 'blocktregconregular';
  src: url("../../fonts/blockt-regucond-webfont.woff2") format("woff2"), url("../../fonts/blockt-regucond-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* 
*  Template File Index
*
*/
/*
	= Footer
*******************************************************************************************/
/* line 4, ../sass/layout/_footer.scss */
.footer-wrap {
  margin-bottom: 50px;
}

/* line 8, ../sass/layout/_footer.scss */
.footer-bg-2 {
  background: url("../../images/footer_bg.png") no-repeat 50% 100%;
  background-size: cover;
  height: 20px;
  width: 100%;
  margin-left: -27px;
}

/* line 15, ../sass/layout/_footer.scss */
footer {
  text-align: center;
  padding: 40px 0;
}

/* line 20, ../sass/layout/_footer.scss */
.footer-bg {
  position: relative;
}
/* line 23, ../sass/layout/_footer.scss */
.footer-bg:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: right top;
  transform: skewX(-14deg);
  background: #acdae0;
}
/* line 35, ../sass/layout/_footer.scss */
.footer-bg:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: left bottom;
  transform: skewX(-14deg);
  background: #acdae0;
}

/* line 50, ../sass/layout/_footer.scss */
#menu-footer-menu, .footer-menu {
  margin: 20px auto;
  padding-left: 0px;
}
/* line 53, ../sass/layout/_footer.scss */
#menu-footer-menu li, .footer-menu li {
  list-style: none;
  display: inline;
  margin-right: 25px;
  font-style: italic;
  font-weight: 700;
}
/* line 59, ../sass/layout/_footer.scss */
#menu-footer-menu li:last-child, .footer-menu li:last-child {
  margin: 0px;
}
/* line 62, ../sass/layout/_footer.scss */
#menu-footer-menu li a:hover, .footer-menu li a:hover {
  color: white;
  text-decoration: none;
}

/* line 68, ../sass/layout/_footer.scss */
.footer-1 {
  display: flex;
  flex-direction: column-reverse;
}
/* line 71, ../sass/layout/_footer.scss */
.footer-1 img {
  margin-bottom: 10px;
}

/* line 77, ../sass/layout/_footer.scss */
.social {
  padding-left: 0px;
}
/* line 79, ../sass/layout/_footer.scss */
.social li {
  display: inline;
  text-decoration: none;
  font-size: 22px;
}
/* line 86, ../sass/layout/_footer.scss */
.social li a:hover {
  color: white;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 96, ../sass/layout/_footer.scss */
  .footer-bg-2 {
    margin-left: -20px;
  }

  /* line 99, ../sass/layout/_footer.scss */
  footer {
    text-align: left;
  }

  /* line 102, ../sass/layout/_footer.scss */
  #menu-footer-menu, .footer-menu {
    margin: 15px 10px 25px 10px;
  }

  /* line 106, ../sass/layout/_footer.scss */
  .footer-1 {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  /* line 109, ../sass/layout/_footer.scss */
  .footer-1 p {
    width: 50%;
  }
  /* line 112, ../sass/layout/_footer.scss */
  .footer-1 img {
    margin-right: 10px;
    margin-left: 10px;
  }
  /* line 116, ../sass/layout/_footer.scss */
  .footer-1 a {
    color: black;
    font-weight: 700;
  }

  /* line 121, ../sass/layout/_footer.scss */
  .footer-2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  /* line 125, ../sass/layout/_footer.scss */
  .footer-2 .btn {
    display: block;
    margin-top: 10px;
  }
  /* line 130, ../sass/layout/_footer.scss */
  .footer-2 div:nth-of-type(2) {
    margin: 0 auto;
  }

  /* line 135, ../sass/layout/_footer.scss */
  .social {
    margin-left: 30px;
    padding-top: 15px;
  }
  /* line 138, ../sass/layout/_footer.scss */
  .social li {
    margin-right: 5px;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 148, ../sass/layout/_footer.scss */
  .footer-2 {
    justify-content: flex-end;
  }
  /* line 150, ../sass/layout/_footer.scss */
  .footer-2 div {
    margin-left: 20px;
  }

  /* line 155, ../sass/layout/_footer.scss */
  .social {
    margin-left: 0px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 162, ../sass/layout/_footer.scss */
  .footer-bg-2 {
    margin-left: -34px;
  }
}
/*
	= Header
*******************************************************************************************/
/* line 5, ../sass/layout/_header.scss */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

/* line 13, ../sass/layout/_header.scss */
.util {
  display: flex;
  justify-content: flex-end;
  direction: ltr;
  margin-top: 20px;
}

/* line 20, ../sass/layout/_header.scss */
#plain-text {
  background: transparent;
  border: 1px solid white;
  color: white;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  padding: 3px 10px;
  /*display: none;
  	@include tablet {
  	display: inline-block;
  }*/
}

/* line 34, ../sass/layout/_header.scss */
.language-switcher {
  border: 1px solid black;
  background: white;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  width: inherit;
  z-index: 99999;
  margin: 0 10px;
}

/* line 47, ../sass/layout/_header.scss */
.language-switcher li a {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 54, ../sass/layout/_header.scss */
.search-form {
  appearance: none;
  /* display: none;
  	@include tablet {
  	display: block;
  } */
}
/* line 62, ../sass/layout/_header.scss */
.search-form label {
  margin-bottom: 0px;
}
/* line 65, ../sass/layout/_header.scss */
.search-form .search-field {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding: 4px 10px;
  border: 1px solid black;
  max-width: 134px;
}

/* line 75, ../sass/layout/_header.scss */
.phonemenu {
  display: flex;
  justify-content: center;
  padding: 10px;
}

/* line 82, ../sass/layout/_header.scss */
.logo-container {
  position: relative;
}
/* line 84, ../sass/layout/_header.scss */
.logo-container h1, .logo-container h2 {
  margin: 0px;
}
/* line 87, ../sass/layout/_header.scss */
.logo-container h1 {
  position: relative;
}
/* line 90, ../sass/layout/_header.scss */
.logo-container .logo {
  position: absolute;
  left: 0px;
  top: -10px;
  z-index: 9999;
}
/* line 95, ../sass/layout/_header.scss */
.logo-container .logo img {
  max-width: 120px;
}

/* line 102, ../sass/layout/_header.scss */
.navbar-wrapper {
  background: #633023;
  margin-top: 20px;
}

/* line 108, ../sass/layout/_header.scss */
.navbar-wrapper .container {
  padding: 0;
}

/* line 112, ../sass/layout/_header.scss */
.navbar {
  border: none;
  margin-bottom: 0px;
  min-height: 0px;
}

/* line 119, ../sass/layout/_header.scss */
.rtl .navbar-header {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
/* line 122, ../sass/layout/_header.scss */
.rtl .navbar-header .language-switcher {
  text-align: left;
}

/* line 127, ../sass/layout/_header.scss */
.navbar-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 768px) {
  /* line 127, ../sass/layout/_header.scss */
  .navbar-header {
    display: block;
  }
}
/* line 135, ../sass/layout/_header.scss */
.navbar-header .language-switcher {
  background: #633023;
  font-size: 12px;
  line-height: 19px;
  border: none;
  border-radius: 3px;
}
@media (min-width: 768px) {
  /* line 135, ../sass/layout/_header.scss */
  .navbar-header .language-switcher {
    display: none;
  }
}

/* line 150, ../sass/layout/_header.scss */
.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 159, ../sass/layout/_header.scss */
#site-navigation {
  margin-top: 25px;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 167, ../sass/layout/_header.scss */
  .navbar {
    margin-bottom: 0px;
  }

  /* line 170, ../sass/layout/_header.scss */
  .navbar-wrapper .container {
    padding: 0 15px;
  }

  /* line 173, ../sass/layout/_header.scss */
  .home .brand .logo img {
    top: -15px;
  }

  /* line 176, ../sass/layout/_header.scss */
  .brand {
    margin-bottom: 0px;
  }

  /* line 179, ../sass/layout/_header.scss */
  .logo-container {
    margin-bottom: 0px;
  }
  /* line 182, ../sass/layout/_header.scss */
  .logo-container .logo {
    top: 15px;
  }
  /* line 184, ../sass/layout/_header.scss */
  .logo-container .logo img {
    max-width: 193px;
    top: -15px;
  }

  /* line 191, ../sass/layout/_header.scss */
  #site-navigation {
    margin-top: 0px;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 199, ../sass/layout/_header.scss */
  .search-form {
    margin-top: -1px;
  }

  /* line 204, ../sass/layout/_header.scss */
  .logo-container .logo {
    top: 7px;
  }
  /* line 206, ../sass/layout/_header.scss */
  .logo-container .logo img {
    max-width: 249px;
    left: 55px;
  }
}
/* Desktop ******************************************************/
/*
	= Home
*******************************************************************************************/
/* line 4, ../sass/layout/_home.scss */
.home .backimage {
  background: url("../../images/background.png") center bottom no-repeat;
  background-size: cover;
  height: 53vw;
}

/* line 10, ../sass/layout/_home.scss */
.mainpage {
  background: #dceff2;
  position: relative;
}
/* line 13, ../sass/layout/_home.scss */
.mainpage:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: right top;
  transform: skewX(3deg);
  background: #dceff2;
}
/* line 25, ../sass/layout/_home.scss */
.mainpage:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: left bottom;
  transform: skewX(3deg);
  background: #dceff2;
}

/* line 39, ../sass/layout/_home.scss */
.hero-caption, .caption {
  color: #40aab8;
  font-size: 12px;
}
/* line 42, ../sass/layout/_home.scss */
.hero-caption a, .caption a {
  color: #40aab8;
  text-decoration: underline;
}
/* line 45, ../sass/layout/_home.scss */
.hero-caption a:hover, .caption a:hover {
  color: #D5DBDB;
}

/* line 51, ../sass/layout/_home.scss */
.hero-caption {
  font-size: 11px;
  font-weight: 700;
  margin-left: -25px;
  color: #95B9BE;
}
/* line 56, ../sass/layout/_home.scss */
.hero-caption a {
  color: #95B9BE;
}

/* line 61, ../sass/layout/_home.scss */
.slide-image {
  background: rgba(64, 170, 184, 0.85);
  padding: 20px 20px 0 20px;
  margin-top: -7%;
}

/* line 67, ../sass/layout/_home.scss */
.slide-text {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 28px;
  font-weight: 800;
}

/* line 74, ../sass/layout/_home.scss */
.slide-link {
  text-align: center;
  padding: 20px 0;
}

/* line 81, ../sass/layout/_home.scss */
.btn {
  text-align: center;
  margin: 0 auto;
}

/* line 85, ../sass/layout/_home.scss */
.btn {
  /*color:black;
  border:2px solid black;
  border-radius: 2px;
  font-weight: 800;
  font-style: italic;*/
  color: white;
  background: #F06B51;
  border-radius: 5px;
  border: none;
  font-family: "blocktregconregular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  padding: 5px 60px;
  font-size: 18px;
}
/* line 100, ../sass/layout/_home.scss */
.btn:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* line 105, ../sass/layout/_home.scss */
.home-post {
  margin: 10px 10px 40px 10px;
  background: white;
}
/* line 108, ../sass/layout/_home.scss */
.home-post .image {
  text-align: center;
  padding: 0px;
  position: relative;
}
/* line 113, ../sass/layout/_home.scss */
.home-post .image p.caption {
  margin-bottom: 0px;
  position: absolute;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  line-height: 14px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 3px;
  bottom: 10px;
}
/* line 128, ../sass/layout/_home.scss */
.home-post .text {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
/* line 132, ../sass/layout/_home.scss */
.home-post .text .caption {
  margin-bottom: 0px;
}

/* line 138, ../sass/layout/_home.scss */
h3.entry-title {
  font-size: 20px;
  line-height: 26px;
  margin: 15px 0;
  font-weight: 700;
  word-break: break-word;
}
/* line 144, ../sass/layout/_home.scss */
h3.entry-title a {
  color: black;
  word-break: break-word;
}
/* line 147, ../sass/layout/_home.scss */
h3.entry-title a:hover {
  color: #acdae0;
}

/* line 153, ../sass/layout/_home.scss */
.readmore.btn-default {
  font-size: 14px;
  padding: 6px 20px;
  margin-bottom: 20px;
}

/* line 160, ../sass/layout/_home.scss */
.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
}

/* line 164, ../sass/layout/_home.scss */
.owl-stage {
  margin-bottom: 20px;
}

/* line 168, ../sass/layout/_home.scss */
.grantee-logo img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* line 173, ../sass/layout/_home.scss */
.owl-nav {
  bottom: 150px;
  color: rgba(0, 0, 0, 0.3);
  margin: 0 -42px;
  font-size: 100px;
}

/* line 180, ../sass/layout/_home.scss */
.owl-nav {
  margin: 0 -30px;
  position: relative;
  bottom: 60px;
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
}
/* line 186, ../sass/layout/_home.scss */
.owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
/* line 191, ../sass/layout/_home.scss */
.owl-nav .owl-next {
  position: absolute;
  right: 0;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 210, ../sass/layout/_home.scss */
  .home-container .maincontent {
    display: flex;
  }
  /* line 212, ../sass/layout/_home.scss */
  .home-container .maincontent .home-col {
    display: flex;
  }

  /* line 220, ../sass/layout/_home.scss */
  .slide-image {
    display: flex;
    flex-direction: row;
    padding: 15px;
    margin-top: -20%;
  }

  /* line 226, ../sass/layout/_home.scss */
  .slide-text {
    font-size: 19px;
    line-height: 25px;
    padding-right: 15px;
    width: 80%;
  }

  /* line 232, ../sass/layout/_home.scss */
  .slide-link {
    padding: 30px;
  }

  /* line 238, ../sass/layout/_home.scss */
  .home-post .caption {
    text-align: left;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 249, ../sass/layout/_home.scss */
  .slide-text {
    font-size: 32px;
    line-height: 39px;
  }

  /* line 255, ../sass/layout/_home.scss */
  .slide-link .btn {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
  }

  /* line 261, ../sass/layout/_home.scss */
  h3.entry-title {
    margin-top: 40px;
    font-size: 30px;
    line-height: 37px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 273, ../sass/layout/_home.scss */
  .slide-image {
    margin-top: -24%;
  }

  /* line 287, ../sass/layout/_home.scss */
  .owl-nav {
    bottom: 225px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1440px) {
  /* line 310, ../sass/layout/_home.scss */
  .home .backimage {
    background: url("../../images/background.png") center bottom no-repeat;
    background-size: inherit;
    height: 754px;
  }
}
/*
	= Interior pages
*******************************************************************************************/
/* line 4, ../sass/layout/_interior_page.scss */
.backimage {
  background: url("../../images/banner.png") center bottom no-repeat;
  background-size: cover;
  height: 43vw;
  position: relative;
}

/* line 12, ../sass/layout/_interior_page.scss */
.maincontent.lower {
  padding-bottom: 50px;
  margin-top: 30px;
}

/* line 17, ../sass/layout/_interior_page.scss */
.container-normal .row.maincontent {
  background-color: #FFF;
}

@media (max-width: 768px) {
  /* line 22, ../sass/layout/_interior_page.scss */
  .post-type-archive-resource .row.maincontent {
    flex-direction: column-reverse;
    display: flex;
  }
}
/* line 28, ../sass/layout/_interior_page.scss */
h2.page-title {
  position: absolute;
  top: 75px;
  color: white;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

/*#breadcrumbs{
    list-style:none;
    margin:10px 0 10px 0;
    overflow:hidden;
    li{
		float:left;
		margin-right:15px;
	}
	.separator{
		font-weight:700;
		font-size:20px;
		color:#999;
	}
}*/
/* line 56, ../sass/layout/_interior_page.scss */
.entry ul li {
  list-style-type: "\203a";
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: .3em;
  	/*
  	&:before{
  		content: "\203a";
  		margin: 5px 10px 5px 5px;
  		font-size: 20px;
  		color: #333;
  
  	} */
}

/* line 72, ../sass/layout/_interior_page.scss */
.entry #mc_embed_signup {
  max-width: 900px;
  margin: 0 auto;
}
/* line 76, ../sass/layout/_interior_page.scss */
.entry #mc_embed_signup li:before {
  content: " ";
  margin: 0px;
}

/* line 82, ../sass/layout/_interior_page.scss */
#mc_embed_signup .mc-field-group.input-group input {
  margin-right: 10px;
}

/* line 88, ../sass/layout/_interior_page.scss */
.first-blog {
  background: #F4FAFB;
  padding-bottom: 15px;
  border-bottom: none;
  margin-top: 30px;
}

/* line 97, ../sass/layout/_interior_page.scss */
.feed-post .category-updates .meta a:before,
#blog .meta a:before {
  content: '';
  margin: 0px;
  padding: 0px;
}

/* line 106, ../sass/layout/_interior_page.scss */
.author-box {
  background: #EEF8F9;
  margin-top: 40px;
  padding: 20px 0 0;
  font-size: 14px;
}
/* line 112, ../sass/layout/_interior_page.scss */
.author-box h3 {
  margin: 0px 10px 10px 20px;
}
/* line 116, ../sass/layout/_interior_page.scss */
.author-box .author-bio {
  padding: 20px 0px;
  margin: 10px;
}
/* line 121, ../sass/layout/_interior_page.scss */
.author-box .author-bio:last-of-type .text {
  border: none;
}
/* line 128, ../sass/layout/_interior_page.scss */
.author-box .image {
  max-width: 70px;
  float: left;
  margin-right: 10px;
}
/* line 134, ../sass/layout/_interior_page.scss */
.author-box h4 {
  margin: 0 0px 7px 0px;
  font-size: 15px;
}
/* line 138, ../sass/layout/_interior_page.scss */
.author-box h4 a {
  color: #292929;
}
/* line 141, ../sass/layout/_interior_page.scss */
.author-box h4 a:hover {
  color: #D5DBDB;
}
/* line 147, ../sass/layout/_interior_page.scss */
.author-box .text {
  border-bottom: 2px solid #acdae0;
}

/* line 155, ../sass/layout/_interior_page.scss */
.page-id-1772 .maincontent.lower {
  display: flex;
  flex-direction: column-reverse;
}

/* line 160, ../sass/layout/_interior_page.scss */
.result {
  border: 1px solid #C4BEB7;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f3f0+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f3f0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f3f0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f3f0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f3f0', GradientType=0);
  /* IE6-9 */
}
/* line 174, ../sass/layout/_interior_page.scss */
.result .caption {
  margin-right: 10px;
}
/* line 178, ../sass/layout/_interior_page.scss */
.result .type {
  padding-left: 10px;
  border-left: 2px solid #F06B51;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
/* line 185, ../sass/layout/_interior_page.scss */
.result .type a {
  color: #F06B51;
}
/* line 188, ../sass/layout/_interior_page.scss */
.result .type a:hover {
  color: #acdae0;
}

/* line 198, ../sass/layout/_interior_page.scss */
#bodyTable {
  background: #40aab8;
  margin: 10%;
  padding: 5% !important;
  border-radius: 20px;
}

/* line 205, ../sass/layout/_interior_page.scss */
.page-id-1794 #secondary aside#text-2:after {
  display: none;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 211, ../sass/layout/_interior_page.scss */
  .backimage {
    height: 28vw;
  }

  /* line 216, ../sass/layout/_interior_page.scss */
  h2.page-title {
    padding-left: 15px;
    font-size: 20px;
    top: 155px;
  }

  /* line 227, ../sass/layout/_interior_page.scss */
  .first-blog {
    margin: 30px 0px 0px 0px;
  }

  /* line 233, ../sass/layout/_interior_page.scss */
  .page-id-1772 .maincontent.lower {
    display: block;
  }

  /* line 237, ../sass/layout/_interior_page.scss */
  .result {
    margin: 0 0 30px 0;
    padding-bottom: 0px;
  }
  /* line 241, ../sass/layout/_interior_page.scss */
  .result .image {
    padding: 0px;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 254, ../sass/layout/_interior_page.scss */
  .maincontent.lower {
    margin-top: 40px;
  }

  /* line 258, ../sass/layout/_interior_page.scss */
  h2.page-title {
    top: 175px;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

  /* line 266, ../sass/layout/_interior_page.scss */
  .first-blog h3.entry-title {
    font-size: 36px;
    line-height: 40px;
  }

  /* line 276, ../sass/layout/_interior_page.scss */
  .author-box h3 {
    margin: 0px 10px 10px 20px;
  }
  /* line 280, ../sass/layout/_interior_page.scss */
  .author-box .author-bio {
    padding: 10px 20px 30px 0;
    margin: 20px;
    border-bottom: 2px solid #acdae0;
  }
  /* line 285, ../sass/layout/_interior_page.scss */
  .author-box .author-bio:last-of-type {
    border: none;
  }
  /* line 290, ../sass/layout/_interior_page.scss */
  .author-box .image {
    max-width: 100%;
    margin-right: -15px;
    padding-left: 0px;
  }
  /* line 296, ../sass/layout/_interior_page.scss */
  .author-box h4 {
    margin: 0 0px 7px 0px;
    font-size: 18px;
  }
  /* line 302, ../sass/layout/_interior_page.scss */
  .author-box .text {
    border-bottom: none;
  }

  /* line 311, ../sass/layout/_interior_page.scss */
  .result {
    margin: 0 -15px 30px -15px;
    padding-bottom: 0px;
  }
  /* line 315, ../sass/layout/_interior_page.scss */
  .result .image {
    padding: 0px;
  }
  /* line 319, ../sass/layout/_interior_page.scss */
  .result h3.entry-title {
    margin-top: 10px;
    margin-bottom: 7px;
    font-size: 20px;
  }
  /* line 325, ../sass/layout/_interior_page.scss */
  .result .text {
    padding-top: 20px;
  }
  /* line 328, ../sass/layout/_interior_page.scss */
  .result .text .entry-summary {
    margin-bottom: 10px;
  }
  /* line 334, ../sass/layout/_interior_page.scss */
  .result p {
    margin-bottom: 0px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 347, ../sass/layout/_interior_page.scss */
  h2.page-title {
    top: 225px;
    line-height: 40px;
    font-size: 34px;
  }

  /* line 358, ../sass/layout/_interior_page.scss */
  .result h3.entry-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  /* line 365, ../sass/layout/_interior_page.scss */
  .result .text .entry-summary {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* line 378, ../sass/layout/_interior_page.scss */
  .gallery .gallery-item {
    float: none !important;
    margin: 10px auto !important;
    width: auto !important;
  }

  /* line 384, ../sass/layout/_interior_page.scss */
  .gallery br {
    display: none;
  }
}
/* line 394, ../sass/layout/_interior_page.scss */
.mediamenu {
  display: flex;
  flex-direction: column-reverse;
  background: #dceff2;
  list-style-type: none;
  font-family: "Open Sans", sans-serif;
  padding: 0px;
}
/* line 402, ../sass/layout/_interior_page.scss */
.mediamenu li {
  font-size: 24px;
  padding: 15px;
  border-bottom: 5px solid transparent;
  font-weight: 700;
}
/* line 408, ../sass/layout/_interior_page.scss */
.mediamenu li a {
  color: #1EA9BB;
}
/* line 411, ../sass/layout/_interior_page.scss */
.mediamenu li a .fa {
  margin-left: 5px;
}
/* line 415, ../sass/layout/_interior_page.scss */
.mediamenu li a:hover {
  color: #1A6670;
  text-decoration: none;
}
/* line 421, ../sass/layout/_interior_page.scss */
.mediamenu li:hover {
  border-bottom: 5px solid #1A6670;
}

/* line 427, ../sass/layout/_interior_page.scss */
.media-wrap {
  border: 1px solid #ebe3da;
  margin-bottom: 30px;
  margin-top: 20px;
  height: 287px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  	/* removed for now .fa{
  		position: absolute;
  		top:6px;
  		left: 10px;
  		color:rgba(0, 0, 0, .7);
  		background: rgba(255,255,255,.57);
  		border-radius: 50%;
  		padding: 5px;
  		font-size: 24px;
  		z-index: 999;
  		&.fa-volume-down{
    		padding: 5px 7px;
  		}
  	}*/
}
/* line 438, ../sass/layout/_interior_page.scss */
.media-wrap .image {
  position: relative;
  overflow: hidden;
  max-height: 350px;
}
/* line 443, ../sass/layout/_interior_page.scss */
.media-wrap .image img {
  width: 100%;
  max-width: none;
}
/* line 449, ../sass/layout/_interior_page.scss */
.media-wrap .text {
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
}
/* line 460, ../sass/layout/_interior_page.scss */
.media-wrap a {
  color: #040404;
}
/* line 463, ../sass/layout/_interior_page.scss */
.media-wrap a:hover {
  color: #acdae0;
}

/* line 485, ../sass/layout/_interior_page.scss */
.video {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 490, ../sass/layout/_interior_page.scss */
.video .play-button {
  width: 20%;
  height: 20%;
  background: url(../../images/player.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 37%;
  top: 39%;
}
/* line 499, ../sass/layout/_interior_page.scss */
.video .play-button:hover {
  opacity: .5;
}
/* line 504, ../sass/layout/_interior_page.scss */
.video .youtube {
  margin: -9.5% 0;
}
/* line 508, ../sass/layout/_interior_page.scss */
.video img {
  width: 100%;
}

@media (max-width: 768px) and (min-width: 630px) {
  /* line 515, ../sass/layout/_interior_page.scss */
  .video .youtube {
    max-height: 350px;
  }
}
@media (max-width: 631px) and (min-width: 400px) {
  /* line 523, ../sass/layout/_interior_page.scss */
  .video .youtube {
    max-height: 320px;
  }
}
/* line 533, ../sass/layout/_interior_page.scss */
.post-type-archive-media-section .media-credits,
.type-media-section .media-credits {
  margin-top: 5px;
  text-transform: none;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
}
/* line 540, ../sass/layout/_interior_page.scss */
.post-type-archive-media-section .media-credits p,
.type-media-section .media-credits p {
  margin-bottom: 3px;
}
/* line 544, ../sass/layout/_interior_page.scss */
.post-type-archive-media-section .media-credits a,
.type-media-section .media-credits a {
  color: #a9a9a9;
  text-decoration: underline;
}
/* line 548, ../sass/layout/_interior_page.scss */
.post-type-archive-media-section .media-credits a:hover,
.type-media-section .media-credits a:hover {
  color: #acdae0;
}

/* line 561, ../sass/layout/_interior_page.scss */
.media-credits {
  font-size: 13px;
  text-transform: uppercase;
  color: #a9a9a9;
}

@media (min-width: 767px) {
  /* line 568, ../sass/layout/_interior_page.scss */
  #media-menu.collapse {
    display: block !important;
    height: 100%;
  }

  /* line 573, ../sass/layout/_interior_page.scss */
  .mediamenu {
    flex-direction: row;
    justify-content: space-between;
  }
}
/* line 580, ../sass/layout/_interior_page.scss */
.entry .blueimp-gallery > .title {
  background: #1C1C1C;
  padding: 35px;
  top: 0;
  left: 0;
  width: 100%;
  text-shadow: none;
  font-family: helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-right: 0px;
  font-weight: normal;
  color: #D8D8D8;
}

/* line 595, ../sass/layout/_interior_page.scss */
.entry .blueimp-gallery > .close {
  margin-right: 0px;
}

/* line 599, ../sass/layout/_interior_page.scss */
.entry .blueimp-gallery > .indicator > li {
  padding-left: 0px;
  background-image: none !important;
}
/* line 603, ../sass/layout/_interior_page.scss */
.entry .blueimp-gallery > .indicator > li:after {
  display: none;
}

@media (min-width: 1200px) {
  /* line 611, ../sass/layout/_interior_page.scss */
  .entry .blueimp-gallery > .title {
    width: 25%;
    height: 100%;
    font-size: 24px;
    line-height: 28px;
    margin-right: 40px;
  }

  /* line 619, ../sass/layout/_interior_page.scss */
  .entry .blueimp-gallery > .close {
    margin-right: 15px;
  }

  /* line 623, ../sass/layout/_interior_page.scss */
  .blueimp-gallery > .slides {
    margin-left: 12%;
  }

  /* line 627, ../sass/layout/_interior_page.scss */
  .blueimp-gallery > .prev {
    margin-left: 25%;
  }

  /* line 631, ../sass/layout/_interior_page.scss */
  .entry .blueimp-gallery > .indicator {
    margin-left: 25%;
  }
}
/* Sidebar
****************************************************/
/* line 5, ../sass/layout/_sidebar.scss */
#secondary a {
  color: #000;
}
/* line 9, ../sass/layout/_sidebar.scss */
#secondary h3.widget-title {
  margin-top: 0;
  padding: 15px 15px 0 15px;
}
/* line 14, ../sass/layout/_sidebar.scss */
#secondary aside {
  background: #acdae0;
}
/* line 18, ../sass/layout/_sidebar.scss */
#secondary aside ul {
  list-style: none;
  padding: 20px;
  font-style: italic;
  font-weight: 700;
  display: list-item;
}
/* line 25, ../sass/layout/_sidebar.scss */
#secondary aside ul ul {
  padding: 2px 0 0 15px;
  font-size: 14px;
}
/* line 29, ../sass/layout/_sidebar.scss */
#secondary aside ul ul li {
  font-size: 16px;
  margin-bottom: 2px;
}
/* line 35, ../sass/layout/_sidebar.scss */
#secondary aside ul li {
  margin-bottom: 10px;
  font-size: 18px;
}
/* line 41, ../sass/layout/_sidebar.scss */
#secondary aside:after {
  background: url("../../images/footer_bg.png") no-repeat 50% 0% white;
  background-size: 100%;
  height: 20px;
  width: 100%;
  display: block;
  content: " ";
}
/* line 52, ../sass/layout/_sidebar.scss */
#secondary aside select {
  background: white;
  border: 0px;
  max-width: 100%;
  appearance: none;
  padding: 5px;
  color: #87837E;
  font-weight: 400;
  font-size: 16px;
}
/* line 64, ../sass/layout/_sidebar.scss */
#secondary .categories:first-child {
  font-weight: 700;
  font-size: 24px;
  padding: 15px;
}
/* line 69, ../sass/layout/_sidebar.scss */
#secondary .categories:first-child ul {
  padding: 20px 0 5px 0;
}
/* line 76, ../sass/layout/_sidebar.scss */
#secondary .cat-drop #category-select,
#secondary .cat-drop #tag-select {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #87837E;
  font-size: 18px;
  padding: 10px 15px;
  max-width: 100%;
}
/* line 84, ../sass/layout/_sidebar.scss */
#secondary .cat-drop #category-select select,
#secondary .cat-drop #tag-select select {
  background: white;
  border: 0px;
  width: 100%;
}
/* line 95, ../sass/layout/_sidebar.scss */
#secondary .widget_tags ul {
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
}
/* line 100, ../sass/layout/_sidebar.scss */
#secondary .widget_tags ul li {
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
}
/* line 106, ../sass/layout/_sidebar.scss */
#secondary .widget_tags ul li a {
  border: 1px solid #40aab8;
  padding: 10px;
  margin-bottom: 10px;
}
/* line 112, ../sass/layout/_sidebar.scss */
#secondary .widget_tags ul li a:hover {
  border-color: white;
}
/* line 122, ../sass/layout/_sidebar.scss */
#secondary li {
  list-style: none;
}
/* line 125, ../sass/layout/_sidebar.scss */
#secondary li a {
  color: #40aab8;
}
/* line 128, ../sass/layout/_sidebar.scss */
#secondary li a:hover {
  color: white;
  text-decoration: none;
}

/* line 136, ../sass/layout/_sidebar.scss */
.filter-expand {
  background: #acdae0;
  padding: 10px;
  margin-bottom: 20px;
}
/* line 141, ../sass/layout/_sidebar.scss */
.filter-expand button {
  width: 100%;
  background: transparent;
  color: black;
  border: none;
  font-size: 24px;
  font-style: normal;
}
/* line 151, ../sass/layout/_sidebar.scss */
.filter-expand select {
  background: white;
  border: 0px;
  width: 100%;
}

/* line 159, ../sass/layout/_sidebar.scss */
.search-filter-base {
  margin: 5px 0;
}
/* line 161, ../sass/layout/_sidebar.scss */
.search-filter-base .search-filter-label {
  color: #1A6670;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 169, ../sass/layout/_sidebar.scss */
.search-filter-base .search-filter-input-text input,
.search-filter-base .search-filter-component-combobox-base {
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
}
/* line 177, ../sass/layout/_sidebar.scss */
.search-filter-base .search-filter-input-button {
  width: 100%;
  margin: 10px 5px;
  text-align: center;
  color: white;
  background: #868E96;
  border-radius: 5px;
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
}
/* line 188, ../sass/layout/_sidebar.scss */
.search-filter-base.search-filter-field--control-type-reset, .search-filter-base.search-filter-field--control-type-submit {
  display: inline-block;
  width: 48%;
}
/* line 193, ../sass/layout/_sidebar.scss */
.search-filter-base.search-filter-field--control-type-submit button {
  background: #1A6670;
}

/* line 198, ../sass/layout/_sidebar.scss */
#secondary .widget_black_studio_tinymce {
  margin-bottom: 30px;
}
/* line 201, ../sass/layout/_sidebar.scss */
#secondary .widget_black_studio_tinymce .textwidget {
  padding: 24px;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
}

/* line 210, ../sass/layout/_sidebar.scss */
#secondary .media-btn,
.media-btn {
  background: #dceff2;
  color: #1EA9BB;
  width: 100%;
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
  padding: 10px 0;
}
/* line 220, ../sass/layout/_sidebar.scss */
#secondary .media-btn a,
.media-btn a {
  color: #1EA9BB;
}
/* line 223, ../sass/layout/_sidebar.scss */
#secondary .media-btn a .fa,
.media-btn a .fa {
  margin-right: 10px;
}
/* line 227, ../sass/layout/_sidebar.scss */
#secondary .media-btn a:hover,
.media-btn a:hover {
  text-decoration: none;
  color: #1A6670;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 242, ../sass/layout/_sidebar.scss */
  #secondary aside select,
  #secondary .sf-field-search input,
  #secondary .searchandfilter label {
    width: 100%;
  }
}
/* Desktop ******************************************************/
/* line 1, ../sass/layout/_contact.scss */
#bodyTable {
  border-radius: 0.75em;
}
/* line 5, ../sass/layout/_contact.scss */
#bodyTable body {
  font: 14px/20px 'Helvetica', Arial, sans-serif;
  margin: 0;
  padding: 4.6875em 0 0 0;
  text-align: center;
  -webkit-text-size-adjust: none;
}
/* line 14, ../sass/layout/_contact.scss */
#bodyTable p {
  padding: 0 0 0 0 !important;
  margin-bottom: 0px !important;
}
/* line 18, ../sass/layout/_contact.scss */
#bodyTable h1 img {
  max-width: 100%;
  height: auto !important;
  vertical-align: bottom;
}
/* line 23, ../sass/layout/_contact.scss */
#bodyTable h2 {
  font-size: 1.375em;
  line-height: 1.75em;
  margin: 0 0 0.75em 0;
}
/* line 28, ../sass/layout/_contact.scss */
#bodyTable h3 {
  margin: 0 0 0.75em 0;
}
/* line 31, ../sass/layout/_contact.scss */
#bodyTable .headerBar {
  background: none;
  padding: 0;
  border: none;
}
/* line 36, ../sass/layout/_contact.scss */
#bodyTable .wrapper {
  margin: 1.25em 4.6875em 3.125em 4.6875em;
  text-align: left;
}
/* line 40, ../sass/layout/_contact.scss */
#bodyTable input.formEmailButton {
  border: none !important;
}
/* line 43, ../sass/layout/_contact.scss */
#bodyTable .formEmailButton {
  display: inline-block;
  font-weight: 500;
  font-size: 1em;
  line-height: 2.625em;
  font-family: 'Helvetica', Arial, sans-serif;
  width: auto;
  white-space: nowrap;
  height: 2.625em;
  margin: 0.75em 0.3125em 0.75em 0;
  padding: 0 1.375em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 0.1875em;
  vertical-align: top;
}
/* line 61, ../sass/layout/_contact.scss */
#bodyTable .formEmailButton span {
  display: inline;
  font-family: 'Helvetica', Arial, sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  line-height: 2.625em;
  cursor: pointer;
  border: none;
}
/* line 72, ../sass/layout/_contact.scss */
#bodyTable .rounded6 {
  border-radius: 0.375em;
}
/* line 75, ../sass/layout/_contact.scss */
#bodyTable .poweredWrapper {
  padding: 1.25em 0;
  width: 35em;
  margin: 0 auto;
}
/* line 80, ../sass/layout/_contact.scss */
#bodyTable .poweredBy {
  display: block;
}
/* line 83, ../sass/layout/_contact.scss */
#bodyTable span.or {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  padding: 0 0.3125em;
  margin: 0.3125em 0.3125em 0 0;
}
/* line 90, ../sass/layout/_contact.scss */
#bodyTable .clear {
  clear: both;
}
/* line 93, ../sass/layout/_contact.scss */
#bodyTable .profile-list {
  display: block;
  margin: 0.9375em 1.25em;
  padding: 0;
  list-style: none;
  border-top: 0.0625em solid #eee;
}
/* line 100, ../sass/layout/_contact.scss */
#bodyTable .profile-list li {
  display: block;
  margin: 0;
  padding: .3125em 0;
  border-bottom: 0.0625em solid #eee;
}
/* line 106, ../sass/layout/_contact.scss */
#bodyTable html[dir=rtl] .wrapper, #bodyTable html[dir=rtl] .container, #bodyTable html[dir=rtl] label {
  text-align: right !important;
}
/* line 109, ../sass/layout/_contact.scss */
#bodyTable html[dir=rtl] ul.interestgroup_field label {
  padding: 0;
}
/* line 112, ../sass/layout/_contact.scss */
#bodyTable html[dir=rtl] ul.interestgroup_field input {
  margin-left: 0.3125em;
}
/* line 115, ../sass/layout/_contact.scss */
#bodyTable html[dir=rtl] .hidden-from-view {
  right: -312.5em;
  left: auto;
}
/* line 119, ../sass/layout/_contact.scss */
#bodyTable #bodyTable {
  background-color: #40aab8;
}
/* line 122, ../sass/layout/_contact.scss */
#bodyTable h1 {
  font-size: 1.75em;
  line-height: 110%;
  margin-bottom: 1.875em;
  margin-top: 0;
  padding: 0;
}
/* line 129, ../sass/layout/_contact.scss */
#bodyTable #templateContainer {
  background-color: none;
}
/* line 132, ../sass/layout/_contact.scss */
#bodyTable #templateBody {
  background-color: #ffffff;
}
/* line 135, ../sass/layout/_contact.scss */
#bodyTable .bodyContent {
  line-height: 150%;
  font-family: Helvetica;
  font-size: 0.875em;
  color: #333333;
  padding: 2.625em;
}
/* line 142, ../sass/layout/_contact.scss */
#bodyTable a:link, #bodyTable a:active, #bodyTable a:visited, #bodyTable a {
  color: #336699;
}
/* line 145, ../sass/layout/_contact.scss */
#bodyTable .formEmailButton:link, #bodyTable .formEmailButton:active, #bodyTable .formEmailButton:visited, #bodyTable .formEmailButton, #bodyTable .formEmailButton span {
  background-color: #5d5d5d !important;
  color: #ffffff !important;
}
/* line 149, ../sass/layout/_contact.scss */
#bodyTable .formEmailButton:hover {
  background-color: #444444 !important;
  color: #ffffff !important;
}
/* line 153, ../sass/layout/_contact.scss */
#bodyTable label {
  line-height: 150%;
  font-family: Helvetica;
  font-size: 1em;
  color: #5d5d5d;
}
/* line 159, ../sass/layout/_contact.scss */
#bodyTable .field-group input, #bodyTable select, #bodyTable textarea, #bodyTable .dijitInputField {
  font-family: Helvetica;
  color: #5d5d5d !important;
}
/* line 163, ../sass/layout/_contact.scss */
#bodyTable .asterisk {
  color: #cc6600;
  font-size: 1.25em;
}
/* line 167, ../sass/layout/_contact.scss */
#bodyTable label .asterisk {
  visibility: hidden;
}
/* line 170, ../sass/layout/_contact.scss */
#bodyTable .indicates-required {
  display: none;
}
/* line 173, ../sass/layout/_contact.scss */
#bodyTable .field-help {
  color: #777;
}
/* line 176, ../sass/layout/_contact.scss */
#bodyTable .error, #bodyTable .errorText {
  color: #e85c41;
  font-weight: bold;
}
/* line 180, ../sass/layout/_contact.scss */
#bodyTable .gdpr-content .checkbox-group label {
  font-size: 2.03em;
}

@media (max-width: 450px) {
  /* line 188, ../sass/layout/_contact.scss */
  #bodyTable .wrapper {
    margin: 0  !important;
    text-align: left;
  }
  /* line 192, ../sass/layout/_contact.scss */
  #bodyTable #bodyTable {
    border-radius: 0.75em;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (min-width: 450px) {
  /* line 201, ../sass/layout/_contact.scss */
  #bodyTable {
    border-radius: 0.75em;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (min-width: 450px) and (max-width: 620px) {
  /* line 210, ../sass/layout/_contact.scss */
  #bodyTable body {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    padding: 0.625em 0 0 0 !important;
    min-width: 18.75em !important;
  }
  /* line 216, ../sass/layout/_contact.scss */
  #bodyTable #bodyTable {
    margin: 2em;
    padding: 3em;
  }
  /* line 220, ../sass/layout/_contact.scss */
  #bodyTable .wrapper {
    margin: 0  !important;
    text-align: left;
  }
  /* line 224, ../sass/layout/_contact.scss */
  #bodyTable .wrapper, #bodyTable .poweredWrapper {
    width: auto !important;
    max-width: 37.5em !important;
    padding: 0 0.625em;
  }
  /* line 229, ../sass/layout/_contact.scss */
  #bodyTable #templateContainer, #bodyTable #templateBody, #bodyTable #templateContainer table {
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 235, ../sass/layout/_contact.scss */
  #bodyTable .addressfield span {
    width: auto;
    float: none;
    padding-right: 0;
  }
  /* line 240, ../sass/layout/_contact.scss */
  #bodyTable .captcha {
    width: auto;
    float: none;
  }
}
@media (min-width: 620px) {
  /* line 247, ../sass/layout/_contact.scss */
  #bodyTable {
    margin: 10%;
    padding: 5% !important;
  }
}
/* line 253, ../sass/layout/_contact.scss */
#bodyTable {
  /* line for hiding fields */
  /* forms */
  /* Firefox always displays native select arrow button, so hide the background image arrow. */
  /* Prevent Chrome's autofill yellow box shadow */
  /* Groups, checkboxes, radio buttons */
}
/* line 255, ../sass/layout/_contact.scss */
#bodyTable .gdpr-mergeRow {
  margin: 0.625em 0;
  color: #4a4a4a;
  font-family: Helvetica;
}
/* line 260, ../sass/layout/_contact.scss */
#bodyTable .gdpr-content {
  margin: 0 -1.25em 0 -1.25em;
  padding: 1.25em 1.25em 0.625em 1.25em;
  background: rgba(255, 255, 255, 0.8);
}
/* line 265, ../sass/layout/_contact.scss */
#bodyTable .gdpr-content p {
  font-size: 0.8125em;
  line-height: 1.5;
  padding-top: 0.3125em !important;
}
/* line 270, ../sass/layout/_contact.scss */
#bodyTable .gdpr-content label {
  color: #4a4a4a;
  font-family: Helvetica;
}
/* line 274, ../sass/layout/_contact.scss */
#bodyTable .gdpr-content .checkbox-group label {
  font-weight: normal;
  font-size: 0.8125em;
}
/* line 278, ../sass/layout/_contact.scss */
#bodyTable .gdpr-footer {
  margin: 0 -1.25em 0 -1.25em;
  padding: 1.25em;
  background: rgba(255, 255, 255, 0.9);
  overflow: auto;
  color: #4a4a4a;
}
/* line 285, ../sass/layout/_contact.scss */
#bodyTable .gdpr-footer p {
  font-size: 0.6875em;
  line-height: 1.5;
  margin-bottom: 0;
}
/* line 290, ../sass/layout/_contact.scss */
#bodyTable .gdpr-footer a {
  color: #206578;
}
/* line 293, ../sass/layout/_contact.scss */
#bodyTable .gdpr-footer img {
  width: 4.0625em;
  float: left;
  margin-right: 0.9375em;
}
/* line 301, ../sass/layout/_contact.scss */
#bodyTable .field-shift {
  left: -624.9375em;
  position: absolute;
}
/* line 307, ../sass/layout/_contact.scss */
#bodyTable label {
  display: block;
  width: auto;
  margin-top: 0.5em;
  font-weight: bold;
}
/* line 314, ../sass/layout/_contact.scss */
#bodyTable .mergeRow {
  padding: 0 0 0.375em 0 !important;
  clear: both;
}
/* line 319, ../sass/layout/_contact.scss */
#bodyTable .field-group {
  position: relative;
  margin: 0em 0 0em 0;
  overflow: hidden;
  background: transparent !important;
}
/* line 326, ../sass/layout/_contact.scss */
#bodyTable .mergeRow-radio .field-group, #bodyTable .mergeRow-interests-checkboxes .field-group {
  margin-bottom: 0px;
}
/* line 328, ../sass/layout/_contact.scss */
#bodyTable input, #bodyTable textarea, #bodyTable select {
  display: block;
  margin: 0;
  padding: 0.625em;
  background: #fff;
  width: 100%;
  border: 0.125em solid #d0d0d0 !important;
  border-radius: 1.875em;
  -webkit-appearance: none;
}
/* line 339, ../sass/layout/_contact.scss */
#bodyTable .field-group input, #bodyTable select, #bodyTable textarea, #bodyTable .dijitInputField {
  font-size: 0.875em;
}
/* line 343, ../sass/layout/_contact.scss */
#bodyTable .field-group.error > input,
#bodyTable .field-group.error > select,
#bodyTable .field-group.error .addressfield input.empty,
#bodyTable .field-group.error .birthdayfield,
#bodyTable .field-group.error .subfields,
#bodyTable .field-group.error .datefield .dijitInputInner,
#bodyTable .datefield .dijitTextBoxError .dijitInputInner,
#bodyTable .field-group.error textarea {
  border-color: #e85c41 !important;
}
/* line 354, ../sass/layout/_contact.scss */
#bodyTable textarea {
  font: 14px/18px 'Helvetica', Arial, sans-serif;
  width: 100%;
  height: 150px;
  overflow: auto;
}
/* line 361, ../sass/layout/_contact.scss */
#bodyTable select {
  background: #fff url(https://whoseknowledge.org/wp-content/uploads/2018/05/signup-sprite-2x.png) no-repeat right -18.4375em;
  background: #fff url(https://whoseknowledge.org/wp-content/uploads/2018/05/signup-sprite-2x.png) no-repeat right -18.4375em, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
  background: #fff url(https://whoseknowledge.org/wp-content/uploads/2018/05/signup-sprite-2x.png) no-repeat right -18.4375em, -webkit-linear-gradient(top, #fff, #f1f1f1);
  background: #fff url(https://whoseknowledge.org/wp-content/uploads/2018/05/signup-sprite-2x.png) no-repeat right -18.4375em, -ms-linear-gradient(top, #fff, #f1f1f1);
  background: #fff url(https://whoseknowledge.org/wp-content/uploads/2018/05/signup-sprite-2x.png) no-repeat right -18.4375em, linear-gradient(to bottom, #fff, #f1f1f1);
}
/* line 368, ../sass/layout/_contact.scss */
#bodyTable html[dir="rtl"] select {
  background-position: 0.875em -18.4375em;
}
@-moz-document url-prefix() {
  /* line 372, ../sass/layout/_contact.scss */
  #bodyTable select {
    padding: 0.5em;
    background-position: -6.1875em 0 !important;
    -moz-appearance: none;
  }
}
/* line 379, ../sass/layout/_contact.scss */
#bodyTable input:focus, #bodyTable textarea:focus, #bodyTable select:focus, #bodyTable .focused-field .subfields {
  border-color: #5d5d5d !important;
  outline: none;
}
/* line 385, ../sass/layout/_contact.scss */
#bodyTable input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 62.5em white inset !important;
}
/* line 390, ../sass/layout/_contact.scss */
#bodyTable ul.interestgroup_field,
#bodyTable ul.interestgroup_field li,
#bodyTable ul.unsub-options,
#bodyTable ul.unsub-options li,
#bodyTable .interestgroup_row {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 400, ../sass/layout/_contact.scss */
#bodyTable label.checkbox, #bodyTable label.radio {
  font-weight: normal;
  position: relative;
  line-height: 1.5em;
}
/* line 405, ../sass/layout/_contact.scss */
#bodyTable .checkbox input, #bodyTable .radio input {
  width: auto !important;
  display: inline-block;
  margin-right: 0.3125em;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* Image replacement for checkbox and radio buttons. */
/* Placing in @media block forces browsers that don't support :checked to fall back to native inputs. */
@media only screen {
  /* line 420, ../sass/layout/_contact.scss */
  #bodyTable {
    /* Position and hide the real checkboxes and radio buttons */
    /* Insert a pseudo element inside each label with a background sprite.  */
    /* Position the background sprite based on state of checkbox/radio. */
    /* Right-to-left checkbox/radio modifications */
  }
  /* line 422, ../sass/layout/_contact.scss */
  #bodyTable .mergeRow-radio .field-group, #bodyTable .mergeRow-interests-checkboxes .field-group {
    margin: 0 -0.375em 0.6875em -0.375em;
  }
  /* line 424, ../sass/layout/_contact.scss */
  #bodyTable .checkbox, #bodyTable .radio {
    margin: 0.5625em 0 0 0;
    padding: 0;
  }
  /* line 430, ../sass/layout/_contact.scss */
  #bodyTable .checkbox input, #bodyTable .radio input {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin: 0;
    padding: 0;
    outline: 0;
    opacity: 0;
  }
  /* line 441, ../sass/layout/_contact.scss */
  #bodyTable .radio input + span {
    display: block;
    border-radius: 0.1875em;
    padding: 0.375em 0.375em 0.375em 2.375em;
  }
  /* line 447, ../sass/layout/_contact.scss */
  #bodyTable .checkbox input + span {
    display: block;
    border-radius: 0.1875em;
    padding: 0.375em 0.375em 0.375em 4.5em;
  }
  /* line 453, ../sass/layout/_contact.scss */
  #bodyTable .checkbox:hover span,
  #bodyTable .checkbox input:focus + span,
  #bodyTable .radio:hover span,
  #bodyTable .radio input:focus + span {
    background: rgba(0, 0, 0, 0.05);
  }
  /* line 461, ../sass/layout/_contact.scss */
  #bodyTable .checkbox input + span:before, #bodyTable .radio input + span:before {
    display: block;
    position: absolute;
    top: 0.375em;
    left: 0.375em;
    width: 1.5em;
    height: 1.5em;
    background: url(https://whoseknowledge.org/wp-content/uploads/2018/05/signup-sprite-2x.png) no-repeat;
    content: " ";
    vertical-align: top;
    background-size: cover;
  }
  /* line 475, ../sass/layout/_contact.scss */
  #bodyTable .radio input:focus + span:before {
    background-position: 0 -1.875em;
    background-size: cover;
  }
  /* line 476, ../sass/layout/_contact.scss */
  #bodyTable .radio input:checked + span:before {
    background-position: 0 -3.75em;
    background-size: cover;
  }
  /* line 477, ../sass/layout/_contact.scss */
  #bodyTable .radio input:checked:focus + span:before {
    background-position: -0 -5.625em;
    background-size: cover;
  }
  /* line 478, ../sass/layout/_contact.scss */
  #bodyTable .checkbox input + span:before {
    background-position: 0 -7.5em;
    background-size: cover;
  }
  /* line 479, ../sass/layout/_contact.scss */
  #bodyTable .checkbox input:focus + span:before {
    background-position: 0 -9.375em;
    background-size: cover;
  }
  /* line 480, ../sass/layout/_contact.scss */
  #bodyTable .checkbox input:checked + span:before {
    background-position: 0 -11.25em;
    background-size: cover;
  }
  /* line 481, ../sass/layout/_contact.scss */
  #bodyTable .checkbox input:checked:focus + span:before {
    background-position: 0 -13.125em;
    background-size: cover;
  }
  /* line 484, ../sass/layout/_contact.scss */
  #bodyTable html[dir="rtl"] .checkbox input + span:before, #bodyTable html[dir="rtl"] .radio input + span:before {
    left: auto;
    right: 0;
  }
  /* line 485, ../sass/layout/_contact.scss */
  #bodyTable html[dir="rtl"] .checkbox input + span, #bodyTable html[dir="rtl"] .radio input + span {
    padding: 0.375em 2.375em 0.375em 0.375em;
  }
}
/* Use high-res sprite for retina displays */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 495, ../sass/layout/_contact.scss */
  #bodyTable .checkbox input + span:before, #bodyTable .radio input + span:before, #bodyTable .calendar-icon {
    background-image: url(https://whoseknowledge.org/wp-content/uploads/2018/05/signup-sprite-2x.png);
    background-size: 1.5em;
  }

  /* line 501, ../sass/layout/_contact.scss */
  .entry li:before {
    content: " " !important;
    margin: 0;
  }

  /* line 506, ../sass/layout/_contact.scss */
  .footer-bg {
    background: #ACDAE0;
  }
}
/* line 512, ../sass/layout/_contact.scss */
.entry #bodyTable ul.interestgroup_field li:before {
  content: none;
  margin: 0px;
}

/* line 2, ../sass/layout/_resource.scss */
article.resource li::before {
  content: none;
}
/* line 6, ../sass/layout/_resource.scss */
article.resource.dir-rtl {
  direction: rtl;
}
/* line 9, ../sass/layout/_resource.scss */
article.resource.dir-rtl .icon-link::before {
  margin-right: 0;
  margin-left: 5px;
}

/* line 16, ../sass/layout/_resource.scss */
.result {
  background: #FFFFFF;
  border: 1px solid #EBE3DA;
}
/* line 20, ../sass/layout/_resource.scss */
.result .type {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}
@media (min-width: 768px) {
  /* line 20, ../sass/layout/_resource.scss */
  .result .type {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
/* line 31, ../sass/layout/_resource.scss */
.result .type li {
  margin: 0;
  list-style-type: none;
}
/* line 37, ../sass/layout/_resource.scss */
.result h3.entry-title {
  font-size: 18px;
}
@media (min-width: 768px) {
  /* line 37, ../sass/layout/_resource.scss */
  .result h3.entry-title {
    font-size: 24px;
  }
}
/* line 45, ../sass/layout/_resource.scss */
.result .meta {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  /* line 49, ../sass/layout/_resource.scss */
  .result .image {
    max-height: none;
  }
}
/* line 57, ../sass/layout/_resource.scss */
.result .image img {
  width: 100%;
}
/* line 62, ../sass/layout/_resource.scss */
.result .dropdown-menu {
  max-width: 100%;
}
/* line 65, ../sass/layout/_resource.scss */
.result .dropdown-menu li {
  padding: 0;
  margin: 0;
  text-indent: 0;
}
/* line 71, ../sass/layout/_resource.scss */
.result .dropdown-menu a {
  padding: 5px 10px;
  white-space: normal;
}

/* line 78, ../sass/layout/_resource.scss */
.resource-header-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 -10px 0 -15px;
}
@media (min-width: 768px) {
  /* line 78, ../sass/layout/_resource.scss */
  .resource-header-meta {
    margin: 0;
  }
}

/* line 90, ../sass/layout/_resource.scss */
.resource-translate .dropdown-toggle {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.59);
  border-radius: 2px;
  box-shadow: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.59);
  padding: 3px 10px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  /* line 90, ../sass/layout/_resource.scss */
  .resource-translate .dropdown-toggle {
    margin-top: -2px;
  }
}
/* line 105, ../sass/layout/_resource.scss */
.resource-translate:only-child {
  margin-left: auto;
}

/* line 111, ../sass/layout/_resource.scss */
.icon-link::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../../images/resource-icon-sprite.png");
  background-size: 15px auto;
  margin-right: 5px;
}
@media (min-width: 768px) {
  /* line 111, ../sass/layout/_resource.scss */
  .icon-link::before {
    background-size: 27px 174px;
    width: 27px;
    height: 24px;
  }
}
/* line 128, ../sass/layout/_resource.scss */
.icon-link--offsite::before {
  background-position: left -57px;
}
@media (min-width: 768px) {
  /* line 128, ../sass/layout/_resource.scss */
  .icon-link--offsite::before {
    background-position: left 70px;
  }
}
/* line 138, ../sass/layout/_resource.scss */
.icon-link--default::before {
  background-position: left -28px;
}
@media (min-width: 768px) {
  /* line 138, ../sass/layout/_resource.scss */
  .icon-link--default::before {
    background-position: left 122px;
  }
}
/* line 148, ../sass/layout/_resource.scss */
.icon-link--download::before {
  background-position: left 0;
}
@media (min-width: 768px) {
  /* line 148, ../sass/layout/_resource.scss */
  .icon-link--download::before {
    background-position: left 174px;
  }
}

/* line 158, ../sass/layout/_resource.scss */
.download-btn {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #1EA9BB;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #1EA9BB;
  padding: 5px 35px 5px 10px;
  background-image: url("../../images/resource-icon-sprite.png");
  background-size: 27px 174px;
  background-repeat: no-repeat;
  background-position: right -2px bottom 8px;
  transition: background-color 0.2s;
  margin: 0 0 15px;
}
/* line 174, ../sass/layout/_resource.scss */
.download-btn:hover {
  background-color: #eee;
  text-decoration: none;
}
/* line 179, ../sass/layout/_resource.scss */
.download-btn.dropdown-toggle {
  background-image: none;
  padding-right: 10px;
  margin-bottom: 0;
}

/* line 186, ../sass/layout/_resource.scss */
.download-dropdown {
  margin-bottom: 15px;
}
/* line 189, ../sass/layout/_resource.scss */
.dir-rtl .download-dropdown .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 197, ../sass/layout/_resource.scss */
.meta * + *:not(:empty)::before {
  content: '\00b7';
  margin: 0 6px;
}

/* line 205, ../sass/layout/_resource.scss */
.result .text {
  opacity: 1;
  transition: opacity 0.2s;
}

/* line 210, ../sass/layout/_resource.scss */
.resource-loading .text {
  opacity: 0;
}

@media (max-width: 767px) {
  /* line 216, ../sass/layout/_resource.scss */
  .page-id-1798 .maincontent.lower {
    display: flex;
    flex-flow: column-reverse nowrap;
  }
}
/* line 223, ../sass/layout/_resource.scss */
.single-resource-terms {
  padding: 30px 0;
  color: #F58163;
}

/* line 227, ../sass/layout/_resource.scss */
.single-resource-terms a {
  color: #F58163;
}

/* line 230, ../sass/layout/_resource.scss */
.single-resource-terms .fa {
  color: #CFCAC4;
}

/*
*  Modules File Index
*
*/
/*
	= Main Menu
*******************************************************************************************/
/* line 5, ../sass/modules/_mainmenu.scss */
.menu-collapser {
  display: none !important;
}

/* line 8, ../sass/modules/_mainmenu.scss */
.navbar-toggle {
  background-color: transparent;
  border: none;
  padding: 0px 10px;
}
/* line 12, ../sass/modules/_mainmenu.scss */
.navbar-toggle .icon-bar {
  background-color: white;
}

/* line 16, ../sass/modules/_mainmenu.scss */
ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "blocktregconregular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 24, ../sass/modules/_mainmenu.scss */
ul.slimmenu li {
  position: relative;
  display: inline-block;
}
/* line 28, ../sass/modules/_mainmenu.scss */
ul.slimmenu li a {
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  padding: 12px 64px 12px 16px;
  font-size: 18px;
  transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
}
/* line 38, ../sass/modules/_mainmenu.scss */
ul.slimmenu li a:hover {
  color: #40aab8;
  text-decoration: none;
}
/* line 43, ../sass/modules/_mainmenu.scss */
ul.slimmenu li .sub-collapser {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
/* line 53, ../sass/modules/_mainmenu.scss */
ul.slimmenu li .sub-collapser:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
/* line 60, ../sass/modules/_mainmenu.scss */
ul.slimmenu li .sub-collapser > i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
/* line 67, ../sass/modules/_mainmenu.scss */
ul.slimmenu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  padding-top: 0px;
  padding-left: 0px;
}
/* line 76, ../sass/modules/_mainmenu.scss */
ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}
/* line 87, ../sass/modules/_mainmenu.scss */
ul.slimmenu li.current_page_item a, ul.slimmenu li.current-menu-ancestor a {
  color: #40aab8;
}
/* line 91, ../sass/modules/_mainmenu.scss */
ul.slimmenu li.current_page_item ul li a, ul.slimmenu li.current-menu-ancestor ul li a {
  color: white;
}
/* line 93, ../sass/modules/_mainmenu.scss */
ul.slimmenu li.current_page_item ul li a:hover, ul.slimmenu li.current_page_item ul li a:focus, ul.slimmenu li.current-menu-ancestor ul li a:hover, ul.slimmenu li.current-menu-ancestor ul li a:focus {
  color: #40aab8;
}
/* line 97, ../sass/modules/_mainmenu.scss */
ul.slimmenu li.current_page_item ul li.current_page_item a, ul.slimmenu li.current-menu-ancestor ul li.current_page_item a {
  color: #40aab8;
}
/* line 104, ../sass/modules/_mainmenu.scss */
ul.slimmenu > li {
  margin-right: -5px;
}
/* line 106, ../sass/modules/_mainmenu.scss */
ul.slimmenu > li:first-child {
  border-left: 0;
}
/* line 107, ../sass/modules/_mainmenu.scss */
ul.slimmenu > li:last-child {
  margin-right: 0;
}
/* line 109, ../sass/modules/_mainmenu.scss */
ul.slimmenu ul {
  margin: 0;
  list-style-type: none;
}
/* line 112, ../sass/modules/_mainmenu.scss */
ul.slimmenu ul li {
  background-color: #633023;
}
/* line 116, ../sass/modules/_mainmenu.scss */
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 122, ../sass/modules/_mainmenu.scss */
ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 129, ../sass/modules/_mainmenu.scss */
ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}
/* line 132, ../sass/modules/_mainmenu.scss */
ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}

/* line 139, ../sass/modules/_mainmenu.scss */
.collapse-button {
  display: none;
}

/* line 142, ../sass/modules/_mainmenu.scss */
.navbar-collapse {
  max-height: 100%;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 148, ../sass/modules/_mainmenu.scss */
  ul.slimmenu {
    display: inline-block;
    text-align: right;
  }
  /* line 151, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li {
    /*&:last-child{
    	a{
    		padding-right: 0px;
    	}
    }*/
  }
  /* line 152, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li a {
    padding: 12px 10px 12px 10px;
    font-size: 18px;
  }
  /* line 157, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li#menu-item-719 a {
    color: white;
    background: #F06B51;
    border-radius: 4px;
    border: none;
    font-family: "blocktregconregular", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 3px 10px;
    margin-left: 13px;
  }
  /* line 166, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li#menu-item-719 a:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  /* line 171, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li > ul {
    left: -20px;
    text-align: left;
  }
  /* line 174, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li > ul > li ul {
    left: 82%;
  }
  /* line 178, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li ul.sub-menu {
    width: 260px;
  }
  /* line 180, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li ul.sub-menu li a {
    width: 220px;
  }
  /* line 184, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li .sub-collapser {
    display: none;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 200, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li a {
    padding: 22px 13px 22px 13px;
    font-size: 24px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 213, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li a {
    padding: 22px 16px 22px 16px;
  }
}
/* Pagination
****************************************************/
/* line 5, ../sass/modules/_pagination.scss */
.navigation {
  margin-top: 42px;
  margin-top: 3rem;
  margin-bottom: 70px;
  margin-bottom: 5rem;
  color: #87837E;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
/* line 15, ../sass/modules/_pagination.scss */
.navigation ul {
  padding-left: 0px;
}
/* line 19, ../sass/modules/_pagination.scss */
.navigation li {
  display: inline;
  padding: 3px;
}
/* line 24, ../sass/modules/_pagination.scss */
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
  color: #F06B51;
  text-decoration: none;
  cursor: pointer;
}
/* line 33, ../sass/modules/_pagination.scss */
.navigation li a:hover, .navigation li.active a {
  color: #87837E;
}

/* line 38, ../sass/modules/_pagination.scss */
.navigation li::before {
  content: none;
}

/* line 42, ../sass/modules/_pagination.scss */
.single .navigation {
  display: flex;
  justify-content: space-between;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 49, ../sass/modules/_pagination.scss */
  .single .navigation {
    padding: 0 40px;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* line 1, ../sass/modules/_accordion.scss */
.accordion-block {
  margin-bottom: 30px;
  border-radius: 5px;
  border: 2px solid #e6e6e6ff;
}
/* line 6, ../sass/modules/_accordion.scss */
.accordion-block .card {
  background: #e6e6e6ff;
}
/* line 9, ../sass/modules/_accordion.scss */
.accordion-block .card button {
  background: #e6e6e6ff;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
/* line 18, ../sass/modules/_accordion.scss */
.accordion-block .card button h5 {
  color: black;
  background: #e6e6e6ff;
  display: inline-flex;
  text-align: left;
  line-height: inherit;
  margin: 0px;
}
/* line 27, ../sass/modules/_accordion.scss */
.accordion-block .card button:active, .accordion-block .card button:focus {
  outline: white;
  border: 1px solid white;
}
/* line 33, ../sass/modules/_accordion.scss */
.accordion-block .card-body {
  background: white;
  padding: 20px;
  color: #040404;
}
/* line 39, ../sass/modules/_accordion.scss */
.accordion-block i, .accordion-block a {
  color: black;
}
/* line 41, ../sass/modules/_accordion.scss */
.accordion-block i:hover, .accordion-block a:hover {
  color: black;
}
/* line 44, ../sass/modules/_accordion.scss */
.accordion-block i:active, .accordion-block i:focus, .accordion-block a:active, .accordion-block a:focus {
  outline: black;
}
/* line 50, ../sass/modules/_accordion.scss */
.accordion-block [aria-expanded=true] .plus {
  display: none;
  color: black;
}
/* line 55, ../sass/modules/_accordion.scss */
.accordion-block [aria-expanded=true] .minus {
  display: flex;
  color: black;
}
/* line 62, ../sass/modules/_accordion.scss */
.accordion-block [aria-expanded=false] .plus {
  display: flex;
  color: black;
}
/* line 66, ../sass/modules/_accordion.scss */
.accordion-block [aria-expanded=false] .minus {
  display: none;
}
