/**
 * 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
 */
html {
    font-size: 100%;
}


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

/* line 14, ../../src/sass/global.scss */
h1 {
  color: #282828;
  font-size: 40px;
  font-weight: 500;
  margin: 0px;
  margin-bottom: 20px;
  font-family:'Lato', sans-serif!important;
}
/* line 21, ../../src/sass/global.scss */
h1.header {
  margin-bottom: 0px;
}
@media screen and (max-width: 500px) {
  /* line 21, ../../src/sass/global.scss */
  h1.header {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 14, ../../src/sass/global.scss */
  h1 {
    font-size: 30px;
  }
}

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

/* line 46, ../../src/sass/global.scss */
h3 {
  color: #282828;
  font-size: 24px;
  font-weight: 500;
  margin: 0px;
  margin-bottom: 20px;
  font-family:'Lato', sans-serif!important;  
}

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

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

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

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

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

/* line 93, ../../src/sass/global.scss */
.page-wrap {
  background-color: white;
  left: 0px;
  position: relative;
  transition: 0.5s;
}
/* line 99, ../../src/sass/global.scss */
.page-wrap.open {
  left: 300px;
  pointer-events: none;
}
/* line 103, ../../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 116, ../../src/sass/global.scss */
.clear {
  clear: both;
}

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

/* line 133, ../../src/sass/global.scss */
.read-more-link {
  position: absolute;
  left: -999em;
  width: 1em;
  overflow: hidden;
}

/* line 140, ../../src/sass/global.scss */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 145, ../../src/sass/global.scss */
input {
  line-height: 17px;
}

/* 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: 47px;
  padding: 8px 15px;
}
/* line 65, ../../src/sass/header.scss */
header .mobile-navigation .search-form {
  float: right;
  position: relative;
  width: 200px;
}
/* line 70, ../../src/sass/header.scss */
header .mobile-navigation .search-form 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;
  transition: 0.3s;
  width: 100%;
}
/* line 81, ../../src/sass/header.scss */
header .mobile-navigation .search-form input[type="text"].blank::-webkit-input-placeholder {
  color: #E62B1E;
}
/* line 85, ../../src/sass/header.scss */
header .mobile-navigation .search-form input[type="text"].blank:-moz-placeholder {
  color: #E62B1E;
}
/* line 89, ../../src/sass/header.scss */
header .mobile-navigation .search-form input[type="text"].blank::-moz-placeholder {
  color: #E62B1E;
}
/* line 93, ../../src/sass/header.scss */
header .mobile-navigation .search-form input[type="text"].blank:-ms-input-placeholder {
  color: #E62B1E;
}
/* line 99, ../../src/sass/header.scss */
header .mobile-navigation .search-form 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 112, ../../src/sass/header.scss */
header .mobile-navigation .hamburger {
  margin-top: 7px;
  position: relative;
  z-index: 501;
}
@media screen and (max-width: 1023px) {
  /* line 58, ../../src/sass/header.scss */
  header .mobile-navigation {
    display: block;
  }
}
/* line 123, ../../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 123, ../../src/sass/header.scss */
  header .top-navigation {
    height: 60px;
  }
}
/* line 135, ../../src/sass/header.scss */
header .top-navigation ul {
  float: right;
}
/* line 138, ../../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 138, ../../src/sass/header.scss */
  header .top-navigation ul li {
    margin-left: 20px;
  }
}
/* line 148, ../../src/sass/header.scss */
header .top-navigation ul li a {
  color: #282828;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  /* line 148, ../../src/sass/header.scss */
  header .top-navigation ul li a {
    font-size: 14px;
  }
}
/* line 156, ../../src/sass/header.scss */
header .top-navigation ul li a:hover {
  text-decoration: underline;
}
/* line 164, ../../src/sass/header.scss */
header .left {
  display: inline-block;
  height: 170px;
  vertical-align: top;
  width: 735px;
}
@media screen and (max-width: 1023px) {
  /* line 164, ../../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 164, ../../src/sass/header.scss */
  header .left {
    padding-right: 160px;
  }
}
/* line 182, ../../src/sass/header.scss */
header .left > a {
  display: block;
  height: 46px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  /* line 188, ../../src/sass/header.scss */
  header .left p {
    display: none;
  }
}
/* line 195, ../../src/sass/header.scss */
header .left nav {
  margin-top: 35px;
  height: 40px;
}
@media screen and (max-width: 1023px) {
  /* line 195, ../../src/sass/header.scss */
  header .left nav {
    display: none;
  }
}
/* line 205, ../../src/sass/header.scss */
header .left nav ul li {
  display: inline-block;
  margin-right: 28px;
  padding-bottom: 10px;
}
/* line 210, ../../src/sass/header.scss */
header .left nav ul li a {
  color: #282828;
  font-weight: 500;
  text-decoration: none;
}
/* line 216, ../../src/sass/header.scss */
header .left nav ul li:hover {
  border-bottom: 12px solid #282828;
}
/* line 220, ../../src/sass/header.scss */
header .left nav ul li.current-menu-item {
  border-bottom: 12px solid #282828;
  padding-bottom: 10px;
}
/* line 224, ../../src/sass/header.scss */
header .left nav ul li.current-menu-item > .sub-menu {
  display: block !important;
  z-index: 5 !important;
}
/* line 228, ../../src/sass/header.scss */
header .left nav ul li.current-menu-item > .sub-menu .current-menu-item {
  border-bottom: 8px solid white;
}
/* line 234, ../../src/sass/header.scss */
header .left nav ul li.current-page-parent {
  border-bottom: 12px solid #282828;
  padding-bottom: 10px;
}
/* line 238, ../../src/sass/header.scss */
header .left nav ul li.current-page-parent > .sub-menu {
  display: block !important;
  z-index: 5 !important;
}
/* line 244, ../../src/sass/header.scss */
header .left nav ul li.current-menu-parent {
  border-bottom: 12px solid #282828;
  padding-bottom: 10px;
}
/* line 248, ../../src/sass/header.scss */
header .left nav ul li.current-menu-parent > .sub-menu {
  display: block !important;
  z-index: 5 !important;
}
/* line 254, ../../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: 250px;
  width: 100%;
  z-index: 10;
}

/* line 270, ../../src/sass/header.scss */
header .left nav ul li > .sub-menu li.current-menu-item {
  border-bottom: 8px solid white;
}
/* line 273, ../../src/sass/header.scss */
header .left nav ul li > .sub-menu li.current-menu-item:hover {
  border-bottom: 6px solid white;
}
/* line 278, ../../src/sass/header.scss */
header .left nav ul li > .sub-menu li:hover {
  border-bottom: 7px solid white;
}
/* line 282, ../../src/sass/header.scss */
header .left nav ul li > .sub-menu li a {
  border-bottom: 0px;
  color: white;
  font-size: initial;
}
/* line 294, ../../src/sass/header.scss */
header .right {
  display: inline-block;
  float: right;
  height: 170px;
  vertical-align: top;
  fill-opacity:0!important;
}

header .right #OII-logo{
	background-image: url("/wp-content/uploads/2018/05/OII-logo-blue-3.svg");
    height: 110px;
    background-repeat: no-repeat;
    width: 110px;
	fill-opacity:0!important;
}



@media screen and (max-width: 1023px) {
  /* line 294, ../../src/sass/header.scss */
  header .right {
    height: 130px;
    position: absolute;
    right: 15px;
    top: 80px;
  }
  
  header .right #OII-logo{
	
}
  
}
@media screen and (max-width: 767px) {
  /* line 294, ../../src/sass/header.scss */
  header .right {
    height: 60px;
    top: 60px;
  }
  
  header .right #OII-logo{
	background-image: url("/wp-content/uploads/2018/05/OII-textless-logo-blue-3.svg");
    height: 60px;
    background-repeat: no-repeat;
    width: 60px;
}

  
}
/* line 312, ../../src/sass/header.scss */
header .right img, header .right #OII-logo {
  float: right;
  margin-left: 11px;
  height:110px;
}
@media screen and (max-width: 767px) {
  /* line 312, ../../src/sass/header.scss */
  header .right img {
    height: 60px;
    margin-left: 10px;
  }
}
/* line 322, ../../src/sass/header.scss */
header .right #search {
  float: right;
  margin-top: 12px;
  position: relative;
  width: 230px;
}
@media screen and (max-width: 1023px) {
  /* line 322, ../../src/sass/header.scss */
  header .right #search {
    display: none;
  }
}
/* line 332, ../../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;
  transition: 0.3s;
  width: 100%;

}
/* line 343, ../../src/sass/header.scss */
header .right #search input[type="text"].blank::-webkit-input-placeholder {
  color: #E62B1E;
}
/* line 347, ../../src/sass/header.scss */
header .right #search input[type="text"].blank:-moz-placeholder {
  color: #E62B1E;
}
/* line 351, ../../src/sass/header.scss */
header .right #search input[type="text"].blank::-moz-placeholder {
  color: #E62B1E;
}
/* line 355, ../../src/sass/header.scss */
header .right #search input[type="text"].blank:-ms-input-placeholder {
  color: #E62B1E;
}
/* line 361, ../../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 375, ../../src/sass/header.scss */
header .strapline-responsive {
  display: none;
  margin: 10px 0px;
}
@media screen and (max-width: 767px) {
  /* line 375, ../../src/sass/header.scss */
  header .strapline-responsive {
    display: block;
  }
}
/* line 384, ../../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 384, ../../src/sass/header.scss */
  header .nav-container {
    display: none !important;
  }
}

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

/* line 413, ../../src/sass/header.scss */
.banner-image {
  background-position: center;
  background-size: cover;
  height: 470px;
  position: relative;
  width: 100%;
}
/* line 420, ../../src/sass/header.scss */
.banner-image svg {
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: 0.3s;
  width: 20px;
  z-index: 15;
}
/* line 431, ../../src/sass/header.scss */
.banner-image svg:hover .st0 {
  fill: #F5F5F5;
}
/* line 432, ../../src/sass/header.scss */
.banner-image svg:hover .st1 {
  fill: #282828;
}
/* line 436, ../../src/sass/header.scss */
.banner-image .image-description {
  background-color: rgba(0, 0, 0, 0.6);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 25%;
  padding: 10px;
  position: absolute;
  right: -25%;
  top: 0px;
  transition: 0.3s;
  z-index: 10;
}
/* line 447, ../../src/sass/header.scss */
.banner-image .image-description.active {
  right: 0px;
}
/* line 451, ../../src/sass/header.scss */
.banner-image .image-description a {
  color: white;
}
/* line 455, ../../src/sass/header.scss */
.banner-image .image-description p {
  color: white;
  padding: 0px;
}

/* 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 14px;
}
/* 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 146, ../../src/sass/page-content.scss */
.content .tab-content li:last-of-type {
  border-bottom: 0px;
}
/* line 151, ../../src/sass/page-content.scss */
.content .main-content {
  display: inline-block;
  vertical-align: top;
  width: 680px;
}
@media screen and (max-width: 1230px) {
  /* line 151, ../../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 151, ../../src/sass/page-content.scss */
  .content .main-content {
    padding: 30px 0px 0px 0px;
  }
}
/* line 166, ../../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 170, ../../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 181, ../../src/sass/page-content.scss */
.content .main-content ol {
  margin: 0px;
}
/* line 184, ../../src/sass/page-content.scss */
.content .main-content ol li {
  list-style-type: decimal;
}
/* line 189, ../../src/sass/page-content.scss */
.content .main-content blockquote {
  margin: 0px;
}
/* line 192, ../../src/sass/page-content.scss */
.content .main-content blockquote p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
/* line 199, ../../src/sass/page-content.scss */
.content .main-content img {
  height: auto;
  margin: 0px 10px 10px 0px;
  max-width: 100%;
}
/* line 204, ../../src/sass/page-content.scss */
.content .main-content img.alignleft {
  float: left;
}
/* line 208, ../../src/sass/page-content.scss */
.content .main-content img.alignright {
  float: right;
}
/* line 213, ../../src/sass/page-content.scss */
.content .main-content p {
  margin-bottom: 30px;
}
/* line 217, ../../src/sass/page-content.scss */
.content .main-content a {
  color: #36A9E1;
}
/* line 221, ../../src/sass/page-content.scss */
.content .main-content h3 {
  margin-bottom: 20px;
}
/* line 225, ../../src/sass/page-content.scss */
.content .main-content h4 {
  margin-bottom: 20px;
}
/* line 229, ../../src/sass/page-content.scss */
.content .main-content iframe {
  border: none;
  height: 400px;
  margin-bottom: 40px;
  width: 100%;
}
/* line 236, ../../src/sass/page-content.scss */
.content .main-content .speakers {
  border-top: 1px solid #E6E6E6;
}
/* line 239, ../../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 247, ../../src/sass/page-content.scss */
.content .main-content .speakers h4 a {
  font-size: 20px;
}
/* line 251, ../../src/sass/page-content.scss */
.content .main-content .speakers p {
  margin-bottom: 0px;
}
/* line 255, ../../src/sass/page-content.scss */
.content .main-content .speakers strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 261, ../../src/sass/page-content.scss */
.content .main-content .speakers ul {
  padding-top: 10px;
}
/* line 264, ../../src/sass/page-content.scss */
.content .main-content .speakers ul li {
  padding: 20px 0px;
}
/* line 270, ../../src/sass/page-content.scss */
.content .main-content .last-modified {
  font-weight: 300;
  font-size: 14px;
  color: #aba2a2;
  margin-bottom: 40px;
}
/* line 278, ../../src/sass/page-content.scss */
.content table {
  width: 100%;
}
/* line 283, ../../src/sass/page-content.scss */
.content table tr th {
  background-color: #E6E6E6;
  padding: 5px;
  text-align: left;
}
/* line 289, ../../src/sass/page-content.scss */
.content table tr td {
  padding: 5px;
}
/* line 297, ../../src/sass/page-content.scss */
.content.people .person-info-left {
  display: inline-block;
  vertical-align: top;
  width: 500px;
}
/* line 302, ../../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 309, ../../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 319, ../../src/sass/page-content.scss */
.content.people .person-info-right li a {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
/* line 325, ../../src/sass/page-content.scss */
.content.people .person-info-right li img {
  display: inline-block;
  margin: 0px 15px 10px 0px;
  width: 16px;
}
/* line 333, ../../src/sass/page-content.scss */
.content.people .latest-blog {
  border-top: 1px solid #E6E6E6;
}
/* line 336, ../../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 347, ../../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 352, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li:first-of-type {
  border-top: 0px;
}
/* line 356, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li .listing-head {
  margin-bottom: 20px;
}
/* line 359, ../../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 368, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li .listing-head .image {
  display: inline-block;
  vertical-align: top;
  width: 470px;
}
/* line 374, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li .listing-head h4 {
  margin-bottom: 5px;
}
/* line 377, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li .listing-head h4 a {
  font-size: 20px;
}
/* line 382, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li .listing-head:last-of-type {
  border-bottom: none;
}
/* line 386, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li .listing-head p {
  margin-bottom: 5px;
}
/* line 393, ../../src/sass/page-content.scss */
.content.people .latest-blog ul li .listing-excerpt p {
  margin: 0px;
}
/* line 404, ../../src/sass/page-content.scss */
.content.gallery .main-content {
  width: 990px;
}
/* line 407, ../../src/sass/page-content.scss */
.content.gallery .main-content p:first-of-type {
  width: 680px;
}
/* line 411, ../../src/sass/page-content.scss */
.content.gallery .main-content p {
  margin-bottom: 10px;
}
/* line 415, ../../src/sass/page-content.scss */
.content.gallery .main-content .image-details {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
/* line 421, ../../src/sass/page-content.scss */
.content.gallery .main-content img {
  margin-bottom: 10px;
  max-height: 800px;
  width: auto;
}

/* line 430, ../../src/sass/page-content.scss */
.last-modified {
  font-weight: 300;
  font-size: 14px;
  color: #aba2a2;
  margin-bottom: 40px;
}
/* line 436, ../../src/sass/page-content.scss */
.last-modified.footer {
  margin: 20px 0px;
}

/* line 3, ../../src/sass/listing.scss */
.listing p:first-of-type {
  margin-bottom: 20px;
}
/* line 7, ../../src/sass/listing.scss */
.listing .search-form {
  margin: 20px 0px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1230px) {
  /* line 7, ../../src/sass/listing.scss */
  .listing .search-form {
    display: none;
  }
}
/* line 16, ../../src/sass/listing.scss */
.listing .search-form 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 25, ../../src/sass/listing.scss */
.listing .search-form 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 38, ../../src/sass/listing.scss */
.listing.people li {
  border-top: 0px;
  padding: 20px 0px;
}
/* line 42, ../../src/sass/listing.scss */
.listing.people li p {
  margin-bottom: 10px;
}
/* line 49, ../../src/sass/listing.scss */
.listing.search li {
  padding-top: 0px;
}
/* line 52, ../../src/sass/listing.scss */
.listing.search li h4 {
  padding-top: 40px;
}
/* line 57, ../../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 69, ../../src/sass/listing.scss */
.listing.people-list li {
  min-height: 250px;
}
/* line 74, ../../src/sass/listing.scss */
.listing li {
  border-top: 1px solid #E6E6E6;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0px 40px 0px;
}
/* line 79, ../../src/sass/listing.scss */
.listing li:last-of-type {
  border-bottom: 1px solid #E6E6E6;
}
/* line 83, ../../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 83, ../../src/sass/listing.scss */
  .listing li .featured-image {
    height: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 320px) {
  /* line 83, ../../src/sass/listing.scss */
  .listing li .featured-image {
    margin-bottom: 10px;
    position: relative;
  }
}
/* line 101, ../../src/sass/listing.scss */
.listing li .featured-image img {
  width: auto;
}
/* line 107, ../../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 107, ../../src/sass/listing.scss */
  .listing li .list-content {
    padding-left: 135px;
  }
}
@media screen and (max-width: 320px) {
  /* line 107, ../../src/sass/listing.scss */
  .listing li .list-content {
    padding-left: 0px;
  }
}
/* line 122, ../../src/sass/listing.scss */
.listing li .list-content h4 {
  margin-bottom: 10px;
}
/* line 125, ../../src/sass/listing.scss */
.listing li .list-content h4 a {
  color: #36A9E1;
  font-size: 21px;
}
/* line 131, ../../src/sass/listing.scss */
.listing li .list-content p {
  margin-bottom: 10px;
}
/* line 135, ../../src/sass/listing.scss */
.listing li .list-content a {
  display: block;
  margin-bottom: 10px;
}
/* line 143, ../../src/sass/listing.scss */
.listing li.list h4 {
  margin-bottom: 15px;
}
/* line 146, ../../src/sass/listing.scss */
.listing li.list h4 a {
  font-size: 21px;
}
/* line 151, ../../src/sass/listing.scss */
.listing li.list p {
  margin-bottom: 10px;
}
/* line 157, ../../src/sass/listing.scss */
.listing li.list.project:last-of-type {
  border-bottom: 0px;
}
/* line 164, ../../src/sass/listing.scss */
.listing li.list .full p, .listing li.list .right p {
  margin-bottom: 10px;
}
/* line 167, ../../src/sass/listing.scss */
.listing li.list .full p.small, .listing li.list .right p.small {
  font-size: 16px;
  margin-bottom: 0px;
}
/* line 171, ../../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 176, ../../src/sass/listing.scss */
.listing li.list .full p:last-of-type, .listing li.list .right p:last-of-type {
  margin-bottom: 0px;
}
/* line 181, ../../src/sass/listing.scss */
.listing li.list .full strong, .listing li.list .right strong {
  font-size: 16px;
}
/* line 186, ../../src/sass/listing.scss */
.listing li.list .full {
  width: 100%;
}
/* line 190, ../../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 190, ../../src/sass/listing.scss */
  .listing li.list .right {
    padding-left: 220px;
  }
}
@media screen and (max-width: 500px) {
  /* line 190, ../../src/sass/listing.scss */
  .listing li.list .right {
    padding-left: 0px;
    margin-top: 10px;
  }
}
/* line 208, ../../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 208, ../../src/sass/listing.scss */
  .listing li.list .left {
    height: 140px;
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  /* line 208, ../../src/sass/listing.scss */
  .listing li.list .left {
    height: 200px;
    position: relative;
    width: 100%;
  }
}
/* line 228, ../../src/sass/listing.scss */
.listing li.list .left.book {
  height: 260px;
  width: 170px;
}

/* line 237, ../../src/sass/listing.scss */
.pagination {
  margin: 30px 0px;
  text-align: center;
}
/* line 241, ../../src/sass/listing.scss */
.pagination .page-numbers.current {
  background-color: #36A9E1!important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  height: 40px;
  margin: 0px 2px;
  padding: 6px;
  width: 40px;
}
/* line 252, ../../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 264, ../../src/sass/listing.scss */
.pagination .page-numbers:hover {
  background-color: #36A9E1;
}
/* line 268, ../../src/sass/listing.scss */
.pagination .page-numbers.next {
  background-color: transparent;
  color: #36A9E1 !important;
  width: auto;
}
/* line 274, ../../src/sass/listing.scss */
.pagination .page-numbers.prev {
  background-color: transparent;
  color: #36A9E1 !important;
  width: auto;
}

/* line 284, ../../src/sass/listing.scss */
body.page-template-template-book-list .listing li {
  height: 385px;
}
@media screen and (max-width: 500px) {
  /* line 284, ../../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;
}
/* line 13, ../../src/sass/sidebars.scss */
.sidebar-left.search ul li a.active {
  color: red;
}
/* line 17, ../../src/sass/sidebars.scss */
.sidebar-left.search ul li p {
  display: inline-block;
  float: right;
  font-weight: 300;
  font-size: 15px;
}
/* line 23, ../../src/sass/sidebars.scss */
.sidebar-left.search ul li p:first-of-type {
  font-weight: 300;
}
@media screen and (max-width: 1230px) {
  /* line 1, ../../src/sass/sidebars.scss */
  .sidebar-left {
    display: block;
    width: 100%;
  }
}
/* line 36, ../../src/sass/sidebars.scss */
.sidebar-left ul {
  font-size: 0px;
}
/* line 39, ../../src/sass/sidebars.scss */
.sidebar-left ul li {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 0px;
}
/* line 43, ../../src/sass/sidebars.scss */
.sidebar-left ul li.hide {
  display: none;
}
@media screen and (max-width: 1230px) {
  /* line 39, ../../src/sass/sidebars.scss */
  .sidebar-left ul li {
    border-top: 1px solid #E6E6E6;
    display: inline-block;
    margin-right: 4%;
    width: 48%;
  }
  /* line 53, ../../src/sass/sidebars.scss */
  .sidebar-left ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 39, ../../src/sass/sidebars.scss */
  .sidebar-left ul li {
    border-top: 1px solid #E6E6E6;
    width: 100%;
  }
  /* line 62, ../../src/sass/sidebars.scss */
  .sidebar-left ul li:last-of-type {
    border-bottom: 1px solid #E6E6E6;
  }
}
/* line 67, ../../src/sass/sidebars.scss */
.sidebar-left ul li:first-of-type {
  border-top: 1px solid #E6E6E6;
}
/* line 71, ../../src/sass/sidebars.scss */
.sidebar-left ul li p {
  font-size: 16px;
  line-height: 30px;
}
/* line 75, ../../src/sass/sidebars.scss */
.sidebar-left ul li p:first-of-type {
  font-weight: 500;
}
/* line 79, ../../src/sass/sidebars.scss */
.sidebar-left ul li p img {
  margin-right: 10px;
}
/* line 82, ../../src/sass/sidebars.scss */
.sidebar-left ul li p img.sub-align {
  vertical-align: sub;
}
/* line 88, ../../src/sass/sidebars.scss */
.sidebar-left ul li a {
  color: #36A9E1;
  line-height: 30px;
  word-wrap: break-word;
}
/* line 93, ../../src/sass/sidebars.scss */
.sidebar-left ul li a.video-link {
  border-bottom: 1px solid #E6E6E6;
  display: block;
}
/* line 97, ../../src/sass/sidebars.scss */
.sidebar-left ul li a.video-link:last-of-type {
  border-bottom: 0px;
}
/* line 103, ../../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 116, ../../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 123, ../../src/sass/sidebars.scss */
.sidebar-left ul li .button:hover {
  background-color: #36A9E1;
}
/* line 129, ../../src/sass/sidebars.scss */
.sidebar-left ul.social-links {
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 1230px) {
  /* line 129, ../../src/sass/sidebars.scss */
  .sidebar-left ul.social-links {
    border-top: 0px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }
}
/* line 137, ../../src/sass/sidebars.scss */
.sidebar-left ul.social-links li {
  border-width: 0px;
  display: inline-block;
  margin-right: 10px;
}
/* line 142, ../../src/sass/sidebars.scss */
.sidebar-left ul.social-links li img {
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 1230px) {
  /* line 137, ../../src/sass/sidebars.scss */
  .sidebar-left ul.social-links li {
    width: auto;
  }
}
/* line 151, ../../src/sass/sidebars.scss */
.sidebar-left ul.social-links li a {
  line-height: 0px;
  text-decoration: none;
}

/* line 160, ../../src/sass/sidebars.scss */
.sidebar-right {
  display: inline-block;
  margin-left: 35px;
  vertical-align: top;
  width: 270px;
}
@media screen and (max-width: 1230px) {
  /* line 160, ../../src/sass/sidebars.scss */
  .sidebar-right {
    position: absolute;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  /* line 160, ../../src/sass/sidebars.scss */
  .sidebar-right {
    margin-left: 0px;
    position: relative;
    right: 0px;
    top: 0px !important;
    width: 100%;
  }
}
/* line 179, ../../src/sass/sidebars.scss */
.sidebar-right a {
  text-decoration: none;
}
/* line 182, ../../src/sass/sidebars.scss */
.sidebar-right a .tactical-box {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px;
}
/* line 187, ../../src/sass/sidebars.scss */
.sidebar-right a .tactical-box h4 {
  margin-bottom: 10px;
}
/* line 191, ../../src/sass/sidebars.scss */
.sidebar-right a .tactical-box p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  /* line 197, ../../src/sass/sidebars.scss */
  .sidebar-right a .tactical-box .tactical-content.image {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  /* line 195, ../../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 195, ../../src/sass/sidebars.scss */
  .sidebar-right a .tactical-box .tactical-content {
    margin-left: 0px;
    width: 100%;
  }
}
/* line 217, ../../src/sass/sidebars.scss */
.sidebar-right a .tactical-box img {
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 217, ../../src/sass/sidebars.scss */
  .sidebar-right a .tactical-box img {
    display: inline-block;
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  /* line 217, ../../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 260, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image svg {
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: 0.3s;
  width: 20px;
  z-index: 15;
}
/* line 271, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image svg:hover .st0 {
  fill: #F5F5F5;
}
/* line 272, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image svg:hover .st1 {
  fill: #282828;
}
/* line 276, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image .image-description {
  background-color: rgba(0, 0, 0, 0.6);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 45px 10px 10px;
  position: absolute;
  right: -25%;
  top: 0px;
  transition: 0.3s;
  width: 25%;
  z-index: 10;
}
/* line 287, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image .image-description.active {
  right: 0px;
}
/* line 291, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image .image-description a {
  color: white;
}
/* line 295, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image .image-description span {
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}
/* line 305, ../../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 316, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image > a:hover {
  background-color: #36A9E1;
}
/* line 320, ../../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 329, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image:hover h2 {
  top: 0;
  -webkit-transform: none;
  transform: none;
}
/* line 334, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image:hover p {
  top: 0;
}
/* line 338, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image:hover a {
  bottom: 30px;
}
/* line 342, ../../src/sass/blocks.scss */
.block.feature-banner ul li .single-image:hover .overlay {
  opacity: 1;
}
/* line 348, ../../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 348, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .main-image {
    width: 497px;
  }
}
@media screen and (max-width: 767px) {
  /* line 348, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .main-image {
    width: 300px;
  }
}
@media screen and (max-width: 500px) {
  /* line 348, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .main-image {
    width: 230px;
  }
}
@media screen and (max-width: 400px) {
  /* line 348, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .main-image {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  /* line 373, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .main-image h2 {
    font-size: 24px;
  }
}
/* line 379, ../../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 391, ../../src/sass/blocks.scss */
.block.feature-banner ul li .main-image a:hover {
  background-color: #36A9E1;
}
/* line 395, ../../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 404, ../../src/sass/blocks.scss */
.block.feature-banner ul li .main-image:hover .overlay {
  opacity: 1;
}
/* line 408, ../../src/sass/blocks.scss */
.block.feature-banner ul li .main-image:hover h2 {
  top: 0;
  -webkit-transform: none;
  transform: none;
}
/* line 413, ../../src/sass/blocks.scss */
.block.feature-banner ul li .main-image:hover a {
  bottom: 30px;
}
/* line 419, ../../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 419, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .supporting-images {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  /* line 419, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .supporting-images {
    width: 147px;
  }
}
@media screen and (max-width: 767px) {
  /* line 434, ../../src/sass/blocks.scss */
  .block.feature-banner ul li .supporting-images h3 {
    font-size: 18px;
  }
}
/* line 440, ../../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 452, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images a:hover {
  background-color: #36A9E1;
}
/* line 456, ../../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 463, ../../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 472, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images .first:hover .overlay {
  opacity: 1;
}
/* line 476, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images .first:hover h3 {
  top: 0;
  -webkit-transform: none;
  transform: none;
}
/* line 481, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images .first:hover a {
  bottom: 20px;
}
/* line 487, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images .second {
  background-size: cover;
  height: 219px;
  position: relative;
}
/* line 494, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images .second:hover .overlay {
  opacity: 1;
}
/* line 498, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images .second:hover h3 {
  top: 0px;
  -webkit-transform: none;
  transform: none;
}
/* line 503, ../../src/sass/blocks.scss */
.block.feature-banner ul li .supporting-images .second:hover a {
  bottom: 20px;
}
/* line 512, ../../src/sass/blocks.scss */
.block.feature-banner .owl-navigation {
  pointer-events: none;
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 15;
}
/* line 519, ../../src/sass/blocks.scss */
.block.feature-banner .owl-navigation .next {
  cursor: pointer;
  float: right;
  pointer-events: auto;
}
/* line 524, ../../src/sass/blocks.scss */
.block.feature-banner .owl-navigation .next img {
  width: auto;
}
@media screen and (max-width: 767px) {
  /* line 524, ../../src/sass/blocks.scss */
  .block.feature-banner .owl-navigation .next img {
    width: 35px;
  }
}
/* line 533, ../../src/sass/blocks.scss */
.block.feature-banner .owl-navigation .prev {
  cursor: pointer;
  pointer-events: auto;
}
/* line 537, ../../src/sass/blocks.scss */
.block.feature-banner .owl-navigation .prev img {
  width: auto;
}
@media screen and (max-width: 767px) {
  /* line 537, ../../src/sass/blocks.scss */
  .block.feature-banner .owl-navigation .prev img {
    width: 35px;
  }
}
/* line 548, ../../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 548, ../../src/sass/blocks.scss */
  .block.feature-banner .owl-dots {
    width: 100%;
  }
}
/* line 563, ../../src/sass/blocks.scss */
.block.feature-banner .owl-dots .owl-dot {
  display: inline-block;
}
/* line 568, ../../src/sass/blocks.scss */
.block.feature-banner .owl-dots .owl-dot.active span {
  background-color: #282828;
}
/* line 573, ../../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 584, ../../src/sass/blocks.scss */
.block.videos {
  background-color: #282828;
  background-image: url(images/graphics/connecting-dots.png);
}
@media screen and (max-width: 1230px) {
  /* line 588, ../../src/sass/blocks.scss */
  .block.videos .container {
    width: 1024px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 588, ../../src/sass/blocks.scss */
  .block.videos .container {
    width: 768px;
  }
}
@media screen and (max-width: 767px) {
  /* line 588, ../../src/sass/blocks.scss */
  .block.videos .container {
    max-width: 500px;
    width: 100%;
  }
}
/* line 604, ../../src/sass/blocks.scss */
.block.videos h2 {
  color: #E6E6E6;
  display: inline-block;
}
/* line 609, ../../src/sass/blocks.scss */
.block.videos h4 {
  margin-bottom: 10px;
}
/* line 612, ../../src/sass/blocks.scss */
.block.videos h4 a {
  font-size: 18px;
}
/* line 619, ../../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 619, ../../src/sass/blocks.scss */
  .block.videos ul li {
    height: 330px;
    margin: 20px 20px 0px 0px;
    width: 230px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 619, ../../src/sass/blocks.scss */
  .block.videos ul li {
    height: 370px;
    width: 355px;
  }
  /* line 641, ../../src/sass/blocks.scss */
  .block.videos ul li:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 619, ../../src/sass/blocks.scss */
  .block.videos ul li {
    margin: 20px 0px;
    width: 100%;
  }
}
/* line 651, ../../src/sass/blocks.scss */
.block.videos ul li:last-of-type {
  margin-right: 0px;
}
/* line 655, ../../src/sass/blocks.scss */
.block.videos ul li:hover {
  background-color: white;
}
/* line 658, ../../src/sass/blocks.scss */
.block.videos ul li:hover p {
  color: #282828;
}
/* line 663, ../../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 663, ../../src/sass/blocks.scss */
  .block.videos ul li .video-container {
    height: 160px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 663, ../../src/sass/blocks.scss */
  .block.videos ul li .video-container {
    height: 200px;
  }
}
/* line 677, ../../src/sass/blocks.scss */
.block.videos ul li .video-container .video-image {
  background-size: cover;
  background-position: center;
  height: 190px;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 1230px) {
  /* line 677, ../../src/sass/blocks.scss */
  .block.videos ul li .video-container .video-image {
    height: 160px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 677, ../../src/sass/blocks.scss */
  .block.videos ul li .video-container .video-image {
    height: 200px;
  }
}
/* line 695, ../../src/sass/blocks.scss */
.block.videos ul li p {
  color: #E6E6E6;
  transition: 0.5s;
}
/* line 699, ../../src/sass/blocks.scss */
.block.videos ul li p:last-of-type {
  font-size: 16px;
}
/* line 706, ../../src/sass/blocks.scss */
.block.videos.light {
  background-color: white;
  background-image: none;
  border-top: 1px solid #E6E6E6;
}
/* line 711, ../../src/sass/blocks.scss */
.block.videos.light h2 {
  color: #282828;
}
/* line 715, ../../src/sass/blocks.scss */
.block.videos.light li {
  background-color: white;
  border-top: 1px solid #E6E6E6;
}
/* line 719, ../../src/sass/blocks.scss */
.block.videos.light li p {
  color: #282828;
}
/* line 726, ../../src/sass/blocks.scss */
.block.related {
  background-color: white;
  border-top: 1px solid #E6E6E6;
}
/* line 730, ../../src/sass/blocks.scss */
.block.related h2 {
  color: #282828;
  display: inline-block;
}
/* line 735, ../../src/sass/blocks.scss */
.block.related h4 {
  margin-bottom: 10px;
}
/* line 738, ../../src/sass/blocks.scss */
.block.related h4 a {
  font-size: 20px;
}
/* line 743, ../../src/sass/blocks.scss */
.block.related ul {
  padding-top: 20px;
}
/* line 746, ../../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 758, ../../src/sass/blocks.scss */
.block.related ul li:last-of-type {
  margin-right: 0px;
}
/* line 762, ../../src/sass/blocks.scss */
.block.related ul li p {
  font-size: 16px;
}
/* line 766, ../../src/sass/blocks.scss */
.block.related ul li .details {
  height: 160px;
}
/* line 770, ../../src/sass/blocks.scss */
.block.related ul li .image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
  width: 270px;
}
/* line 780, ../../src/sass/blocks.scss */
.block.dynamic {
  background-color: white;
  padding-bottom: 30px;
}
/* line 784, ../../src/sass/blocks.scss */
.block.dynamic.videos {
  background: none;
}
@media screen and (max-width: 1230px) {
  /* line 788, ../../src/sass/blocks.scss */
  .block.dynamic .container {
    width: 1024px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 788, ../../src/sass/blocks.scss */
  .block.dynamic .container {
    width: 768px;
  }
}
@media screen and (max-width: 767px) {
  /* line 788, ../../src/sass/blocks.scss */
  .block.dynamic .container {
    max-width: 500px;
    width: 100%;
  }
}
/* line 804, ../../src/sass/blocks.scss */
.block.dynamic h2 {
  margin-bottom: 20px;
}
/* line 808, ../../src/sass/blocks.scss */
.block.dynamic .showing {
  color: #787878;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0px;
}
/* line 815, ../../src/sass/blocks.scss */
.block.dynamic ul {
  margin-top: 40px;
}
/* line 818, ../../src/sass/blocks.scss */
.block.dynamic ul li {
  background-color: #E6E6E6;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #36A9E1;
  display: inline-block;
  margin: 0px 35px 30px 0px;
  overflow: hidden;
  vertical-align: top;
  width: 270px;
}
@media screen and (max-width: 1230px) {
  /* line 818, ../../src/sass/blocks.scss */
  .block.dynamic ul li {
    margin: 20px 20px 0px 0px;
    width: 230px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 818, ../../src/sass/blocks.scss */
  .block.dynamic ul li {
    width: 355px;
  }
  /* line 837, ../../src/sass/blocks.scss */
  .block.dynamic ul li:nth-of-type(even) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 818, ../../src/sass/blocks.scss */
  .block.dynamic ul li {
    margin-right: 0px;
    width: 100%;
  }
}
/* line 848, ../../src/sass/blocks.scss */
.block.dynamic ul li:nth-of-type(4n) {
  margin-right: 0px;
}
/* line 856, ../../src/sass/blocks.scss */
.block.dynamic ul li .post_type {
  background-color: #E6E6E6;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 10px;
  position: absolute;
  z-index: 10;
}
/* line 866, ../../src/sass/blocks.scss */
.block.dynamic ul li .date-container {
  margin-top: 40px;
  padding: 0px 10px;
}
/* line 870, ../../src/sass/blocks.scss */
.block.dynamic ul li .date-container .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;
}
/* line 881, ../../src/sass/blocks.scss */
.block.dynamic ul li .date-container .date p {
  color: white;
}
/* line 884, ../../src/sass/blocks.scss */
.block.dynamic ul li .date-container .date p.small {
  font-size: 15px;
}
/* line 888, ../../src/sass/blocks.scss */
.block.dynamic ul li .date-container .date p.large {
  font-size: 34px;
}
/* line 894, ../../src/sass/blocks.scss */
.block.dynamic ul li .date-container .date-textual {
  display: inline-block;
  margin: 12px 0px 12px 10px;
}
/* line 898, ../../src/sass/blocks.scss */
.block.dynamic ul li .date-container .date-textual p {
  font-size: 15px;
}
/* line 904, ../../src/sass/blocks.scss */
.block.dynamic ul li .header-details-container {
  height: auto;
  margin-top: 35px;
  padding: 0px 10px 20px;
}
/* line 909, ../../src/sass/blocks.scss */
.block.dynamic ul li .header-details-container.image {
  height: auto;
  margin-top: 0px;
}
/* line 914, ../../src/sass/blocks.scss */
.block.dynamic ul li .header-details-container h4 {
  margin: 15px 0 15px 0 !important;
}
/* line 916, ../../src/sass/blocks.scss */
.block.dynamic ul li .header-details-container h4 a {
  display: block;
  font-size: 20px;
}
/* line 922, ../../src/sass/blocks.scss */
.block.dynamic ul li .header-details-container p {
  font-size: 16px;
  margin: 5px 0;
  padding: 0;
}
/* line 929, ../../src/sass/blocks.scss */
.block.dynamic ul li .image-excerpt-container {
  position: relative;
}
/* line 932, ../../src/sass/blocks.scss */
.block.dynamic ul li .image-excerpt-container .image {
  background-position: center;
  background-size: cover;
  height: 160px;
  width: 100%;
}
/* line 939, ../../src/sass/blocks.scss */
.block.dynamic ul li .image-excerpt-container .duration {
  background-color: #000100;
  color: white;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 120px;
}
/* line 951, ../../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 967, ../../src/sass/blocks.scss */
.block.curated .block-heading {
  display: inline-block;
  width: 70%;
}
/* line 972, ../../src/sass/blocks.scss */
.block.curated .link {
  display: inline-block;
  padding: 0px 0px 30px 0px;
  text-align: right;
  vertical-align: top;
  width: 29%;
}
/* line 980, ../../src/sass/blocks.scss */
.block.curated.light {
  background-color: white;
}
/* line 983, ../../src/sass/blocks.scss */
.block.curated.light h2 {
  color: #282828;
  padding-bottom: 20px;
}
/* line 989, ../../src/sass/blocks.scss */
.block.curated.dark {
  background-color: #282828;
}
/* line 992, ../../src/sass/blocks.scss */
.block.curated.dark h2 {
  color: white;
  padding-bottom: 20px;
}
/* line 997, ../../src/sass/blocks.scss */
.block.curated.dark p {
  color: #939393;
  padding-bottom: 20px;
}
/* line 1003, ../../src/sass/blocks.scss */
.block.curated.one {
  height: 540px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  /* line 1003, ../../src/sass/blocks.scss */
  .block.curated.one {
    height: auto !important;
  }
}
/* line 1011, ../../src/sass/blocks.scss */
.block.curated.one .container {
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  /* line 1011, ../../src/sass/blocks.scss */
  .block.curated.one .container {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1230px) {
  /* line 1003, ../../src/sass/blocks.scss */
  .block.curated.one {
    height: 440px;
  }
}
/* line 1023, ../../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;
}
@media screen and (max-width: 767px) {
  /* line 1031, ../../src/sass/blocks.scss */
  .block.curated.one .side-content h2 {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1230px) {
  /* line 1023, ../../src/sass/blocks.scss */
  .block.curated.one .side-content {
    height: 440px;
  }
}
@media screen and (max-width: 900px) {
  /* line 1023, ../../src/sass/blocks.scss */
  .block.curated.one .side-content {
    padding: 30px 30px 30px 0px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1023, ../../src/sass/blocks.scss */
  .block.curated.one .side-content {
    display: block;
    height: auto;
    padding: 30px 30px 30px 30px;
    width: 100%;
  }
}
/* line 1054, ../../src/sass/blocks.scss */
.block.curated.one .side-content p {
  font-size: 16px;
}
/* line 1058, ../../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;
}
@media screen and (max-width: 767px) {
  /* line 1058, ../../src/sass/blocks.scss */
  .block.curated.one .side-content a {
    bottom: inherit;
    position: relative;
  }
}
/* line 1073, ../../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 1079, ../../src/sass/blocks.scss */
.block.curated.one .side-content a:hover {
  background-color: #36A9E1;
}
/* line 1085, ../../src/sass/blocks.scss */
.block.curated.one .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  float: right;
  height: 540px;
  width: 840px;
}
@media screen and (max-width: 1230px) {
  /* line 1085, ../../src/sass/blocks.scss */
  .block.curated.one .image {
    height: 440px;
    width: 640px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 1085, ../../src/sass/blocks.scss */
  .block.curated.one .image {
    width: 520px;
  }
}
@media screen and (max-width: 900px) {
  /* line 1085, ../../src/sass/blocks.scss */
  .block.curated.one .image {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1085, ../../src/sass/blocks.scss */
  .block.curated.one .image {
    display: block;
    float: none;
    height: 350px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* line 1085, ../../src/sass/blocks.scss */
  .block.curated.one .image {
    height: 300px;
  }
}
@media screen and (max-width: 1230px) {
  /* line 1122, ../../src/sass/blocks.scss */
  .block.curated.four .container {
    width: 1024px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 1122, ../../src/sass/blocks.scss */
  .block.curated.four .container {
    width: 768px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1122, ../../src/sass/blocks.scss */
  .block.curated.four .container {
    max-width: 500px;
    width: 100%;
  }
}
/* line 1138, ../../src/sass/blocks.scss */
.block.curated.four h2 {
  padding-bottom: 0px;
}
/* line 1144, ../../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 1144, ../../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 1144, ../../src/sass/blocks.scss */
  .block.curated.four ul li {
    height: 355px;
    margin: 20px 20px 0px 0px;
    width: 355px;
  }
  /* line 1169, ../../src/sass/blocks.scss */
  .block.curated.four ul li:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1144, ../../src/sass/blocks.scss */
  .block.curated.four ul li {
    height: 290px;
    margin: 20px 0px;
    width: 100%;
  }
}
/* line 1182, ../../src/sass/blocks.scss */
.block.curated.four ul li:hover .description {
  opacity: 1;
}
/* line 1186, ../../src/sass/blocks.scss */
.block.curated.four ul li:hover .underlay {
  opacity: 1;
}
/* line 1191, ../../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 1200, ../../src/sass/blocks.scss */
.block.curated.four ul li .underlay.on {
  opacity: 1;
}
/* line 1205, ../../src/sass/blocks.scss */
.block.curated.four ul li .description {
  opacity: 0;
  padding: 5px 0px 0px 10px;
  position: relative;
  transition: 0.3s;
}
/* line 1211, ../../src/sass/blocks.scss */
.block.curated.four ul li .description p {
  color: #282828;
}
/* line 1216, ../../src/sass/blocks.scss */
.block.curated.four ul li:last-of-type {
  margin-right: 0px;
}
/* line 1221, ../../src/sass/blocks.scss */
.block.curated.four ul .color-header {
  display: inline-block;
  padding: 8px 0px;
}
/* line 1225, ../../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 1225, ../../src/sass/blocks.scss */
  .block.curated.four ul .color-header h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 1225, ../../src/sass/blocks.scss */
  .block.curated.four ul .color-header h4 {
    font-size: 20px;
  }
}
/* line 1238, ../../src/sass/blocks.scss */
.block.curated.four ul .color-header h4 strong {
  position: relative;
  left: -10px;
}
@media screen and (max-width: 1230px) {
  /* line 1249, ../../src/sass/blocks.scss */
  .block.curated.three .container {
    width: 1024px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 1249, ../../src/sass/blocks.scss */
  .block.curated.three .container {
    width: 768px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1249, ../../src/sass/blocks.scss */
  .block.curated.three .container {
    max-width: 500px;
    width: 100%;
  }
}
/* line 1265, ../../src/sass/blocks.scss */
.block.curated.three h2 {
  padding-bottom: 0px;
}
/* line 1269, ../../src/sass/blocks.scss */
.block.curated.three ul {
  text-align: center;
}
/* line 1272, ../../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: 20px 35px 15px 0px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 370px;
}
@media screen and (max-width: 1230px) {
  /* line 1272, ../../src/sass/blocks.scss */
  .block.curated.three ul li {
    width: 460px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 1272, ../../src/sass/blocks.scss */
  .block.curated.three ul li {
    margin: 20px 20px 0px 0px;
    width: 355px;
  }
  /* line 1293, ../../src/sass/blocks.scss */
  .block.curated.three ul li:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1272, ../../src/sass/blocks.scss */
  .block.curated.three ul li {
    margin: 20px 0px 0px 0px;
    width: 100%;
  }
}
/* line 1305, ../../src/sass/blocks.scss */
.block.curated.three ul li:hover .description {
  opacity: 1;
}
/* line 1309, ../../src/sass/blocks.scss */
.block.curated.three ul li:hover .underlay {
  opacity: 1;
}
/* line 1314, ../../src/sass/blocks.scss */
.block.curated.three ul li .description {
  opacity: 0;
  padding: 5px 0px 0px 10px;
  position: relative;
  transition: 0.3s;
}
/* line 1320, ../../src/sass/blocks.scss */
.block.curated.three ul li .description p {
  color: #282828;
}
/* line 1325, ../../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 1334, ../../src/sass/blocks.scss */
.block.curated.three ul li .underlay.on {
  opacity: 1;
}
/* line 1339, ../../src/sass/blocks.scss */
.block.curated.three ul li:last-of-type {
  margin-right: 0px;
}
@media screen and (max-width: 1023px) {
  /* line 1339, ../../src/sass/blocks.scss */
  .block.curated.three ul li:last-of-type {
    margin: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1339, ../../src/sass/blocks.scss */
  .block.curated.three ul li:last-of-type {
    margin: 20px 0px 0px 0px;
  }
}
/* line 1352, ../../src/sass/blocks.scss */
.block.curated.three ul .color-header {
  display: inline-block;
  padding: 8px 0px;
}
/* line 1356, ../../src/sass/blocks.scss */
.block.curated.three ul .color-header h4 {
  display: inline;
  margin: 0;
  padding: 8px 0px;
}
/* line 1361, ../../src/sass/blocks.scss */
.block.curated.three ul .color-header h4 strong {
  position: relative;
  left: -10px;
}
@media screen and (max-width: 1230px) {
  /* line 1372, ../../src/sass/blocks.scss */
  .block.curated.two .container {
    width: 1024px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 1372, ../../src/sass/blocks.scss */
  .block.curated.two .container {
    width: 768px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1372, ../../src/sass/blocks.scss */
  .block.curated.two .container {
    max-width: 500px;
    width: 100%;
  }
}
/* line 1388, ../../src/sass/blocks.scss */
.block.curated.two h2 {
  padding-bottom: 0px;
}
/* line 1392, ../../src/sass/blocks.scss */
.block.curated.two ul {
  font-size: 0;
}
/* line 1395, ../../src/sass/blocks.scss */
.block.curated.two ul li {
  background-position: center;
  background-size: cover;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 350px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  vertical-align: top;
  width: 49%;
}
@media screen and (max-width: 767px) {
  /* line 1395, ../../src/sass/blocks.scss */
  .block.curated.two ul li {
    margin: 20px 0px 0px 0px;
    width: 100%;
  }
}
/* line 1413, ../../src/sass/blocks.scss */
.block.curated.two ul li:first-of-type {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  /* line 1413, ../../src/sass/blocks.scss */
  .block.curated.two ul li:first-of-type {
    margin-right: 0;
  }
}
/* line 1423, ../../src/sass/blocks.scss */
.block.curated.two ul li:hover .description {
  opacity: 1;
}
/* line 1427, ../../src/sass/blocks.scss */
.block.curated.two ul li:hover .underlay {
  opacity: 1;
}
/* line 1432, ../../src/sass/blocks.scss */
.block.curated.two ul li .description {
  opacity: 0;
  padding: 5px 0px 0px 10px;
  position: relative;
  transition: 0.3s;
}
/* line 1438, ../../src/sass/blocks.scss */
.block.curated.two ul li .description p {
  color: #282828;
}
/* line 1443, ../../src/sass/blocks.scss */
.block.curated.two ul li .underlay {
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  transition: 0.3s;
  width: 100%;
}
/* line 1452, ../../src/sass/blocks.scss */
.block.curated.two ul li .underlay.on {
  opacity: 1;
}
/* line 1457, ../../src/sass/blocks.scss */
.block.curated.two ul li:last-of-type {
  margin-right: 0px;
}
/* line 1462, ../../src/sass/blocks.scss */
.block.curated.two ul .color-header {
  display: inline-block;
  padding: 8px 0px;
}
/* line 1466, ../../src/sass/blocks.scss */
.block.curated.two ul .color-header h4 {
  display: inline;
  margin: 0;
  padding: 8px 0px;
}
/* line 1471, ../../src/sass/blocks.scss */
.block.curated.two ul .color-header h4 strong {
  position: relative;
  left: -10px;
}
/* line 1481, ../../src/sass/blocks.scss */
.block.clusters {
  background-color: #F5F5F5;
  padding: 30px 0px;
}
@media screen and (max-width: 1230px) {
  /* line 1485, ../../src/sass/blocks.scss */
  .block.clusters .container {
    width: 100%;
  }
}
/* line 1492, ../../src/sass/blocks.scss */
.block.clusters h2 {
  margin-bottom: 20px;
}
/* line 1496, ../../src/sass/blocks.scss */
.block.clusters ul {
  font-size: 0px;
  margin-top: 20px;
}
/* line 1500, ../../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 1500, ../../src/sass/blocks.scss */
  .block.clusters ul li {
    height: auto;
    text-align: center;
    width: 100%;
  }
}
/* line 1518, ../../src/sass/blocks.scss */
.block.clusters ul li:last-of-type {
  border-right: none;
}
/* line 1525, ../../src/sass/blocks.scss */
.block.content-area {
  padding: 30px 0px;
}
/* line 1528, ../../src/sass/blocks.scss */
.block.content-area .main-content {
  margin-left: 170px;
  margin-right: 270px;
}
@media screen and (max-width: 1230px) {
  /* line 1528, ../../src/sass/blocks.scss */
  .block.content-area .main-content {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* line 1537, ../../src/sass/blocks.scss */
.block.content-area .main-content h2 {
  margin-bottom: 20px;
}
/* line 1543, ../../src/sass/blocks.scss */
.block.content-area .main-content.block-content p {
  margin-bottom: 30px;
}
/* line 1547, ../../src/sass/blocks.scss */
.block.content-area .main-content.block-content blockquote {
  margin: 0;
}
/* line 1549, ../../src/sass/blocks.scss */
.block.content-area .main-content.block-content blockquote p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
/* line 1556, ../../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 1563, ../../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 1571, ../../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 1577, ../../src/sass/blocks.scss */
.block.content-area .main-content.block-content ol {
  list-style: decimal;
}
/* line 1580, ../../src/sass/blocks.scss */
.block.content-area .main-content.block-content ol li {
  list-style-type: decimal;
}
/* line 1586, ../../src/sass/blocks.scss */
.block.content-area .main-content .social-links {
  margin-top: 0px !important;
  padding: 0px !important;
}
/* line 1590, ../../src/sass/blocks.scss */
.block.content-area .main-content .social-links li {
  display: inline-block;
  margin-right: 5px !important;
}
/* line 1594, ../../src/sass/blocks.scss */
.block.content-area .main-content .social-links li img {
  height: 25px;
  width: 25px;
}

/* line 1612, ../../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;
}

@media print {
  /* line 3, ../../src/sass/print.scss */
  body {
    margin: 0;
    width: 100%;
  }

  /* line 8, ../../src/sass/print.scss */
  header {
    display: none;
  }

  /* line 12, ../../src/sass/print.scss */
  footer {
    display: none;
  }

  /* line 16, ../../src/sass/print.scss */
  p, a {
    color: #282828 !important;
  }

  /* line 20, ../../src/sass/print.scss */
  iframe {
    display: none;
  }

  /* line 24, ../../src/sass/print.scss */
  .block.feature-banner {
    display: none;
  }

  /* line 28, ../../src/sass/print.scss */
  .image-excerpt-container {
    display: none;
  }

  /* line 32, ../../src/sass/print.scss */
  .block.dynamic ul li {
    height: 180px;
  }

  /* line 36, ../../src/sass/print.scss */
  .block.curated.four ul li {
    margin-right: 1%;
    width: 20%;
  }

  /* line 41, ../../src/sass/print.scss */
  .block.curated.four ul li .underlay {
    opacity: 1;
  }

  /* line 45, ../../src/sass/print.scss */
  .block.curated.four ul li .description {
    opacity: 1;
  }

  /* line 49, ../../src/sass/print.scss */
  .sidebar-right {
    display: none;
  }

  /* line 53, ../../src/sass/print.scss */
  .content .tabs {
    display: none;
  }

  /* line 57, ../../src/sass/print.scss */
  body.page-template-template-book-list .listing li {
    height: auto;
  }

  /* line 61, ../../src/sass/print.scss */
  .listing li.list .right {
    min-height: 0px;
    padding-left: 0px;
  }

  /* line 66, ../../src/sass/print.scss */
  .listing li.list .left.book {
    display: none;
  }

  /* line 70, ../../src/sass/print.scss */
  .pagination {
    display: none;
  }

  /* line 74, ../../src/sass/print.scss */
  .social-links {
    display: none;
  }

  /* line 78, ../../src/sass/print.scss */
  .banner-image {
    display: none;
    height: 0px !important;
  }

  /* line 83, ../../src/sass/print.scss */
  .breadcrumbs {
    display: none;
  }

  /* line 87, ../../src/sass/print.scss */
  .cutout {
    top: 0 !important;
    width: 100% !important;
    
  }

  /* line 92, ../../src/sass/print.scss */
  .content {
    top: 0 !important;
  }

  /* line 96, ../../src/sass/print.scss */
  .cutout .tag {
    display: none;
  }

  /* line 100, ../../src/sass/print.scss */
  .listing li.list .left {
    display: none;
  }

  /* line 104, ../../src/sass/print.scss */
  .listing li.list .right {
    padding-left: 0px;
    min-height: 0px;
  }
}
/* 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: -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;
}

.event-listings-thumbnail{
	float:right!important;
}

.twbs .block.block-carousel .owl-carousel-slides .owl-carousel .owl-carousel-item .single-image>a{
	padding-right:30px!important;
}

.twbs .block.block-carousel .owl-carousel-slides .owl-carousel .owl-carousel-item .overlay{
    background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
}


/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* Yeah, that doesn't work. Changes go beneath... */



.wrap .notice.notice-error.oii-notice-large{
	height:300px!important;
}



/* CORRECTION FOR EXPANDED MENU ON COURSE PAGES */


body.course-template-default .nav-container{
    display: block!important;
    height: 102px!important;
}

body.course-template-default .sub-menu .container li.menu-item{
	padding-bottom:6px;
	margin-top:8px;
	border-bottom: 7px solid transparent;
}

body.course-template-default .sub-menu .container li.menu-item:hover{
	padding-bottom:6px;
	margin-top:8px;
	border-bottom: 7px solid white;
}

.tactical-content h4{
	margin-top:15px!important;
}

.tactical-box a img{
width:240px!important;
}

.gdpr-notice{
	background-color:#F0F0F0;
	padding:30px;
}

.gdpr-notice p, .gdpr-notice p a{
	font-size:12px!important;
	line-height:15px!important;
}

.page-id-69763 .tactical-box h4, .page-id-69763 .tactical-box .svg-inline--fa{
	color:#FFFFFF!important;
}

.page-id-69763 .tactical-box .svg-inline--fa.fa-w-18{
	width:2.5em!important;
	height:2em!important;
}

/* This overwrites the Youtube default "no image" screen. But youtube occasionally links to other URLs instead for the same image - these have to be added below */

li.list .left[style="background-image:url(https://img.youtube.com/vi//0.jpg)"], li.list .left[style="background-image:url(https://img.youtube.com/vi/0GM0sEvQ2-M&feature/0.jpg)"], li.list .left[style="background-image:url(https://img.youtube.com/vi/9kwjGXW8Nv4/0.jpg)"]{

		background-image:url(https://www.oii.ox.ac.uk/wp-content/uploads/2018/09/YoutubeOII.png)!important;

}

/* Correction of mistake in original CSS */

.content.people .person-info-left {
	width:auto;
}

header .left {
  width: 735px;
}

.twbs .block .row>[class*="col-"] img{
	width:100%;
}




/* CSS for Featured page*/

.block-lead .featured-content img{
	display:none;
}	
.block-lead .featured-content{
	max-height:60vh;
	overflow:hidden;
}

/*Formidable Hacks */

#form_888zv .frm_primary_label{
	font-weight:normal;
	
}

#form_888zv .frm_section_heading{
	padding-top:50px;
	border-top: none;
}

#form_888zv .frm_section_spacing, #form_888zv .frm_pos_top{
	border-top: none;
}

.video-container{
	background-color:#000000!important;
}

.block.videos ul li{
	background-color:#000000!important;
	
}
.block.videos ul li p{
	color:#ececec!important;
}
.video-container img{
	width:800px;
	margin-right:auto;
	margin-left:auto;
}


.oii-gchart{
	width:90%;
	margin-left:5%;
}

.oii-50{
	background-color:#ececec;
	padding:30px;
	margin-left:15px;
	margin-right:15px;
	width:calc(50% - 30px);
}
	
@media screen and (max-width:1100px){
	.oii-50{
		width:100%;
		margin-bottom:20px;
	}
}
	
@media screen and (max-width:600px){
	.oii-50{
		padding:10px;
	}
	
	.oii-50 div{
		column-count:1!important;
	}
	
	.oii-gchart{
		width:calc(100% - 35px);
		margin-left:5px;
	}
	
}