/**
 * Theme Name: Oii Latest
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Custom theme for Oxford Internet Institute
 */


/* line 1, ../../src/sass/global.scss */
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
}
/* line 8, ../../src/sass/global.scss */
body.open {
  overflow-y: hidden;
}

/* line 13, ../../src/sass/global.scss */
h1 {
  color: #282828;
  font-size: 40px;
  font-weight: 500;
  margin: 0px;
  margin-bottom: 20px;
}
/* line 20, ../../src/sass/global.scss */
h1.header {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  /* line 13, ../../src/sass/global.scss */
  h1 {
    font-size: 30px;
  }
}

/* line 29, ../../src/sass/global.scss */
h2 {
  color: #282828;
  font-size: 36px;
  font-weight: 500;
  margin: 0px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  /* line 29, ../../src/sass/global.scss */
  h2 {
    font-size: 28px;
  }
}

/* line 41, ../../src/sass/global.scss */
h3 {
  color: #282828;
  font-size: 24px;
  font-weight: 500;
  margin: 0px;
  margin-bottom: 20px;
}

/* line 49, ../../src/sass/global.scss */
h4 {
  color: #282828;
  font-size: 20px;
  font-weight: 500;
  margin: 0px;
  margin-bottom: 20px;
}

/* line 57, ../../src/sass/global.scss */
p {
  color: #282828;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}
/* line 64, ../../src/sass/global.scss */
p.small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  /* line 57, ../../src/sass/global.scss */
  p {
    font-size: 15px;
  }
}

/* line 73, ../../src/sass/global.scss */
a {
  color: #36A9E1;
  font-size: 16px;
}

/* line 78, ../../src/sass/global.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 84, ../../src/sass/global.scss */
strong {
  font-weight: 500;
}

/* line 88, ../../src/sass/global.scss */
.page-wrap {
  background-color: white;
  left: 0px;
  position: relative;
  transition: 0.5s;
}
/* line 94, ../../src/sass/global.scss */
.page-wrap.open {
  left: 300px;
  pointer-events: none;
}
/* line 98, ../../src/sass/global.scss */
.page-wrap.open:after {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 500;
}

/* line 111, ../../src/sass/global.scss */
.clear {
  clear: both;
}

/* line 115, ../../src/sass/global.scss */
.container {
  display: block;
  margin: 0px auto;
  padding: 0px 15px;
  position: relative;
  width: 1200px;
}
@media screen and (max-width: 1230px) {
  /* line 115, ../../src/sass/global.scss */
  .container {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}

/* line 1, ../../src/sass/header.scss */
.mobile-menu {
  background-color: #282828;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: fixed;
  transition: opacity 0.4s;
  top: 0;
  width: 300px;
  overflow-y: scroll;
}
/* line 13, ../../src/sass/header.scss */
.mobile-menu.open {
  opacity: 1;
}
/* line 17, ../../src/sass/header.scss */
.mobile-menu ul {
  padding: 10px 0;
}
/* line 22, ../../src/sass/header.scss */
.mobile-menu ul li a {
  display: block;
  padding: 10px 20px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
/* line 30, ../../src/sass/header.scss */
.mobile-menu ul li .sub-menu {
  padding: 0px 0px 0px 15px;
  margin-bottom: 20px;
}
/* line 34, ../../src/sass/header.scss */
.mobile-menu ul li .sub-menu a {
  font-size: 14px;
  font-weight: normal;
}

/* line 45, ../../src/sass/header.scss */
.page-wrap.open header .mobile-navigation {
  pointer-events: auto;
}

/* line 51, ../../src/sass/header.scss */
header {
  background-color: white;
  border-bottom: 1px solid #C8C8C8;
  height: auto;
  position: relative;
  width: 100%;
}
/* line 58, ../../src/sass/header.scss */
header .mobile-navigation {
  background-color: #282828;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  height: 40px;
  padding: 12px 15px;
}
/* line 65, ../../src/sass/header.scss */
header .mobile-navigation .search-icon {
  float: right;
}
/* line 69, ../../src/sass/header.scss */
header .mobile-navigation .hamburger {
  position: relative;
  z-index: 501;
}
@media screen and (max-width: 1230px) {
  /* line 58, ../../src/sass/header.scss */
  header .mobile-navigation {
    display: block;
  }
}
/* line 79, ../../src/sass/header.scss */
header .top-navigation {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 80px;
  padding-top: 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 79, ../../src/sass/header.scss */
  header .top-navigation {
    height: 60px;
  }
}
/* line 91, ../../src/sass/header.scss */
header .top-navigation ul {
  float: right;
}
/* line 94, ../../src/sass/header.scss */
header .top-navigation ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  /* line 94, ../../src/sass/header.scss */
  header .top-navigation ul li {
    margin-left: 20px;
  }
}
/* line 104, ../../src/sass/header.scss */
header .top-navigation ul li a {
  color: #282828;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  /* line 104, ../../src/sass/header.scss */
  header .top-navigation ul li a {
    font-size: 14px;
  }
}
/* line 112, ../../src/sass/header.scss */
header .top-navigation ul li a:hover {
  text-decoration: underline;
}
/* line 120, ../../src/sass/header.scss */
header .left {
  display: inline-block;
  height: 175px;
  vertical-align: top;
  width: 740px;
}
@media screen and (max-width: 1230px) {
  /* line 120, ../../src/sass/header.scss */
  header .left {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 20px;
    padding-right: 250px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* line 120, ../../src/sass/header.scss */
  header .left {
    padding-right: 160px;
  }
}
/* line 138, ../../src/sass/header.scss */
header .left > a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  /* line 142, ../../src/sass/header.scss */
  header .left p {
    display: none;
  }
}
/* line 149, ../../src/sass/header.scss */
header .left nav {
  margin-top: 35px;
  height: 40px;
}
@media screen and (max-width: 1230px) {
  /* line 149, ../../src/sass/header.scss */
  header .left nav {
    display: none;
  }
}
/* line 159, ../../src/sass/header.scss */
header .left nav ul li {
  display: inline-block;
  margin-right: 28px;
  padding-bottom: 10px;
}
/* line 164, ../../src/sass/header.scss */
header .left nav ul li a {
  color: #282828;
  font-weight: 500;
  text-decoration: none;
}
/* line 170, ../../src/sass/header.scss */
header .left nav ul li:hover {
  border-bottom: 12px solid #282828;
}
/* line 174, ../../src/sass/header.scss */
header .left nav ul li.current-menu-item {
  border-bottom: 12px solid #282828;
  padding-bottom: 10px;
}
/* line 178, ../../src/sass/header.scss */
header .left nav ul li.current-menu-item > .sub-menu {
  display: block !important;
  z-index: 5 !important;
}
/* line 182, ../../src/sass/header.scss */
header .left nav ul li.current-menu-item > .sub-menu .current-menu-item {
  border-bottom: 8px solid white;
}
/* line 188, ../../src/sass/header.scss */
header .left nav ul li.current-page-parent {
  border-bottom: 12px solid #282828;
  padding-bottom: 10px;
}
/* line 192, ../../src/sass/header.scss */
header .left nav ul li.current-page-parent > .sub-menu {
  display: block !important;
  z-index: 5 !important;
}
/* line 198, ../../src/sass/header.scss */
header .left nav ul li.current-menu-parent {
  border-bottom: 12px solid #282828;
  padding-bottom: 10px;
}
/* line 202, ../../src/sass/header.scss */
header .left nav ul li.current-menu-parent > .sub-menu {
  display: block !important;
  z-index: 5 !important;
}
/* line 208, ../../src/sass/header.scss */
header .left nav ul li > .sub-menu {
  background-color: #282828;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  font-size: 0px;
  height: 50px;
  left: 0px;
  right: 0px;
  padding: 15px 0px;
  position: absolute;
  top: 255px;
  width: 100%;
  z-index: 10;
}
/* line 224, ../../src/sass/header.scss */
header .left nav ul li > .sub-menu li.current-menu-item {
  border-bottom: 8px solid white;
}
/* line 227, ../../src/sass/header.scss */
header .left nav ul li > .sub-menu li.current-menu-item:hover {
  border-bottom: 6px solid white;
}
/* line 232, ../../src/sass/header.scss */
header .left nav ul li > .sub-menu li:hover {
  border-bottom: 7px solid white;
}
/* line 236, ../../src/sass/header.scss */
header .left nav ul li > .sub-menu li a {
  border-bottom: 0px;
  color: white;
  font-size: initial;
}
/* line 248, ../../src/sass/header.scss */
header .right {
  display: inline-block;
  float: right;
  height: 175px;
  vertical-align: top;
}
@media screen and (max-width: 1230px) {
  /* line 248, ../../src/sass/header.scss */
  header .right {
    height: 130px;
    position: absolute;
    right: 15px;
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  /* line 248, ../../src/sass/header.scss */
  header .right {
    height: 60px;
    top: 60px;
  }
}
/* line 266, ../../src/sass/header.scss */
header .right img {
  float: right;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  /* line 266, ../../src/sass/header.scss */
  header .right img {
    height: 60px;
    margin-left: 10px;
  }
}
/* line 276, ../../src/sass/header.scss */
header .right #search {
  float: right;
  margin-top: 35px;
  position: relative;
  width: 230px;
}
@media screen and (max-width: 1230px) {
  /* line 276, ../../src/sass/header.scss */
  header .right #search {
    display: none;
  }
}
/* line 286, ../../src/sass/header.scss */
header .right #search input[type="text"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  height: 30px;
  padding-left: 5px;
  width: 100%;
}
/* line 295, ../../src/sass/header.scss */
header .right #search input[type="submit"] {
  background-color: white;
  background-image: url(images/icons/search-icon.svg);
  background-repeat: no-repeat;
  border: 0px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 20px;
}
/* line 309, ../../src/sass/header.scss */
header .strapline-responsive {
  display: none;
  margin: 10px 0px;
}
@media screen and (max-width: 767px) {
  /* line 309, ../../src/sass/header.scss */
  header .strapline-responsive {
    display: block;
  }
}
/* line 318, ../../src/sass/header.scss */
header .nav-container {
  background-color: #282828;
  bottom: 0px;
  display: none;
  height: 50px;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 1230px) {
  /* line 318, ../../src/sass/header.scss */
  header .nav-container {
    display: none !important;
  }
}

/* line 333, ../../src/sass/header.scss */
.breadcrumbs {
  color: #282828;
  height: auto;
  padding: 15px 0px;
}
/* line 340, ../../src/sass/header.scss */
.breadcrumbs ul li {
  display: inline-block;
  font-size: 13px;
}

/* line 347, ../../src/sass/header.scss */
.banner-image {
  background-position: center;
  background-size: cover;
  height: 470px;
  width: 100%;
}

/* line 1, ../../src/sass/page-content.scss */
.cutout {
  background-color: white;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 1230px) {
  /* line 1, ../../src/sass/page-content.scss */
  .cutout {
    margin-right: 0px !important;
    padding-right: 15px;
  }
}
/* line 11, ../../src/sass/page-content.scss */
.cutout .page-header {
  display: inline-block;
  width: 680px;
}
/* line 16, ../../src/sass/page-content.scss */
.cutout .page-header.tax p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1230px) {
  /* line 11, ../../src/sass/page-content.scss */
  .cutout .page-header {
    display: block;
    margin: 20px 0px;
    width: 100%;
  }
}
/* line 27, ../../src/sass/page-content.scss */
.cutout .page-header img {
  margin-right: 10px;
}
/* line 31, ../../src/sass/page-content.scss */
.cutout .page-header img, .cutout .page-header h4 {
  display: inline-block;
  vertical-align: top;
  max-width: 90%;
}
/* line 38, ../../src/sass/page-content.scss */
.cutout .tag {
  border-top: 1px solid #E6E6E6;
  display: inline-block;
  margin-right: 35px;
  vertical-align: top;
  width: 170px;
}
@media screen and (max-width: 1230px) {
  /* line 38, ../../src/sass/page-content.scss */
  .cutout .tag {
    display: block;
    width: 100%;
  }
}
/* line 50, ../../src/sass/page-content.scss */
.cutout .tag.no-border {
  border-top: 0px;
}
/* line 54, ../../src/sass/page-content.scss */
.cutout .tag p {
  background-color: #E6E6E6;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
}

/* line 64, ../../src/sass/page-content.scss */
.content {
  padding: 50px 0px 30px 0px;
  position: relative;
}
@media screen and (max-width: 1230px) {
  /* line 64, ../../src/sass/page-content.scss */
  .content {
    padding-top: 0px;
  }
}
/* line 72, ../../src/sass/page-content.scss */
.content.error-page {
  padding: 10px 0px 30px 0px;
}
/* line 75, ../../src/sass/page-content.scss */
.content.error-page p {
  margin-bottom: 20px;
}
/* line 79, ../../src/sass/page-content.scss */
.content.error-page #search {
  position: relative;
  width: 230px;
}
/* line 84, ../../src/sass/page-content.scss */
.content.error-page #search input[type="text"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  height: 30px;
  padding-left: 5px;
  width: 100%;
}
/* line 93, ../../src/sass/page-content.scss */
.content.error-page #search input[type="submit"] {
  background-color: white;
  background-image: url(images/icons/search-icon.svg);
  background-repeat: no-repeat;
  border: 0px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 20px;
}
/* line 107, ../../src/sass/page-content.scss */
.content .tabs {
  margin: 40px 0px 20px;
  padding: 0px;
  list-style: none;
  font-size: 0px;
}
/* line 113, ../../src/sass/page-content.scss */
.content .tabs li {
  background: #E6E6E6;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-top: 3px solid #E6E6E6;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #706F6F;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding: 10px 15px;
}
/* line 125, ../../src/sass/page-content.scss */
.content .tabs li.current {
  background: none;
  border-top: 3px solid #282828;
  color: #282828;
}
/* line 133, ../../src/sass/page-content.scss */
.content .tab-content {
  display: none;
  padding: 15px 0px;
  width: 100%;
}
/* line 138, ../../src/sass/page-content.scss */
.content .tab-content.current {
  display: inherit;
}
/* line 142, ../../src/sass/page-content.scss */
.content .tab-content li:last-of-type {
  border-bottom: 0px;
}
/* line 147, ../../src/sass/page-content.scss */
.content .main-content {
  display: inline-block;
  vertical-align: top;
  width: 680px;
}
@media screen and (max-width: 1230px) {
  /* line 147, ../../src/sass/page-content.scss */
  .content .main-content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 300px 0px 0px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* line 147, ../../src/sass/page-content.scss */
  .content .main-content {
    padding: 30px 0px 0px 0px;
  }
}
/* line 162, ../../src/sass/page-content.scss */
.content .main-content ul:not(.listing):not(.tabs):not(.speakers-list):not(.social):not(.sub-menu), .content .main-content ol {
  padding-left: 20px;
  padding-bottom: 30px;
}
/* line 166, ../../src/sass/page-content.scss */
.content .main-content ul:not(.listing):not(.tabs):not(.speakers-list):not(.social):not(.sub-menu) li, .content .main-content ol li {
  font-weight: 300;
  font-size: 16px;
  list-style-type: circle;
  margin-left: 4px;
  line-height: 24px;
  margin: 0;
}
/* line 177, ../../src/sass/page-content.scss */
.content .main-content ol {
  margin: 0px;
}
/* line 180, ../../src/sass/page-content.scss */
.content .main-content ol li {
  list-style-type: decimal;
}
/* line 185, ../../src/sass/page-content.scss */
.content .main-content blockquote {
  margin: 0px;
}
/* line 188, ../../src/sass/page-content.scss */
.content .main-content blockquote p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
/* line 195, ../../src/sass/page-content.scss */
.content .main-content img {
  height: auto;
  margin: 0px 10px 10px 0px;
  max-width: 100%;
}
/* line 200, ../../src/sass/page-content.scss */
.content .main-content img.alignleft {
  float: left;
}
/* line 204, ../../src/sass/page-content.scss */
.content .main-content img.alignright {
  float: right;
}
/* line 209, ../../src/sass/page-content.scss */
.content .main-content p {
  margin-bottom: 30px;
}
/* line 213, ../../src/sass/page-content.scss */
.content .main-content a {
  color: #36A9E1;
}
/* line 217, ../../src/sass/page-content.scss */
.content .main-content h3 {
  margin-bottom: 20px;
}
/* line 221, ../../src/sass/page-content.scss */
.content .main-content h4 {
  margin-bottom: 20px;
}
/* line 225, ../../src/sass/page-content.scss */
.content .main-content iframe {
  border: none;
  height: 400px;
  margin-bottom: 40px;
  width: 100%;
}
/* line 232, ../../src/sass/page-content.scss */
.content .main-content .speakers {
  border-top: 1px solid #E6E6E6;
}
/* line 235, ../../src/sass/page-content.scss */
.content .main-content .speakers p.tab {
  background-color: #E6E6E6;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
}
/* line 243, ../../src/sass/page-content.scss */
.content .main-content .speakers h4 a {
  font-size: 20px;
}
/* line 247, ../../src/sass/page-content.scss */
.content .main-content .speakers p {
  margin-bottom: 0px;
}
/* line 251, ../../src/sass/page-content.scss */
.content .main-content .speakers strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 257, ../../src/sass/page-content.scss */
.content .main-content .speakers ul {
  padding-top: 10px;
}
/* line 260, ../../src/sass/page-content.scss */
.content .main-content .speakers ul li {
  padding: 20px 0px;
}
/* line 267, ../../src/sass/page-content.scss */
.content .main-content .last-modified {
  font-weight: 300;
  font-size: 14px;
  color: #aba2a2;
  margin-bottom: 40px;
}
/* line 277, ../../src/sass/page-content.scss */
.content table {
  width: 100%;
}
/* line 282, ../../src/sass/page-content.scss */
.content table tr th {
  background-color: #E6E6E6;
  padding: 5px;
  text-align: left;
}
/* line 288, ../../src/sass/page-content.scss */
.content table tr td {
  padding: 5px;
}
/* line 296, ../../src/sass/page-content.scss */
.content.people .person-info-left {
  display: inline-block;
  vertical-align: top;
  width: 500px;
}
/* line 301, ../../src/sass/page-content.scss */
.content.people .person-info-left p, .content.people .person-info-left a {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 308, ../../src/sass/page-content.scss */
.content.people .person-info-right {
  border-left: 1px solid #E6E6E6;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
  width: 170px;
}
/* line 318, ../../src/sass/page-content.scss */
.content.people .person-info-right li a {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
/* line 324, ../../src/sass/page-content.scss */
.content.people .person-info-right li img {
  display: inline-block;
  margin: 0px 15px 10px 0px;
  width: 16px;
}
/* line 332, ../../src/sass/page-content.scss */
.content.people .latest-blog {
  border-top: 1px solid #E6E6E6;
}
/* line 335, ../../src/sass/page-content.scss */
.content.people .latest-blog > p:first-of-type {
  background-color: #E6E6E6;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 5px 15px;
}
/* line 346, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li {
  border-bottom: 1px solid #E6E6E6;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0px;
}
/* line 351, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li:first-of-type {
  border-top: 0px;
}
/* line 355, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li .listing-head {
  margin-bottom: 20px;
}
/* line 358, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li .listing-head .featured-image {
  background-size: cover;
  display: inline-block;
  height: 100px;
  margin-right: 20px;
  vertical-align: top;
  width: 170px;
}
/* line 367, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li .listing-head .image {
  display: inline-block;
  vertical-align: top;
  width: 470px;
}
/* line 373, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li .listing-head h4 {
  margin-bottom: 5px;
}
/* line 376, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li .listing-head h4 a {
  font-size: 20px;
}
/* line 381, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li .listing-head:last-of-type {
  border-bottom: none;
}
/* line 385, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li .listing-head p {
  margin-bottom: 5px;
}
/* line 392, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li .listing-excerpt p {
  margin: 0px;
}
/* line 403, ../../src/sass/page-content.scss */
.content.gallery .main-content {
  width: 990px;
}
/* line 406, ../../src/sass/page-content.scss */
.content.gallery .main-content p:first-of-type {
  width: 680px;
}
/* line 410, ../../src/sass/page-content.scss */
.content.gallery .main-content p {
  margin-bottom: 10px;
}
/* line 414, ../../src/sass/page-content.scss */
.content.gallery .main-content .image-details {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
/* line 420, ../../src/sass/page-content.scss */
.content.gallery .main-content img {
  margin-bottom: 10px;
  max-height: 800px;
  width: auto;
}

/* line 3, ../../src/sass/listing.scss */
.listing.people li {
  border-top: 0px;
  padding: 20px 0px;
}
/* line 7, ../../src/sass/listing.scss */
.listing.people li p {
  margin-bottom: 10px;
}
/* line 14, ../../src/sass/listing.scss */
.listing.search li {
  padding-top: 0px;
}
/* line 17, ../../src/sass/listing.scss */
.listing.search li h4 {
  padding-top: 40px;
}
/* line 22, ../../src/sass/listing.scss */
.listing.search .post-type {
  background-color: #E6E6E6;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 5px 15px;
}
/* line 32, ../../src/sass/listing.scss */
.listing li {
  border-top: 1px solid #E6E6E6;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0px 90px 0px;
}
/* line 37, ../../src/sass/listing.scss */
.listing li:last-of-type {
  border-bottom: 1px solid #E6E6E6;
}
/* line 41, ../../src/sass/listing.scss */
.listing li .featured-image {
  display: inline-block;
  height: 170px;
  margin-right: 30px;
  overflow: hidden;
  position: absolute;
  width: 170px;
}
@media screen and (max-width: 500px) {
  /* line 41, ../../src/sass/listing.scss */
  .listing li .featured-image {
    height: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 320px) {
  /* line 41, ../../src/sass/listing.scss */
  .listing li .featured-image {
    margin-bottom: 10px;
    position: relative;
  }
}
/* line 59, ../../src/sass/listing.scss */
.listing li .featured-image img {
  width: auto;
}
/* line 65, ../../src/sass/listing.scss */
.listing li .list-content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 200px;
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 500px) {
  /* line 65, ../../src/sass/listing.scss */
  .listing li .list-content {
    padding-left: 135px;
  }
}
@media screen and (max-width: 320px) {
  /* line 65, ../../src/sass/listing.scss */
  .listing li .list-content {
    padding-left: 0px;
  }
}
/* line 80, ../../src/sass/listing.scss */
.listing li .list-content h4 {
  margin-bottom: 10px;
}
/* line 83, ../../src/sass/listing.scss */
.listing li .list-content h4 a {
  color: #36A9E1;
  font-size: 21px;
}
/* line 89, ../../src/sass/listing.scss */
.listing li .list-content p {
  margin-bottom: 10px;
}
/* line 93, ../../src/sass/listing.scss */
.listing li .list-content a {
  display: block;
  margin-bottom: 10px;
}
/* line 101, ../../src/sass/listing.scss */
.listing li.list h4 {
  margin-bottom: 15px;
}
/* line 104, ../../src/sass/listing.scss */
.listing li.list h4 a {
  font-size: 21px;
}
/* line 109, ../../src/sass/listing.scss */
.listing li.list p {
  margin-bottom: 10px;
}
/* line 115, ../../src/sass/listing.scss */
.listing li.list.project:last-of-type {
  border-bottom: 0px;
}
/* line 122, ../../src/sass/listing.scss */
.listing li.list .full p, .listing li.list .right p {
  margin-bottom: 10px;
}
/* line 125, ../../src/sass/listing.scss */
.listing li.list .full p.small, .listing li.list .right p.small {
  font-size: 16px;
  margin-bottom: 0px;
}
/* line 129, ../../src/sass/listing.scss */
.listing li.list .full p.small:nth-of-type(2), .listing li.list .right p.small:nth-of-type(2) {
  margin-bottom: 10px;
}
/* line 134, ../../src/sass/listing.scss */
.listing li.list .full p:last-of-type, .listing li.list .right p:last-of-type {
  margin-bottom: 0px;
}
/* line 139, ../../src/sass/listing.scss */
.listing li.list .full strong, .listing li.list .right strong {
  font-size: 16px;
}
/* line 144, ../../src/sass/listing.scss */
.listing li.list .full {
  width: 100%;
}
/* line 148, ../../src/sass/listing.scss */
.listing li.list .right {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 290px;
  vertical-align: top;
  width: 100%;
  min-height: 140px;
}
@media screen and (max-width: 1023px) {
  /* line 148, ../../src/sass/listing.scss */
  .listing li.list .right {
    padding-left: 220px;
  }
}
@media screen and (max-width: 500px) {
  /* line 148, ../../src/sass/listing.scss */
  .listing li.list .right {
    padding-left: 0px;
    margin-top: 10px;
  }
}
/* line 166, ../../src/sass/listing.scss */
.listing li.list .left {
  background-position: center;
  background-size: cover;
  display: inline-block;
  height: 160px;
  margin-right: 30px;
  position: absolute;
  width: 270px;
}
@media screen and (max-width: 1023px) {
  /* line 166, ../../src/sass/listing.scss */
  .listing li.list .left {
    height: 140px;
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  /* line 166, ../../src/sass/listing.scss */
  .listing li.list .left {
    height: 200px;
    position: relative;
    width: 100%;
  }
}
/* line 186, ../../src/sass/listing.scss */
.listing li.list .left.book {
  height: 260px;
  width: 170px;
}

/* line 195, ../../src/sass/listing.scss */
.pagination {
  margin: 30px 0px;
  text-align: center;
}
/* line 199, ../../src/sass/listing.scss */
.pagination .page-numbers.current {
  background-color: #36A9E1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  height: 40px;
  margin: 0px 2px;
  padding: 6px;
  width: 40px;
}
/* line 210, ../../src/sass/listing.scss */
.pagination .page-numbers {
  background-color: #C8C8C8;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white !important;
  display: inline-block;
  height: 40px;
  margin: 0px 2px;
  padding: 6px;
  text-decoration: none;
  transition: 0.3s;
  width: 40px;
}
/* line 222, ../../src/sass/listing.scss */
.pagination .page-numbers:hover {
  background-color: #36A9E1;
}
/* line 226, ../../src/sass/listing.scss */
.pagination .page-numbers.next {
  background-color: transparent;
  color: #36A9E1 !important;
  width: auto;
}
/* line 232, ../../src/sass/listing.scss */
.pagination .page-numbers.prev {
  background-color: transparent;
  color: #36A9E1 !important;
  width: auto;
}

/* line 242, ../../src/sass/listing.scss */
body.page-template-template-book-list .listing li {
  height: 385px;
}
@media screen and (max-width: 500px) {
  /* line 242, ../../src/sass/listing.scss */
  body.page-template-template-book-list .listing li {
    height: auto;
  }
}

/* line 1, ../../src/sass/sidebars.scss */
.sidebar-left {
  display: inline-block;
  margin-right: 35px;
  vertical-align: top;
  width: 170px;
}
@media screen and (max-width: 1230px) {
  /* line 1, ../../src/sass/sidebars.scss */
  .sidebar-left {
    display: block;
    width: 100%;
  }
}
/* line 12, ../../src/sass/sidebars.scss */
.sidebar-left ul {
  font-size: 0px;
}
/* line 15, ../../src/sass/sidebars.scss */
.sidebar-left ul li {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 0px;
}
/* line 19, ../../src/sass/sidebars.scss */
.sidebar-left ul li.hide {
  display: none;
}
@media screen and (max-width: 1230px) {
  /* line 15, ../../src/sass/sidebars.scss */
  .sidebar-left ul li {
    border-top: 1px solid #E6E6E6;
    display: inline-block;
    margin-right: 4%;
    width: 48%;
  }
  /* line 29, ../../src/sass/sidebars.scss */
  .sidebar-left ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 15, ../../src/sass/sidebars.scss */
  .sidebar-left ul li {
    border-top: 1px solid #E6E6E6;
    width: 100%;
  }
  /* line 38, ../../src/sass/sidebars.scss */
  .sidebar-left ul li:last-of-type {
    border-bottom: 1px solid #E6E6E6;
  }
}
/* line 43, ../../src/sass/sidebars.scss */
.sidebar-left ul li:first-of-type {
  border-top: 1px solid #E6E6E6;
}
/* line 47, ../../src/sass/sidebars.scss */
.sidebar-left ul li p {
  font-size: 16px;
  line-height: 30px;
}
/* line 51, ../../src/sass/sidebars.scss */
.sidebar-left ul li p:first-of-type {
  font-weight: 500;
}
/* line 55, ../../src/sass/sidebars.scss */
.sidebar-left ul li p img {
  margin-right: 10px;
}
/* line 58, ../../src/sass/sidebars.scss */
.sidebar-left ul li p img.sub-align {
  vertical-align: sub;
}
/* line 64, ../../src/sass/sidebars.scss */
.sidebar-left ul li a {
  color: #36A9E1;
  line-height: 30px;
  word-wrap: break-word;
}
/* line 70, ../../src/sass/sidebars.scss */
.sidebar-left ul li .button {
  background-color: #282828;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 15px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
/* line 83, ../../src/sass/sidebars.scss */
.sidebar-left ul li .button:after {
  content: url(images/symbols/right-arrow-light.svg);
  position: absolute;
  right: 10px;
  top: 8px;
}
/* line 90, ../../src/sass/sidebars.scss */
.sidebar-left ul li .button:hover {
  background-color: #36A9E1;
}
/* line 96, ../../src/sass/sidebars.scss */
.sidebar-left ul.social-links {
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 1230px) {
  /* line 96, ../../src/sass/sidebars.scss */
  .sidebar-left ul.social-links {
    border-top: 0px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }
}
/* line 104, ../../src/sass/sidebars.scss */
.sidebar-left ul.social-links a {
  text-decoration: none;
}
/* line 108, ../../src/sass/sidebars.scss */
.sidebar-left ul.social-links li {
  border-width: 0px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 1230px) {
  /* line 108, ../../src/sass/sidebars.scss */
  .sidebar-left ul.social-links li {
    width: auto;
  }
}
/* line 117, ../../src/sass/sidebars.scss */
.sidebar-left ul.social-links li a {
  text-decoration: none;
}

/* line 125, ../../src/sass/sidebars.scss */
.sidebar-right {
  display: inline-block;
  margin-left: 35px;
  vertical-align: top;
  width: 270px;
}
@media screen and (max-width: 1230px) {
  /* line 125, ../../src/sass/sidebars.scss */
  .sidebar-right {
    position: absolute;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  /* line 125, ../../src/sass/sidebars.scss */
  .sidebar-right {
    margin-left: 0px;
    position: relative;
    right: 0px;
    top: 0px !important;
    width: 100%;
  }
}
/* line 144, ../../src/sass/sidebars.scss */
.sidebar-right a {
  text-decoration: none;
}
/* line 147, ../../src/sass/sidebars.scss */
.sidebar-right a .tactical-box {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px;
}
/* line 152, ../../src/sass/sidebars.scss */
.sidebar-right a .tactical-box h4 {
  margin-bottom: 10px;
}
/* line 156, ../../src/sass/sidebars.scss */
.sidebar-right a .tactical-box p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  /* line 162, ../../src/sass/sidebars.scss */
  .sidebar-right a .tactical-box .tactical-content.image {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  /* line 160, ../../src/sass/sidebars.scss */
  .sidebar-right a .tactical-box .tactical-content {
    display: inline-block;
    margin-left: 10px;
    width: 100%;
    vertical-align: top;
  }
}
@media screen and (max-width: 500px) {
  /* line 160, ../../src/sass/sidebars.scss */
  .sidebar-right a .tactical-box .tactical-content {
    margin-left: 0px;
    width: 100%;
  }
}
/* line 182, ../../src/sass/sidebars.scss */
.sidebar-right a .tactical-box img {
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 182, ../../src/sass/sidebars.scss */
  .sidebar-right a .tactical-box img {
    display: inline-block;
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  /* line 182, ../../src/sass/sidebars.scss */
  .sidebar-right a .tactical-box img {
    display: block;
    width: 100%;
  }
}

/* line 3, ../../src/sass/blocks.scss */
.block {
  border-bottom: 1px solid #E6E6E6;
  height: auto;
  padding: 60px 0px;
  position: relative;
  transition: padding 0.5s;
  width: 100%;
}
/* line 11, ../../src/sass/blocks.scss */
.block .see-all {
  color: #282828;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 18px;
  margin-top: 15px;
  padding-right: 30px;
  position: relative;
  text-decoration: none;
}
/* line 22, ../../src/sass/blocks.scss */
.block .see-all.light {
  color: white;
}
/* line 25, ../../src/sass/blocks.scss */
.block .see-all.light:after {
  content: url(images/symbols/right-arrow-light.svg);
}
/* line 30, ../../src/sass/blocks.scss */
.block .see-all:after {
  content: url(images/symbols/right-arrow.svg);
  position: absolute;
  right: 5px;
  top: 2px;
  transition: 0.3s;
}
/* line 40, ../../src/sass/blocks.scss */
.block .see-all:hover:after {
  right: 0px;
}
/* line 46, ../../src/sass/blocks.scss */
.block.events {
  background-color: white;
}
@media screen and (max-width: 1230px) {
  /* line 49, ../../src/sass/blocks.scss */
  .block.events .container {
    width: 1024px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 49, ../../src/sass/blocks.scss */
  .block.events .container {
    width: 768px;
  }
}
@media screen and (max-width: 767px) {
  /* line 49, ../../src/sass/blocks.scss */
  .block.events .container {
    width: 100%;
  }
}
/* line 64, ../../src/sass/blocks.scss */
.block.events h2 {
  display: inline-block;
}
/* line 68, ../../src/sass/blocks.scss */
.block.events ul {
  padding-top: 20px;
}
/* line 71, ../../src/sass/blocks.scss */
.block.events ul li {
  border-top: 1px solid #E6E6E6;
  display: inline-block;
  margin-right: 25px;
  padding: 20px 0px;
  vertical-align: top;
  width: 380px;
}
@media screen and (max-width: 1230px) {
  /* line 71, ../../src/sass/blocks.scss */
  .block.events ul li {
    width: 310px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 71, ../../src/sass/blocks.scss */
  .block.events ul li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 90px;
    width: 100%;
  }
}
/* line 89, ../../src/sass/blocks.scss */
.block.events ul li:last-of-type {
  margin-right: 0;
}
/* line 93, ../../src/sass/blocks.scss */
.block.events ul li p {
  font-size: 16px;
}
/* line 97, ../../src/sass/blocks.scss */
.block.events ul li a {
  display: block;
  font-size: 18px;
  margin: 10px 0px;
}
/* line 103, ../../src/sass/blocks.scss */
.block.events ul li .date {
  background-color: #3C3C3C;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 70px;
  padding: 5px 0px;
  text-align: center;
  vertical-align: top;
  width: 70px;
}
@media screen and (max-width: 1023px) {
  /* line 103, ../../src/sass/blocks.scss */
  .block.events ul li .date {
    left: 15px;
    position: absolute;
  }
}
/* line 119, ../../src/sass/blocks.scss */
.block.events ul li .date p {
  color: white;
}
/* line 122, ../../src/sass/blocks.scss */
.block.events ul li .date p.small {
  font-size: 15px;
}
/* line 126, ../../src/sass/blocks.scss */
.block.events ul li .date p.large {
  font-size: 34px;
}
/* line 132, ../../src/sass/blocks.scss */
.block.events ul li .list-content {
  display: inline-block;
  margin-left: 20px;
  width: 265px;
}
@media screen and (max-width: 1230px) {
  /* line 132, ../../src/sass/blocks.scss */
  .block.events ul li .list-content {
    width: 210px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 132, ../../src/sass/blocks.scss */
  .block.events ul li .list-content {
    margin-left: 0px;
    width: 100%;
  }
}
/* line 150, ../../src/sass/blocks.scss */
.block.feature-banner {
  background-color: white;
  border-bottom: 1px solid #E6E6E6;
  height: 480px;
  padding: 0px;
}
/* line 156, ../../src/sass/blocks.scss */
.block.feature-banner .overflow {
  background-color: rgba(255, 255, 255, 0.8);
  height: 480px;
  position: absolute;
  z-index: 10;
}
/* line 165, ../../src/sass/blocks.scss */
.block.feature-banner ul li {
  font-size: 0px;
  height: 480px;
  width: 1003px;
}
@media screen and (max-width: 1230px) {
  /* line 165, ../../src/sass/blocks.scss */
  .block.feature-banner ul li {
    width: 730px;
  }
}
@media screen and (max-width: 767px) {
  /* line 165, ../../src/sass/blocks.scss */
  .block.feature-banner ul li {
    width: 450px;
  }
}
@media screen and (max-width: 500px) {
  /* line 165, ../../src/sass/blocks.scss */
  .block.feature-banner ul li {
    width: 380px;
  }
}
@media screen and (max-width: 400px) {
  /* line 165, ../../src/sass/blocks.scss */
  .block.feature-banner ul li {
    width: 300px;
  }
}
/* line 186, ../../src/sass/blocks.scss */
.block.feature-banner ul li h2 {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  margin: 0;
  padding: 20px;
  color: white;
  font-size: 40px;
  max-width: 550px;
  transition: 0.4s;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  /* line 186, ../../src/sass/blocks.scss */
  .block.feature-banner ul li h2 {
    font-size: 24px;
  }
}
/* line 203, ../../src/sass/blocks.scss */
.block.feature-banner ul li h3 {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  padding: 20px;
  color: #fff;
  transition: 0.4s;
  z-index: 10;
}
/* line 213, ../../src/sass/blocks.scss */
.block.feature-banner ul li p {
  position: relative;
  top: 100%;
  max-width: 550px;
  color: white;
  transition: 0.4s;
  padding: 0px 20px;
}
@media screen and (max-width: 500px) {
  /* line 213, ../../src/sass/blocks.scss */
  .block.feature-banner ul li p {
    display: none;
  }
}
/* line 226, ../../src/sass/blocks.scss */
.block.feature-banner ul li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  opacity: 0;
  transition: 0.4s;
  width: 100%;
}
/* line 237, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image {
  background-size: cover;
  height: 440px;
  position: relative;
  overflow: hidden;
  width: 1003px;
}
@media screen and (max-width: 1230px) {
  /* line 237, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .single-image {
    width: 730px;
  }
}
@media screen and (max-width: 767px) {
  /* line 237, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .single-image {
    width: 450px;
  }
}
@media screen and (max-width: 500px) {
  /* line 237, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .single-image {
    width: 380px;
  }
}
@media screen and (max-width: 400px) {
  /* line 237, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .single-image {
    width: 300px;
  }
}
/* line 261, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image a {
  background-color: #E0482F;
  bottom: -80px;
  color: #282828;
  cursor: pointer;
  left: 30px;
  padding: 5px 30px 5px 10px;
  position: absolute;
  text-decoration: none;
  transition: 0.3s;
}
/* line 272, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image a:hover {
  background-color: #36A9E1;
}
/* line 276, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image a:after {
  content: url(images/symbols/small-right-arrow-light.svg);
  position: absolute;
  right: 10px;
}
/* line 285, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image:hover h2 {
  top: 0;
  -webkit-transform: none;
  transform: none;
}
/* line 290, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image:hover p {
  top: 0;
}
/* line 294, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image:hover a {
  bottom: 30px;
}
/* line 298, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image:hover .overlay {
  opacity: 1;
}
/* line 304, ../../src/sass/blocks.scss */
.block.feature-banner ul li .main-image {
  background-size: cover;
  display: inline-block;
  height: 440px;
  margin-right: 3px;
  overflow: hidden;
  position: relative;
  width: 670px;
}
@media screen and (max-width: 1230px) {
  /* line 304, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .main-image {
    width: 497px;
  }
}
@media screen and (max-width: 767px) {
  /* line 304, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .main-image {
    width: 300px;
  }
}
@media screen and (max-width: 500px) {
  /* line 304, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .main-image {
    width: 230px;
  }
}
@media screen and (max-width: 400px) {
  /* line 304, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .main-image {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  /* line 329, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .main-image h2 {
    font-size: 24px;
  }
}
/* line 335, ../../src/sass/blocks.scss */
.block.feature-banner ul li .main-image a {
  background-color: #E0482F;
  bottom: -80px;
  color: #282828;
  cursor: pointer;
  left: 30px;
  margin-right: 20px;
  padding: 5px 30px 5px 10px;
  position: absolute;
  text-decoration: none;
  transition: 0.3s;
}
/* line 347, ../../src/sass/blocks.scss */
.block.feature-banner ul li .main-image a:hover {
  background-color: #36A9E1;
}
/* line 351, ../../src/sass/blocks.scss */
.block.feature-banner ul li .main-image a:after {
  content: url(images/symbols/small-right-arrow-light.svg);
  position: absolute;
  right: 10px;
}
/* line 360, ../../src/sass/blocks.scss */
.block.feature-banner ul li .main-image:hover .overlay {
  opacity: 1;
}
/* line 364, ../../src/sass/blocks.scss */
.block.feature-banner ul li .main-image:hover h2 {
  top: 0;
  -webkit-transform: none;
  transform: none;
}
/* line 369, ../../src/sass/blocks.scss */
.block.feature-banner ul li .main-image:hover a {
  bottom: 30px;
}
/* line 375, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images {
  display: inline-block;
  height: 440px;
  position: relative;
  overflow: hidden;
  width: 330px;
}
@media screen and (max-width: 1230px) {
  /* line 375, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .supporting-images {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  /* line 375, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .supporting-images {
    width: 147px;
  }
}
@media screen and (max-width: 767px) {
  /* line 390, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .supporting-images h3 {
    font-size: 18px;
  }
}
/* line 396, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images a {
  background-color: #E0482F;
  bottom: -80px;
  color: #282828;
  cursor: pointer;
  left: 20px;
  margin-right: 20px;
  padding: 5px 30px 5px 10px;
  position: absolute;
  text-decoration: none;
  transition: 0.3s;
}
/* line 408, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images a:hover {
  background-color: #36A9E1;
}
/* line 412, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images a:after {
  content: url(images/symbols/small-right-arrow-light.svg);
  position: absolute;
  right: 10px;
}
/* line 419, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images .first {
  background-size: cover;
  height: 219px;
  margin-bottom: 3px;
  position: relative;
  overflow: hidden;
}
/* line 428, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images .first:hover .overlay {
  opacity: 1;
}
/* line 432, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images .first:hover h3 {
  top: 0;
  -webkit-transform: none;
  transform: none;
}
/* line 437, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images .first:hover a {
  bottom: 20px;
}
/* line 443, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images .second {
  background-size: cover;
  height: 219px;
  position: relative;
}
/* line 450, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images .second:hover .overlay {
  opacity: 1;
}
/* line 454, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images .second:hover h3 {
  top: 0px;
  -webkit-transform: none;
  transform: none;
}
/* line 459, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images .second:hover a {
  bottom: 20px;
}
/* line 468, ../../src/sass/blocks.scss */
.block.feature-banner .owl-navigation {
  pointer-events: none;
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 15;
}
/* line 475, ../../src/sass/blocks.scss */
.block.feature-banner .owl-navigation .next {
  cursor: pointer;
  float: right;
  pointer-events: auto;
}
/* line 480, ../../src/sass/blocks.scss */
.block.feature-banner .owl-navigation .next img {
  width: auto;
}
@media screen and (max-width: 767px) {
  /* line 480, ../../src/sass/blocks.scss */
  .block.feature-banner .owl-navigation .next img {
    width: 35px;
  }
}
/* line 489, ../../src/sass/blocks.scss */
.block.feature-banner .owl-navigation .prev {
  cursor: pointer;
  pointer-events: auto;
}
/* line 493, ../../src/sass/blocks.scss */
.block.feature-banner .owl-navigation .prev img {
  width: auto;
}
@media screen and (max-width: 767px) {
  /* line 493, ../../src/sass/blocks.scss */
  .block.feature-banner .owl-navigation .prev img {
    width: 35px;
  }
}
/* line 504, ../../src/sass/blocks.scss */
.block.feature-banner .owl-dots {
  bottom: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 5px;
  margin: 0px auto;
  padding: 10px;
  position: absolute;
  right: 0px;
  text-align: left;
  width: 1200px;
}
@media screen and (max-width: 1230px) {
  /* line 504, ../../src/sass/blocks.scss */
  .block.feature-banner .owl-dots {
    width: 100%;
  }
}
/* line 519, ../../src/sass/blocks.scss */
.block.feature-banner .owl-dots .owl-dot {
  display: inline-block;
}
/* line 524, ../../src/sass/blocks.scss */
.block.feature-banner .owl-dots .owl-dot.active span {
  background-color: #282828;
}
/* line 529, ../../src/sass/blocks.scss */
.block.feature-banner .owl-dots .owl-dot span {
  background-color: #E6E6E6;
  display: block;
  height: 10px;
  margin: 0px 2px;
  width: 10px;
}
/* line 540, ../../src/sass/blocks.scss */
.block.videos {
  background-color: #282828;
  background-image: url(images/graphics/connecting-dots.png);
}
@media screen and (max-width: 1230px) {
  /* line 544, ../../src/sass/blocks.scss */
  .block.videos .container {
    width: 1024px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 544, ../../src/sass/blocks.scss */
  .block.videos .container {
    width: 768px;
  }
}
@media screen and (max-width: 767px) {
  /* line 544, ../../src/sass/blocks.scss */
  .block.videos .container {
    width: 320px;
  }
}
/* line 559, ../../src/sass/blocks.scss */
.block.videos h2 {
  color: #E6E6E6;
  display: inline-block;
}
/* line 564, ../../src/sass/blocks.scss */
.block.videos h4 {
  margin-bottom: 10px;
}
/* line 567, ../../src/sass/blocks.scss */
.block.videos h4 a {
  font-size: 18px;
}
/* line 574, ../../src/sass/blocks.scss */
.block.videos ul li {
  background-color: #141414;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 365px;
  margin: 20px 35px 0px 0px;
  padding: 15px;
  transition: 0.5s;
  vertical-align: top;
  width: 270px;
}
@media screen and (max-width: 1230px) {
  /* line 574, ../../src/sass/blocks.scss */
  .block.videos ul li {
    height: 330px;
    margin: 20px 20px 0px 0px;
    width: 230px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 574, ../../src/sass/blocks.scss */
  .block.videos ul li {
    height: 370px;
    width: 355px;
  }
  /* line 596, ../../src/sass/blocks.scss */
  .block.videos ul li:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 574, ../../src/sass/blocks.scss */
  .block.videos ul li {
    margin: 20px 0px;
    width: 100%;
  }
}
/* line 606, ../../src/sass/blocks.scss */
.block.videos ul li:last-of-type {
  margin-right: 0px;
}
/* line 610, ../../src/sass/blocks.scss */
.block.videos ul li:hover {
  background-color: white;
}
/* line 613, ../../src/sass/blocks.scss */
.block.videos ul li:hover p {
  color: #282828;
}
/* line 618, ../../src/sass/blocks.scss */
.block.videos ul li .video-container {
  background-color: white;
  height: 190px;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 1230px) {
  /* line 618, ../../src/sass/blocks.scss */
  .block.videos ul li .video-container {
    height: 160px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 618, ../../src/sass/blocks.scss */
  .block.videos ul li .video-container {
    height: 200px;
  }
}
/* line 632, ../../src/sass/blocks.scss */
.block.videos ul li .video-container img {
  height: 100%;
  width: 100%;
}
/* line 638, ../../src/sass/blocks.scss */
.block.videos ul li p {
  color: #E6E6E6;
  transition: 0.5s;
}
/* line 642, ../../src/sass/blocks.scss */
.block.videos ul li p:last-of-type {
  font-size: 16px;
}
/* line 649, ../../src/sass/blocks.scss */
.block.videos.light {
  background-color: white;
  background-image: none;
  border-top: 1px solid #E6E6E6;
}
/* line 654, ../../src/sass/blocks.scss */
.block.videos.light h2 {
  color: #282828;
}
/* line 658, ../../src/sass/blocks.scss */
.block.videos.light li {
  background-color: white;
  border-top: 1px solid #E6E6E6;
}
/* line 662, ../../src/sass/blocks.scss */
.block.videos.light li p {
  color: #282828;
}
/* line 669, ../../src/sass/blocks.scss */
.block.related {
  background-color: white;
  border-top: 1px solid #E6E6E6;
}
/* line 673, ../../src/sass/blocks.scss */
.block.related h2 {
  color: #282828;
  display: inline-block;
}
/* line 678, ../../src/sass/blocks.scss */
.block.related h4 {
  margin-bottom: 10px;
}
/* line 681, ../../src/sass/blocks.scss */
.block.related h4 a {
  font-size: 20px;
}
/* line 686, ../../src/sass/blocks.scss */
.block.related ul {
  padding-top: 20px;
}
/* line 689, ../../src/sass/blocks.scss */
.block.related ul li {
  border-top: 1px solid #E6E6E6;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 365px;
  margin-right: 35px;
  padding: 20px 0px;
  transition: 0.5s;
  vertical-align: top;
  width: 270px;
}
/* line 701, ../../src/sass/blocks.scss */
.block.related ul li:last-of-type {
  margin-right: 0px;
}
/* line 705, ../../src/sass/blocks.scss */
.block.related ul li p {
  font-size: 16px;
}
/* line 709, ../../src/sass/blocks.scss */
.block.related ul li .details {
  height: 160px;
}
/* line 713, ../../src/sass/blocks.scss */
.block.related ul li .image {
  height: 160px;
  width: 270px;
}
/* line 721, ../../src/sass/blocks.scss */
.block.dynamic {
  background-color: white;
}
@media screen and (max-width: 1230px) {
  /* line 724, ../../src/sass/blocks.scss */
  .block.dynamic .container {
    width: 1024px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 724, ../../src/sass/blocks.scss */
  .block.dynamic .container {
    width: 768px;
  }
}
@media screen and (max-width: 767px) {
  /* line 724, ../../src/sass/blocks.scss */
  .block.dynamic .container {
    width: 320px;
  }
}
/* line 739, ../../src/sass/blocks.scss */
.block.dynamic h2 {
  margin-bottom: 20px;
}
/* line 743, ../../src/sass/blocks.scss */
.block.dynamic p:first-of-type {
  padding-bottom: 30px;
}
/* line 747, ../../src/sass/blocks.scss */
.block.dynamic .showing {
  color: #787878;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0px;
}
/* line 756, ../../src/sass/blocks.scss */
.block.dynamic ul li {
  border-top: 1px solid #E6E6E6;
  display: inline-block;
  height: 350px;
  margin: 0px 35px 30px 0px;
  vertical-align: top;
  width: 270px;
}
/* line 764, ../../src/sass/blocks.scss */
.block.dynamic ul li:nth-of-type(4n) {
  margin-right: 0px;
}
@media screen and (max-width: 1230px) {
  /* line 764, ../../src/sass/blocks.scss */
  .block.dynamic ul li:nth-of-type(4n) {
    margin-right: 35px;
  }
}
/* line 772, ../../src/sass/blocks.scss */
.block.dynamic ul li .post_type {
  background-color: #E6E6E6;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  display: none;
}
/* line 781, ../../src/sass/blocks.scss */
.block.dynamic ul li .header-details-container {
  height: 170px;
}
/* line 784, ../../src/sass/blocks.scss */
.block.dynamic ul li .header-details-container h4 {
  margin: 15px 0 10px 0;
}
/* line 786, ../../src/sass/blocks.scss */
.block.dynamic ul li .header-details-container h4 a {
  display: block;
  font-size: 20px;
}
/* line 792, ../../src/sass/blocks.scss */
.block.dynamic ul li .header-details-container p {
  font-size: 16px;
  margin: 5px 0;
  padding: 0;
}
/* line 801, ../../src/sass/blocks.scss */
.block.dynamic ul li .image-excerpt-container .image {
  background-position: center;
  background-size: cover;
  height: 160px;
  width: 270px;
}
/* line 811, ../../src/sass/blocks.scss */
.block.dynamic .load-more {
  background-color: #282828;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0px auto;
  padding: 15px 70px;
  text-decoration: none;
  width: 230px;
}
/* line 827, ../../src/sass/blocks.scss */
.block.curated .block-heading {
  display: inline-block;
  width: 70%;
}
/* line 832, ../../src/sass/blocks.scss */
.block.curated .link {
  display: inline-block;
  padding: 0px 0px 30px 0px;
  text-align: right;
  vertical-align: top;
  width: 29%;
}
/* line 840, ../../src/sass/blocks.scss */
.block.curated.light {
  background-color: white;
}
/* line 843, ../../src/sass/blocks.scss */
.block.curated.light h2 {
  color: #282828;
  padding-bottom: 20px;
}
/* line 849, ../../src/sass/blocks.scss */
.block.curated.dark {
  background-color: #282828;
}
/* line 852, ../../src/sass/blocks.scss */
.block.curated.dark h2 {
  color: white;
  padding-bottom: 20px;
}
/* line 857, ../../src/sass/blocks.scss */
.block.curated.dark p {
  color: #939393;
  padding-bottom: 20px;
}
/* line 863, ../../src/sass/blocks.scss */
.block.curated.one {
  height: 540px;
  padding: 0px;
}
/* line 867, ../../src/sass/blocks.scss */
.block.curated.one .side-content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 540px;
  padding: 60px 30px 60px 0px;
  vertical-align: top;
  width: 350px;
}
/* line 875, ../../src/sass/blocks.scss */
.block.curated.one .side-content p {
  font-size: 16px;
}
/* line 879, ../../src/sass/blocks.scss */
.block.curated.one .side-content a {
  background-color: #E0482F;
  bottom: 60px;
  color: #282828;
  cursor: pointer;
  padding: 5px 30px 5px 10px;
  position: absolute;
  text-decoration: none;
  transition: 0.3s;
}
/* line 889, ../../src/sass/blocks.scss */
.block.curated.one .side-content a:after {
  content: url(images/symbols/small-right-arrow-light.svg);
  position: absolute;
  right: 10px;
}
/* line 895, ../../src/sass/blocks.scss */
.block.curated.one .side-content a:hover {
  background-color: #36A9E1;
}
/* line 901, ../../src/sass/blocks.scss */
.block.curated.one .image {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 540px;
  width: 840px;
}
@media screen and (max-width: 1230px) {
  /* line 912, ../../src/sass/blocks.scss */
  .block.curated.four .container {
    width: 1024px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 912, ../../src/sass/blocks.scss */
  .block.curated.four .container {
    width: 768px;
  }
}
@media screen and (max-width: 767px) {
  /* line 912, ../../src/sass/blocks.scss */
  .block.curated.four .container {
    width: 320px;
  }
}
/* line 927, ../../src/sass/blocks.scss */
.block.curated.four h2 {
  padding-bottom: 0px;
}
/* line 933, ../../src/sass/blocks.scss */
.block.curated.four ul li {
  background-size: cover;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 270px;
  margin: 20px 35px 0px 0px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: 0.3s;
  vertical-align: top;
  width: 270px;
}
@media screen and (max-width: 1230px) {
  /* line 933, ../../src/sass/blocks.scss */
  .block.curated.four ul li {
    height: 230px;
    margin: 20px 20px 0px 0px;
    width: 230px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 933, ../../src/sass/blocks.scss */
  .block.curated.four ul li {
    height: 355px;
    margin: 20px 20px 0px 0px;
    width: 355px;
  }
  /* line 958, ../../src/sass/blocks.scss */
  .block.curated.four ul li:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 933, ../../src/sass/blocks.scss */
  .block.curated.four ul li {
    height: 290px;
    margin: 20px 0px;
    width: 100%;
  }
}
/* line 971, ../../src/sass/blocks.scss */
.block.curated.four ul li:hover .description {
  opacity: 1;
}
/* line 975, ../../src/sass/blocks.scss */
.block.curated.four ul li:hover .underlay {
  opacity: 1;
}
/* line 980, ../../src/sass/blocks.scss */
.block.curated.four ul li .underlay {
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  transition: 0.3s;
  width: 100%;
}
/* line 989, ../../src/sass/blocks.scss */
.block.curated.four ul li .underlay.on {
  opacity: 1;
}
/* line 994, ../../src/sass/blocks.scss */
.block.curated.four ul li .description {
  opacity: 0;
  padding: 5px 0px 0px 10px;
  position: relative;
  transition: 0.3s;
}
/* line 1000, ../../src/sass/blocks.scss */
.block.curated.four ul li .description p {
  color: #282828;
}
/* line 1005, ../../src/sass/blocks.scss */
.block.curated.four ul li:last-of-type {
  margin-right: 0px;
}
/* line 1010, ../../src/sass/blocks.scss */
.block.curated.four ul .color-header {
  display: inline-block;
  padding: 8px 0px;
}
/* line 1014, ../../src/sass/blocks.scss */
.block.curated.four ul .color-header h4 {
  display: inline;
  margin: 0;
  padding: 8px 0px;
}
@media screen and (max-width: 1230px) {
  /* line 1014, ../../src/sass/blocks.scss */
  .block.curated.four ul .color-header h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 1014, ../../src/sass/blocks.scss */
  .block.curated.four ul .color-header h4 {
    font-size: 20px;
  }
}
/* line 1027, ../../src/sass/blocks.scss */
.block.curated.four ul .color-header h4 strong {
  position: relative;
  left: -10px;
}
/* line 1038, ../../src/sass/blocks.scss */
.block.curated.three h2 {
  padding-bottom: 0px;
}
/* line 1044, ../../src/sass/blocks.scss */
.block.curated.three ul li {
  background-size: cover;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 270px;
  margin-right: 20px 35px 0px 0px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  vertical-align: top;
  width: 370px;
}
/* line 1058, ../../src/sass/blocks.scss */
.block.curated.three ul li:hover .description {
  opacity: 1;
}
/* line 1062, ../../src/sass/blocks.scss */
.block.curated.three ul li:hover .underlay {
  opacity: 1;
}
/* line 1067, ../../src/sass/blocks.scss */
.block.curated.three ul li .description {
  opacity: 0;
  padding: 5px 0px 0px 10px;
  position: relative;
  transition: 0.3s;
}
/* line 1073, ../../src/sass/blocks.scss */
.block.curated.three ul li .description p {
  color: #282828;
}
/* line 1078, ../../src/sass/blocks.scss */
.block.curated.three ul li .underlay {
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  transition: 0.3s;
  width: 100%;
}
/* line 1087, ../../src/sass/blocks.scss */
.block.curated.three ul li .underlay.on {
  opacity: 1;
}
/* line 1092, ../../src/sass/blocks.scss */
.block.curated.three ul li:last-of-type {
  margin-right: 0px;
}
/* line 1097, ../../src/sass/blocks.scss */
.block.curated.three ul .color-header {
  display: inline-block;
  padding: 8px 0px;
}
/* line 1101, ../../src/sass/blocks.scss */
.block.curated.three ul .color-header h4 {
  display: inline;
  margin: 0;
  padding: 8px 0px;
}
/* line 1106, ../../src/sass/blocks.scss */
.block.curated.three ul .color-header h4 strong {
  position: relative;
  left: -10px;
}
/* line 1116, ../../src/sass/blocks.scss */
.block.clusters {
  background-color: #F5F5F5;
  padding: 30px 0px;
}
@media screen and (max-width: 1230px) {
  /* line 1120, ../../src/sass/blocks.scss */
  .block.clusters .container {
    width: 100%;
  }
}
/* line 1127, ../../src/sass/blocks.scss */
.block.clusters h2 {
  margin-bottom: 20px;
}
/* line 1131, ../../src/sass/blocks.scss */
.block.clusters ul {
  font-size: 0px;
  margin-top: 20px;
}
/* line 1135, ../../src/sass/blocks.scss */
.block.clusters ul li {
  background-color: #35DFB2;
  border: 1px solid #F5F5F5;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 90px;
  padding: 15px;
  vertical-align: top;
  width: 150px;
}
@media screen and (max-width: 320px) {
  /* line 1135, ../../src/sass/blocks.scss */
  .block.clusters ul li {
    height: auto;
    text-align: center;
    width: 100%;
  }
}
/* line 1153, ../../src/sass/blocks.scss */
.block.clusters ul li:last-of-type {
  border-right: none;
}
/* line 1160, ../../src/sass/blocks.scss */
.block.content-area {
  padding: 30px 0px;
}
/* line 1163, ../../src/sass/blocks.scss */
.block.content-area .main-content {
  margin-left: 170px;
  margin-right: 270px;
}
@media screen and (max-width: 1230px) {
  /* line 1163, ../../src/sass/blocks.scss */
  .block.content-area .main-content {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* line 1172, ../../src/sass/blocks.scss */
.block.content-area .main-content h2 {
  margin-bottom: 20px;
}
/* line 1178, ../../src/sass/blocks.scss */
.block.content-area .main-content.block-content p {
  margin-bottom: 30px;
}
/* line 1182, ../../src/sass/blocks.scss */
.block.content-area .main-content.block-content blockquote {
  margin: 0;
}
/* line 1184, ../../src/sass/blocks.scss */
.block.content-area .main-content.block-content blockquote p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
/* line 1191, ../../src/sass/blocks.scss */
.block.content-area .main-content.block-content ul,
.block.content-area .main-content.block-content ol {
  list-style: none;
  padding-left: 20px;
  padding-bottom: 30px;
  margin-top: -20px;
}
/* line 1198, ../../src/sass/blocks.scss */
.block.content-area .main-content.block-content ul li,
.block.content-area .main-content.block-content ol li {
  font-weight: 300;
  font-size: 16px;
  list-style-type: circle;
  margin-left: 4px;
  line-height: 24px;
  margin: 0;
}
/* line 1206, ../../src/sass/blocks.scss */
.block.content-area .main-content.block-content ul li span.authors,
.block.content-area .main-content.block-content ol li span.authors {
  font-weight: 500;
}
/* line 1212, ../../src/sass/blocks.scss */
.block.content-area .main-content.block-content ol {
  list-style: decimal;
}
/* line 1215, ../../src/sass/blocks.scss */
.block.content-area .main-content.block-content ol li {
  list-style-type: decimal;
}

/* line 1232, ../../src/sass/blocks.scss */
.block.dynamic.press-block ul li .header-details-container, .block.dynamic.project-block ul li .header-details-container, .block.dynamic.news-block ul li .header-details-container, .block.dynamic.events-block ul li .header-details-container, .block.dynamic.gallery-block ul li .header-details-container {
  height: auto;
}

/* line 3, ../../src/sass/symplectic.scss */
.symplectic-block h3 {
  color: #282828;
  font-size: 21px;
  margin-bottom: 20px;
}
/* line 9, ../../src/sass/symplectic.scss */
.symplectic-block ul {
  margin-bottom: 20px;
}
/* line 12, ../../src/sass/symplectic.scss */
.symplectic-block ul li {
  margin-bottom: 20px;
}
/* line 15, ../../src/sass/symplectic.scss */
.symplectic-block ul li span {
  color: #282828;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 4, ../../src/sass/owl-carousel.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 9, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 11, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 13, ../../src/sass/owl-carousel.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 34, ../../src/sass/owl-carousel.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
/* line 44, ../../src/sass/owl-carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  /*position: relative;*/
  z-index: 1;
}

/* line 51, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 54, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 61, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 66, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 73, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

/* line 77, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 79, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 87, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 89, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 92, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 94, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-refresh .owl-item {
  display: none;
}

/* line 96, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 101, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: -moz-grab;
  cursor: grab;
}

/* line 107, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 109, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 113, ../../src/sass/owl-carousel.scss */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 119, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 126, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
/* line 132, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 136, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

/* line 153, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

/* line 159, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 161, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 175, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* line 1, ../../src/sass/footer.scss */
footer {
  background-color: #282828;
  background-image: url(images/graphics/connecting-dots.png);
  border-top: 1px solid #E6E6E6;
  height: auto;
  width: 100%;
}
/* line 8, ../../src/sass/footer.scss */
footer .main-footer {
  height: auto;
}
/* line 11, ../../src/sass/footer.scss */
footer .main-footer .footer-logo-holder {
  border-bottom: 1px solid #5A5A5A;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 30px 0px;
  position: relative;
}
/* line 18, ../../src/sass/footer.scss */
footer .main-footer .footer-logo-holder .left-block {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 260px 5px 0px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 18, ../../src/sass/footer.scss */
  footer .main-footer .footer-logo-holder .left-block {
    padding: 0px 190px 0px 0px;
  }
}
/* line 28, ../../src/sass/footer.scss */
footer .main-footer .footer-logo-holder .left-block h1 {
  color: #FFFFFF;
}
/* line 32, ../../src/sass/footer.scss */
footer .main-footer .footer-logo-holder .left-block p {
  color: #FFFFFF;
}
/* line 37, ../../src/sass/footer.scss */
footer .main-footer .footer-logo-holder .logo-holder {
  display: none;
  position: absolute;
  right: 15px;
  top: 30px;
}
/* line 43, ../../src/sass/footer.scss */
footer .main-footer .footer-logo-holder .logo-holder img {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  /* line 43, ../../src/sass/footer.scss */
  footer .main-footer .footer-logo-holder .logo-holder img {
    height: 60px;
    margin-left: 10px;
  }
}
/* line 54, ../../src/sass/footer.scss */
footer .main-footer .get-in-touch {
  border-bottom: 1px solid #5A5A5A;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 20px 0px;
  vertical-align: top;
  width: 100%;
}
/* line 62, ../../src/sass/footer.scss */
footer .main-footer .get-in-touch > p {
  font-weight: 500;
}
/* line 66, ../../src/sass/footer.scss */
footer .main-footer .get-in-touch p {
  color: white;
  font-size: 14px;
  line-height: 20px;
}
/* line 72, ../../src/sass/footer.scss */
footer .main-footer .get-in-touch .address {
  margin: 10px 0px;
}
/* line 76, ../../src/sass/footer.scss */
footer .main-footer .get-in-touch .contact-info p {
  display: inline-block;
  margin-right: 20px;
}
/* line 82, ../../src/sass/footer.scss */
footer .main-footer .nav {
  font-size: 0px;
  height: auto;
  padding: 40px 0px;
}
@media screen and (max-width: 767px) {
  /* line 82, ../../src/sass/footer.scss */
  footer .main-footer .nav {
    display: none;
  }
}
/* line 91, ../../src/sass/footer.scss */
footer .main-footer .nav nav {
  display: inline-block;
  width: 100%;
}
/* line 97, ../../src/sass/footer.scss */
footer .main-footer .nav nav #menu-footer li {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top;
}
/* line 102, ../../src/sass/footer.scss */
footer .main-footer .nav nav #menu-footer li a {
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
/* line 111, ../../src/sass/footer.scss */
footer .main-footer .nav nav #menu-footer li .sub-menu > li {
  display: block;
  margin: 10px 0px;
}
/* line 115, ../../src/sass/footer.scss */
footer .main-footer .nav nav #menu-footer li .sub-menu > li a {
  color: white;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
/* line 129, ../../src/sass/footer.scss */
footer .bottom-bar {
  background-color: #1E1E1E;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 30px 0px;
}
/* line 135, ../../src/sass/footer.scss */
footer .bottom-bar .accessibility-links {
  margin-bottom: 15px;
}
/* line 138, ../../src/sass/footer.scss */
footer .bottom-bar .accessibility-links li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}
/* line 142, ../../src/sass/footer.scss */
footer .bottom-bar .accessibility-links li a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
/* line 148, ../../src/sass/footer.scss */
footer .bottom-bar .accessibility-links li a:hover {
  text-decoration: underline;
}
/* line 155, ../../src/sass/footer.scss */
footer .bottom-bar .copyright {
  color: #A0A0A0;
  font-size: 12px;
  line-height: 20px;
}
/* line 160, ../../src/sass/footer.scss */
footer .bottom-bar .copyright a {
  color: #A0A0A0;
  font-size: 12px;
}
/* line 164, ../../src/sass/footer.scss */
footer .bottom-bar .copyright a:hover {
  color: #36A9E1;
}

/* line 1, ../../src/sass/forms.scss */
.frm_forms {
  padding-bottom: 80px;
}
/* line 4, ../../src/sass/forms.scss */
.frm_forms fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* line 10, ../../src/sass/forms.scss */
.frm_forms:before {
  display: none;
}
/* line 12, ../../src/sass/forms.scss */
.frm_forms label.frm_primary_label {
  font-size: 18px;
  font-weight: 400;
  color: black;
  padding: 10px 0 0;
  margin: 10px 0 8px 0;
  display: inline-block;
}
/* line 21, ../../src/sass/forms.scss */
.frm_forms div.frm_description {
  font-size: 16px;
  display: inline-block;
  padding-top: 10px;
  font-weight: 300;
}
/* line 28, ../../src/sass/forms.scss */
.frm_forms select {
  display: block;
  height: 48px;
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid black;
  border-radius: 0;
  outline: 0;
  width: 100%;
}
/* line 52, ../../src/sass/forms.scss */
.frm_forms input[type='text'],
.frm_forms input[type='email'],
.frm_forms input[type='url'],
.frm_forms textarea {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  border: 1px solid black;
  font-size: 16px;
  font-family: 'Roboto';
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  height: auto;
  width: 100%;
}
/* line 68, ../../src/sass/forms.scss */
.frm_forms input[type='text']:focus, .frm_forms input[type='text'] :active,
.frm_forms input[type='email']:focus,
.frm_forms input[type='email'] :active,
.frm_forms input[type='url']:focus,
.frm_forms input[type='url'] :active,
.frm_forms textarea:focus,
.frm_forms textarea :active {
  outline: 0;
  background: transparent !important;
}
/* line 74, ../../src/sass/forms.scss */
.frm_forms .frm_submit {
  text-align: center;
  margin-top: 20px;
}
/* line 78, ../../src/sass/forms.scss */
.frm_forms .frm_submit input[type='submit'] {
  display: inline-block;
  border-radius: 0;
  border: 0;
  background: black;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 30px;
  transition: all 0.3 ease-in-out;
}
/* line 89, ../../src/sass/forms.scss */
.frm_forms .frm_submit input[type='submit']:hover, .frm_forms .frm_submit input[type='submit']:focus {
  background: black;
}
/* line 96, ../../src/sass/forms.scss */
.frm_forms span.frm_required {
  color: black;
}

/* line 100, ../../src/sass/forms.scss */
.frm_ajax_loading {
  display: none !important;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */