/* =GENERAL
-------------------------------------------------------------- */
* {
  border-radius: 0 !important;
}

body {
  color: #000000;
  font-family: 'Urbanist', sans-serif;
  font-size: 17px;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0.75em 0;
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
}

.h1, h1 {
  margin-top: 0;
  font-size: 56px;
}

.h3, h3 {
  font-size: 26px;
}

.h3, h3 {
  font-size: 18px;
}

.h4, h4, .h5, h5, .h6, h6 {
  font-size: 16px;
}

p, li {
  margin-bottom: 1em;
  line-height: 1.7em;
}

a {
  color: #000000;
}

a:hover {
  color: #aaaaaa;
}

h1 a, h2 a, h3 a, h4 a {
  text-decoration: none !important;
}

label {
  display: block;
  font-weight: normal;
}

hr {
  border-top: 1px solid #979797;
}

img {
  max-width: 100%;
  height: auto;
}

img.alignnone,
div.figure {
  margin-bottom: 20px;
}

img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

img.alignright {
  float: right;
  margin-right: 20px;
  margin-bottom: 20px;
}

strong {
  font-weight: 500;
}

blockquote {
  border-left: 5px solid #ff4800;
}

blockquote.blue {
  border-left: 5px solid #22d5f2;
}

blockquote.purple {
  border-left: 5px solid #9789e7;
}

.button a {
  display: inline-block;
  padding: 5px 25px;
  border: none;
  border-radius: 20px !important;
  background: #ff4800;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.button a:hover {
  background: #124c69;
}

.button.thin a {
  width: 100%;
  padding: 5px 15px;
}

/* =HEADER
-------------------------------------------------------------- */
header {
  overflow: hidden;
}

#site-header-content {
  background-color: #082330;
}

/*header > .container {
	background: url('../images/bg-header.png') no-repeat 85% 0;
}*/
/*
#header-banner {
	float: right;
	width: 75%;
	padding-right: 15px;
}*/
#header-logo {
  float: left;
  width: 25%;
  padding-left: 15px;
}

header a#logo-link {
  display: block;
  float: left;
  margin: 35px 0;
}

header a#logo-link img {
  display: block;
  width: auto;
}

#header-widget {
  margin-top: 15px;
  margin-bottom: 15px;
  /*text-align: right;*/
}

#header-widget img {
  display: block;
  width: 728px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.social {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social li {
  float: left;
  margin-right: 7px;
}

.social li a {
  display: block;
  color: transparent;
  text-align: center;
  font: 0/0 a;
}

.social li a i {
  width: 30px;
  height: 30px;
  color: #1c2d50;
  line-height: 30px;
  font-size: 24px;
}

.social li a:hover i {
  color: #ff4800;
}

#header-social.social {
  float: right;
  margin-top: 30px;
}

#header-social.social li {
  float: right;
  margin-top: 7px;
  margin-right: 0;
  margin-left: 7px;
}

#main-nav {
  background-color: #124c69;
}

#wrapper-main-nav {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}

ul.main-menu {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.main-menu > li {
  position: relative;
  float: left;
  margin: 0 2px 0 0;
}

ul.main-menu li ul {
  display: none;
  position: absolute;
  z-index: 200;
  top: 100%;
  left: -999em;
  margin: 0;
  padding: 0;
  background-color: #124c69;
  text-align: left;
  list-style: none;
}

ul.main-menu li ul li,
ul.main-menu-dropdown li {
  margin: 0;
}

ul.main-menu li:hover ul {
  display: block;
  left: 0;
}

ul.main-menu li a,
ul.main-menu-dropdown li a {
  display: block;
  padding: 7px 15px;
  color: #ffffff;
  line-height: 30px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

ul.main-menu > li > a {
  height: 56px;
  padding: 0 15px;
  line-height: 56px;
  font-weight: 700;
}

ul.main-menu .fa-home:before,
ul.main-menu .fa-folder:before,
ul.main-menu .fa-video-camera:before,
ul.main-menu .fa-star:before,
ul.main-menu .fa-user:before,
ul.main-menu .fa-bullhorn:before,
#mobile-nav .fa-home:before,
#mobile-nav .fa-folder:before,
#mobile-nav .fa-video-camera:before,
#mobile-nav .fa-star:before,
#mobile-nav .fa-user:before,
#mobile-nav .fa-bullhorn:before {
  display: none;
}

ul.main-menu > li > a:before,
#mobile-nav > ul > li > a:before {
  margin-right: 8px;
  color: #cbcdd5;
  font-family: 'FontAwesome';
}

ul.main-menu .fa-home > a:before,
#mobile-nav .fa-home > a:before {
  content: "\f015";
}

ul.main-menu .fa-folder > a:before,
#mobile-nav .fa-folder > a:before {
  content: "\f07b";
}

ul.main-menu .fa-video-camera > a:before,
#mobile-nav .fa-video-camera > a:before {
  content: "\f03d";
}

ul.main-menu .fa-star > a:before,
#mobile-nav .fa-star > a:before {
  content: "\f005";
}

ul.main-menu .fa-user > a:before,
#mobile-nav .fa-user > a:before {
  content: "\f007";
}

ul.main-menu .fa-bullhorn > a:before,
#mobile-nav .fa-bullhorn > a:before {
  content: "\f0a1";
}

ul.main-menu li.active > a,
ul.main-menu li a:hover,
ul.main-menu-dropdown li.active > a,
ul.main-menu-dropdown li a:hover,
body.single-post ul.main-menu li.current_page_parent > a,
body.single-video ul.main-menu li.menu-video > a,
#nav-search a,
#nav-contact a,
#nav-innovators a {
  position: relative;
}

ul.main-menu li.active > a::after,
ul.main-menu li a:hover::after,
ul.main-menu-dropdown li.active > a::after,
ul.main-menu-dropdown li a:hover::after,
body.single-post ul.main-menu li.current_page_parent > a::after,
body.single-video ul.main-menu li.menu-video > a::after,
#nav-search a:hover::after,
#nav-contact a:hover::after,
#nav-innovators a:hover::after {
  content: " ";
  position: absolute;
  right: 13px;
  bottom: 0;
  left: 13px;
  height: 2px;
  background-color: #ff4800;
}

ul.main-menu > li.active > a::after,
ul.main-menu > li > a:hover::after,
#nav-search a:hover::after,
#nav-contact a:hover::after,
#nav-innovators a:hover::after {
  bottom: 0;
}

#nav-menu-icon {
  float: right;
  margin: 0;
  padding: 0 15px;
  color: #ffffff;
  line-height: 56px;
  font-size: 30px;
}

#nav-menu-icon:hover {
  cursor: pointer;
}

#wrapper-main-nav-dropdown {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  right: 0;
  background-color: #124c69;
}

#wrapper-main-nav-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav-search {
  float: right;
  margin: 0 -10px 0 2px;
}

#nav-contact,
#nav-innovators {
  float: right;
  margin: 0;
}

#nav-search a,
#nav-contact a,
#nav-innovators a {
  display: block;
  height: 56px;
  padding: 0 15px;
  color: #ffffff;
  line-height: 56px;
  text-decoration: none;
  font-size: 16px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#nav-search a {
  font-size: 30px;
}

#nav-search a:hover,
#nav-contact a:hover,
#nav-innovators a:hover {
  text-decoration: none;
}

#nav-search a i:before {
  color: #ffffff;
}

#nav-contact a i:before {
  margin-right: 8px;
  color: #cbcdd5;
}


#mobile-nav-toggle {
  display: none;
  position: absolute;
  right: 15px;
  bottom: 5px;
}

#mobile-nav-toggle a {
  display: block;
  height: 30px;
  color: #ffffff;
  line-height: 30px;
  text-decoration: none;
  font-size: 30px;
}

#mobile-nav-toggle a:hover {
  color: #ff4800;
  text-decoration: none;
}

#mobile-nav-toggle a span {
  color: transparent;
  font: 0/0 a;
}

#mobile-nav {
  display: none;
  clear: both;
  background: #124c69;
}

#mobile-nav ul {
  padding: 20px;
  list-style: none;
}

#mobile-nav ul ul {
  padding: 5px 0 5px 40px;
}

#mobile-nav a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  text-decoration: none;
}

#mobile-nav a:before {
  display: inline-block;
  width: 1em;
}

/* =SLIDER
-------------------------------------------------------------- */
/* general */
#slider {
  position: relative;
}

#slider img {
  display: block;
  max-width: 100%;
  height: auto;
}

#slider .carousel-image {
  display: block;
  position: relative;
  width: 62%;
  height: 468px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#slider .carousel-caption {
  top: auto;
  right: 14%;
  bottom: 50px;
  left: auto;
  width: 627px;
  padding: 0;
  text-shadow: none;
  text-align: left;
}

#slider .carousel-caption h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 40px;
}

#slider .carousel-caption p.button {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  border: none;
  background: #ff4800;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#slider .carousel-caption p.button:hover {
  background: #082330;
}

#slider .carousel-indicators {
  right: 0;
  bottom: 0;
  left: auto;
  width: 38%;
  height: 100%;
  margin: 0;
}

#slider .carousel-indicators li {
  display: block;
  position: relative;
  width: 100%;
  height: 33.3333%;
  margin: 0;
  border: none;
  background-color: #ffffff;
  color: #575458;
  text-indent: 0;
}

#slider .carousel-indicators li .text-wrap {
  max-width: 380px;
  padding: 30px 0 0 50px;
  text-align: left;
}

#slider .carousel-indicators li .text-wrap h3 {
  margin-top: 0;
  font-family: 'Urbanist', sans-serif;
  font-size: 23px;
}

#slider .carousel-indicators li .text-wrap p.meta-author {
  font-size: 14px;
}

#slider .carousel-indicators li .text-wrap p.meta-author:before {
  content: '\f040';
  margin-right: 10px;
  font-family: 'FontAwesome';
}

#slider .carousel-indicators li.active {
  width: 100%;
  height: 33.33333%;
  background-color: #1c2d50;
  color: #ffffff;
}

#slider .carousel-indicators li.active:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -130px;
  width: 0;
  height: 0;
  border-top: 78px solid transparent;
  border-right: 65px solid #1c2d50;
  border-bottom: 78px solid transparent;
  border-left: 65px solid transparent;
}

/* =CONTENT
-------------------------------------------------------------- */
main#content {
  clear: both;
  margin: 0 auto;
}

#breadcrumb {
  padding-top: 25px;
}

#breadcrumb p {
  color: #a49da6;
  line-height: 18px;
  font-size: 13px;
  font-weight: 500;
}

#breadcrumb p i {
  vertical-align: middle;
  margin: 0 5px;
  color: #575458;
  line-height: 18px;
  font-size: 18px;
}

#breadcrumb p a {
  color: #575458;
}

#breadcrumb p a:hover {
  color: #ff4800;
  text-decoration: none;
}

#wrapper-content {
  padding-bottom: 30px;
}

#wrapper-contact {
  padding-bottom: 10px;
}

article.page,
article.post {
  padding-top: 45px;
}

article.post .wrapper-content-text {
  margin-bottom: 50px;
}

article .wrapper-content-text h2:first-child {
  margin-top: 0;
}

article img {
  max-width: 100%;
  height: auto;
}

article .alignleft {
  float: left;
  max-width: 100%;
  margin: 0 20px 20px 0;
}

article .alignright {
  float: right;
  max-width: 100%;
  margin: 0 0 20px 20px;
}

article .aligncenter {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}

article > h1 {
  margin-bottom: 0.8em;
}

.page-template-default article > h1 {
  margin-bottom: 0.2em;
}

article p,
article li {
  color: #000000;
}

article p a,
article li a {
  text-decoration: underline;
}

article .wp-caption {
  max-width: 100%;
}

article .wp-caption p {
  padding: 5px 10px;
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
}

.gallery {
  margin: 0 -7px 20px !important;
}

.gallery .gallery-item {
  margin: 0 !important;
}

.gallery .gallery-item a {
  display: block;
  padding: 7px;
}

.gallery .gallery-item img {
  border: 0 !important;
}

#page-header-image {
  padding: 30px;
  background: #000000;
}

#page-header-image img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 310px;
  margin: 0 auto;
}

#page-sub-nav {
  border-bottom: 2px solid #f1f1f0;
  text-align: center;
}

#page-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#page-sub-nav a {
  display: block;
  text-decoration: none;
  font-size: 16px;
}

#page-sub-nav > ul {
  overflow-x: scroll;
  overflow-y: clip;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#page-sub-nav > ul > li {
  display: inline-block;
  margin: 0 15px;
  line-height: 2em;
}

#page-sub-nav > ul > li > a {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

#page-sub-nav > ul > li.active > a {
  font-weight: 700;
}

#page-sub-nav > ul > li > a:hover {
  color: #000000;
}

#page-sub-nav > ul > li > a:hover::after,
#page-sub-nav > ul > li.active > a::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #09abdb;
}

#page-sub-nav.page-sub-nav-color-blue > ul > li > a:hover::after,
#page-sub-nav.page-sub-nav-color-blue > ul > li.active > a::after {
  background-color: #09abdb;
}

#page-sub-nav.page-sub-nav-color-green > ul > li > a:hover::after,
#page-sub-nav.page-sub-nav-color-green > ul > li.active > a::after {
  background-color: #72c03e;
}

#page-sub-nav.page-sub-nav-color-purple > ul > li > a:hover::after,
#page-sub-nav.page-sub-nav-color-purple > ul > li.active > a::after {
  background-color: #9789e7;
}

article #post-slider {
  clear: both;
  margin: 20px 0;
  background-color: #000000;
}

article #post-slider .item {
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

article #post-slider .item.orientation-portrait {
  background-size: contain;
}

article #post-slider .carousel-control {
  background: transparent !important;
  color: #ff4800;
  opacity: 1;
}

article #page-links-list {
  padding: 0;
  text-align: center;
  list-style: none;
}

article #page-links-list li {
  margin-bottom: 20px;
}

article #page-links-list li.text-override {
  text-align: left;
}

article .page-links-cols-2 #page-links-list li:nth-child(2n+1) {
  clear: left;
}

article .page-links-cols-3 #page-links-list li:nth-child(3n+1) {
  clear: left;
}

article #page-links-list li h3 {
  margin-bottom: 0;
}

article #page-links-list li h4 {
  margin-top: 0.35em;
  margin-bottom: 0;
}

/* post index page */
.wrapper-post-index {
  padding-top: 45px;
}

#home-feat + .wrapper-post-index {
  padding-top: 10px;
}

.wrapper-post-index h1 {
  margin-bottom: 1.2em;
}

article.post-index {
  min-height: 300px;
  margin-bottom: 40px;
}

article.post-index.video {
  min-height: 150px;
  margin-bottom: 20px;
}

article.post-index.story {
  margin-bottom: 30px;
  border-bottom: 1px solid #979797;
}

article.post-index h2 {
  margin-top: 0;
}

article.post-index.video h2 {
  margin-bottom: 0;
}

article.post-index h2 a:hover {
  color: #ff4800;
  text-decoration: none;
}

article div.thumb-wrap a {
  display: block;
}

article div.thumb-wrap a img {
  display: block;
}

#wrapper-content .wp-pagenavi {
  text-align: center;
}

#wrapper-content .wp-pagenavi a,
#wrapper-content .wp-pagenavi span {
  display: inline-block;
  vertical-align: middle;
  min-width: 34px;
  height: 34px;
  margin: 0 3px;
  padding: 0;
  border: none;
  background-color: #1c2d50;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
}

#wrapper-content .wp-pagenavi span.current,
#wrapper-content .wp-pagenavi span.extend {
  border: none;
  background-color: #cbcdd5;
  color: #575458;
  font-weight: normal;
}

#wrapper-content .wp-pagenavi a.first,
#wrapper-content .wp-pagenavi a.last,
#wrapper-content .wp-pagenavi a.previouspostslink,
#wrapper-content .wp-pagenavi a.nextpostslink {
  position: relative;
  width: 14px;
  min-width: 14px;
  margin-left: 15px;
  color: transparent;
}

#wrapper-content .wp-pagenavi a.last,
#wrapper-content .wp-pagenavi a.nextpostslink {
  margin-right: 15px;
  margin-left: 3px;
}

#wrapper-content .wp-pagenavi a.first:before,
#wrapper-content .wp-pagenavi a.last:before,
#wrapper-content .wp-pagenavi a.previouspostslink:before,
#wrapper-content .wp-pagenavi a.nextpostslink:before {
  content: " ";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}

#wrapper-content .wp-pagenavi a.first:before,
#wrapper-content .wp-pagenavi a.previouspostslink:before {
  left: -30px;
  border-top: 17px solid transparent;
  border-right: 15px solid #1c2d50;
  border-bottom: 17px solid transparent;
  border-left: 15px solid transparent;
}

#wrapper-content .wp-pagenavi a.last:before,
#wrapper-content .wp-pagenavi a.nextpostslink:before {
  right: -30px;
  border-top: 17px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 15px solid #1c2d50;
}

#wrapper-content .wp-pagenavi a.first:after,
#wrapper-content .wp-pagenavi a.last:after {
  content: " ";
  position: absolute;
  top: 0;
  left: -25px;
  width: 10px;
  height: 100%;
  background-color: #1c2d50;
}

#wrapper-content .wp-pagenavi a.last:after {
  right: -25px;
  left: auto;
}

.post-ad-block-h {
  margin-top: 50px;
  margin-bottom: 70px;
  text-align: center;
}

/* post single */
article.post .wrapper-content-text > p:first-of-type {
  font-weight: 500;
}

article.post.three-quarter .wrapper-content-text p,
article.post.three-quarter .wrapper-content-text h1,
article.post.three-quarter .wrapper-content-text h2,
article.post.three-quarter .wrapper-content-text h3,
article.post.three-quarter .wrapper-content-text h4,
article.post.three-quarter .wrapper-content-text h5,
article.post.three-quarter .wrapper-content-text h6,
article.post.three-quarter .wrapper-content-text ul,
article.post.three-quarter .wrapper-content-text ol,
article.post.three-quarter .wrapper-content-text dl {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

article.post.three-quarter .wrapper-content-text .wp-caption p {
  max-width: none;
}

/* meta and sharing */
/* top of articles */

.meta-date {
  margin-bottom: 2em;
}

.meta-byline {
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  color: #000000;
  font-weight: 500;
}

.meta-author-date {
  margin-bottom: 1em;
  padding-top: 7px;
  font-size: 14px;
}

.meta-byline a,
.meta-author-date a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}

.meta-author-share {
  float: right;
}

.meta-author-share div.addtoany_list a {
  margin: 0 0 0 8px;
}

.meta-author-share div.addtoany_list a .a2a_label {
  display: none;
}

.a2a_kit .a2a_svg.a2a_s_email {
  background-color: #8299b8 !important;
}

/* bottom of articles */
.meta-share {
  margin-bottom: 10px;
}

.meta-share img {
  display: block;
  max-width: 113px;
  margin-bottom: 20px;
}

div.addtoany_list a {
  margin: 0 8px 0 0;
  padding: 0;
}

.meta-tags h2 {
  display: inline-block;
  margin-right: 0;
  text-transform: uppercase;
  font-family: 'Urbanist', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.meta-tags-list {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.meta-tags-list li {
  display: inline-block;
  margin-right: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.meta-tags-list li a {
  text-decoration: none;
}

#post-article-footer-widget > div {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 5px solid #000000;
}

#post-article-footer-widget img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#latest-features .text-wrap {
  text-align: left
}

#post-footer-widget {
  margin-bottom: 60px;
}

#post-footer-widget img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* featured video */
.video-featured {
  padding: 60px 0 60px;
  background-color: #f1f3f2;
}

.video-featured .video-featured-title {
  margin-bottom: 0.75em;
  padding-right: 25px;
  font-family: 'Urbanist', sans-serif;
  font-size: 28px;
}

.video-featured .video-featured-post .fve-video-wrapper {
  margin-bottom: 0;
}

.video-featured .video-featured-post h2 {
  margin-top: 0;
  font-size: 26px;
}

.video-featured .video-featured-post-text {
  margin-bottom: 60px;
}

.video-featured .video-featured-post-strapline {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: 'Calibri', Arial, sans-serif;
  font-size: 16px;
}

.video-featured .video-featured-post-strapline span {
  font-weight: bold;
}

.video-featured .video-featured-post-strapline span.red {
  color: #c00000;
}

.video-featured .video-featured-post-strapline span.green {
  color: #548235;
}

.video-featured .video-featured-post-date {
  margin-bottom: 0;
  font-family: 'Calibri', Arial, sans-serif;
  font-size: 16px;
}

/* post category rows */
#video-content,
#event-content {
  text-align: center;
}

#video-categories,
#event-categories {
  margin-bottom: 60px;
  text-align: center;
}

#video-categories .video-categories-title-wrapper {
  position: relative;
  margin-bottom: 1.5em;
  text-align: left;
}

#video-categories .video-categories-title-wrapper:after {
  content: " ";
  position: absolute;
  z-index: -1;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  background-color: #575458;
}

#video-categories .video-categories-title-wrapper h2 {
  display: inline-block;
  padding-right: 20px;
  background: #ffffff;
  font-size: 26px;
}

#video-categories .video-categories-title-wrapper p {
  float: right;
  margin: 16px 0 0;
  font-size: 20px;
}

#video-categories .video-categories-title-wrapper p a {
  display: block;
  padding: 0 10px;
  background: #ffffff;
  text-decoration: none;
}

#video-categories .posts-list,
#event-categories .posts-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#video-categories .posts-list h3,
#event-categories .posts-list h3 {
  text-align: left;
}

#video-categories .button,
#event-categories .button {
  text-align: right;
}

/* post lists */
.posts-list {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}

.posts-list .posts-list-item {
  margin-bottom: 20px;
  text-align: center;
}

.posts-list .posts-list-item:nth-of-type(4n+1) {
  clear: left;
}

.posts-list .posts-list-item.col-sm-4:nth-of-type(4n+1) {
  clear: none;
}

.posts-list .posts-list-item.col-sm-4:nth-of-type(3n+1) {
  clear: left;
}

.posts-list h3 {
  margin-bottom: 0.5em;
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
}

.posts-list .col-sm-4 h3 {
  font-size: 20px;
}

.posts-list a {
  text-decoration: none;
}

.posts-list img {
  margin-bottom: 10px;
}

.meta-cat {
  position: absolute;
  bottom: 0;
  left: 15px;
  margin-bottom: 0;
  text-align: left;
}

.meta-cat a {
  display: block;
  color: #ff4800;
  font-weight: 700;
}

.meta-date {
  color: #575458;
  font-size: 14px;
}

.meta-date:before {
  content: "\f133";
  margin-right: 5px;
  color: #1c2d50;
  font-family: 'FontAwesome';
}

/* posts - grey backgrounds */
.posts-list .box-bg .thumb-wrap img {
  margin: 0;
}

.posts-list .box-bg .text-wrap {
  padding: 23px 0;
}

.posts-list .box-bg .text-wrap.has-cat {
  min-height: 110px;
  padding-bottom: 40px;
}

.posts-list .box-bg .text-wrap.no-title {
  min-height: 0 !important;
  padding-bottom: 23px !important;
}

.posts-list .box-bg .text-wrap h3 {
  min-height: 67px;
  margin: 0;
  text-align: left;
}

.posts-list .box-bg.col-md-3 .text-wrap h3 {
  min-height: 80px;
}

/* home */
article.home {
  margin-bottom: 40px;
  padding-top: 0;
}

article.home .home-ctas {
  position: relative;
  padding-top: 20px;
}

/*
article.home .home-ctas::before,
article.home .home-ctas::after {
	content: " ";
	position: absolute;
	height: 1px;
	width: 100%;
	border-right: 15px solid #fff;
	border-left: 15px solid #fff;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
article.home .home-ctas::after {
	bottom: 0;
	top: auto;
}
*/
article.home .code-block {
  margin: 0;
}

#home-feat {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #ffffff;
  color: #ffffff;
}

#home-feat .home-feat-text {
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  -ms-flex-align: center !important;
}

#home-feat .home-feat-text-wrapper {
  padding-right: 30px;
}

#home-feat .home-feat-text h2 {
  font-family: 'Urbanist', sans-serif;
  font-size: 36px;
  font-weight: 400;
}

#home-feat .home-feat-text h2 a {
  color: #082330;
  text-decoration: none;
  font-weight: 700;
}

#home-feat .home-feat-text h2 a:hover {
  color: #ff4800;
}

#home-feat .home-feat-text p a {
  color: #ffffff;
  text-decoration: none;
}

#home-content {
  text-align: center;
}

.home-ctas {
  margin-bottom: 20px;
}

.home-ctas .posts-list {
  margin-bottom: 0;
}

.home-ctas .posts-list .box-bg .text-wrap h3 {
  min-height: 0;
}

.home-title-wrapper {
  position: relative;
  margin-bottom: 33px;
}

/*
.home-title-wrapper:after {
	content: " ";
	position: absolute;
	bottom: 50%;
	left: 0;
	margin-bottom: -1px;
	height: 1px;
	width: 100%;
	z-index: -1;
	background-color: #575458;
} */
.home-title {
  display: inline-block;
  margin: 0;
  padding-right: 25px;
  background: #ffffff;
  color: #ff4800;
  font-family: 'Urbanist', sans-serif;
  font-size: 28px;
}

.home-title-wrapper.light {
  margin-bottom: 15px;
}

.home-title-wrapper.light .home-title {
  color: #aaaaaa;
  font-size: 1.7rem;
}

.home-ad-block-h {
  margin-bottom: 50px;
}

.home-ad-block-h ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.home-ad-block-h ul li {
  margin: 0;
}

.home-podcast {
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ff4800;
}

.home-podcast ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-podcast .home-podcast-1 {
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  -ms-flex-align: center !important;
}

.home-podcast .home-podcast-1 img {
  width: 400px;
  max-width: 100%;
  margin: 0;
}

.home-podcast .recent-posts-widget-with-thumbnails ul {
  padding-left: 30px;
}

.home-podcast .recent-posts-widget-with-thumbnails li {
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.home-podcast .recent-posts-widget-with-thumbnails li::before {
  content: " ";
  position: absolute;
  top: 24px;
  left: -30px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000000;
}

.home-podcast .recent-posts-widget-with-thumbnails li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}

.home-podcast .recent-posts-widget-with-thumbnails li a:hover {
  color: #000000;
}


.sidebar.sidebar-home .widget {
  margin-bottom: 50px;
}

.innovator-carousel .posts-list .posts-list-item {
  clear: none !important;
  margin-bottom: 30px;
  padding: 0 15px;
}

/* categories */
.sidebar-category-top iframe {
  margin-bottom: 50px;
}

/* stories */
.story-author {
  color: #203864;
  font-family: 'arial', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.story-author a {
  color: #203864;
  text-decoration: none;
}

.story-author a:hover {
  color: #000000;
}

/* code embed */
article.code-embed .code-embed-title {
  margin-bottom: 30px;
  padding-bottom: 45px;
  background-color: #f1f3f2;
}

article.code-embed .code-embed-title h1 {
  margin-bottom: 0.25em;
}

article.code-embed .code-embed-title .meta-byline {
  margin-bottom: 0;
  padding: 0;
  border: none;
  font-size: 16px;
}

article.code-embed .embed-code {
  margin-bottom: 30px;
}

article.code-embed .embed-code iframe {
  display: block;
}

article.code-embed .embed-caption {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

article.code-embed .embed-caption p:last-child {
  margin-bottom: 0;
}

article.code-embed .wrapper-content-text {
  margin-bottom: 30px;
}

/* forms */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  max-width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: none;
  color: #151515;
  line-height: 40px;
}

.wpcf7 textarea {
  max-width: 100%;
  height: 100px;
  padding: 0 10px;
  border: none;
  color: #151515;
  line-height: 40px;
  resize: none;
}

.wpcf7 select {
  max-width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: none;
  color: #151515;
  line-height: 40px;
}

.wpcf7 input[type="submit"] {
  padding: 5px 25px;
  border: none;
  border-radius: 20px !important;
  background: #ff4800;
  color: #ffffff;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.wpcf7 input[type="submit"]:hover {
  background: #124c69;
}

.wpcf7 .acceptance {
  clear: both;
  margin-bottom: 1em;
}

.wpcf7 .acceptance span.wpcf7-list-item {
  position: relative;
  margin-left: 0;
  padding-left: 20px;
}

.wpcf7 .acceptance span.wpcf7-list-item input {
  position: absolute;
  top: 0;
  left: 0;
}

.wpcf7 .mailing-list {
  display: none;
}

/* contact us */
#wrapper-contact p {
  margin-bottom: 0.5em;
  color: #575458;
  line-height: 1.8em;
}

article.content .wpcf7 input[type="text"],
#wrapper-contact .wpcf7 input[type="text"],
article.content .wpcf7 input[type="email"],
#wrapper-contact .wpcf7 input[type="email"],
article.content .wpcf7 select,
#wrapper-contact .wpcf7 select {
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #8299b8;
  color: #575458;
}

article.content .wpcf7 textarea,
#wrapper-contact .wpcf7 textarea {
  width: 100%;
  border: 1px solid #8299b8;
  color: #575458;
}

article.content .wpcf7 .wpcf7-radio .wpcf7-list-item,
#wrapper-contact .wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px 0 5px 20px;
}

article.content .wpcf7 input[type="submit"].full {
  width: 100%;
  font-weight: 700;
}

/* search */
#wrapper-search {
  margin-bottom: 40px;
  padding: 40px;
  background-color: #e5e6ea;
}

#wrapper-search input[type="search"] {
  float: left;
  width: 90%;
  height: 40px;
  padding: 0 10px;
  border: none;
  color: #c5c5c5;
  line-height: 40px;
}

#wrapper-search input[type="submit"] {
  float: left;
  width: 10%;
  height: 40px;
  padding: 0 15px;
  border: none;
  background: #ff4800;
  color: #ffffff;
  line-height: 40px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* authors */
.meta-author-wrapper {
  clear: both;
  margin-bottom: 60px;
}

.meta-author-image {
  overflow: hidden;
  float: left;
  width: 124px;
  height: 124px;
  -moz-border-radius: 62px !important;
  -webkit-border-radius: 62px !important;
  border-radius: 62px !important;
}

.meta-author-image img {
  display: block;
}

.meta-author-text-wrapper {
  padding-left: 160px;
}

.meta-author-text-wrapper .button {
  float: right;
}

.meta-author-text-wrapper h2 span {
  display: block;
  margin-bottom: 3px;
  color: #575458;
  font-size: 14px;
}

.meta-author-text-wrapper h2 a {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  background-color: #1c2d50;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
}

.meta-author-text {
  clear: right;
  font-size: 12px;
}

/* =SIDEBAR
-------------------------------------------------------------- */
.sidebar {
  padding-top: 0;
  padding-bottom: 60px;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .widget {
  margin-bottom: 40px;
  padding: 30px 20px;
  background-color: #f1f3f2;
}

.sidebar.sidebar-home {
  padding-bottom: 0;
}

.sidebar.sidebar-home img {
  margin-bottom: 0;
}

.sidebar.sidebar-home .recent-posts-widget-with-thumbnails a .rpwwt-post-title {
  padding: 23px 0px;
}

.sidebar h2,
.sidebar h3 {
  margin-top: 0.25em;
  text-align: center;
}

.sidebar p,
.sidebar label {
  font-size: 14px;
}

.sidebar .wpcf7 .submit {
  text-align: center;
}

.sidebar .wpcf7 .acceptance {
  max-width: 255px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.2em;
  text-align: left;
}

.sidebar .wpcf7 .ajax-loader {
  display: block;
  width: 100%;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.sidebar .wpcf7 .col {
  text-align: center;
}

.sidebar .button {
  text-align: center;
}

.sidebar .button a {
  background-color: #ff4800;
}

.sidebar .button a:hover {
  background-color: #082330;
}

.sidebar .widget.sidebar-grey {
  padding: 15px 20px;
  background-color: #e5e6ea;
}

.sidebar .widget.sidebar-grey h2 {
  margin: 0 0 0.4em;
  text-align: left;
}

.sidebar .widget.sidebar-dk-grey {
  border-bottom: 10px solid #ff4800;
  background-color: #575458;
  color: #ffffff;
}

.sidebar .widget.sidebar-blue {
  border-bottom: 10px solid #ff4800;
  background-color: #8299b8;
}

.sidebar .widget.sidebar-blue h2 {
  color: #ffffff;
}

.sidebar .widget.sidebar-blue a:hover {
  color: #ffffff;
  text-decoration: none;
}

.sidebar .widget.ad-block {
  padding: 0;
}

.sidebar .widget.ad-block img {
  width: 100%;
}

.sidebar .widget.sidebar-newsletter {
  text-align: center;
}

.sidebar .widget.sidebar-newsletter img {
  max-width: 140px;
  margin-bottom: 25px;
}

.sidebar .widget.sidebar-newsletter h2 {
  white-space: nowrap;
  font-size: 38px;
}

.sidebar .widget.sidebar-newsletter h3 {
  max-width: 293px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  line-height: 1.3em;
  font-family: 'Urbanist', sans-serif;
}

.sidebar .widget.sidebar-newsletter p {
  color: #ffffff;
}

.sidebar .widget.sidebar-newsletter input[type="submit"] {
  padding-right: 40px;
  padding-left: 40px;
  font-weight: 500;
}


.sidebar .widget.sidebar-newsletter-minimal {
  padding: 0;
  background-color: transparent;
  text-align: left;
}

.sidebar .widget.sidebar-newsletter-minimal h2 {
  text-align: left;
  font-family: 'Urbanist', sans-serif;
}

.sidebar .widget.sidebar-newsletter-minimal label {
  margin-bottom: 0;
}

.sidebar .widget.sidebar-newsletter-minimal p {
  margin-bottom: 10px;
}

.sidebar .widget.sidebar-newsletter-minimal input[type="email"] {
  height: 50px;
  padding: 0 10px;
  border: 1px solid #aaaaaa;
  line-height: 50px;
  font-size: 17px;
}

.sidebar .widget.sidebar-newsletter-minimal input[type="submit"] {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background-color: #8299b8;
  line-height: 50px;
  text-align: left;
  font-size: 17px;
}

.sidebar .widget.sidebar-newsletter-minimal input[type="submit"]:hover {
  background-color: #ff4800;
}

.sidebar .widget.sidebar-newsletter-minimal .wpcf7-spinner {
  display: none;
}

.sidebar .widget.sidebar-newsletter-minimal .wpcf7-response-output {
  margin: 10px 0;
  padding: 0;
  text-align: left;
}

.sidebar .widget.sidebar-podcast {
  min-height: 300px;
  padding: 15px 20px;
}

.sidebar .widget.sidebar-podcast h2 {
  margin: 0 0 0.6em;
  text-align: left;
}

.sidebar .widget.sidebar-podcast iframe {
  display: block;
  margin: 0 15px 0 0;
}

.sidebar .widget.sidebar-podcast p {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5em;
  text-align: left;
  font-size: 17px;
}

.sidebar.sidebar-home-mid .widget.sidebar-podcast {
  min-height: 0;
  padding: 0;
}

.sidebar.sidebar-home-mid .widget.sidebar-podcast .wrapper-podcast-text {
  padding: 15px 20px 15px 0;
}

.sidebar.sidebar-home-mid .widget.sidebar-podcast .strapline {
  margin-bottom: 13px;
  color: #5f784f;
  font-family: 'Calibri', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.sidebar.sidebar-home-mid .widget.sidebar-podcast iframe {
  float: left;
  max-height: 300px;
  margin: 0 15px 0 0;
}

.sidebar .widget.stories {
  padding-bottom: 10px;
}

.sidebar .widget.stories h2 {
  margin: 0 0 0.4em;
  text-align: left;
}

.sidebar .widget.stories img {
  margin: 0;
}

.sidebar .widget.stories p {
  margin-bottom: 0.8em;
}

.sidebar .widget.stories h3 {
  margin-bottom: 1em;
  text-align: left;
}

.sidebar .recent-posts-widget-with-thumbnails,
.sidebar .recent-posts-extended {
  padding: 0;
  background-color: transparent;
}

.sidebar .recent-posts-widget-with-thumbnails h2,
.sidebar .recent-posts-extended h2 {
  margin: 0 0 0.5em;
  text-align: left;
  font-family: 'Urbanist', sans-serif;
  font-size: 28px;
}

.sidebar .recent-posts-widget-with-thumbnails li,
.sidebar .recent-posts-extended li {
  clear: both;
  margin-bottom: 0;
  border-bottom: 1px solid #575458;
}

.sidebar .recent-posts-widget-with-thumbnails li a,
.sidebar .recent-posts-extended a {
  display: block;
  text-decoration: none;
}

.sidebar .recent-posts-widget-with-thumbnails li a:hover {
  text-decoration: none;
}

.sidebar .recent-posts-widget-with-thumbnails li a img {
  display: none;
}

.sidebar .recent-posts-widget-with-thumbnails li:first-of-type a img {
  display: block;
  float: none;
  margin: 0;
}

.sidebar .recent-posts-widget-with-thumbnails a .rpwwt-post-title,
.sidebar .recent-posts-extended .rpwe-title {
  display: block;
  margin: 0;
  padding: 23px 20px;
  line-height: 1.1;
  text-align: left;
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.sidebar .recent-posts-extended .rpwe-title {
  padding: 0;
}

.sidebar .recent-posts-extended .rpwe-title a {
  padding: 23px 20px;
}

.sidebar .recent-posts-widget-with-thumbnails .rpwwt-post-date {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  color: #575458;
  line-height: 1.5em;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.sidebar .recent-posts-widget-with-thumbnails .rpwwt-post-date:before {
  content: "\f133";
  margin-right: 5px;
  color: #1c2d50;
  font-family: 'FontAwesome';
}

.sidebar.sidebar-custom .sidebar-block {
  margin-bottom: 40px;
}

.sidebar.sidebar-custom .sidebar-block h2 {
  margin: 0 0 0.5em;
  text-align: left;
  font-family: 'Urbanist', sans-serif;
  font-size: 28px;
}

.sidebar.sidebar-custom .sidebar-block a {
  display: block;
  clear: both;
  margin-bottom: 20px;
  background-color: #f1f3f2;
  text-decoration: none;
}

.sidebar.sidebar-custom .sidebar-block a:last-child {
  margin: 0;
}

.sidebar.sidebar-custom .sidebar-block a p {
  display: block;
  margin: 0;
  padding: 23px 20px;
  line-height: 1.1;
  text-align: left;
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.sidebar.sidebar-custom .sidebar-block a:hover p {
  color: #aaaaaa;
}

.sidebar .sidebar-custom {
  padding: 10px 10px 20px;
}

.sidebar .sidebar-custom p {
  margin-bottom: 0.75em;
  padding: 0;
  line-height: 1.1;
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.sidebar .sidebar-custom p:last-of-type {
  margin-bottom: 0;
}

.sidebar .sidebar-custom p img {
  margin-top: 1em;
  margin-bottom: 0;
}

.sidebar .sidebar-custom p:first-of-type img {
  margin-top: 0;
}

.sidebar .sidebar-custom p a {
  text-decoration: none;
}

.sidebar .sidebar-buttons {
  padding: 0;
  background-color: transparent;
}

.sidebar .sidebar-buttons h2 {
  margin: 0 0 0.5em;
  text-align: left;
  font-family: 'Urbanist', sans-serif;
  font-size: 28px;
}

.sidebar .sidebar-buttons ul {
  margin: 0 -3px;
}

.sidebar .sidebar-buttons ul li {
  overflow: hidden;
  float: left;
  width: 50%;
  margin: 0;
}

.sidebar .sidebar-buttons ul li a {
  display: block;
  border: 3px solid #ffffff;
  border-radius: 20px !important;
  background-color: #ff4800;
  color: #ffffff;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 2rem;
}

.sidebar .sidebar-buttons ul li a:hover {
  background-color: #1c2d50;
}

/* =AD BLOCKS
-------------------------------------------------------------- */

/* homepage */
#home-content .code-block img,
.home-ad-block img {
  width: 728px;
  max-width: 100%;
  height: auto;
}

/* other */
article .code-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.sidebar .code-block {
  margin-bottom: 30px;
  text-align: center;
}

.sidebar .code-block:first-of-type {
  margin-top: 0;
}

.sidebar .code-block:last-of-type {
  margin-bottom: 0;
}

/* =FOOTER
-------------------------------------------------------------- */
#site-footer {
  background-color: #082330;
  color: #ffffff;
}

#site-footer p {
  margin: 0;
}

#site-footer a {
  color: #ffffff;
}

#site-footer a:hover {
  text-decoration: none;
}

#site-footer #wrapper-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

#site-footer #wrapper-footer #footer-upper-1 img {
  max-width: 250px;
  margin-bottom: 40px;
}

#site-footer #wrapper-footer #footer-upper-3 .row {
  margin: 0;
}

#site-footer #wrapper-footer #footer-upper-3 input {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 25px;
  border: 0;
  border-radius: 20px !important;
  line-height: 0;
}

#site-footer #wrapper-footer #footer-upper-4 .social {
  float: none;
  margin-top: 70px;
  text-align: right;
}

#site-footer #wrapper-footer #footer-upper-4 .social li {
  display: inline-block;
  float: none;
  margin: 0 0 0 5px;
}

#site-footer #wrapper-footer #footer-upper-4 .social li a i {
  width: 36px;
  height: 36px;
  color: #ffffff;
  font-size: 30px;
}

#site-footer #wrapper-footer #footer-upper-4 .social li a:hover i {
  color: #ff4800;
}

#site-footer #wrapper-footer-copyright {
  padding-top: 50px;
  padding-bottom: 50px;
}

#site-footer #wrapper-footer-copyright .container {
  position: relative;
}

#site-footer #wrapper-footer-copyright .container::after {
  content: " ";
  position: absolute;
  top: -51px;
  left: 15px;
  width: 100%;
  width: calc(100% - 30px);
  height: 2px;
  background-color: #ffffff;
}

#site-footer #wrapper-footer-copyright #footer-lower-2 {
  text-align: right;
}

#site-footer #wrapper-footer-copyright .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-footer #wrapper-footer-copyright .menu li {
  display: inline-block;
  margin: 0 0 0 20px;
}

#site-footer #wrapper-footer-copyright .menu li a {
  color: #ffffff;
}

#site-footer #wrapper-footer-copyright .menu li a:hover {
  color: #ff4800;
}

#wrapper-footer-upper {
  padding: 60px 0;
  background: #8299b8;
}

#wrapper-footer-upper .widget {
  margin: 0 auto;
}

#wrapper-footer-upper img {
  max-width: 140px;
  margin-bottom: 10px;
}

#wrapper-footer-upper .footer-upper-title-wrapper {
  position: relative;
  margin-bottom: 40px;
}

#wrapper-footer-upper .footer-upper-title-wrapper::before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  background-color: #575458;
}

#wrapper-footer-upper .footer-upper-title-wrapper h2 {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 25px;
  background: #8299b8;
  font-family: 'Urbanist', sans-serif;
  font-size: 28px;
}

#wrapper-footer-upper p {
  margin: 0;
  font-size: 17px;
}

#wrapper-footer-upper .wpcf7 input[type="email"] {
  width: 100%;
  height: 50px;
  color: #575458;
  line-height: 50px;
}

#wrapper-footer-upper .wpcf7 input[type="submit"] {
  width: 100%;
  height: 50px;
  padding: 0;
  border: 0;
  background-color: #ffffff;
  color: #575458;
  line-height: 50px;
}

#wrapper-footer-upper .wpcf7 .acceptance {
  max-width: none;
}

#wrapper-footer-upper .wpcf7 .acceptance br {
  display: none;
}

#wrapper-footer-upper .wpcf7 .acceptance a:hover {
  color: #ffffff;
  text-decoration: none;
}

#wrapper-footer-upper input[type="submit"] {
  font-weight: 500;
}

#wrapper-footer-upper .wpcf7 .ajax-loader {
  display: block;
  width: 100%;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

#wrapper-footer-lower {
  padding: 40px 0;
  border-top: 5px solid #ff4800;
  background: #575458;
  color: #ffffff;
}

#wrapper-footer-lower .widget {
  clear: both;
  margin-bottom: 60px;
}

#wrapper-footer-lower h2 {
  margin-top: 46px;
  font-family: 'Urbanist', sans-serif;
  font-size: 25px;
}

#wrapper-footer-lower img {
  max-width: 90px;
}

#wrapper-footer-lower ul {
  padding: 0;
  list-style: none;
}

#wrapper-footer-lower p,
#wrapper-footer-lower ul li {
  margin-bottom: 0.4em;
  line-height: 1.4em;
}

#wrapper-footer-lower a {
  color: #ffffff;
  text-decoration: none;
}

#wrapper-footer-lower a:hover {
  color: #ff4800;
}

#wrapper-footer-lower ul.social {
  margin-left: -5px;
}

#wrapper-footer-lower ul.social li a i {
  color: #ffffff;
}

#wrapper-footer-lower ul.social li a:hover i {
  color: #ff4800;
}

#wrapper-footer-lower .textwidget:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
  height: 0;
  max-height: 0;
}


/* =USEFUL
-------------------------------------------------------------- */
.clearfix:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
  height: 0;
  max-height: 0;
}

.clearfix {
  zoom: 1; /* For IE7 and below */
}

@media (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .row-flex-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .row-no-padding > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

div.wpcf7-response-output {
  margin: 2em 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 2rem;
  font-weight: 700;
}

/* requires 'comment validation' plugin */
#commentform div.error,
#commentform label.error {
  color: red;
  font-size: 15px;
}

#commentform input.error,
#commentform textarea.error {
  background-color: red;
  color: #ffffff !important;
}

/* Fluid Video Embeds */
.fve-video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 0 20px;
  padding-bottom: 56.25% !important;
  background-color: transparent;
}

#home-feat .fve-video-wrapper,
.posts-list-item .fve-video-wrapper {
  margin: 0;
}

.fve-video-wrapper iframe,
.fve-video-wrapper object,
.fve-video-wrapper embed {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fve-video-wrapper a.hyperlink-image {
  display: none;
  position: relative;
}

.fve-video-wrapper a.hyperlink-image img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.fve-video-wrapper a.hyperlink-image .fve-play-button {
  position: absolute;
  z-index: 3;
  top: 35%;
  right: 35%;
  bottom: 35%;
  left: 35%;
  border-radius: 10px;
  background-color: rgba(40, 40, 40, 0.75);
  background-size: 100% 100%;
}

.fve-video-wrapper a.hyperlink-image:hover .fve-play-button {
  background-color: rgba(0, 0, 0, 0.85);
}

/* placeholder colours, defined separately otherwise they're ignored by all browsers  */
::-webkit-input-placeholder { /* WebKit browsers */
  color: inherit;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: inherit;
}

/* prevent automatic styling of telephone numbers */
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* prevent rounded corners on form inputs */
textarea,
input[type=text],
input[type=email],
input[type=image],
input[type=submit] {
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
}

/* work around mobile device auto-fitting where text is made too narrow on non responsive sites */
@media only screen and (max-device-width: 800px) {
  h1, h2, h3, h4, h5, h5, p, li, dt, dd {
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
    background-repeat: repeat;
  }
}

/* =RESPONSIVE
-------------------------------------------------------------- */

@media (max-width: 1200px) {

  header a#logo-link {
    max-width: 80%;
  }
}

@media (max-width: 1200px) {
  header a#logo-link img {
    width: auto;
    height: auto;
  }
}

@media (max-width: 1200px) {
  #slider .carousel-caption {
    right: 5%;
    width: 90%;
  }

}

@media (max-width: 1199px) {

  /*#header-banner {
    width: 70%;
  }*/
  #header-logo {
    width: 28%;
  }
}

@media (max-width: 1199px) {
  .h1, h1 {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  #wrapper-main-nav {
    max-width: 970px;
  }
}

@media (max-width: 1199px) {
  .sidebar .widget.sidebar-newsletter h2 {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  article.post-index {
    min-height: 244px;
  }
}

@media (max-width: 1199px) {
  .sidebar.sidebar-home-mid .widget.sidebar-podcast iframe {
    max-height: 244px;
  }

}

@media (min-width: 1021px) {
  #main-nav.scroll {
    position: fixed;
    z-index: 20;
    top: 0;
    width: 100%;
  }
}

@media (min-width: 1021px) {
  #header.scroll {
    display: none;
  }
}

@media (min-width: 1021px) {
  #slider.scroll,
  #mobile-nav + main#content.scroll {
    margin-top: 56px;
  }

}

@media (max-width: 1020px) {

  .h1, h1 {
    font-size: 46px;
  }
}

@media (max-width: 1020px) {

  header {
    border-bottom: 10px solid #124c69;
  }
}

@media (max-width: 1020px) {

  #header-banner {
    position: relative;
    /*padding-bottom: 40px;*/
  }
}

@media (max-width: 1020px) {

  #header-social.social {
    margin: 10px 85px 10px 0;
  }
}

@media (max-width: 1020px) {

  #main-nav {
    display: none;
  }
}

@media (max-width: 1020px) {

  #mobile-nav-toggle {
    display: block;
  }
}

@media (max-width: 1020px) {

  #slider .carousel-image {
    height: 360px;
  }
}

@media (max-width: 1020px) {

  #slider .carousel-indicators li .text-wrap h3 {
    font-size: 16px;
  }
}

@media (max-width: 1020px) {

  #slider .carousel-indicators li.active:before {
    left: -90px;
    border-top: 60px solid transparent;
    border-right: 45px solid #1c2d50;
    border-bottom: 60px solid transparent;
    border-left: 45px solid transparent;
  }
}

@media (max-width: 1020px) {
  #slider .carousel-caption {
    bottom: 25px;
  }
}

@media (max-width: 1020px) {
  #wrapper-content .wp-pagenavi a,
  #wrapper-content .wp-pagenavi span {
    margin-bottom: 6px;
  }
}

@media (max-width: 1020px) {
  #wrapper-search input[type="search"] {
    width: 85%;
  }
}

@media (max-width: 1020px) {
  #wrapper-search input[type="submit"] {
    width: 15%;
  }
}

@media (max-width: 1020px) {
  #footer-widget-3 {
    clear: both;
  }

}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    bottom: 8px;
  }
}

@media (max-width: 991px) {
  .wrapper-post-index .posts-list .col-md-3:nth-of-type(2n+1) {
    clear: left;
  }
}

@media (max-width: 991px) {
  .sidebar .widget.sidebar-newsletter h2,
  #wrapper-footer-upper h2 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .sidebar.sidebar-home-mid .widget.sidebar-podcast iframe {
    max-height: 287px;
  }
}

@media (max-width: 991px) {
  /* home */
  #home-feat .row-eq-height {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  #home-feat .home-feat-image {
    padding: 0;
  }
}

@media (max-width: 991px) {
  #home-feat .home-feat-text {
    justify-content: center !important;
  }
}

@media (max-width: 991px) {
  #home-feat .home-feat-text-wrapper {
    padding: 0;
  }
}

@media (max-width: 991px) {
  #home-feat .home-feat-text h2 {
    font-size: 26px;
  }

}

@media (max-width: 767px) {

  .h1, h1 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  header {
    position: relative;
  }
}

@media (max-width: 767px) {
  #header-widget {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  #header-banner {
    position: static;
    float: none;
    width: 100%;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  #header-logo {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  #header-social.social {
    position: absolute;
    bottom: 10px;
    left: 0;
    float: none;
    margin: 0;
  }
}

@media (max-width: 767px) {
  header a#logo-link img {
    max-width: 175px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  #mobile-nav-toggle {
    bottom: 39px;
  }
}

@media (max-width: 767px) {
  #slider .carousel-image {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 767px) {
  #slider .carousel-caption {
    bottom: 18px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  #slider .carousel-indicators {
    right: 5%;
    bottom: 80px;
    width: 90%;
    height: auto;
  }
}

@media (max-width: 767px) {
  #slider .carousel-indicators li {
    display: none;
  }
}

@media (max-width: 767px) {
  #slider .carousel-indicators li.active {
    display: block;
  }
}

@media (max-width: 767px) {
  #slider .carousel-indicators li.active:before {
    display: none;
  }
}

@media (max-width: 767px) {
  #slider .carousel-indicators li .text-wrap {
    max-width: 100%;
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  #slider .carousel-indicators li .text-wrap p {
    margin-bottom: 0.5em;
  }
}

@media (max-width: 767px) {

  article .page-links-cols-3 #page-links-list li:nth-child(3n+1) {
    clear: none;
  }
}

@media (max-width: 767px) {
  article #page-links-list li:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 767px) {
  #wrapper-content,
  #wrapper-contact {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .video-featured {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .video-featured .video-featured-post .fve-video-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .posts-list li:nth-of-type(2n+1) {
    clear: left;
  }
}

@media (max-width: 767px) {
  .posts-list .posts-list-item {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .posts-list .box-bg .text-wrap h3,
  .home-ctas .posts-list .box-bg .text-wrap h3 {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .posts-list .box-bg .text-wrap.has-cat {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  #latest-features {
    display: none;
  }
}

@media (max-width: 767px) {

  #video-categories .video-categories-title-wrapper h2 {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #575458;
  }
}

@media (max-width: 767px) {
  #video-categories .video-categories-title-wrapper p {
    float: none;
    margin-top: 0;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #video-categories .video-categories-title-wrapper p a {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #video-categories .video-categories-title-wrapper:after {
    display: none;
  }
}

@media (max-width: 767px) {
  #page-header-image img {
    max-height: 150px;
  }
}

@media (max-width: 767px) {
  /* homepage */
  #home-feat .home-feat-text h2 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .sidebar .widget.sidebar-podcast iframe {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .home-podcast .row-eq-height {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .home-podcast .home-podcast-1 {
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .home-podcast .home-podcast-1 img {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .meta-author-image {
    float: none;
    width: 200px;
    height: 200px;
    margin: 0 auto 10px;
    -moz-border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    border-radius: 100px !important;
  }
}

@media (max-width: 767px) {
  .meta-author-text-wrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .meta-author-text-wrapper .button {
    float: none;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .sidebar .widget.sidebar-newsletter {
    display: none;
  }
}

@media (max-width: 767px) {
  #wrapper-footer-upper .wpcf7 .col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #wrapper-search input[type="search"] {
    width: 75%;
  }
}

@media (max-width: 767px) {
  #wrapper-search input[type="submit"] {
    width: 25%;
  }
}

@media (max-width: 767px) {
  /* footer */
  #site-footer #wrapper-footer #footer-upper-2 p {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #site-footer #wrapper-footer #footer-upper-4 .social {
    margin: 0;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #site-footer #wrapper-footer #footer-upper-4 .social li {
    margin: 0 5px 0 0;
  }
}

@media (max-width: 767px) {
  #site-footer #wrapper-footer-copyright #footer-lower-1,
  #site-footer #wrapper-footer-copyright #footer-lower-2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #wrapper-footer-upper p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #wrapper-footer-upper .wpcf7 input[type="email"] {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .sidebar.sidebar-home-mid .widget.sidebar-podcast iframe {
    max-height: 450px;
  }
}