#site-navigation .mobile-only {
  display: none; }
  @media (max-width: 768px) {
    #site-navigation .mobile-only {
      display: inline-block; } }
.home-banner-section {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0)), url("/wp-content/uploads/2019/01/markus-spiske-109588-unsplash.jpg") center center no-repeat;
  background-size: cover;
  padding: 120px 0 100px;
  color: white; }
  .home-banner-section .hero-text-left {
    text-align: left; }
  .home-banner-section .hero-text-middle {
    text-align: center; }
  .home-banner-section .hero-text-right {
    text-align: right; }
  .home-banner-section .m-l-20 {
    margin-left: 20px; }
  .home-banner-section__content {
    margin-bottom: 50px; }
  .home-banner-section.text-blue {
    color: #00303f; }
    .home-banner-section.text-blue h1 {
      text-shadow: none; }

.home-banner-section h1 {
  margin-top: 0;
  color: inherit;
  line-height: 1.3;
  font-size: 5.4rem;
  font-weight: 600;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.82);
  margin-bottom: 0.7em; }

.home-banner-section h1 span {
  color: #ff671b; }

.home-banner-links {
  margin-top: -50px;
  margin-bottom: 50px; }

.home-banner-links .row .col4 {
  max-width: 31.914893617021278%;
  flex-basis: 31.914893617021278%; }

.home-banner-links .row [class*="col"] {
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%; }

.home-banner-links .row {
  display: flex; }

.home-banner-links__link {
  background: #f3f3f3;
  color: white;
  display: block;
  padding: 20px;
  color: #00303f; }

.home-banner-links__link a {
  text-decoration: none;
  font-weight: bold;
  font-size: 20px; }

.home-banner-links__link a:hover {
  color: #ff671b; }

.home-banner-links__link span {
  font-size: 16px;
  display: block;
  margin-top: 15px; }

.home-banner-links__link .button {
  font-size: 14px;
  background: #00303f;
  color: white;
  padding: 10px !important;
  line-height: 1;
  margin-top: 15px; }

.home-banner-links__link .button:hover {
  background: #ff671b;
  color: white; }

.home-banner-links .title-separator {
  margin: 10px 0 0; }

@media (max-width: 620px) {
  .home-banner-section h1 {
    font-size: 3.5rem; }
  .home-banner-section {
    padding-top: 80px; }
  .home-banner-links .row {
    display: block; }
  .home-banner-links .row .col4 {
    flex-basis: 100%;
    max-width: 100%; }
  .col4.home-banner-links__link {
    margin-bottom: 20px;
    margin-left: 0 !important; } }

section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

section {
  display: inline-block; }

/* start commented backslash hack \*/
* html section {
  height: 1%; }

section {
  display: block; }

/* close commented backslash hack */
.live-graph {
  margin-bottom: 25px; }

.page-template-2016-homepage h3 {
  font-weight: 600;
  font-size: 2rem;
  color: #00303f; }

.people {
  text-align: center; }

.person-container {
  width: calc(20% - 40px);
  padding: 0 20px;
  display: inline-block;
  vertical-align: text-top;
  margin: 40px 0; }

.person-container img.person {
  width: 100%;
  border-radius: 100px;
  margin-bottom: 20px; }

.person-container h3 {
  font-size: 16px;
  color: #00303f; }

.person-container h3 span {
  font-weight: 400;
  display: block;
  width: 100%; }

.scrollHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }

.announcement-bar {
  background: #ff671b;
  /* bckground: #f3f3f3; */ }

.announcement-bar .page-title h2 {
  margin-top: 0;
  padding-top: 0; }

.dive-in {
  padding-bottom: 20px; }

.dive-in .image-cta {
  width: 100%;
  text-align: left; }

.announcement-bar h2 a {
  color: #0d3342;
  font-weight: 300;
  padding: 0px 0 5px;
  font-size: 20px;
  display: inline-block; }

.scrollHeader .scrollhide {
  display: none; }

.monitor-section .side-text p,
.resources-section .latest-post p {
  font-weight: 500; }

.cta-section {
  padding-bottom: 15px; }

.cta-section .button-big {
  margin-top: -16px;
  padding: 5px 30px; }

.cta-section h2 {
  padding-top: 25px !important; }

.resources-section .avatar {
  width: 100%;
  height: auto; }

.header-login {
  max-width: 550px;
  float: right; }

svg {
  font-family: "Open Sans", sans-serif; }

.header-login .form-block {
  width: 40%;
  padding: 0 10px;
  float: left; }

.header-login .form-block label {
  font-size: 11px;
  font-weight: 600; }

.header-login .form-block input,
.header-login .form-block label {
  width: 100%; }

.header-login .form-block input {
  color: #666;
  padding: 3px 9px;
  border: none; }

.header-login .forgot-pass-link,
.header-login .i3signup {
  font-size: 10px !important;
  padding-top: 2px; }

.header-login .i3signup span {
  text-decoration: underline;
  opacity: 0.7; }

.header-login .i3signup span:hover {
  text-decoration: underline;
  opacity: 1; }

.header-login .forgot-pass-link {
  float: right;
  opacity: 0.5; }

.header-login .forgot-pass-link:hover {
  opacity: 0.9; }

.header-login .form-block-input {
  width: 20% !important;
  float: left; }

.header-login .form-block-input a {
  color: white;
  background: #ff671b;
  border: none;
  padding: 3px 5px; }

.header-login .form-block-input a:hover {
  background: #DE5B1C; }

div.owl-item > div {
  display: table-cell;
  vertical-align: middle; }

select {
  margin: 15px 0;
  outline: none;
  background-color: #fff;
  float: right;
  -webkit-appearance: button;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.06);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(https://oxygenapp.com/wp-content/uploads/2016/08/chevron2.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(20, 27, 43, 0.5);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  overflow: hidden;
  padding: 10px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 260px;
  cursor: pointer; }

select option {
  text-transform: none; }

select:hover {
  background-color: #f3f3f3; }

.monitor-section {
  margin-top: -35px; }

.monitor-section select {
  margin-top: -29px; }

#page > header {
  background: url("../images/header-bg.png") repeat; }

header h1.site-title, header h2.site-title {
  background-image: url("../images/cleantech-logo.png"); }

header#masthead, header#masthead a {
  font-size: 1.2rem; }

.site-branding {
  padding: 1.6rem 0;
  float: left; }

.header-menu-container {
  background: rgba(0, 0, 0, 0.2); }

#menu-secondary-links-1 li, #menu-primary-links-1 li {
  padding: 0.4rem 0;
  margin: 0 !important; }

.narrow-menu li a {
  padding: 1.2rem !important;
  margin: 0 !important;
  background: transparent; }

.narrow-menu li .sub-menu {
  top: 3.1rem !important;
  left: 0rem !important; }

.narrow-menu .menu-secondary-links-container .sub-menu {
  right: 0 !important;
  left: auto !important; }

#site-navigation .menu-primary-links-container {
  position: static; }

.header-login {
  float: right;
  margin-top: 15px; }

.header-login .header-form .form-element {
  width: 150px;
  margin-right: 10px;
  float: left; }

.header-login .header-form .form-element:last-of-type {
  margin-right: 0; }

.header-login .header-form .form-element.submit-btn {
  width: auto;
  margin-top: 19px;
  border: none; }

@media (max-width: 800px) {
  #site-navigation .menu-primary-links-container {
    display: none; }
  .header-login {
    margin-right: 44px; } }

@media (max-width: 700px) {
  .header-login {
    display: none; } }

.form .form-element, .form .login-username, .form .login-password, .form .login-submit {
  float: left;
  margin: 0;
  margin-left: 10px; }

.form .form-element label, .form .login-username label, .form .login-password label, .form .login-submit label {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  margin-bottom: 5px; }

.form .form-element input, .form .login-username input, .form .login-password input, .form .login-submit input {
  background: #80969f;
  padding: 6px;
  border: none;
  width: 100%; }

.form .form-element input#wp-submit, .form .login-username input#wp-submit, .form .login-password input#wp-submit, .form .login-submit input#wp-submit {
  background: #ff671b;
  font-size: 10px;
  padding: 7.5px 15px;
  text-transform: uppercase; }

.form p.login-submit {
  padding: 0;
  margin: 0;
  width: auto;
  margin-top: 19px;
  margin-left: 10px;
  border: none; }

.form .login-remember {
  display: none; }

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding: 0; }

.video-container .video.cover {
  min-height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  right: -1px;
  top: 50%;
  transform: translate(0%, -50%); }

.video-container .video.cover::before {
  content: "";
  display: block;
  height: 0px;
  padding-bottom: 57.1428571429%; }

.video-container .video.cover video {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%); }

.video-container .content {
  position: relative;
  height: 515px;
  color: white;
  display: flex;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.7); }

.video-container .content .block {
  flex: 1;
  max-width: 1200px;
  position: relative;
  padding: 0 20px; }

.video-container .content .block h1 {
  font-size: 38px;
  display: block;
  font-weight: bold;
  color: #003041;
  margin-bottom: 0; }

.video-container .content .block h1 span {
  color: #ff671b; }

.video-container .content .block .sub-title {
  font-size: 20px;
  color: #3d616d;
  font-weight: 400; }

.video-container .latest-blog-widget {
  position: absolute;
  bottom: 0;
  right: 20px;
  background: rgba(0, 48, 65, 0.4);
  padding: 10px;
  text-align: left;
  min-width: 300px;
  max-width: 450px;
  font-size: 13px; }

.video-container .latest-blog-widget .latest-image {
  float: left;
  width: 30%;
  margin-right: 10px; }

.video-container .latest-blog-widget .latest-image img {
  margin-top: 20px;
  width: 120px;
  height: auto; }

.video-container .latest-blog-widget .latest-content {
  float: left;
  width: calc(70% - 10px); }

.video-container .latest-blog-widget h4 {
  font-size: 12px;
  color: white;
  opacity: 0.6;
  margin-top: 0;
  clear: none; }

.video-container .latest-blog-widget h3 {
  color: white;
  font-size: inherit;
  clear: none; }

.video-container .latest-blog-widget p {
  font-size: 12px;
  color: inherit;
  clear: none; }

.video-container .latest-blog-widget p span {
  font-weight: 600; }

@media (max-width: 700px) {
  .video-container .video.cover video {
    display: none;
    visibility: hidden; }
  .video-container {
    background: url(../images/video-placeholder.jpg) no-repeat center center;
    background-size: cover; }
  .video-container .content {
    height: 540px; }
  .video-container .latest-blog-widget {
    width: 100% !important;
    right: 0 !important;
    max-width: none !important; } }

.standard-content {
  font-size: 1.6rem; }

.standard-content .row {
  margin-top: 50px; }

.standard-content .margin-20 {
  margin: 20px 0; }

.standard-content .margin-right-20 {
  margin-right: 20px; }

.standard-content .margin-bottom-20 {
  margin-bottom: 20px; }

.standard-content p.header {
  font-size: 1.8rem;
  font-weight: bold; }

.standard-content .alignright {
  float: right; }

.standard-content .alignleft {
  float: left; }

.page-title {
  text-align: center; }

.page-title h2 {
  font-size: 28px;
  display: block;
  font-weight: bold;
  color: #00303f;
  margin-bottom: 0;
  padding-top: 1.5em; }

.page-title h2 span, .page-title h2 strong {
  color: #ff671b;
  font-weight: bold; }

.page-title .sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #00303f; }

ul.big-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  font-size: 1.4rem; }

ul.big-list img {
  margin-right: 30px;
  float: left; }

ul.big-list li {
  border-bottom: 1px solid rgba(0, 48, 63, 0.13);
  padding: 20px;
  font-weight: 600; }

ul.big-list li .big_list_image {
  width: 30%;
  display: inline-block;
  vertical-align: top; }

ul.big-list li .big_list_image img {
  width: calc(100% - 26px);
  height: auto; }

ul.big-list li p {
  display: inline-block;
  width: 68%;
  margin-top: 0;
  font-size: 13px;
  font-weight: 500; }

ul.big-list li p a {
  white-space: nowrap; }

ul.big-list li:last-of-type {
  border-bottom: none; }

ul.big-list li a {
  color: #ff671b;
  text-decoration: none; }

ul.big-list li a:hover {
  color: #DE5B1C; }

.side-text {
  font-size: 14px;
  line-height: 1.7em; }

.image-cta {
  margin-bottom: 40px;
  width: 33%;
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  padding: 0 38px; }

.image-cta .icon {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px; }

.image-cta .icon img {
  max-width: 100%;
  height: auto; }

.image-cta .text {
  width: 100%; }

.image-cta .text .wide {
  display: block;
  margin-top: 40px;
  max-width: none; }

@media (max-width: 700px) {
  .logo-section .client-logos {
    display: inline-block;
    font-size: 0; }
  .logo-section .client-logos img {
    max-width: 70%;
    display: inline-block;
    padding: 10px;
    vertical-align: middle; } }

.bg-light {
  background: #f3f3f3; }

.bg-spaced .row {
  margin-top: 100px; }

.image-cta.space-above {
  margin-top: 180px; }

.row {
  width: 100%;
  *zoom: 1; }

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: ""; }

.row:after {
  clear: both; }

.row [class*="col"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row [class*="col"]:first-child {
  margin-left: 0; }

.row [class*="col"] {
  margin-left: 10%; }

.row .col6 {
  width: 45%; }

@media (max-width: 920px) {
  .bg-spaced .row {
    margin-top: 100px;
    margin-bottom: 30px; } }

@media (max-width: 700px) {
  .row [class*="col"] {
    float: none;
    margin-left: 0;
    width: 100% !important;
    margin-top: 10px; } }

.cta-section {
  text-align: left; }

.cta-section .page-title {
  text-align: left; }

.cta-section .page-title h2 {
  margin-top: 0.0em; }

.cta-section .title-separator {
  margin-left: 0; }

.cta-section p {
  font-size: 1.6rem;
  max-width: 60%;
  display: inline-block;
  margin-top: 0; }

.cta-section .button {
  float: right;
  position: relative;
  top: -30px; }

@media (max-width: 700px) {
  .cta-section {
    text-align: center; }
  .cta-section .page-title {
    text-align: center; }
  .cta-section .title-separator {
    margin-left: auto; }
  .cta-section p {
    max-width: 100%; }
  .cta-section .button {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none;
    top: 0; } }

.logo-section .client-logos {
  margin: 40px 0;
  text-align: center; }

.logo-section .client-logos img {
  outline: none; }

.logo-section.logo-quote-tabs .quote {
  font-family: 'Georgia', serif;
  font-size: 26px;
  max-width: 700px;
  line-height: 140%;
  margin: 50px auto;
  font-weight: 100;
  font-style: italic;
  color: #406570;
  text-align: center; }

.logo-section.logo-quote-tabs li.ui-state-default.ui-tabs-active img {
  opacity: 1 !important; }

.logo-section.logo-quote-tabs li.ui-state-default.ui-state-hover img {
  opacity: 0.75; }

.logo-section.logo-quote-tabs li.ui-state-default img {
  opacity: 0.5;
  transition: all 0.4 ease; }

.logo-section ul.client-logos {
  list-style: none;
  padding-left: 0; }

.logo-section ul.client-logos li {
  display: inline-block;
  max-width: 150px;
  outline: none; }

.logo-section ul.client-logos li img {
  width: 80%;
  border-radius: 1000px;
  padding: 10% 5%; }

.logo-section ul.client-logos li a {
  outline: none; }

@media (max-width: 920px) {
  .logo-section {
    /*
	.client-logos {
		display: inline-block;
		font-size: 0;
		img {
			max-width: 25%;
			display: inline-block;
			padding: 20px;
		    vertical-align: middle;
		}
	}*/ }
  .logo-section ul.client-logos {
    width: 100%; }
  .logo-section ul.client-logos li {
    display: inline-block; }
  .logo-section ul.client-logos img {
    max-width: 100%; } }

@media (max-width: 600px) {
  .logo-section {
    /*
	.client-logos {
		display: inline-block;
		font-size: 0;
		img {
			max-width: 30%;
			display: inline-block;
			padding: 10px;
		    vertical-align: middle;
		}
	}*/ }
  .logo-section ul.client-logos {
    width: 100%;
    padding: 0;
    margin: 0; }
  .logo-section ul.client-logos li {
    display: inline-block;
    margin-bottom: 20px;
    width: 33%; }
  .logo-section ul.client-logos img {
    max-width: 100%; }
  .logo-section.logo-quote-tabs .quote {
    font-size: 18px; } }

.resources-section .col6 {
  width: 50%;
  margin-left: 0;
  padding: 0 40px 40px; }

.resources-section .col6 .latest-post {
  margin-bottom: 20px; }

.resources-section .col6 .button.wide {
  max-width: 100%; }

.resources-section .latest-post {
  text-align: left;
  font-size: 13px;
  padding: 10px 0; }

.resources-section .latest-post h4 {
  font-size: 12px;
  opacity: 1;
  margin-top: 0;
  clear: none;
  color: #00303f;
  font-weight: 400; }

.resources-section .latest-post h3 {
  font-size: inherit;
  clear: none; }

.resources-section .latest-post p {
  font-size: 12px;
  color: inherit;
  clear: none; }

.resources-section .latest-post p span {
  font-weight: 600; }

.resources-section .latest-post p span a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none; }

.resources-section .latest-post .thumbnail {
  float: left;
  width: 30%;
  margin-right: 40px;
  margin-top: 4px;
  background-repeat: no-repeat;
  background-size: cover; }

.resources-section .latest-post .text {
  float: left;
  width: calc(70% - 40px); }

.resources-section .latest-post.report {
  background: #0d3342;
  padding: 15px;
  margin-top: 10px;
  color: white;
  font-size: 14px; }

.resources-section .latest-post.report .thumbnail img {
  width: 100%;
  height: auto; }

.white-outline-button {
  padding: 5px 8px;
  font-weight: 600;
  text-transform: uppercase;
  background: #ff671b;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none !important; }

.white-outline-button:hover {
  background: #DE5B1C; }

.resources-section .latest-post.report p {
  font-size: 14px; }

.resources-section .latest-post.report h3 {
  margin-top: 10px;
  color: white; }

.resources-section .latest-post.report:hover h3 {
  color: white;
  text-decoration: underline; }

.resources-section .latest-post:hover h3 {
  color: #ff671b; }

footer .wrapper:last-child {
  background: none; }

body #page > footer {
  background: url("../images/header-bg.png") repeat; }

body #page > footer .site-info {
  background: rgba(0, 0, 0, 0.2);
  color: #5a7784 !important;
  padding: 22px;
  font-size: 1.3rem; }

body #page > footer .site-info a {
  color: #5a7784 !important; }

body #page > footer .site-info li {
  opacity: 1 !important; }

body #page > footer .base {
  text-align: left;
  color: #5a7784 !important;
  opacity: 1 !important; }

body #page > footer .base .menu-base-links-container {
  float: right; }

body #page > footer .base .menu-base-links-container li:first-of-type:before {
  content: ""; }

body #page > footer .base .menu-base-links-container li a {
  color: #5a7784 !important;
  opacity: 1 !important; }

body #page > footer .wrapper:last-child {
  padding: 20px 0 10px;
  font-size: 1.3rem; }

.scroll-back-to-top-wrapper {
  bottom: 60px !important;
  background: rgba(0, 0, 0, 0.38) !important; }

@media (max-width: 28.125em) and (min-width: 0em) {
  #page > footer .menu-footer-container {
    padding-bottom: 0rem; }
  #page > footer .menu-footer-container ul {
    padding-bottom: 0 !important; }
  .scroll-back-to-top-wrapper {
    display: none; }
  body #page > footer .base .menu-base-links-container {
    text-align: left;
    float: none;
    margin-top: 10px; }
  body #page > footer .base .menu-base-links-container li:before {
    content: "" !important;
    padding: 0 !important; } }

.title-separator {
  display: block;
  margin: 5px auto 20px;
  height: 5px;
  background: #aab8bd;
  width: 38px; }

h3 {
  /* font-weight: 600;
  font-size: 2rem;
  color: #00303f; */ }

a.button.button-big {
  padding: 10px 30px;
  height: auto;
  display: inline-block;
  width: auto; }

a.button {
  padding: 0px 30px;
  height: auto;
  display: inline-block;
  width: auto;
  font-weight: 100; }

a.button.wide {
  width: 100%;
  max-width: 260px; }

a.button:hover {
  background: #DE5B1C;
  text-decoration: none; }

.full-width {
  width: 100%;
  height: auto; }

a {
  color: #ff671b;
  text-decoration: none; }

a:visited {
  color: inherit; }

a.button:visited {
  color: white; }

.resources-section .latest-post.report {
  padding-bottom: 19px; }

.resources-section .latest-post.report .thumbnail {
  margin-right: 30px;
  margin-top: 14px; }

.resources-section .latest-post.report .text {
  float: left;
  width: calc(69% - 40px); }

body.homepage-styling {
  color: #00303f; }

body.homepage-styling h1, body.homepage-styling h2, body.homepage-styling h3, body.homepage-styling h4 {
  clear: none; }

.resources-section .latest-post.report {
  padding: 21px 16px !important; }

@media (max-width: 700px) {
  .video-container .content .block h1 {
    font-size: 32px; }
  .mobile-hide,
  .cta-section {
    display: none; }
  .hide-on-mobile {
    display: none !important; }
  .show-on-mobile {
    display: block !important; } }

.connect-section {
  padding-top: 140px;
  padding-bottom: 0;
  position: relative; }
  .connect-section:before {
    content: "";
    height: 188px;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: white; }
  .connect-section .contained {
    position: relative;
    z-index: 10; }
  .connect-section .page-title {
    margin-top: 0;
    margin-bottom: 130px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #032a3b; }
    .connect-section .page-title h2 {
      margin-top: 0;
      padding-top: 0;
      padding: 14px;
      color: white; }
      .connect-section .page-title h2 span {
        color: #ff671b; }
    .connect-section .page-title .sub-title {
      background-color: white;
      font-size: 21px;
      padding: 20px; }
  .connect-section h3 span {
    color: #ff671b; }
  .connect-section .row {
    margin-top: 0; }
  .connect-section .image-cta {
    margin-bottom: 0; }
    .connect-section .image-cta .inner {
      background-color: #f2f2f2;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px 0; }
      .connect-section .image-cta .inner img {
        height: 75px; }
      .connect-section .image-cta .inner a {
        margin-top: auto; }
  .connect-section .flex-layout {
    display: flex;
    flex-direction: row; }

@media (max-width: 1000px) {
  .connect-section {
    text-align: center; }
  .image-cta {
    width: 49%;
    vertical-align: text-bottom; }
  .image-cta.space-above {
    margin-top: 40px; }
  .person-container {
    width: calc(33.333% - 40px); } }

@media (max-width: 750px) {
  .image-cta {
    width: 80%; }
  .person-container {
    width: calc(50% - 40px); } }

@media (max-width: 550px) {
  .image-cta {
    width: 95%; }
  .person-container {
    width: calc(80% - 40px); } }

@media (max-width: 820px) {
  .header-login-form {
    display: none; } }

@media (max-width: 1120px) {
  #chartSelector {
    margin-top: 5px; } }

@media (max-width: 550px) {
  .resources-section .latest-post .thumbnail {
    display: none; }
  .resources-section .latest-post .text,
  .resources-section .latest-post.report .text {
    width: 100%; } }

.clearfix:after, .video-container .latest-blog-widget:after, .image-cta:after, .resources-section .latest-post:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 700px) {
  .show-on-mobile {
    display: none !important; } }

/* IE Fix */
@media screen and (min-width: 0\0) {
  .video-container .content .block {
    flex: none; }
  .header-login .form-block-input {
    margin-top: 16px; } }

/* Events styles post 2017 */
.events-content-area .row {
  width: 100%;
  *zoom: 1; }

.events-content-area .row:before,
.events-content-area .row:after {
  display: table;
  line-height: 0;
  content: ""; }

.events-content-area .row:after {
  clear: both; }

.events-content-area .row [class*="col"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.events-content-area .row [class*="col"]:first-child {
  margin-left: 0; }

.events-content-area .row [class*="col"] {
  margin-left: 2.127659574468085%; }

.events-content-area .row .col12 {
  width: 100%; }

.events-content-area .row .col11 {
  width: 91.48936170212765%; }

.events-content-area .row .col10 {
  width: 82.97872340425532%; }

.events-content-area .row .col9 {
  width: 74.46808510638297%; }

.events-content-area .row .col8 {
  width: 65.95744680851064%; }

.events-content-area .row .col7 {
  width: 57.44680851063829%; }

.events-content-area .row .col6 {
  width: 48.93617021276595%; }

.events-content-area .row .col5 {
  width: 40.42553191489362%; }

.events-content-area .row .col4 {
  width: 31.914893617021278%; }

.events-content-area .row .col3 {
  width: 23.404255319148934%; }

.events-content-area .row .col2 {
  width: 14.893617021276595%; }

.events-content-area .row .col1 {
  width: 6.382978723404255%; }

.events-content-area .event-header-image {
  background-image: url("../../events/header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 350px; }
  @media (max-width: 960px) {
    .events-content-area .event-header-image {
      height: 280px; } }
  @media (max-width: 800px) {
    .events-content-area .event-header-image {
      height: 230px; } }
  @media (max-width: 700px) {
    .events-content-area .event-header-image {
      display: none; } }
.events-content-area .event-navigation {
  width: 100%;
  background: #dbe9f1;
  padding: 20px 0;
  font-size: 15px;
  z-index: 900; }
  .events-content-area .event-navigation .contained {
    text-align: right; }
    @media (max-width: 700px) {
      .events-content-area .event-navigation .contained {
        text-align: left; } }
  .events-content-area .event-navigation .reg {
    text-decoration: none;
    border-bottom: none;
    padding-bottom: 0;
    margin-left: 20px;
    padding-left: 0; }
    .events-content-area .event-navigation .reg:hover a {
      text-decoration: none;
      border-bottom: none;
      padding-bottom: 0; }
    .events-content-area .event-navigation .reg.ui-tabs-active a {
      border-bottom: none;
      padding-bottom: 0; }
    @media (max-width: 700px) {
      .events-content-area .event-navigation .reg {
        margin-left: 0; }
        .events-content-area .event-navigation .reg a {
          padding: 4px 8px;
          line-height: 1.4; }
          .events-content-area .event-navigation .reg a:hover {
            padding-bottom: 4px; } }
  .events-content-area .event-navigation .main-cta-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    line-height: 4rem; }
    .events-content-area .event-navigation .main-cta-btn:hover {
      box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.33);
      text-decoration: none;
      border-bottom: none;
      padding-bottom: 0; }
  .events-content-area .event-navigation ul {
    display: inline-block;
    padding: 0;
    margin: 0; }
    .events-content-area .event-navigation ul li {
      display: inline-block;
      list-style: none; }
      .events-content-area .event-navigation ul li.ui-tabs-active a {
        outline: none; }
      .events-content-area .event-navigation ul li:last-of-type {
        padding-right: 0; }
      .events-content-area .event-navigation ul li:hover a {
        background: #002a3a;
        color: white; }
      .events-content-area .event-navigation ul li.ui-tabs-active a {
        text-decoration: underline; }
      .events-content-area .event-navigation ul li a {
        list-style: none;
        text-decoration: none;
        padding: 10px 20px;
        text-transform: uppercase; }
        @media (max-width: 700px) {
          .events-content-area .event-navigation ul li a {
            padding: 5px;
            margin: 0 2px;
            display: inline-block; } }
.events-content-area .event-body {
  padding: 40px 20px;
  margin-bottom: 20px;
  position: relative; }
  .events-content-area .event-body:after {
    content: "";
    height: 1px;
    width: calc(100% - 40px);
    background: rgba(34, 34, 34, 0.2);
    position: absolute;
    bottom: 20px;
    left: 20px; }
  .events-content-area .event-body a:hover {
    color: #ff671b; }
  .events-content-area .event-body .col8 {
    padding-right: 20px; }
  .events-content-area .event-body h2.heading, .events-content-area .event-body .sidebar h3:first-of-type {
    margin-top: 0; }
  .events-content-area .event-body .sub-heading {
    text-transform: uppercase;
    margin-top: -40px;
    font-weight: 900;
    font-size: 1.3em;
    opacity: .9;
    color: #00303f; }
    @media (max-width: 800px) {
      .events-content-area .event-body .sub-heading {
        margin-top: -30px; } }
  .events-content-area .event-body .speakers-all {
    text-align: center; }
    .events-content-area .event-body .speakers-all .featured-speaker span {
      display: block; }
  .events-content-area .event-body .featured-speaker {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    text-align: center;
    word-break: break-word;
    padding: 20px; }
    @media (max-width: 930px) {
      .events-content-area .event-body .featured-speaker {
        width: 48%;
        margin-bottom: 20px; }
        .events-content-area .event-body .featured-speaker:last-of-type {
          margin-bottom: 0; } }
    @media (max-width: 500px) {
      .events-content-area .event-body .featured-speaker {
        width: 100%; } }
    .events-content-area .event-body .featured-speaker img {
      border-radius: 50%;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
      width: 100%;
      max-width: 180px; }
    .events-content-area .event-body .featured-speaker a {
      color: #ff671b;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold;
      text-decoration: none;
      letter-spacing: 1px; }
      .events-content-area .event-body .featured-speaker a:hover {
        text-decoration: underline; }
    .events-content-area .event-body .featured-speaker h5 {
      font-weight: normal;
      font-size: 16px;
      line-height: 1; }
    .events-content-area .event-body .featured-speaker span {
      font-size: 14px;
      line-height: 1.3;
      display: inline-block; }
  .events-content-area .event-body .round-headshot {
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    width: 90px; }
  .events-content-area .event-body .sidebar {
    padding: 30px;
    background: #f3f3f3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    margin-top: 10px; }
    @media (max-width: 768px) {
      .events-content-area .event-body .sidebar {
        padding: 15px; } }
    .events-content-area .event-body .sidebar h3 {
      margin-bottom: 10px; }
    .events-content-area .event-body .sidebar .icon-content {
      color: #222;
      margin-left: 10px; }
    .events-content-area .event-body .sidebar iframe {
      width: 100%; }
    .events-content-area .event-body .sidebar .featured-speaker {
      width: 40%;
      margin: 0 4%;
      padding: 0px; }
      @media (max-width: 930px) {
        .events-content-area .event-body .sidebar .featured-speaker {
          width: 100%;
          margin-bottom: 20px; }
          .events-content-area .event-body .sidebar .featured-speaker:last-of-type {
            margin-bottom: 0; } }
      .events-content-area .event-body .sidebar .featured-speaker h5 {
        font-weight: normal;
        font-size: 14px;
        line-height: 1; }
      .events-content-area .event-body .sidebar .featured-speaker img {
        max-width: 100px; }
      .events-content-area .event-body .sidebar .featured-speaker span {
        font-size: 12px; }
  .events-content-area .event-body .event-content-block {
    margin-top: 40px;
    position: relative;
    font-size: 16px; }
    .events-content-area .event-body .event-content-block h3:first-of-type {
      margin-top: 0; }
    .events-content-area .event-body .event-content-block .scrollto {
      position: absolute;
      top: -100px; }

.events-content-area .tab-nav {
  list-style: none;
  padding: 20px 0; }
  .events-content-area .tab-nav li {
    display: inline-block; }
    .events-content-area .tab-nav li a {
      text-decoration: none;
      background: #ff671b;
      color: white;
      padding: 5px 30px;
      display: inline-block; }
      .events-content-area .tab-nav li a:hover {
        background: #DE5B1C;
        color: white;
        position: relative;
        top: -1px;
        box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.33); }
    .events-content-area .tab-nav li.ui-tabs-active a {
      background: #002a3a; }

.events-content-area .agenda-table > ul {
  padding: 0; }
  .events-content-area .agenda-table > ul > li {
    list-style: none;
    background: #F3F3F3;
    padding: 10px 20px; }
    .events-content-area .agenda-table > ul > li:nth-of-type(even) {
      background: white; }
    .events-content-area .agenda-table > ul > li:hover {
      background: #dbe9f1 !important; }

.events-content-area .agenda-table .agenda-time {
  display: inline-block;
  width: 170px;
  font-size: 0.8em; }
  .events-content-area .agenda-table .agenda-time time {
    font-weight: bold;
    opacity: 0.8;
    margin-top: 2px;
    display: inline-block; }
  .events-content-area .agenda-table .agenda-time .info {
    display: block;
    margin-top: 10px;
    font-style: italic; }

.events-content-area .agenda-table .agenda-info {
  display: inline-block;
  width: calc(100% - 180px);
  margin-left: 5px;
  vertical-align: top; }
  .events-content-area .agenda-table .agenda-info p, .events-content-area .agenda-table .agenda-info li, .events-content-area .agenda-table .agenda-info strong {
    font-size: 16px; }
  .events-content-area .agenda-table .agenda-info.speaker-info .text {
    float: left;
    width: 50%; }
  .events-content-area .agenda-table .agenda-info strong {
    font-weight: 600; }
  .events-content-area .agenda-table .agenda-info .moreinfolink {
    color: #ff671b;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .7em;
    letter-spacing: 1px;
    position: relative;
    top: -3px;
    opacity: .8; }
    .events-content-area .agenda-table .agenda-info .moreinfolink:hover {
      text-decoration: underline;
      opacity: 1; }
  .events-content-area .agenda-table .agenda-info .moreinfobox ul {
    margin: 1em 0;
    list-style: disc;
    padding: 0 20px; }
    .events-content-area .agenda-table .agenda-info .moreinfobox ul li {
      margin-bottom: 10px; }

@media (max-width: 600px) {
  .events-content-area .agenda-table .agenda-info, .events-content-area .agenda-table .agenda-time {
    width: 100%; }
  .events-content-area .agenda-table .agenda-info {
    margin-left: 0; }
  .events-content-area .agenda-table .agenda-info .text strong {
    margin-top: 10px;
    display: block; } }

.events-content-area .agenda-table .agenda-speakers {
  float: right;
  width: 50%; }
  .events-content-area .agenda-table .agenda-speakers.show-mod .featured-speaker:first-of-type .speaker-mod {
    display: inline-block; }
  .events-content-area .agenda-table .agenda-speakers .featured-speaker {
    width: 32%;
    min-width: 130px;
    padding-top: 0;
    padding: 0 13px 10px; }
    .events-content-area .agenda-table .agenda-speakers .featured-speaker img {
      max-width: 48%; }
    .events-content-area .agenda-table .agenda-speakers .featured-speaker h5 {
      font-weight: normal;
      font-size: 13px;
      line-height: 1;
      margin-top: 3px;
      word-break: normal; }
      .events-content-area .agenda-table .agenda-speakers .featured-speaker h5 i {
        font-size: 15px;
        color: #5a5a5a;
        cursor: pointer;
        display: none; }
        .events-content-area .agenda-table .agenda-speakers .featured-speaker h5 i:hover:after {
          content: "Moderator";
          background: #fff;
          padding: 2px 5px;
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 600;
          border-radius: 3px;
          border: 1px solid #716e6e;
          position: absolute;
          margin-top: -20px;
          margin-left: -47px;
          font-family: "Open Sans", sans-serif;
          color: #636466;
          box-shadow: 0 2px 7px -2px rgba(0, 0, 0, 0.5); }
    .events-content-area .agenda-table .agenda-speakers .featured-speaker span {
      font-size: 11px; }

@media (max-width: 960px) {
  .events-content-area .agenda-table .agenda-info .text {
    float: none !important;
    width: 100% !important; }
  .events-content-area .agenda-table .agenda-speakers {
    float: none;
    width: 100%;
    margin-top: 40px; }
    .events-content-area .agenda-table .agenda-speakers .featured-speaker {
      width: 24%;
      min-width: 135px; } }

.events-content-area .sponsors-listing {
  padding: 20px 0; }

.events-content-area .sponsors-section h3 {
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 10px;
  margin-bottom: 0; }

.events-content-area .sponsors-section .sponsor-heading {
  text-align: center; }
  .events-content-area .sponsors-section .sponsor-heading.gold {
    color: #ceab0b; }
  .events-content-area .sponsors-section .sponsor-heading.silver {
    color: #535a5a; }

.events-content-area .sponsors-section .sponsors-row:nth-of-type(2) .sponsor-preview {
  width: 32%; }

.events-content-area .sponsors-section .sponsors-row .sponsor-preview {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  padding: 20px;
  font-size: 0.75em; }
  @media (max-width: 880px) {
    .events-content-area .sponsors-section .sponsors-row .sponsor-preview {
      width: 49% !important; } }
  @media (max-width: 480px) {
    .events-content-area .sponsors-section .sponsors-row .sponsor-preview {
      width: 100% !important; } }
  .events-content-area .sponsors-section .sponsors-row .sponsor-preview a {
    color: #ff671b; }
  .events-content-area .sponsors-section .sponsors-row .sponsor-preview img {
    max-height: 100px; }

.events-content-area .notes {
  font-size: 12px;
  margin-bottom: -10px; }
  .events-content-area .notes i {
    color: #5a5a5a;
    font-size: 14px;
    margin-right: 2px; }

.events-content-area .pricing-table .tablepress thead th {
  font-size: 14px;
  font-style: 600; }

.events-content-area .pricing-table .dataTables_length, .events-content-area .pricing-table .dataTables_filter, .events-content-area .pricing-table .dataTables_info, .events-content-area .pricing-table .dataTables_paginate {
  display: none; }

.events-content-area .pricing-table .button:hover {
  color: white; }

.events-content-area #overview .tab-nav,
.events-content-area #entrepreneurs .tab-nav,
.events-content-area #investorsandcorporates .tab-nav {
  padding-top: 0; }
  .events-content-area #overview .tab-nav li a,
  .events-content-area #entrepreneurs .tab-nav li a,
  .events-content-area #investorsandcorporates .tab-nav li a {
    background: #012635; }

.events-content-area #registration .tab-nav li a {
  background: #012635; }

.events-content-area #registration .event-content-block h3 {
  color: #636466; }

.events-content-area .center {
  text-align: center; }

.events-content-area .flickr-embed-frame {
  height: 481px !important; }

@media (max-width: 768px) {
  .events-content-area .row [class*="col"] {
    float: none;
    margin-left: 0;
    width: 100%;
    margin-top: 10px; }
  .events-content-area #overview .sidebar {
    margin-top: 30px !important; }
  .events-content-area .tab-nav li:last-of-type a {
    margin-bottom: 0; }
  .events-content-area .tab-nav li a {
    margin-bottom: 5px; }
  .events-content-area h2 {
    font-size: 2em; } }

.single-event .logo-section .page-title h2 {
  margin-top: 0;
  padding-top: 0; }

.title-tabs .single-tab {
  border-radius: 4px;
  display: inline-block;
  padding: 3px 5px 4px;
  color: #fff;
  background: #ff671b;
  font-size: 10px;
  margin: 2px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600; }

.moreinfolink {
  color: #ff671b;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .7em;
  letter-spacing: 1px;
  position: relative;
  top: -3px;
  opacity: .8; }
  .moreinfolink:hover {
    text-decoration: underline;
    opacity: 1; }

.featured-speaker-slider .featured-speaker {
  width: 100% !important; }
  .featured-speaker-slider .featured-speaker img {
    max-width: 200px !important; }

.featured-speaker-slider.owl-theme .owl-controls {
  padding-left: 15px; }

body.hide-sponsors .footer-sponsors {
  display: none; }

.lightbox {
  display: none; }

@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0); }
  .featherlight:last-of-type {
    background: rgba(255, 255, 255, 0.5); }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em; }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal; }
  .featherlight .featherlight-inner {
    display: block; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000; }
  .featherlight .featherlight-image {
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    border: 0; }
  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

.featherlight .featherlight-content {
  max-width: 60%;
  background: #022a3a;
  color: white; }
  .featherlight .featherlight-content a {
    color: #ff671b; }
  .featherlight .featherlight-content h3 {
    color: white;
    margin-top: 0; }
  .featherlight .featherlight-content .extra-content img {
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    max-width: 200px;
    width: 30%; }

.featherlight .featherlight-close-icon {
  top: 10px;
  right: 10px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  color: white;
  border: none;
  background: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 100; }

@media (max-width: 500px) {
  .featherlight .featherlight-content {
    max-width: 80%; }
    .featherlight .featherlight-content .extra-content img {
      width: 80px;
      border: 3px solid white; } }

/* GC 100 LP STYLES */
.gclp .row [class*="col"]:first-child {
  margin-left: 0; }

.gclp .row [class*="col"] {
  margin-left: 2.127659574468085%; }
  @media (max-width: 768px) {
    .gclp .row [class*="col"] {
      margin-left: 0; } }
.gclp .row .col12 {
  width: 100%; }

.gclp .row .col11 {
  width: 91.48936170212765%; }

.gclp .row .col10 {
  width: 82.97872340425532%; }

.gclp .row .col9 {
  width: 74.46808510638297%; }

.gclp .row .col8 {
  width: 65.95744680851064%; }

.gclp .row .col7 {
  width: 57.44680851063829%; }

.gclp .row .col6 {
  width: 48.93617021276595%; }

.gclp .row .col5 {
  width: 40.42553191489362%; }

.gclp .row .col4 {
  width: 31.914893617021278%; }

.gclp .row .col3 {
  width: 23.404255319148934%; }

.gclp .row .col2 {
  width: 14.893617021276595%; }

.gclp .row .col1 {
  width: 6.382978723404255%; }

.gclp .btn {
  background: #ff671b;
  text-decoration: none;
  color: white;
  padding: 12px 20px;
  display: inline-block; }

.gclp h2 {
  margin-bottom: 20px;
  font-size: 28px;
  display: block;
  font-weight: bold;
  color: #00303f; }
  .gclp h2 span {
    color: #ff671b; }

.gclp .title-separator {
  margin-left: 0; }

.gclp .lp-hero {
  background: url("/wp-content/uploads/2018/10/lp-landingpage.jpg") no-repeat center;
  background-size: cover;
  padding: 0 0 200px;
  position: relative; }
  .gclp .lp-hero:after {
    width: 100%;
    height: 170px  !important;
    visibility: visible !important;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url("../../img/angle-bottom-white.svg") 0 -1px/101% auto no-repeat;
    background-position: bottom;
    content: '';
    display: block;
    z-index: 1; }
  .gclp .lp-hero h1 {
    color: #00303f; }
    .gclp .lp-hero h1 span {
      color: white; }
  .gclp .lp-hero h2 {
    color: white;
    font-size: 1em;
    font-weight: 100;
    margin-bottom: 0; }
  .gclp .lp-hero .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
    .gclp .lp-hero .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .gclp .lp-hero .hero-tab {
    background: rgba(0, 0, 0, 0.65);
    color: white;
    position: relative; }
    .gclp .lp-hero .hero-tab .inner {
      padding: 40px 40px 40px; }
      .gclp .lp-hero .hero-tab .inner.bg-orange {
        background: #ff671b; }
    .gclp .lp-hero .hero-tab:after {
      /*
			    width: 100%;
			    height: 60px;
			    position: absolute;
				visibility: visible !important;
				bottom: -51px;
				left: -1px;
				background: url('../../img/angle-bottom-black.png') 0 0/100% auto no-repeat;
				background-position: bottom;
				//content: ' ';
				display: block;
				z-index: 1;
				opacity: 0.65;
*/ }
    .gclp .lp-hero .hero-tab h1 {
      margin: 0; }
    .gclp .lp-hero .hero-tab p:first-of-type {
      margin-top: 0; }
  .gclp .lp-hero .btn {
    margin-top: 10px; }
  .gclp .lp-hero .flex {
    display: flex; }
    .gclp .lp-hero .flex .video-side {
      display: flex;
      flex-direction: column;
      justify-content: center; }
  @media (max-width: 900px) {
    .gclp .lp-hero {
      padding-bottom: 100px; }
      .gclp .lp-hero .flex {
        display: block; }
      .gclp .lp-hero .col6, .gclp .lp-hero .col5 {
        width: 100%;
        float: none; }
      .gclp .lp-hero .row [class*="col"] {
        margin-left: 0 !important; }
      .gclp .lp-hero .col1 {
        display: none; } }
  @media (max-width: 768px) {
    .gclp .lp-hero .col6 {
      margin-top: 0; } }
  .gclp .lp-hero .contained {
    z-index: 1; }
  .gclp .lp-hero--challenges .contained {
    position: relative; }
  .gclp .lp-hero--challenges .blog-slider__slide:before {
    display: none; }
  .gclp .lp-hero--challenges .blog-slider__inner {
    padding: 35px;
    margin: 0;
    min-height: 0;
    opacity: 0.95; }
    .gclp .lp-hero--challenges .blog-slider__inner h2 {
      margin-top: 0; }
    .gclp .lp-hero--challenges .blog-slider__inner .blog-slider__slide-btn {
      display: inline-block;
      margin-top: 20px; }
  .gclp .lp-hero .lp-hero__content-side {
    position: relative; }
    .gclp .lp-hero .lp-hero__content-side:after {
      content: "";
      clip-path: polygon(0 0, 100% 0, 100% 0.5%, 0 100%);
      width: 100%;
      height: 50px;
      display: block;
      background: rgba(0, 0, 0, 0.65); }
    @media (max-width: 900px) {
      .gclp .lp-hero .lp-hero__content-side {
        margin-bottom: 40px; }
        .gclp .lp-hero .lp-hero__content-side:after {
          display: none; } }
    .gclp .lp-hero .lp-hero__content-side--white:after {
      content: "";
      background: white; }
    .gclp .lp-hero .lp-hero__content-side--white .hero-tab {
      background: white;
      color: inherit; }
    .gclp .lp-hero .lp-hero__content-side__logo {
      display: inline-block;
      max-width: 150px;
      vertical-align: middle;
      height: 90px;
      object-fit: contain; }
      .gclp .lp-hero .lp-hero__content-side__logo-link {
        text-decoration: none; }
    .gclp .lp-hero .lp-hero__content-side .lp-hero__content-side__logo-link + .lp-hero__content-side__logo-link {
      margin-left: 20px; }

.gclp .lp-videos {
  padding: 50px; }
  .gclp .lp-videos .blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px; }
    .gclp .lp-videos .blocks .video-block {
      padding: 0 20px;
      flex-basis: 33.3334%;
      max-width: 33.3334%;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .gclp .lp-videos .blocks .video-block {
          flex-basis: 100%;
          max-width: 100%; } }
      .gclp .lp-videos .blocks .video-block h3 {
        line-height: 1.2;
        font-size: 21px;
        font-weight: 400;
        margin-bottom: 10px; }
      .gclp .lp-videos .blocks .video-block .video {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden; }
        .gclp .lp-videos .blocks .video-block .video iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .gclp .lp-videos .blocks .video-block .btn {
        padding: 7px 18px;
        font-size: 14px; }

.gclp .lp-updates {
  padding: 50px 0; }
  .gclp .lp-updates .resources-section .latest-post h3 {
    font-size: 18px;
    font-weight: 400; }
  .gclp .lp-updates .resources-section .latest-post h4 {
    color: #ff671b;
    font-size: 14px;
    font-weight: 400; }
  .gclp .lp-updates .resources-section .latest-post p {
    font-size: 16px;
    font-weight: 300; }
  .gclp .lp-updates .resources-section .latest-post a {
    color: #012635; }
    .gclp .lp-updates .resources-section .latest-post a:hover {
      color: #ff671b; }
  .gclp .lp-updates .other-new-posts ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0; }
    .gclp .lp-updates .other-new-posts ul li {
      border-bottom: 1px solid rgba(170, 184, 189, 0.6); }
      .gclp .lp-updates .other-new-posts ul li h3 {
        font-size: 16px;
        font-weight: 400; }
        .gclp .lp-updates .other-new-posts ul li h3 a {
          color: #012635; }
          .gclp .lp-updates .other-new-posts ul li h3 a:hover {
            color: #ff671b; }
      .gclp .lp-updates .other-new-posts ul li h4 {
        color: #ff671b;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0; }

.gclp .lp-cta {
  background: #ff671b; }
  .gclp .lp-cta a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 20px 0;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    color: white; }
    .gclp .lp-cta a:hover {
      color: #012635; }
  .gclp .lp-cta i {
    font-size: 24px;
    margin-right: 10px;
    position: relative;
    top: 3px; }

.gclp .lp-help {
  padding: 50px 0; }

.gclp .lp-about,
.gclp .lp-form {
  padding: 50px 0; }

.gclp .lp-cta-big {
  padding: 50px 0; }

.gclp section:nth-of-type(2) {
  padding-top: 0; }

/* Home page hero styles */
.home-hero-section {
  background: lightgrey; }
  .home-hero-section .container {
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center; }
  .home-hero-section h1 {
    font-size: 2.4rem; }

/* Challenge block */
.title-separator + .lp-filter__filter {
  margin-top: -40px; }
  @media (max-width: 768px) {
    .title-separator + .lp-filter__filter {
      margin-top: 0; } }
.lp-filter {
  padding-bottom: 50px; }
  .lp-filter__filter .searchandfilter ul {
    padding: 0;
    text-align: center; }
    .lp-filter__filter .searchandfilter ul li {
      display: inline-block;
      vertical-align: top;
      margin-right: 4rem;
      width: calc(25% - 3rem); }
      .lp-filter__filter .searchandfilter ul li:last-of-type {
        margin-right: 0; }
    .lp-filter__filter .searchandfilter ul label {
      text-align: left; }
    .lp-filter__filter .searchandfilter ul .sf-field-search {
      position: relative;
      width: 100%;
      display: block;
      margin-bottom: 0; }
      .lp-filter__filter .searchandfilter ul .sf-field-search input {
        width: 263px; }
      .lp-filter__filter .searchandfilter ul .sf-field-search label {
        position: relative;
        margin: 0 auto; }
  .lp-filter__filter .searchandfilter input {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(20, 27, 43, 0.5);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    padding: 10px 10px; }
  .lp-filter__filter .searchandfilter select {
    margin-top: 0; }
  .lp-filter__filter .searchandfilter h4 {
    font-size: 16px;
    color: #636466;
    font-weight: 500; }
  .lp-filter__grid .search-filter-results {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .lp-filter__grid .search-filter-results .col4 {
      padding: 0 15px;
      max-width: 33.333%;
      flex-basis: 33.333%;
      width: auto; }
      @media (max-width: 900px) {
        .lp-filter__grid .search-filter-results .col4 {
          max-width: 50%;
          flex-basis: 50%; } }
      @media (max-width: 768px) {
        .lp-filter__grid .search-filter-results .col4 {
          max-width: 100%;
          flex-basis: 100%; } }
    .lp-filter__grid .search-filter-results [class*="col"] {
      margin-left: 0; }
  .lp-filter .pagination {
    width: 100%;
    float: none;
    display: block;
    clear: both;
    padding-top: 20px; }
    .lp-filter .pagination .pages {
      display: block;
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 3px; }
    .lp-filter .pagination span.current {
      display: inline-block; }
    .lp-filter .pagination a {
      display: inline-block;
      padding: 0 8px; }

select {
  background-image: none; }

.lp-hero__challenge-slider {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  z-index: 0;
  padding: 0 !important;
  margin: 0 !important; }
  .lp-hero__challenge-slider .slick-list,
  .lp-hero__challenge-slider .slick-track {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important; }
  .lp-hero__challenge-slider-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; }
    .lp-hero__challenge-slider-image:focus {
      border: none;
      outline: none; }

@media (max-width: 800px) {
  .lp-hero--challenges .blog-slider .contained {
    padding: 0; }
    .lp-hero--challenges .blog-slider .contained .blog-slider__inner {
      margin-top: 40px; } }

.blog-override .wrapper {
  background-color: white !important;
  padding-top: 0; }

.blog-container {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .blog-container .row [class*="col"]:first-child {
    margin-left: 0; }
  .blog-container .row [class*="col"] {
    margin-left: 2.127659574468085%; }
    @media (max-width: 768px) {
      .blog-container .row [class*="col"] {
        margin-left: 0; } }
    .blog-container .row [class*="col"] > [class*="col"] {
      margin-left: 0;
      float: none; }
  @media (max-width: 768px) {
    .blog-container .row [class*="col"] {
      float: none;
      width: 100% !important;
      margin-top: 10px; } }
  .blog-container .row .col12 {
    width: 100%; }
  .blog-container .row .col11 {
    width: 91.48936170212765%; }
  .blog-container .row .col10 {
    width: 82.97872340425532%; }
  .blog-container .row .col9 {
    width: 74.46808510638297%; }
  .blog-container .row .col8 {
    width: 65.95744680851064%; }
  .blog-container .row .col7 {
    width: 57.44680851063829%; }
  .blog-container .row .col6 {
    width: 48.93617021276595%; }
  .blog-container .row .col5 {
    width: 40.42553191489362%; }
  .blog-container .row .col4 {
    width: 31.914893617021278%; }
  .blog-container .row .col3 {
    width: 23.404255319148934%; }
  .blog-container .row .col2 {
    width: 14.893617021276595%; }
  .blog-container .row .col1 {
    width: 6.382978723404255%; }
  .blog-container .bg-grey {
    background: #f4f4f4; }
  .blog-container__blog-filter {
    color: #00303f;
    padding: 20px 0 20px; }
    .blog-container__blog-filter .blog-back {
      font-size: 12px;
      line-height: 1;
      text-decoration: none; }
      .blog-container__blog-filter .blog-back i {
        margin-right: 3px; }
      .blog-container__blog-filter .blog-back:hover {
        text-decoration: underline; }
  .blog-container__blog-list {
    padding: 65px 2rem; }
  .blog-container__blog-col {
    padding-right: 20px; }
    @media (max-width: 768px) {
      .blog-container__blog-col {
        padding-right: 0;
        margin-bottom: 40px; } }
  .blog-container article.blog-container__post {
    padding: 25px 0 45px 0;
    margin: 0;
    margin-bottom: 30px;
    position: relative; }
    .blog-container article.blog-container__post.no-thumbnail {
      padding: 0; }
      .blog-container article.blog-container__post.no-thumbnail .inner {
        max-width: 100%; }
      @media (max-width: 620px) {
        .blog-container article.blog-container__post.no-thumbnail {
          padding-bottom: 45px; } }
    .blog-container article.blog-container__post .inner {
      background: #f4f4f4;
      padding: 45px 41px;
      min-width: 300px;
      max-width: 45%;
      position: relative;
      z-index: 10; }
    .blog-container article.blog-container__post h3 {
      margin-top: 0;
      margin-bottom: 10px;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 14px; }
    .blog-container article.blog-container__post h2 {
      font-size: 22px;
      font-weight: 300;
      margin-top: 0;
      color: #00303f;
      text-transform: capitalize; }
      .blog-container article.blog-container__post h2:hover a {
        text-decoration: underline; }
    .blog-container article.blog-container__post p {
      font-size: 15px;
      font-weight: 400;
      color: #00303f; }
    .blog-container article.blog-container__post .post-image {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 65%; }
      .blog-container article.blog-container__post .post-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0; }
    .blog-container article.blog-container__post .post-meta {
      color: #ff671b;
      font-size: 14px; }
      .blog-container article.blog-container__post .post-meta a {
        color: inherit;
        text-decoration: none; }
        .blog-container article.blog-container__post .post-meta a:hover {
          text-decoration: underline; }
      .blog-container article.blog-container__post .post-meta i {
        color: #00303f;
        font-size: 1.3em;
        margin-right: 2px; }
      .blog-container article.blog-container__post .post-meta__date, .blog-container article.blog-container__post .post-meta__name {
        display: inline-block; }
        .blog-container article.blog-container__post .post-meta__date--reading, .blog-container article.blog-container__post .post-meta__name--reading {
          font-weight: 600;
          font-size: 11px;
          color: #1F4956;
          text-transform: uppercase;
          margin-bottom: 12px; }
          .blog-container article.blog-container__post .post-meta__date--reading i, .blog-container article.blog-container__post .post-meta__name--reading i {
            font-size: 2em;
            font-weight: 500;
            display: inline-block;
            vertical-align: middle;
            margin-right: 2px; }
      .blog-container article.blog-container__post .post-meta__name {
        margin-right: 15px; }
    @media (max-width: 620px) {
      .blog-container article.blog-container__post {
        padding-top: 250px; }
        .blog-container article.blog-container__post .inner {
          max-width: 100%; }
        .blog-container article.blog-container__post .post-image {
          left: -2rem;
          width: calc(100% + 4rem);
          top: 0;
          height: 420px; } }
  .blog-container .blog-page-title {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 28px;
    font-weight: 300 !important;
    font-family: "Open Sans", sans-serif;
    color: #ff671b;
    text-transform: none; }
  .blog-container h4 {
    font-size: 20px;
    font-weight: 300;
    color: inherit; }
  .blog-container .blog-filter-categories a,
  .blog-container .searchandfilter ul li li {
    font-weight: bold;
    font-size: 11px;
    padding: 8px 30px 8px 18px;
    border: 1px solid #ff671b;
    border-radius: 14px;
    background: white;
    margin-bottom: 20px;
    margin-right: 25px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    position: relative; }
    .blog-container .blog-filter-categories a:after,
    .blog-container .searchandfilter ul li li:after {
      content: "+";
      margin-left: 10px;
      font-size: 16px;
      position: absolute;
      top: 4px; }
    .blog-container .blog-filter-categories a:hover, .blog-container .blog-filter-categories a.sf-option-active,
    .blog-container .searchandfilter ul li li:hover,
    .blog-container .searchandfilter ul li li.sf-option-active {
      background: #00303f;
      color: white; }
    .blog-container .blog-filter-categories a.sf-option-active,
    .blog-container .searchandfilter ul li li.sf-option-active {
      border-color: #00303f; }
  .blog-container .blog-search-form {
    margin-bottom: 20px;
    display: inline-block;
    position: relative; }
    .blog-container .blog-search-form:before {
      content: "\f002";
      font-family: FontAwesome;
      position: absolute;
      top: 7px;
      left: 9px;
      color: #ff671b;
      font-size: 16px; }
    .blog-container .blog-search-form input {
      height: 33px;
      border: 1px solid #00303f;
      background: white;
      padding: 5px 5px 5px 32px;
      font-size: 12px;
      font-weight: 500;
      min-width: 200px; }
  .blog-container .pagination {
    margin-top: 40px;
    display: block; }
    .blog-container .pagination ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .blog-container .pagination li {
      display: inline-block;
      font-weight: bold;
      color: #00303f;
      font-size: 14px; }
      .blog-container .pagination li:after {
        display: table;
        line-height: 0;
        content: ""; }
      .blog-container .pagination li a {
        display: block;
        float: left;
        padding: 4px 9px;
        margin-right: 7px;
        opacity: 0.5;
        text-decoration: none; }
        .blog-container .pagination li a:after {
          display: table;
          line-height: 0;
          content: ""; }
      .blog-container .pagination li span.current {
        display: block;
        float: left;
        padding: 4px 9px;
        margin-right: 7px; }
        .blog-container .pagination li span.current a {
          opacity: 1; }
      .blog-container .pagination li span.dots {
        display: block;
        float: left;
        padding: 4px 9px;
        margin-right: 7px; }
  .blog-container .wpp-list {
    padding-left: 0;
    counter-reset: posts; }
    .blog-container .wpp-list li {
      margin-bottom: 20px;
      padding-left: 24px;
      position: relative;
      font-size: 16px;
      font-weight: 400;
      color: #00303f; }
      .blog-container .wpp-list li:before {
        counter-increment: posts;
        content: counter(posts);
        color: #ff671b;
        position: absolute;
        margin-top: 2px;
        left: 0;
        font-weight: 300; }
      .blog-container .wpp-list li a {
        text-decoration: none; }
  .blog-container .searchandfilter ul {
    padding-left: 0; }
    .blog-container .searchandfilter ul li li {
      cursor: pointer; }
      .blog-container .searchandfilter ul li li label {
        padding-left: 0;
        cursor: pointer; }
      .blog-container .searchandfilter ul li li input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 10; }
  .blog-container .searchandfilter h4 {
    padding: 0;
    margin-bottom: 20px; }
  .blog-container .searchandfilter .sf-field-category {
    padding-bottom: 0; }
  .blog-container .searchandfilter .sf-field-search {
    padding: 0;
    margin-bottom: 20px; }
    .blog-container .searchandfilter .sf-field-search label {
      display: block; }
    .blog-container .searchandfilter .sf-field-search input {
      font-weight: bold;
      font-size: 11px;
      padding: 8px 30px 8px 18px;
      border: 1px solid #ff671b;
      border-radius: 14px;
      background: white;
      margin-bottom: 20px;
      margin-right: 25px;
      display: inline-block;
      text-transform: uppercase;
      width: 100%;
      max-width: 300px; }
  .blog-container .m-b-70 {
    margin-bottom: 70px; }
  .blog-container aside .button {
    font-size: 0.8em;
    font-weight: 600;
    display: block;
    line-height: 1.2;
    padding: 15px 24px;
    white-space: pre-wrap; }

.blog-single-container {
  font-size: 1.5rem;
  font-weight: 400;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .blog-single-container .row [class*="col"]:first-child {
    margin-left: 0; }
  .blog-single-container .row [class*="col"] {
    margin-left: 2.127659574468085%; }
    @media (max-width: 768px) {
      .blog-single-container .row [class*="col"] {
        margin-left: 0; } }
  @media (max-width: 768px) {
    .blog-single-container .row [class*="col"] {
      float: none;
      width: 100% !important;
      margin-top: 10px; } }
  .blog-single-container .row .col12 {
    width: 100%; }
  .blog-single-container .row .col11 {
    width: 91.48936170212765%; }
  .blog-single-container .row .col10 {
    width: 82.97872340425532%; }
  .blog-single-container .row .col9 {
    width: 74.46808510638297%; }
  .blog-single-container .row .col8 {
    width: 65.95744680851064%; }
  .blog-single-container .row .col7 {
    width: 57.44680851063829%; }
  .blog-single-container .row .col6 {
    width: 48.93617021276595%; }
  .blog-single-container .row .col5 {
    width: 40.42553191489362%; }
  .blog-single-container .row .col4 {
    width: 31.914893617021278%; }
  .blog-single-container .row .col3 {
    width: 23.404255319148934%; }
  .blog-single-container .row .col2 {
    width: 14.893617021276595%; }
  .blog-single-container .row .col1 {
    width: 6.382978723404255%; }
  .blog-single-container__header {
    margin-bottom: 50px; }
  .blog-single-container__header-img {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media (max-width: 768px) {
      .blog-single-container__header-img {
        height: 250px; } }
  .blog-single-container .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
  .blog-single-container .elementor-container.elementor-column-gap-default {
    padding: 0 !important; }
  .blog-single-container .elementor-widget-text-editor .elementor-drop-cap {
    font-size: 36px; }
  .blog-single-container__post-body {
    position: relative;
    padding-right: 20px;
    padding-bottom: 70px; }
    @media (max-width: 768px) {
      .blog-single-container__post-body {
        padding-right: 0; } }
    .blog-single-container__post-body .post-meta {
      margin-top: 0;
      margin-bottom: 10px;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 14px; }
      .blog-single-container__post-body .post-meta a {
        text-decoration: none;
        color: #ff671b; }
    .blog-single-container__post-body h1 {
      font-size: 30px;
      color: #00303f;
      font-weight: 300;
      margin-top: 0;
      margin-bottom: 20px; }
    .blog-single-container__post-body h2 {
      font-size: 1.6em; }
    .blog-single-container__post-body h3 {
      font-size: 1.4em; }
    .blog-single-container__post-body h4 {
      font-size: 1.2em;
      color: #00212F; }
    .blog-single-container__post-body p, .blog-single-container__post-body li {
      color: #00212F; }
  .blog-single-container .blog-single__share {
    position: absolute;
    top: 0;
    left: -60px;
    width: 36px; }
    .blog-single-container .blog-single__share a {
      height: 36px;
      width: 36px;
      display: block;
      margin-bottom: 10px;
      font-size: 22px;
      color: white;
      padding-top: 2px;
      text-align: center; }
    .blog-single-container .blog-single__share .twitter {
      background: #1DA1F2; }
      .blog-single-container .blog-single__share .twitter:hover {
        background: #0c85d0; }
    .blog-single-container .blog-single__share .linkedin {
      background: #0077B5;
      font-size: 20px;
      padding-top: 4px; }
      .blog-single-container .blog-single__share .linkedin:hover {
        background: #005582; }
    .blog-single-container .blog-single__share .mailto {
      background: #FF681B;
      font-size: 18px;
      padding-top: 5px; }
      .blog-single-container .blog-single__share .mailto:hover {
        background: #e74e00; }
    @media (max-width: 1000px) {
      .blog-single-container .blog-single__share {
        position: relative;
        left: 0;
        top: 0;
        width: 150px; }
        .blog-single-container .blog-single__share a {
          display: inline-block;
          vertical-align: top;
          margin-right: 5px; } }
  .blog-single-container .post-author {
    background: #f4f4f4;
    position: relative;
    text-align: center;
    padding: 0 30px 30px; }
    .blog-single-container .post-author:before {
      content: "";
      background: white;
      width: 100%;
      height: 55px;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    .blog-single-container .post-author img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      position: relative;
      z-index: 1;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto; }
    .blog-single-container .post-author h4 {
      font-size: 20px;
      color: #00303f;
      margin: 0 0 10px; }
    .blog-single-container .post-author h5 {
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      color: #ff671b;
      font-weight: 400;
      text-transform: none;
      margin: 0 0 20px; }
    .blog-single-container .post-author p {
      color: #00303f;
      font-size: 14px; }
    @media (max-width: 768px) {
      .blog-single-container .post-author {
        margin-bottom: 60px; } }
  .blog-single-container__more-posts {
    background: #f4f4f4;
    padding: 72px 0 65px; }
    @media (max-width: 768px) {
      .blog-single-container__more-posts {
        padding-top: 30px; } }
    .blog-single-container__more-posts h2 {
      font-size: 28px;
      margin-top: 0;
      margin-bottom: 30px; }
    .blog-single-container__more-posts article.blog-container__post {
      padding: 160px 12px 0;
      margin-bottom: 0; }
      .blog-single-container__more-posts article.blog-container__post .inner {
        background: white;
        max-width: 100%;
        min-width: 0; }
      .blog-single-container__more-posts article.blog-container__post .post-image {
        width: 100%;
        height: 220px; }
      .blog-single-container__more-posts article.blog-container__post h2 {
        font-size: 24px;
        color: #00303f;
        line-height: 1.3; }
      .blog-single-container__more-posts article.blog-container__post h3 {
        font-size: 14px;
        line-height: 1.1;
        color: #ff671b;
        margin-bottom: 10px; }
      @media (max-width: 768px) {
        .blog-single-container__more-posts article.blog-container__post {
          margin-bottom: 40px; } }
/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 10px;
  background: white;
  position: sticky;
  top: 0;
  z-index: 100; }

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 10px;
  background: #ff671b;
  width: 0%; }

.single.single-post .current_page_parent {
  border-bottom: 2px solid white; }

#content-listener {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0; }

.blog .blog-archive-hero {
  background-size: cover; }

.ctgpressreleases__article {
  padding: 25px 0 5px !important;
  margin: 0;
  margin-bottom: 0 !important;
  position: relative; }

.ctgpressreleases .inner {
  width: 100%;
  max-width: 100% !important; }
  .ctgpressreleases .inner h1 {
    margin-top: 0.5em;
    font-size: 1.3em; }

.ctgpressreleases__type {
  display: inline-block;
  background: #768894;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.6em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.ctgpressreleases.ctg-internal-events h2 {
  margin-top: 0.5em !important;
  font-size: 1.3em !important;
  color: #ff671b !important; }

.ctgpressreleases.ctg-internal-events .has_image .inner {
  display: flex; }

.ctgpressreleases.ctg-internal-events .has_image .ctg-internal-events__image {
  max-width: 150px;
  height: auto;
  margin-right: 3.5rem;
  object-fit: contain;
  object-position: top; }

.search .site-content .wrapper,
.search-results .site-content .wrapper {
  background: white; }

.search .page-header .page-title,
.search-results .page-header .page-title {
  text-align: left;
  font-size: 30px;
  font-weight: 300;
  color: #00303f; }

.search h2,
.search-results h2 {
  font-size: 26px;
  margin-bottom: 10px; }
  .search h2:hover,
  .search-results h2:hover {
    text-decoration: underline; }

.search .entry-meta,
.search-results .entry-meta {
  position: relative;
  left: 0; }

.search .entry-footer,
.search-results .entry-footer {
  color: #00303f; }
  .search .entry-footer a,
  .search-results .entry-footer a {
    color: #00303f; }

.search .cat-links,
.search-results .cat-links {
  margin-bottom: 0; }

.search article,
.search-results article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb; }

.page-id-7934 .ctgevents li {
  width: 100%;
  text-align: left;
  padding: 1.2em 3rem; }
  .page-id-7934 .ctgevents li:not(.odd) + .odd {
    margin-top: 2em; }
  .page-id-7934 .ctgevents li p {
    margin-bottom: 0; }
  .page-id-7934 .ctgevents li.odd {
    background: #f4f4f4;
    padding: 1.2em 3rem; }
    .page-id-7934 .ctgevents li.odd h2.year {
      margin-top: 0; }
  .page-id-7934 .ctgevents li h2.year {
    margin: 1em 0 4rem;
    padding-bottom: 3px;
    font-size: 185%;
    color: #000000ab;
    display: block;
    width: 10%;
    border-bottom: 2px solid black; }
  .page-id-7934 .ctgevents li h3 {
    margin: 0;
    color: #636466; }
  .page-id-7934 .ctgevents li a {
    color: #ff671b; }
    .page-id-7934 .ctgevents li a:after {
      display: inline-block;
      content: "";
      background: url("../images/link-icon.svg") no-repeat center;
      background-size: 100%;
      height: 22px;
      width: 22px;
      margin-left: 1rem; }
  .page-id-7934 .ctgevents li a:hover {
    color: black; }
    .page-id-7934 .ctgevents li a:hover:after {
      background: url("../images/link-icon--black.svg") no-repeat center;
      background-size: 100%; }

.site-search {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 1em; }
  .site-search .search-form {
    display: none;
    position: absolute;
    width: 25rem;
    right: 0;
    top: 4rem;
    z-index: 200; }
    .site-search .search-form .search-field {
      padding: 0.6rem 1.6rem;
      border-radius: 2px;
      border: 1px solid #dbdbdb;
      width: 100%;
      color: #00303f; }
  .site-search .search-toggle {
    height: 27px;
    appearance: none;
    cursor: pointer;
    background: transparent;
    border: none;
    font-size: 2em; }
  @media (max-width: 768px) {
    .site-search {
      display: none; } }
.search-results .entry-title {
  text-transform: capitalize; }

table thead {
  text-align: left; }

td, th {
  padding: 0 10px; }
