/*

 Theme Name:   Llorix One Lite Summit
 Theme URI:    http://themeisle.com/themes/llorix-one/
 Description:  Llorix One Lite Child Theme
 Author:       ThemeIsle, Matt Shervheim
 Author URI:   http://www.summit.org
 Template:     llorix-one-lite
 Version:      1.0.4
 Text Domain:  llorix-one-lite-summit

*/

/* --------------------------------------

=========================================

   1. GLOBAL STYLES

=========================================

-----------------------------------------*/

/*---------------------------------------

   1.0 GENERAL STYLES

-----------------------------------------*/

html {
  font-family: sans-serif;
}
body {
  font-family: 'Source Sans Pro', 'Open Sans', Helvetica Neue, Sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #313131;
  text-align: left;
  overflow-x: hidden !important;
  margin: auto !important;
}
body b {
  font-weight: 600;
}
.content-area a {
  font-weight: 400;
}
.content-area .breadcrumbs a {
  font-weight: inherit;
}
.content-area strong a {
  font-weight: bold;
}
.llorix_one_lite_only_customizer {
  display: none !important;
}
.border-bottom-hover:hover {
  border-bottom-color: #fcb315;
}
/* Gradient transparent - color - transparent @link https://www.css-tricks.com/examples/hrs/ */

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.9));
}
.content-single-video hr,
.content-single-podcast hr {
  background-color: #CECECE;
  background-image: none;
}
header .navbar-brand {
  padding: 4px 7px 7px 0;
  height: 70px;
  line-height: 52px;
}
.navbar-brand > img {
  max-height: 56px;
  display: inline-block;
}
.older-entries {
  float: left;
}
.newer-entries {
  float: right;
}
/*---------------------------------------

   DEFAULT COLORS

-----------------------------------------*/

/* COLORED BORDERS AND LINES */

.colored-line-left,  .colored-line-right,  .colored-line, .colored-line-full {
  background: #fcb315;
}

.colored-line-full {
  display: block;
  width: 100%;
  height: 2px;
}
/*---------------------------------------

   2.1 TYPOGRAPHY

-----------------------------------------*/

/* HEADINGS */

h1,  h2 {
  font-family: 'Source Sans Pro', 'Cabin', Helvetica Neue, Sans-serif;
  font-weight: 300;
}
h1 {
  font-size: 36px;
  line-height: 40px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h2 {
  font-size: 30px;
  line-height: 34px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h3 {
  font-size: 24px;
  line-height: 28px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: 300;
}
.heathers-header {
  font-size:100px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h5 {
  font-size: 14px;
  line-height: 18px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1.intro {
  font-size: 7.75rem;
  line-height: 7rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
h1.single-title {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
}
h1.page-title {
  margin-top: 0;
}
h1.resource-title {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  text-transform: none;
  color: #000;
  margin-top: 0;
}
.entry-content h1,  .entry-content h2,  .entry-content h3,  .entry-content h4,  .entry-content h5 {
  margin-top: 35px;
  margin-bottom: 20px;
  color: #000;
}
.entry-content,
.entry-content p,
.entry-content span {
  line-height: 26px;
  color: #000;
  font-weight: 300;
  font-size: 18px;
}
.resourc-page .entry-content,
.resourc-page .entry-content p,
.resourc-page .entry-content span,
.resourc-page .content-before-image p {
	color: #333333;
	font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.cat-links,
.single-tags-links {
	font-weight: 300;
}
.main-navigation {
  font-family: 'Source Sans Pro', Montserrat, sans-serif;
  font-weight: 300;
}
#intro_section_text_2 {
  font-size: 30px;
}
@media (max-width: 775px) {
.title-center {text-align: center;
}
}

.entry-content .blockquote-intro p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #062F6E;
  max-width: 100% !important;
  padding-left: 40px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px !important;
}
.entry-content .blockquote-intro p:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  height: 5px;
  width: 22px;
  background:#FEA30B;
}
.entry-content blockquote {
  padding: 0 0 0 40px;
  position: relative;
  border: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
.entry-content blockquote:before {
  content: "❝";
  font-family: 'icons';
  display: block;
  position: absolute;
  left: -6px;
  top: 9px;
  color:#FEA30B;
  font-size: 56px;
  line-height: 56px;
}
.entry-content blockquote p {
  max-width: 100% !important;
  color: #0B0B0B;
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
}

/* BUTTONS */

.standard-button {
  font-weight: 600;
}
.standard-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.6;
  min-width: 183px;
  margin: 16px;
  border: 2px #ffffff;
  padding: 18px 40px 18px 40px;
  color: #ffffff;
  background: #fcb315;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 1200px) {
.menu-item-2518 {
  margin: -6px 18px !important;
}
.menu-item-2518 a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px #ffffff;
  color: #ffffff !important;
  padding: 6px 8px 6px 8px !important;
  background: #fcb315;
  -webkit-transition: none;
  transition: none;
}
}

@media (min-width: 768px) {
.menu-item-2518 {
  margin: -5px 15.6px !important;
}
.sticky-navigation .main-navigation .menu-item-2518 a {
  color: #FFFFFF !important;
}
.menu-item-2518:hover a {
  transition: background 0.3s;
  background: #f16c20;
}
.menu-item-2518 a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px #ffffff;
  color: #ffffff;
  padding: 6px 8px 6px 8px !important;
  background: #fcb315;
}
}
/* OTHER TEXTS */

strong,  .strong {
  font-weight: 600;
}
.dark-text {
  color: #1395ba;
}
.transparent-text {
  color: rgba(255, 255, 255, 0.6);
}
.transparent-text-dark {
  color: rgba(49, 49, 49, 0.5);
}
.small-text {
  font-size: 16px;
  line-height: none;
}
.small-text-medium {
  font-size: 14px;
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.line-through {
  text-decoration: line-through;
}
.button-text {
  font-weight: 600;
  text-transform: uppercase;
}
.price .month {
  font-family: 'Source Sans Pro', 'Open Sans', Helvetica Neue, Sans-serif;
  color: #000;
  font-size: 16px !important;
}
/* UL Indent */

/* Klemm was struggling with this in the Books & Media section —  this should fix it */

.content-page ul {
  margin-left: 2.5em;
  padding: 0px;
}
/* Wordpress Captions */

.wp-caption-text {
  font-size: 11px;
  line-height: 15px;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: right;
}
/*---------------------------------------

   HEADER

-----------------------------------------*/

.sticky-navigation .main-navigation li:hover > a {
  color: #f16c20;
}
/* Adding a !important to the "top" value below will make the header sticky, and break the footnotes. */

.sticky-navigation {
  top: 0;
  opacity: 1 !important;
  position: relative !important;
}

/*Search*/
.site-header {
  overflow: visible;
}
.admin-bar .sticky-navigation-open .sticky-navigation {
  top: 0;
}
header .menu-search-icon {
  position: relative;
}
header .menu-search-icon .menu-search {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-80%);
  padding: 20px;
  border-radius: 2px;
  background: white;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  z-index: 10;
}
header .menu-search-icon .menu-search .wrapper {
  position: relative;
  display: flex;
}
header .menu-search-icon .menu-search .wrapper .close-button {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 16px;
  height: 16px;
  color: black;
  font-size: 16px;
}
header .menu-search-icon .menu-search .wrapper .close-button:hover {
  color: #FEA30B;
}
header .menu-search-icon .menu-search input[type="text"] {
  width: 200px;
  float: left;
}
header .menu-search-icon .menu-search input[type="submit"] {
  float: right;
  background: #FEA30B;
}
header .menu-search-icon .menu-search input[type="submit"]:hover {
  background: #fcac00;
}
@media (max-width: 1080px) {
  header .menu-search-icon .menu-search {
    transform: translateX(-90%);
    left: 0;
  }
}
@media (max-width: 990px) {
  header .menu-search-icon .menu-search {
    transform: translateX(-30%);
  }
}

@media (max-width: 767px) {
  header .menu-search-icon {
    margin-left: 10px;
  }
  header .menu-search-icon .menu-search {
    position: relative;
    padding: 0;
    box-shadow: none;
    display: inline-block;
    top: auto;
    left: auto;
    transform: none;
    margin-left: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .menu-search-icon .menu-search .wrapper .close-button {
    display: none;
  }
}
/*---------------------------------------

   HOMEPAGE

-----------------------------------------*/

.home-overlay-layer-wrap {
  position: absolute;
  top: 9vw;
  left: 0;
  width: 100%;
  height: auto;
}
.home-overlay-layer-child-wrap {
  vertical-align: center;
  z-index: 1000;
}
.background_video_container {
  position: relative;
  padding-top: 35.9375%;
  overflow: hidden;
  /* position: relative;
  display: inline-block;
  width: 100%; /* for IE 6 */
  /* height: auto;
  top: 0px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  transform: translateZ(0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;*/
}
.background_video_container video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: inline-block;
  object-fit: contain;
  /* min-width: 100%;
  min-height: 100%;
  display: block;
  max-width: 100% !important;
  height: auto !important; */
  /* background-color: rgba(109, 109, 109, 0.917647); */
  pointer-events: none;
}
/*---------------------------------------

   PAGE TEMPLATES

-----------------------------------------*/

#primary {
  margin: 50px 0px 50px 0px;
}
#sidebar-secondary {
  margin: 50px 0px 50px 0px;
}
.entry-content-narrow {
  max-width: 730px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto !important;
  margin-right: auto !important;
}
/*---------------------------------------

   BREADCRUMBS

-----------------------------------------*/

.breadcrumbs {
  font-size: 13px;
  margin-bottom: 10px;
}
/*---------------------------------------

   SECTION MENUS

-----------------------------------------*/

.menu {
  display: block;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  list-style: none;
  margin: 0px 0px 40px 0px;
  width: 100%;
  border: 1px solid white;
  padding: 0px;
  clear: both;
}
.menu-item {
  float: left;
  margin: 0em 0.6em 0em 0.6em;
}
.current-menu-item {
  font-weight: bold;
}

@media (max-width: 655px) {
.menu {
  height: 40px;
}
}

@media (max-width: 383px) {
.menu {
  height: 65px;
}
}
/*---------------------------------------

   PROGRAMS

-----------------------------------------*/

.maps {
  float: right;
  margin: 0px 50px 40px 50px;
}

@media (max-width: 510px) {
.maps {
  display: none;
}
}
.infobox {
  border: 2px solid #000000; /* #fcb315; */
  border-radius: 15px;
  padding: 0px 15px 15px 15px;
}
/*---------------------------------------

   POSTS

-----------------------------------------*/

.single-header .wp-post-image {
  width: 100%;
  height: 235px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 50px;
}
.content-single-reflect .single-header .wp-post-image {
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
}
.content-single-video h1.entry-title,
.content-single-podcast h1.entry-title {
  font-size: 28px;
  line-height: 32px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.resource-page .entry-content {
  font-size: 16px;
  line-height: 24px;
}
.resource-page .entry-content p,
.resource-page .entry-content > ul,
.resource-page .entry-content > ol {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.page-template-page-bare .entry-content p {
  margin-left: 0;
  margin-right: 0;
}
.entry-content .llorix-one-lite-video-container,
.entry-header .llorix-one-lite-video-container {
  padding-top: 0;
  margin-bottom: 20px;
}
.entry-content .llorix-one-lite-video-container iframe,
.entry-header .llorix-one-lite-video-container iframe {
  width: 100%;
  height: 100%;
}
.entry-content img {
  margin-top: 12px;
  margin-bottom: 1.5em;
}
.entry-content .alignleft {
  margin-top: 8px;
}
.post-img-wrap-posts {
  position: relative;
  float: left;
  margin: 15px 10px 10px 0px;
  min-height: 150px;
}
.post-img-wrap-posts .post-date {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(19,149,186,0.9);
  padding: 12px 15px;
  text-align: center;
  min-width: 64px;
  min-height: 80px;
}
.list-post-entry-meta {
  float: left;
  position: relative;
  bottom: -1px;
  left: 0;
  width: 100%;
  background: rgba(247, 247, 247, 1);
  padding: 14px;
  margin: 15px 0px 0px 0px;
}

.fa-calendar {
  margin-top: -1px;
}
.post-time,
.single-entry-meta .category,
.single-entry-meta .read-time {
	font-weight: 300;
  color: #666;
  font-size: 16px;
  line-height: 32px;
  padding-left: 0;
  z-index: 0;
}
@media (max-width: 450px) {
.post-img-wrap-posts {
  width: 100%;
}
}

@media (max-width: 425px) {
.entry-content img {
  width: 100%;
  margin: auto;
  margin-bottom: 1.5em;
}
}

/*---------------------------------------

   3.4 SECTION: APP BRIEF

-----------------------------------------*/

.brief {
  background-color: #FFF;
  border-bottom: 1px solid #eaebec;
}
.brief .section-overlay-layer {
  padding-top: 80px;
  padding-bottom: 115px;
}
.brief .content-section {
  margin-top: 15px;
}
.brief h2 {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 2.4rem;
  line-height: 3.125rem;
}
.brief p {
  margin-top: 20px;
}
.brief .brief-image-right {
  margin-top: 20px;
}
.brief .brief-image-right img {
  float: right;
  width: 92%;
  max-width: 350px;
}
/*---------------------------------------

   Columns (using Responsive Grid System from http://www.responsivegridsystem.com/

-----------------------------------------*/

/*  SECTIONS  */

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
/*  COLUMN SETUP  */

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col:first-child {
  margin-left: 0;
}

/*  REMOVE LEFT MARGIN AT LESS THAN 775 PIXELS */

@media only screen and (max-width: 775px) {
.col {
  margin: 1% 0 1% 0;
}
}
/*  GROUPING  */

.group:before,  .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 */
}
/*  GRID OF TWO   ============================================================================= */

.span_2_of_2 {
  width: 100%;
}
.span_1_of_2 {
  width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 775px) {
.span_2_of_2 {
  width: 100%;
}
.span_1_of_2 {
  width: 100%;
}
}
/*  GRID OF THREE   ============================================================================= */

.span_3_of_3 {
  width: 100%;
}
.span_2_of_3 {
  width: 66.13%;
}
.span_1_of_3 {
  width: 32.26%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
.span_3_of_3 {
  width: 100%;
}
.span_2_of_3 {
  width: 100%;
}
.span_1_of_3 {
  width: 100%;
}
}
/*  GRID OF FOUR   ============================================================================= */

.span_4_of_4 {
  width: 100%;
}
.span_3_of_4 {
  width: 74.6%;
}
.span_2_of_4 {
  width: 49.2%;
}
.span_1_of_4 {
  width: 23.8%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
.span_4_of_4 {
  width: 100%;
}
.span_3_of_4 {
  width: 100%;
}
.span_2_of_4 {
  width: 100%;
}
.span_1_of_4 {
  width: 100%;
}
}
/*  GRID OF FIVE   ============================================================================= */

.span_5_of_5 {
  width: 100%;
}
.span_4_of_5 {
  width: 79.68%;
}
.span_3_of_5 {
  width: 59.36%;
}
.span_2_of_5 {
  width: 39.04%;
}
.span_1_of_5 {
  width: 18.72%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
.span_5_of_5 {
  width: 100%;
}
.span_4_of_5 {
  width: 100%;
}
.span_3_of_5 {
  width: 100%;
}
.span_2_of_5 {
  width: 100%;
}
.span_1_of_5 {
  width: 100%;
}
}
/*  BUTTON GRID OF TWO   ============================================================================= */

.section-button {
  width: 60%;
  margin: 0 auto;
}


@media only screen and (max-width: 775px) {
.section-button {
  width: 100%;
}
.section-button {
  margin: 0px;
}
}
.col-button {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col-button:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 775px) {
.col-button {
  margin: 1% 0 1% 0;
}
}
/*---------------------------------------

   RESPONSIVE MENU BUTTON

-----------------------------------------*/

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fcb315 !important;
  height: 4px;
  width: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.navbar-toggle {
  margin-right: 5px;
  padding: 13px 10px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #fcb315 !important;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle.toggled-on .icon-bar, .navbar-toggle:focus .icon-bar {
  background-color: #FFFFFF !important;
}
/*---------------------------------------

   VERTICAL TIMELINE

-----------------------------------------*/

.latest-news {
  background-color: #F7F8FA;
  border-bottom: 1px solid #eaebec;
}
.latest-news .section-overlay-layer {
  padding-top: 80px;
  padding-bottom: 80px;
}
.vertical-timeline {
  padding: 0;
  margin: 0;
}
.timeline-section {
  padding: 0;
  padding-left: 90px;
}
.timeline h2 {
  padding-right: 110px;
}
.timeline-box-wrap {
  list-style-type: none;
  padding: 1em 1em 1em 0;
  margin: 0;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  overflow: visible;
  border-left: 0px solid #eaeaea !important;
  min-height: 180px;
  float: left;
  width: 100%;
  position: relative;
}
.timeline-box-wrap .date {
  display: inline-block;
  float: left;
  margin-left: -100px;
  max-width: 55px;
  margin-top: 35px;
  position: absolute;
  left: -50px;
  top: 70px;
  font-family: 'Open Sans', Helvetica Neue, Sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
.timeline-box-wrap .icon-container {
  display: inline-block;
  float: left;
  width: 150px;
  height: 150px;
  line-height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: -75px;
  padding-top: 0;
  overflow: hidden;
  background: rgb(240, 240, 240);
  margin-top: 30px;
}
.timeline-box-wrap .icon-container img {
  float: left;
}
.timeline-box-wrap .info {
  text-align: left;
  padding: 0 10px;
  font-size: 14px;
  margin-left: 0;
  min-height: 150px;
  padding-left: 100px;
  background: #FFF;
}
.timeline-box-wrap .info:hover {
  border-bottom-color: #f16c20;
}
.timeline-box-wrap .info h1 {
  font-size: 20px;
  line-height: 22px;
  float: left;
  width: 100%;
  margin: 0;
}
.timeline-box-wrap .info h1 a {
  font-size: 22px;
  line-height: 26px;
  font-family: 'Cabin', Helvetica Neue, Sans-serif;
  font-weight: 400;
  color: #454545;
}
.timeline-box-wrap .info h1 a:hover {
  text-decoration: none;
  color: #f16c20;
}
.timeline-box-wrap .info h1:after {
  content: "";
  height: 2px;
  width: 80px;
  display: block;
  background: #fcb315;
  margin-top: 5px;
}
.timeline-box-wrap .info .entry-content p {
  margin: 0;
  text-align: justify;
  float: left;
  width: 100%;
  padding: 2px 0;
  font-family: 'Open Sans', Helvetica Neue, Sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #313131;
  margin-bottom: 5px;
}
.timeline-box-wrap .info .entry-meta {
  float: left;
  width: 100%;
  font-family: 'Open Sans', Helvetica Neue, Sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  padding: 5px 0 2px;
  font-style: italic;
}
.timeline-box-wrap .read-more {
  font-family: 'Open Sans', Helvetica Neue, Sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
.llorix-one-lite-slider-whole-wrap {
  position: relative;
  float: left;
  width: 100%;
}
#llorix_one_slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#llorix_one_slider > ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}
#llorix_one_slider > ul > li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  height: auto;
  text-align: center;
}
button.control_next {
  right: 60px;
  position: absolute;
  top: -60px;
  z-index: 999;
  display: block;
  width: 40px;
  height: 40px;
  color: #fcb315;
  text-decoration: none;
  font-weight: 600;
  font-size: 50px;
  line-height: 40px;
  opacity: 0.8;
  cursor: pointer;
  background: none;
  padding: 0;
}
button.control_next:active,  button.control_next:focus,  button.control_prev:active,  button.control_prev:focus {
  box-shadow: none;
  outline: 1px dotted #f16c20;
}
button.control_prev {
  right: 10px;
  position: absolute;
  top: -60px;
  z-index: 999;
  display: block;
  width: 40px;
  height: 40px;
  color: #fcb315;
  text-decoration: none;
  font-weight: 600;
  font-size: 50px;
  line-height: 40px;
  opacity: 0.8;
  cursor: pointer;
  background: none;
  padding: 0;
}
button.control_prev:hover,  button.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
button.control_prev {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
button.control_prev.fade-,  button.control_next.fade-btn {
  opacity: 0.1 !important;
}

@media (max-width: 580px) {
.timeline-section {
  padding-left: 0;
}
.timeline-box-wrap {
  padding-left: 1em;
}
.timeline-section li .icon-container {
  margin: 0 auto;
  float: none;
  margin-bottom: -80px;
}
.timeline-section li .date {
  display: none;
}
.timeline-section li .info {
  padding-left: 15px;
  padding-top: 90px;
}
.timeline-section li {
  padding: 1em;
}
.timeline-section li .info {
  border-left: none;
  text-align: center;
}
.list-post-entry-meta {
  position: relative;
  float: left;
  padding: 0;
  margin: 15px 0 0;
}
.timeline-box-wrap .info h1:after {
  content: "";
  margin-left: auto;
  margin-right: auto;
}
}
/*---------------------------------------

   BIOS

-----------------------------------------*/

.faculty-wrapper {
  width: 100%;
}
.faculty-img {
  float:left;
  height:300px;
  width:auto;
  min-width:300px;
  margin-right:20px;
}
.faculty-bio {
  float:left;
  min-width:400px;
}

.bio-entry-title {
  margin-bottom: 5px;
  font-size: 18px;
  padding-top: 80px;
  margin-top: -80px;
}
.post-list h4.bio-entry-title a {
  line-height: 28px;
  text-transform: uppercase;
  color: #000;
}
.post-list h4.bio-entry-title a:hover {
  color: #f16c20;
  text-decoration: none;
}
.attachment-bio-thumb {
  float: right;
  margin: 15px;
}

@media (max-width: 400px) {
.attachment-bio-thumb {
  width: 100%;
  margin: 0px 0px 15px 0px;
  padding: 15px 15px 0px 15px;
}
}
/*---------------------------------------

   BLOG PAGES

-----------------------------------------*/
.blog-page-entry {
  border: 1px solid #eaeaea;
  border-bottom: 4px solid #eaeaea;
  float: left;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 40px;
}
.blog-entry-title {
  margin-top: 0px;
  margin-bottom: 15px;
}
.attachment-blog-thumb {
  float: left;
  margin: 0px 15px 0px 0px;
}

@media (max-width: 400px) {
.attachment-blog-thumb {
  width: 100%;
  margin: 0px 0px 10px 0px;
}
}
/*---------------------------------------

   FOOTER

-----------------------------------------*/

.footer, .footer a {
  background-color: #2b3675;
}
.footer a:hover {
  text-decoration: none;
  color: #fcb315 !important;
}
.footer a:focus {
  text-decoration: none;
  color: #fcb315 !important;
}
footer.footer .social-icons i:hover:before {
  background: #fcb315;
}
footer.footer #wp-calendar a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  text-decoration: none;
  background: #fcb315;
  color: #fff;
}

footer.footer {
  position: relative;
  z-index: 2;
}

.resource-page .resource-footer {
  padding: 40px 20px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  border-radius: 4px;
  display: flex;
  margin-bottom: 40px;
}
.resource-page .resource-footer .handles {
  padding: 0;
  max-width: 170px;
  flex-shrink: 0;
}
.resource-page .resource-footer .handles li {
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #AAAAAA;
  border-bottom: solid 1px #AAAAAA;
  transition: color .2s;
}
.resource-page .resource-footer .handles li:hover {
  color: #333333;
  cursor: pointer;
}
.resource-page .resource-footer .handles li:first-of-type {
  padding-top: 0;
}
.resource-page .resource-footer .handles li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.resource-page .resource-footer .handles li.active {
  color: #333333;
}
.resource-page .resource-footer .content {
  padding-left: 20px;
}
.resource-page .resource-footer .content > div {
  display: none;
}
.resource-page .resource-footer .content > div.active {
  display: block;
}
.resource-page .resource-footer .content li {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 600px) {
  .resource-page .resource-footer {
    flex-wrap: wrap;
  }
  .resource-page .resource-footer .handles {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .resource-page .resource-footer .handles li {
    width: 50%;
    border-bottom: 0;
  }
  .resource-page .resource-footer .handles li:first-of-type {
    padding-top: 10px;
  }
  .resource-page .resource-footer .handles li:nth-of-type(2n) {
    padding-left: 10px;
  }
  .resource-page .resource-footer .handles li:nth-of-type(2n + 1) {
    border-right: solid 1px #AAAAAA;
  }
  .resource-page .resource-footer .handles li:nth-of-type(3),
  .resource-page .resource-footer .handles li:nth-of-type(4) {
    border-top: solid 1px #AAA;
  }
  .resource-page .resource-footer .handles li:last-of-type {
    padding-bottom: inherit;
  }
  .resource-page .resource-footer .content {
    padding-left: 0;
    padding-top: 20px;
  }
}

.resource-page .resource-footer-meta {
  display: flex;
  justify-content: space-between;
}
.resource-page .resource-footer-meta .interactions {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
}
.resource-page .resource-footer-meta .interactions .share {
  padding-right: 20px;
}
.resource-page .resource-footer-meta .interactions .share a,
.resource-page .resource-footer-meta .interactions .full-article a {
  font-weight: 500;
  line-height: 20px;
  position: relative;
}
.resource-page .resource-footer-meta .interactions .share a i,
.resource-page .resource-footer-meta .interactions .full-article a i {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.resource-page .resource-footer-meta .interactions .full-article {
  padding-left: 20px;
  border-left: solid 1px #C9C9C9;
}
.resource-page .resource-footer-meta .share {
  position: relative;
}
.resource-page .resource-footer-meta .share .share-box {
  position: absolute;
  bottom: calc(100% + 20px);
  box-shadow: 0 3px 9px rgba(0,0,0,.16);
  z-index: 5;
  padding: 20px;
  justify-content: space-between;
  width: 172px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 5px;
  display: none;
}
.resource-page .resource-footer-meta .share .share-box:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: ' ';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid white;
  -webkit-filter: drop-shadow(0 5px 3px rgba(0,0,0,.16));
  filter: drop-shadow(0 5px 3px rgba(0,0,0,.16));

}
.resource-page .resource-footer-meta .share .share-box a {
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background: #EEEEEE;
  color: #022047;
  font-size: 18px;
  transition: all .2s;
}
.resource-page .resource-footer-meta .share .share-box a:hover {
  text-decoration: none;
  background: #022047;
  color: #eeeeee;
}
.resource-page .resource-footer-meta .share .share-box a i {
  margin-right: 0;
  top: 0;
  font-size: 18px;
}
.resource-page .resource-footer-meta .tags,
.resource-page .video .tags,
.resource-page .podcast .tags {
  padding: 0;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.resource-page .resource-footer-meta .tags {
  justify-content: flex-end;
  padding-left: 20px;
  align-items: center;
}
.resource-page .resource-footer-meta .tags li {
  margin-left: 5px;
  margin-bottom: 2px;
}
.resource-page .video .tags li,
.resource-page .podcast .tags li {
  margin-right: 5px;
  margin-bottom: 2px;
}

@media (max-width: 600px) {
  .resource-page .resource-footer-meta {
    flex-wrap: wrap;
  }
  .resource-page .resource-footer-meta .interactions {
    width: 100%;
  }
  .resource-page .resource-footer-meta .tags {
    width: 100%;
    margin-top: 20px;
    justify-content: flex-start;
    padding-left: 0;
  }
  .resource-page .resource-footer-meta .tags li {
    margin-left: 0;
    margin-right: 5px;
  }
}

/* .resource-page li {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
} */

.resource-page .single-tag {
  line-height: 20px;
}
.resource-page .single-tag a {
  font-size: 16px;
  line-height: 20px;
  padding: 0 20px;
  background: #EEEEEE;
  color: #666666;
  transition: 0.2s;
}
.resource-page .single-tag a:hover {
  background: #aaa;
  text-decoration: none;
  color: #333 !important;
}

.resource-page .resource-bio {
  display: flex;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  margin-top: 40px;

  /*Remove when author page is ready*/
  /* display: none; */
}
.resource-page .resource-bio .image {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.resource-page .resource-bio .image a {
  display: block;
}
.resource-page .resource-bio .image img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.resource-page .resource-bio .content {
  padding-left: 20px;
}
.resource-page .resource-bio .content .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #062F6E;
  margin-bottom: 10px;
  display: block;
}
.resource-page .resource-bio .content .description {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 600px) {
  .resource-page .resource-bio {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .resource-page .resource-bio .content {
    width: 100%;
    padding-left: 0;
  }
}

.resource-page .video-bio {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.resource-page .video-bio .image {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.resource-page .video-bio .image a {
  display: block;
}
.resource-page .video-bio .image img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin-top: 0;
  margin-bottom: 0;
}
.resource-page .video-bio .content {
  padding-left: 20px;
  max-width: 630px;
}
.resource-page .video-bio .content .details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.resource-page .video-bio .content .name {
  font-size: 20px;
  line-height: 20px;
  display: block;
  font-weight: 600;
  color: #062F6E;
}
.resource-page .video-bio .content .post-time {
  line-height: 1;
}
.resource-page .video-bio .content .subscribe {
  text-transform: uppercase;
  font-size: 18px;
  color: white;
  font-weight: 300;
  height: 40px;
  display: block;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background: #FEA30B;
  transition: all .2s;
}
.resource-page .video-bio .content .subscribe:hover {
  text-decoration: none;
  background: #E8960C;
}
.resource-page .video-bio .content .description {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 450px) {
  .resource-page .video-bio {
    display: block;
  }
  .resource-page .video-bio .image {
    float: left;
    margin-right: 20px;
  }
  .resource-page .video-bio .content {
    padding-left: 0;
  }
  .resource-page .video-bio .content .details {
    display: block;
  }
  .resource-page .video-bio .content .details > * {
    float: left;
  }
  .resource-page .video-bio .content .details .name-box {
    margin-top: 30px;
  }
  .resource-page .video-bio .content .details .subscribe {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .resource-page .video-bio .content .description {
    clear: both;
  }
}

/*---------------------------------------

   WORLDVIEW CHART

-----------------------------------------*/

#wv-chart-table td, #wv-chart-table th {
  padding: 10px 4px;
  margin: 2px;
  border: 1px solid #333333;
  text-align: center;
  max-width: 131px;
  vertical-align: middle;
}
/*---------------------------------------

   RESPONSIVE VIDEO EMBEDS

-----------------------------------------*/

.js-video {
  margin-left: 30px;
}
.js-video.floatright {
  float: right;
}

@media (max-width: 1000px) {
.js-video {
  float: none;
  clear: both;
  margin: auto;
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.js-video.widescreen {
  padding-bottom: 53%;
}
.js-video.vimeo {
  padding-top: 0;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
}
/* Added by Dan - for Essential Grid */

div.eg-george-hw-element-0-a, a.eg-george-hw-element-0, div.eg-george-w-bush-element-0-a, a.eg-george-w-bush-element-0 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
div.eg-george-hw-element-6-a, a.eg-george-hw-element-6, div.eg-george-w-bush-element-6-a, a.eg-george-w-bush-element-6 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
div.pull-quote-1 {
  font-family: inherit;
  font-weight: 200;
  font-size: 28px;
  line-height: 1.5;
  color: #2A3776;
}
a.btn-secondary-txt {
  font-size: 24px;
  padding: 20px;
  text-align: center;
  display: block;
  margin-top: 10px;
  text-decoration: none !important;
}
a.btn-secondary-txt:hover {
  text-decoration: underline !important;
}
.btn-secondary {
  color: #fff;
  background-color: #2A3776;
  border: none;
  padding: 18px 4px !important;
  margin-top: 15px;
}
.btn-secondary-light {
  color: #2A3776 !important;
  background-color: #fff;
  border: #2A3776 1px solid;
  padding: 10px 4px !important;
}
.btn-primary:hover, .btn-primary-small:hover {
  background-color: #fcac00 !important;
  color: #fff;
}
.btn-primary-small {
  color: #fff;
  background-color: #FCB214 !important;
  border: none !important;
  padding: 8px 18px !important;
  font-size: 16px !important;
}
#cf4a {
  position: relative;
  height: 180px;
  width: 180px;
  margin: 0 auto;
}
#cf4a img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 12s;
  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 12s;
  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 12s;
  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 12s;
  position: absolute;
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
 @keyframes cf4FadeInOut {
 0% {
 opacity:1;
}
 17% {
 opacity:1;
}
 25% {
 opacity:0;
}
 92% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
#cf4a img:nth-of-type(1) {
  animation-delay: 12s;
}
#cf4a img:nth-of-type(2) {
  animation-delay: 8s;
}
#cf4a img:nth-of-type(3) {
  animation-delay: 4s;
}
#cf4a img:nth-of-type(4) {
  animation-delay: 0;
}

@media (max-width: 1200px) {
.mobile-hide {
  display: none;
}
}
/* @darren 10.17 */

.background_video_container {
  background: url("//static.summit.org/uploads/2016/11/website-video-background.jpg") center center no-repeat;
}
@media screen and (max-width: 450px) {
.background_video_container {
  height: 140px;
}
}
.js-video-container {
  float: left;
  margin-top: 55px;
  margin-left: 55px;
  max-width: 500px;
}

@media screen and (max-width: 450px) {
.background_video_container video {
  /*display: none;*/
}
.home-box-background {
  height: auto !important;
  width: 98% !important;
  margin-left: 1%;
  max-width: 430px;
}
.home-box-background div img {
  margin-top: 0px !important;
}
.phone-hide {
  display: none;
}
#inpage_scroll_btn {
  padding: 14px 20px;
}
.home-box-background #inpage_scroll_btn {
  margin-left: 0px !important;
}
.home #intro-section button {
  display: none;
}
  .gridSeventy, .gridSixty, .gridForty {
  width: 98% !important;
  min-width: 98% !important;
  margin-left: 1%;
}
.js-video-container {
  margin-left: 0px;
}
.js-video-container div {
  float: none !important;
}
}
  @media screen and (max-width: 870px) {
#mobileCTABTNs {
  text-align: center;
  display: block !important;
}
#mobileCTABTNs button {
  font-size: 12px;
  padding: 6px !important;
  margin: 8px !important;
}
#hide-video-overlay-buttons {
display: none !important;
    }
}




html {
  scroll-behavior: smooth;
}


.resource-page .reccomended-item,
.resource-page .resource-signup {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  background-image: url('/wp-content/themes/llorix-one-lite-summit/images/reccomended-bg.png');
  background-size: cover;
  background-position: bottom right;
  background-size: cover;
  margin-top: 40px;
  margin-bottom: 40px;
}
.resource-page .reccomended-item .container,
.resource-page .resource-signup .container {
  flex-wrap: wrap;
}
.resource-page .reccomended-item .content,
.resource-page .resource-signup .content {
  width: 60%;
  padding: 30px 30px;
}
.resource-page .reccomended-item .title,
.resource-page .resource-signup .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}
.resource-page .reccomended-item .content .inner {
  display: flex;
}
.resource-page .reccomended-item .content .inner .image {
  flex-shrink: 0;
  margin-right: 10px;
  width: 40%;
  max-width: 200px;
}
.resource-page .reccomended-item .content .inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.resource-page .reccomended-item .content .inner .details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.resource-page .reccomended-item .content .inner .name {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}
.resource-page .reccomended-item .content .inner .summary p {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.resource-page .reccomended-item .content .inner .link {
  margin-top: auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.resource-page .reccomended-item .content .inner .link i {
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
@media (max-width: 800px) {
  .resource-page .reccomended-item .title,
  .resource-page .resource-signup .title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 700px) {
  .resource-page .reccomended-item,
  .resource-page .resource-signup {
    background-position: center bottom;
  }
  .resource-page .reccomended-item .content,
  .resource-page .resource-signup .content {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .resource-page .reccomended-item .content .inner {
    flex-wrap: wrap;
  }
  .resource-page .reccomended-item .content .inner .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .resource-page .reccomended-item .content .inner .details {
    width: 100%;
  }
}

.resource-page .resource-signup br {
  display: none;
}
.resource-page .resource-signup .inner iframe {
  width: 100%;
  min-height: 320px;
  border: none;
}
.resource-page .resource-signup .container,
.container.resource-landing {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.resource-page .resource-signup .container .field_block,
.signup-form-container .container .field_block {
  max-width: 100%;
}
.resource-page .resource-signup .container input,
.signup-form-container .container input {
  max-width: 100%;
}
.resource-page .resource-signup form input[type="submit"],
.signup-form-container form input[type="submit"] {
  background-image: none;
  background-color: #FEA30B;
  margin-top: 10px;
}
html.signup-form-container,
html.page-template-page-bare {
  margin-top: 0 !important;
  background: transparent;
}
html.signup-form-container body,
html.page-template-page-bare body {
  background: transparent;
}
.signup-form-container br {
  display: none;
}
.signup-form-container .container {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
}

.resource-page #primary {
  position: relative;
}
.resource-page .email-gate-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.92);
  z-index: 9999;
}
.resource-page .email-gate-overlay .resource-signup {
  background-image: url('/wp-content/themes/llorix-one-lite-summit/images/reccomended-bg.png');
  background-color: white;
  width: calc(100% - 370px);
  top: 40px;
  right: 50%;
  position: fixed;
  max-width: 840px;
  transform: translateX(calc(50% + 160px));
  margin-top: 0;
}
.resource-page .email-gate-overlay.email-modal-overlay {
  display: none;
}
.resource-page .email-gate-overlay .close-link,
.resource-page .resource-signup .close-link {
  /* margin-top: 40px; */
  text-decoration: underline;
  color: #337ab7;
  transition: all .2s;
}
.resource-page .email-gate-overlay .close-link.fixed {
  position: absolute;
  top: 20px;
  right: 20px;
  margin-top: 0;
  background: rgba(255,255,255,0.4);
  color: white;
  padding: 10px;
  border-radius: 4px;
  line-height: 1;
}
.resource-page .email-gate-overlay .close-link.fixed:hover {
  color: black;
  background: rgba(255,255,255,1);
}
.resource-page .email-gate-overlay .close-link:hover,
.resource-page .resource-signup .close-link:hover {
  cursor: pointer;
  color: #FEA30B;;
}
.resource-page .email-submitted-modal-close {
  display: none;
}

@media (max-width: 1000px) {
  .resource-page .email-gate-overlay .resource-signup {
    width: calc(100% - 40px);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 700px) {
  .resource-page #primary {
    padding: 0;
  }
  .resource-page .email-gate-overlay.email-modal-overlay .close-link.fixed {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    color: black;
    padding: 10px;
    border-radius: 4px;
    line-height: 1;
  }
  .resource-page .email-gate-overlay.email-modal-overlay .close-link.fixed:hover {
    color: #FEA30B;
    /* background: rgba(255,255,255,1); */
  }
}

.resource-page .content-single-podcast .podcast iframe {
  width: 100%;
  height: auto;
  display: block;
}
.resource-page .content-single-podcast .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resource-page .content-single-podcast .details .links {
  display: flex;
  align-items: center;
}
.resource-page .content-single-podcast .details .links a {
  display: flex;
  margin-left: 40px;
  justify-content: center;
  align-items: center;
}
.resource-page .content-single-podcast .details .links image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.resource-page .content-single-podcast .details .links .rss {
  width: 21px;
  height: 21px;
}
.resource-page .content-single-podcast .details .links .itunes {
  width: 75px;
  height: 29px;
}
.resource-page .content-single-podcast .details .links .stitcher {
  width: 69px;
  height: 29px;
}
@media (max-width: 700px) {
  .resource-page .content-single-podcast .details {
    flex-wrap: wrap;
  }
  .resource-page .content-single-podcast .details .single-tags {
    width: 100%;
  }
  .resource-page .content-single-podcast .details .links {
    width: 100%;
    justify-content: flex-start;
  }
  .resource-page .content-single-podcast .details .links a {
    margin-left: 0;
    margin-right: 20px;
    margin-top: 20px;
  }
}


/*---------------------------------------

   WORLDVIEW DICTIONARY

-----------------------------------------*/

#resource-dict-index li {
  margin: 0.75em 24px 0.75em 0;
  text-align: center;
  padding: 10px;
  background: #ddd;
}

.page-template-worldview-dictionary .container {
  display: flex;
  margin-top: 40px;
}
.page-template-worldview-dictionary #primary {
  margin-top: 0;
}

.page-template-worldview-dictionary .recent-and-featured {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.page-template-worldview-dictionary .recent-and-featured .recent,
.page-template-worldview-dictionary .recent-and-featured .featured {
  width: calc(50% - 30px);
}
@media(max-width: 500px) {
  .page-template-worldview-dictionary .recent-and-featured {
    flex-wrap: wrap;
  }
  .page-template-worldview-dictionary .recent-and-featured .recent,
  .page-template-worldview-dictionary .recent-and-featured .featured {
    width: 100%;
  }
  .page-template-worldview-dictionary .recent-and-featured div:nth-child(2) {
    margin-top: 20px;
  }
}
.page-template-worldview-dictionary .recent-and-featured .label {
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  color: black;
  font-weight: 400;
  border-bottom: 1px solid #FEA30B;
  display: block;
  text-align: left;
  border-radius: 0;
  margin-bottom: 10px;
}
.page-template-worldview-dictionary .recent-and-featured a[data-wv-dict-term-link] {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-template-worldview-dictionary .sticky-letters-container {
  min-height: 70px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-template-worldview-dictionary .letters-container {
  position: relative;
  width: 100%;
}

.page-template-worldview-dictionary .letters {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid rgba(0,0,0,.22);
  padding: 10px 20px;
  flex-wrap: wrap;
  background: white;
}
.page-template-worldview-dictionary .letters .search-icon,
.page-template-worldview-dictionary .letters-container .wv-dict-search .close-button  {
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background: #EEEEEE;
  color: #022047;
  font-size: 16px;
  transition: all .2s;
}
.page-template-worldview-dictionary .letters .search-icon:hover,
.page-template-worldview-dictionary .letters-container .wv-dict-search .close-button:hover  {
  text-decoration: none;
  background: #022047;
  color: #eeeeee;
  cursor: pointer;
}
.page-template-worldview-dictionary .letters .search-icon {
  margin-right: 5px;
}
.page-template-worldview-dictionary .letters .letter {
  display: block;
  font-size: 30px;
  color: black;
  opacity: 0.5;
  font-weight: bold;
  transition: all .2s;
  text-align: center;
  border-bottom: 3px solid transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-template-worldview-dictionary .letters .letter.active {
  opacity: 1;
  border-bottom: 3px solid #3BBFAD;
}
.page-template-worldview-dictionary .letters .letter:hover {
  opacity: 1;
  text-decoration: none;
  border-bottom: 3px solid #3BBFAD;
}

.page-template-worldview-dictionary .letters-container .wv-dict-search {
  position: absolute;
  width: calc(100% - 86px);
  top: 10px;
  right: 20px;
  height: 50px;
  background: white;
}
.page-template-worldview-dictionary .letters-container .wv-dict-search input {
  width: calc(100%);
  border-width: 0 0 1px 0;
  color: #000000;
  border-color: #707070;
  height: 100%;
  border-radius: 0;
  line-height: 1;
  position: relative;
  left: -40px;
  padding-left: 50px !important;
  background: transparent;
}

.page-template-worldview-dictionary .letters-container .wv-dict-search .close-button {
  position: absolute;
  right: 0;
  top: 5px;
}

.page-template-worldview-dictionary .wv-dict-entry {
  background: #FCFCFC;
  padding: 20px;
  box-shadow: rgba(0,0,0,0.16) 0 1px 2px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}
.page-template-worldview-dictionary .wv-dict-entry a {
  font-weight: bold;
  color: #337AB7;
}
.page-template-worldview-dictionary .wv-dict-entry br {
  margin-bottom: 20px;
  display: block;
  content: ' ';
}
.page-template-worldview-dictionary .wv-dict-entry .comparisons {
  font-weight: bold;
  color: black;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.page-template-worldview-dictionary .wv-dict-entry .compare-with-arrow {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  display: flex;
  float: left;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  background: #EEEEEE;
  flex-shrink: 0;
}
.page-template-worldview-dictionary .wv-dict-entry .compare-with-arrow img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: center;
  margin: 0;
}
.page-template-worldview-dictionary .back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 40px;
  height: 40px;
  background: #FEA30B;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  text-decoration: none;
  z-index: 10;
  font-weight: 100;
}
.page-template-worldview-dictionary .back-to-top:hover {
  background: white;
  color:  #FEA30B;
}
.page-template-worldview-dictionary .back-to-top svg {
  width: 16px;
  height: 16px;
}

.wv-term {
  text-decoration: underline !important;
}

@media (max-width: 1000px) {
  .page-template-worldview-dictionary .container {
    flex-wrap: wrap;
  }
}

@media (max-width: 800px) {
  .page-template-worldview-dictionary .letters a {
    width: 30px;
    line-height: 30px;
    text-align: center;
  }
}

/*pagination */
.resource-page .pagination {
  width: 100%;
  margin-top: 40px;
}
.resource-page .pagination .inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.resource-page .pagination .inner .prev {
  float: left;
}
.resource-page .pagination .inner .next {
  float: right;
}
.resource-page .pagination .inner .page-numbers {
  margin-left: 5px;
  margin-right: 5px;
}
.resource-page .pagination .inner .current {
  font-weight: bold;
}


.resource-page {
  padding-top: 50px;
}
.resource-page .container {
  width: auto;
  display: flex;
  max-width: 1190px;
}
.resource-page #primary {
  margin-top: 0;
}

.resource-page .hidden {
  display: none;
}


.resource-page a {
  transition: all .2s;
}
.resource-page a:hover {
  text-decoration: none;
  color: #FEA30B;
}
.resource-page a:hover h1.title,
.resource-page a:hover h2.title,
.resource-page a:hover h3.title,
.resource-page a:hover h4.title,
.resource-page a:hover h5.title,
.resource-page a:hover h6.title {
  color: #FEA30B;
}

@media (max-width: 1000px) {
  .resource-page {
    padding-top: 0;
  }
  .resource-page .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .resource-page .container {
    margin-top: 40px;
  }
}

/* RESOURCE COLLECTIONS */
/* base */
.resource-page .related {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.resource-page .related.top-wrapper {
  margin-top: 40px;
}
.resource-page .related.top-wrapper:first-of-type {
  margin-top: 0;
}
.resource-page .related.related-resources {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.resource-page .related.related-resources.top-wrapper:first-of-type,
.resource-page .related.top-wrapper.related-resources:first-of-type {
  margin-top: 40px;
}
.resource-page .related.w-1\/3 {
  width: calc((100% - 40px) / 3);
}
.resource-page .related.w-2\/3 {
  width: calc((((100% - 40px) / 3) * 2) + 20px);
}
.resource-page .related.w-1\/2 {
  width: calc((100% - 20px) / 2);
}
.resource-page .related .title-wrapper {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(112,112,112, 0.3);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.resource-page .related .title-wrapper .title {
  margin-top: 0;
}
.resource-page .related .title-wrapper .title,
.resource-page .related .related > .title {
  color: #FEA30B;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
}
.resource-page .related .related > .title {
  margin-top: 0;
  margin-bottom: 20px;
}
.resource-page .related .title-wrapper .view-all-link {
  margin-left: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
.resource-page .related .related-item {
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  margin-bottom: 20px;
  border-bottom: 0 solid rgba(0,0,0,0.2);
}
.resource-page .related .related-item .featured-image {
  width: 100%;
  height: 160px;
  overflow: hidden;
  flex-shrink: 0;
}
.resource-page .related .related-item .featured-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.resource-page .related .related-item .featured-image a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.resource-page .related .related-item .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.resource-page .related .related-item .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: black;
  max-height: 48px;
  overflow: hidden;
  transition: all .2s;
}
.resource-page .related .related-item a:hover .title {
  color: #FEA30B; 
}
.resource-page .related .related-item p {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.resource-page .related .related-item .excerpt {
  overflow: hidden;
  margin-bottom: 10px;
}
.resource-page .related .related-item .post-meta {
  margin-top: auto;
  /* display: flex;r */
  justify-content: space-between;
  align-items: flex-end;
  line-height: 20px;
}
/* .related .related-item .post-meta > div {
  flex: 1;
}
.related .related-item .post-meta > .single-tag {
  flex: 2;
} */
.resource-page .related .related-item .post-meta .post-time {
  margin-right: 0;
}
.resource-page .related .related-item .post-meta .read-time {
  margin-left: 3px;
}
.resource-page .related .related-item .post-meta .read-time .hyphen {
  margin-right: 4px;
}
.resource-page .related .related-item .post-meta .post-time,
.resource-page .related .related-item .post-meta .read-time {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

.resource-page .related .related-item.video .featured-image a {
  position: relative;
}
.resource-page .related .related-item.video .featured-image a:after {
  content: ' ';
  width: 40px;
  height: 40px;
  background-image: url('/wp-content/themes/llorix-one-lite-summit/images/play-circle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
  top: 5px;
  /* transform: translate(-50%, -50%); */
  color: white;
}
.resource-page .related .related-item.featured-resource.video .featured-image a:after {
  width: 80px;
  height: 80px;
  left: 10px;
  top: 10px;
}


@media (max-width: 1000px) {
  .resource-page .related.w-1\/2 {
    width: 100%;
  }
  .resource-page .related .related-item {
    width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 830px) {
  .resource-page .related.w-1\/3 {
    width: 100%;
  }
  .resource-page .related.w-2\/3 {
    width: 100%;
  }
  .resource-page .related .related > .title {
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(112,112,112, 0.3);
    width: 100%;
  }
}

@media (max-width: 720px) {
  .resource-page .related .related-item {
    width: 100%;
    flex-direction: row;
    border-bottom-width: 1px;
    padding-bottom: 20px;
  }
  .resource-page .related .related-item:last-of-type {
    border-bottom-width: 0;
  }
  .resource-page .related .related-item .featured-image {
    width: 170px;
    height: 170px;
  }
  .resource-page .related .related-item .content {
    width: 100%;
    padding-right: 20px;
  }
}

@media (max-width: 570px) {
  .resource-page .related .related-item .featured-image {
    width: 110px;
    height: 110px;
  }
  .resource-page .related .related-item .content .title {
    margin-top: 0;
  }
  .resource-page .related .related-item .content .excerpt {
    display: none;
  }
  .resource-page .related .related-item .content .post-meta {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .resource-page .related .related-item .content .post-meta .single-tag {
    margin-top: 5px;
  }
}

/* featured-resource */
.resource-page .related .related-item.featured-resource {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.resource-page .related .related-item.featured-resource .featured-image {
  width: calc((((100% - 40px) / 3) * 2) + 20px);
  height: 330px;
  margin-right: 20px;
}
.resource-page .related .related-item.featured-resource .content {
  width: calc((100% - 40px) / 3);
}
.resource-page .related .related-item.featured-resource .content .title {
  font-size: 36px;
  line-height: 44px;
  max-height: calc(44px * 3);
  margin-top: 0;
}
.resource-page .related .related-item.featured-resource .content p {
  font-size: 20px;
  line-height: 30px;
}
/* .related .related-item.featured-resource .content .excerpt {
  max-height: 90px;
} */
.resource-page .related .related-item.featured-resource .content .post-meta {
  display: block;
}
/* .related .related-item.featured-resource .content .post-meta .single-tag {
  margin-bottom: 10px;
} */

@media (max-width: 720px) {
  .resource-page .related .related-item.featured-resource {
    flex-direction: column-reverse;
  }
  .resource-page .related .related-item.featured-resource .featured-image {
    width: 100%;
  }
  .resource-page .related .related-item.featured-resource .content {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .resource-page .related .related-item.featured-resource .content .title {
    margin-top: 10px;
    font-size: 28px;
    line-height: 36px;
  }
  .resource-page .related .related-item.featured-resource .content .excerpt {
    max-height: 80px;
  }
  .resource-page .related .related-item.featured-resource .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .resource-page .related .related-item.featured-resource .content .post-meta {
    display: flex;
  }
  .resource-page .related .related-item.featured-resource .content .post-meta .single-tag {
    margin-bottom: 0;
  }
}

@media (max-width: 570px) {
  .resource-page .related .related-item.featured-resource .content .excerpt {
    display: block;
  }
}

/* wide */
.resource-page .related.wide {
  flex-direction: column;
  justify-content: flex-start;
}
.resource-page .related .related-item.wide,
.resource-page .related.wide .related-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: auto;
  padding-bottom: 20px;
  border-bottom-width: 1px;
}
.resource-page .related .related-item.wide .featured-image,
.resource-page .related.wide .related-item .featured-image {
  width: 170px;
  height: 170px;
}
.resource-page .related .related-item.wide .content,
.resource-page .related.wide .related-item .content {
  padding-right: 20px;
  width: 100%;
}
.resource-page .related .related-item.wide .content .post-meta,
.resource-page .related.wide .related-item .content .post-meta {
  display: flex;
}

@media (max-width: 570px) {
  .resource-page .related .related-item.wide,
  .resource-page .related.wide .related-item  {
    height: auto;
  }
  .resource-page .related.wide .related-item .featured-image,
  .resource-page .related .related-item.wide .featured-image {
    width: 110px;
    height: 110px;
  }
  .resource-page .related .related-item .content .title {
    margin-top: 0;
  }
  .resource-page .related .related-item .content .excerpt {
    display: none;
  }
}

/* minimal */
.resource-page .related.minimal {
  flex-direction: column;
  justify-content: flex-start;
}
.resource-page .related .related-item.minimal,
.resource-page .related.minimal .related-item {
  width: 100%;
  border-bottom-width: 1px;
  padding-bottom: 20px;
}
.resource-page .related .related-item.minimal:last-of-type,
.resource-page .related.minimal .related-item:last-of-type {
  border-bottom-width: 0;
}
.resource-page .related .related-item.minimal .featured-image,
.resource-page .related.minimal .related-item .featured-image {
  display: none;
}
.resource-page .related .related-item.minimal .title,
.resource-page .related.minimal .related-item .title {
  margin-top: 0;
}
.resource-page .related .related-item.minimal .excerpt,
.resource-page .related.minimal .related-item .excerpt {
  display: none;
}
.resource-page .related .related-item.minimal .post-meta,
.resource-page .related.minimal .related-item .post-meta {
  flex-direction: column-reverse;
  align-items: flex-start;
}
.resource-page .related .related-item.minimal .post-meta .single-tag,
.resource-page .related.minimal .related-item .post-meta .single-tag {
  margin-top: 10px;
}

/* extra-minimal */
.resource-page .related.extra-minimal {
  flex-direction: column;
  justify-content: flex-start;
}
.resource-page .related .related-item.extra-minimal,
.resource-page .related.extra-minimal .related-item {
  width: 100%;
  border-bottom-width: 1px;
  padding-bottom: 10px;
  flex-direction: row-reverse;
  margin-bottom: 10px;
}
.resource-page .related .related-item.extra-minimal:last-of-type,
.resource-page .related.extra-minimal .related-item:last-of-type {
  border-bottom-width: 0;
}

.resource-page .related .related-item.extra-minimal .featured-image,
.resource-page .related.extra-minimal .related-item .featured-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.resource-page .related .related-item.extra-minimal .title,
.resource-page .related.extra-minimal .related-item .title {
  font-size: 16px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  max-height: 40px;
}
.resource-page .related .related-item.extra-minimal .excerpt,
.resource-page .related.extra-minimal .related-item .excerpt,
.resource-page .related .related-item.extra-minimal .post-meta,
.resource-page .related.extra-minimal .related-item .post-meta {
  display: none;
}

/*half-width items */
.resource-page .related .related-item.half-width-item,
.resource-page .related.half-width-item .related-item {
  width: calc((100% - 20px) / 2);
}

@media (max-width: 720px) {
  .resource-page .related .related-item.half-width-item,
  .resource-page .related.half-width-item .related-item {
    width: 100%;
    border-bottom-width: 1px;
  }
}

/* videos */
.resource-page .related .video .post-meta .read-time {
  display: none;
}


/* podcasts */
.resource-page .related .podcast .post-meta .read-time {
  display: none;
}
.resource-page .related.wide .podcast,
.resource-page .related .podcast.wide {
  border-bottom-width: 1px;
  padding-bottom: 20px;
}
.resource-page .related .podcast .post-meta .post-time:after {
  content: '\f028';
  font-size: 16px;
  color: black;
  margin-left: 10px;
  position: relative;
  top: 2px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* hide excerpts */
.resource-page .related.hide-excerpt .related-item .content .excerpt,
.resource-page .related .related-item.hide-excerpt .content .excerpt {
  display: none;
}



/* giving prompt section */
.resource-page .giving-prompt .inner {
  padding: 20px;
  border-radius: 4px;
  box-shadow: rgba(0,0,0,.16) 0 1px 2px;
}
.resource-page .giving-prompt .title {
  color: #062F6E;
  border-color: #FEA30B;
  margin-top: 0;
}
.resource-page .giving-prompt .text {
  font-size: 16px;
  line-height: 24px;
}
.resource-page .giving-prompt .link {
  background: #FEA30B;
  width: 100%;
  display: block;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 14px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin-top: 20px;
  font-weight: bold;
  transition: all .2s;
}
.resource-page .giving-prompt .link:hover {
  background: #f16c20;
  text-decoration: none;
}


.resource-page .in-content-image-wrapper {
  width: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.resource-page .in-content-image-wrapper img {
  margin: 0;
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: left top;
  max-height: inherit;
  display: block;
}

/* RESOURCE SIDEBAR */
.resource-page .resource-sidebar {
  width: 250px;
  flex-shrink: 0;
}
.resource-page .resource-sidebar .sticky {
  position: relative;
  top: auto;
  max-width: 250px;
}
.resource-page .resource-sidebar.desktop {
  margin-right: 40px;
}
.resource-page .resource-sidebar section {
  border-bottom: 1px solid rgba(112,112,112,0.36);
  padding: 20px 0;
}
.resource-page .resource-sidebar section:first-of-type {
  padding-top: 0;
}
.resource-page .resource-sidebar section ul,
.resource-page .resource-sidebar section header + div {
  margin-bottom: 0;
  margin-top: 20px;
  padding-left: 0;
}
.resource-page .resource-sidebar ul.closed,
.resource-page .resource-sidebar section header + div.closed {
  display: none;
}
.resource-page .resource-sidebar section ul li {
  list-style-type: none;
}
.resource-page .resource-sidebar section ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.resource-page .resource-sidebar section ul li a:hover {
  color: #FEA30B;
}
.resource-page .resource-sidebar section ul li a.active {
  background: #062F6E;
  color: white;
  font-weight: 600;
}
.resource-page .resource-sidebar header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resource-page .resource-sidebar header .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #062F6E;
  text-transform: uppercase;
}
.resource-page .resource-sidebar header .title a {
  color: #062F6E;
  transition: all .2s;
}
.resource-page .resource-sidebar header .title a:hover {
  color: #fea30b;
}
.resource-page .resource-sidebar header .title i {
  font-weight: 400;
  margin-right: 5px;
}
.resource-page .resource-sidebar header .handle {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  transform: rotate(0deg);
}
.resource-page .resource-sidebar header .handle:hover {
  cursor: pointer;
  background: #ccc;
}
.resource-page .resource-sidebar header .handle.rot-180 {
  transform: rotate(180deg);
}

.resource-page .resource-sidebar .filter-form input,
.resource-page .resource-sidebar .filter-form select {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  padding: 10px 15px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  color: #191919;
}
.resource-page .resource-sidebar .filter-form .select-wrapper {
  position: relative;
}
.resource-page .resource-sidebar .filter-form .select-wrapper:after {
  content: '\f078';
  font: normal normal normal 17px/1 FontAwesome;
  color: #062F6E;
  right: 0px;
  top: 0px;
  line-height: 28px;
  padding: 10px 15px;
  position: absolute;
  cursor: pointer;
  pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
.resource-page .resource-sidebar .filter-form select::-ms-expand {
  display: none;
}
.resource-page .resource-sidebar .filter-form .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.resource-page .resource-sidebar .filter-form input[type="submit"] {
  background: #FEA30B;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  border-radius: 2px;
  border: 0;
  color: white;
  transition: all .2s;
}
.resource-page .resource-sidebar .filter-form input[type="submit"]:hover {
  background: #f16c20;
}

/* RESOURCE LANDING */
.resource-landing .related-articles.recent {
  width: 100%;
  justify-content: flex-start;
}
.resource-landing .related-articles.recent .related-item.reflect {
  width: 66%;
  flex-direction: row;
  flex-wrap: nowrap;
}
.resource-landing .related-articles.recent .related-item.reflect .featured-image {
  width: 170px;
  height: 170px;
  margin-right: 0;
}
.resource-landing .related-articles.recent .related-item.reflect .content {
  padding-right: 40px;
}
.resource-landing .related-articles.recent .related-item.reflect:first-of-type .content .title {
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  border-bottom: 0;
  padding-bottom: 0;
  height: 48px;
  overflow: hidden;
}
.resource-landing .related-articles.recent .related-item.reflect:first-of-type .content .excerpt p {
  font-size: 16px;
  line-height: 20px;
  max-height: 40px;
}

.resource-landing .related-articles.recent .related-item.video:first-of-type {
  width: calc((100% - 40px) / 3);
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  margin-right: 20px;
}
.resource-landing .related-articles.recent .related-item.video:first-of-type .featured-image {
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin: 0;
}
.resource-landing .related-articles.recent .related-item.video:first-of-type .title {
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  border-bottom: 0;
  padding-bottom: 0;
  height: 48px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
}
.resource-landing .related-articles.recent .related-item.video:first-of-type .excerpt {
  display: none;
}

.resource-landing .related-articles.recent.podcasts-wrapper {
  width: calc((100% - 40px) / 3);
}
.resource-landing .related-articles.recent .related-item.podcast .featured-image {
  display: none;
}
.resource-landing .related-articles.recent .related-item.podcast .content {
  padding-right: 0;
}
.resource-landing .related-articles.recent .related-item.podcast .title {
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  border-bottom: 0;
  padding-bottom: 0;
  height: 48px;
  overflow: hidden;
}
.resource-landing .related-articles.recent .related-item.podcast .excerpt {
  display: none;
}
.resource-landing .related-articles.recent .related-item.podcast .post-meta {
  display: block;
  margin-top: 10px;
}
.resource-landing .related-articles.recent .related-item.podcast .tag {
  margin-top: 10px;
  margin-bottom: 0;
}


/*  DELIVERY PAGE  ============================================================================= */

.page-template-delivery-page .delivery-page-hero{
	height: 900px;
	z-index: 9999;
	background-position: center top -100px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 58vw;
}
.page-template-delivery-page .delivery-page-hero-video {
	text-align: center;
  padding: 120px;
}
.page-template-delivery-page .delivery-page-hero-video iframe {
	width: 1040px;
	height: 540px;
}
.page-template-delivery-page #left, .page-template-delivery-page #right {
	width: 40%;
}
.page-template-delivery-page #left {
	float: left;
}
.page-template-delivery-page #right {
	float: right;
}
.page-template-delivery-page .overview-row {
	height: 450px;
	max-width: 1250px;
	width: 90%;
	margin: auto;
}
.page-template-delivery-page #right iframe {
	margin-left: -25%;
}
.page-template-delivery-page iframe {
	-webkit-box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.15);
}
.page-template-delivery-page strong {
  font-family: 'Source Sans Pro';
  font-weight: 900;
}
.page-template-delivery-page .primary {
	color: #fea30b;
}

.page-template-delivery-page .delivery-page-hero-heading {
	max-width: 1100px;
	width: 90%;
	margin: auto;
}

.page-template-delivery-page h2 {
		font-size: 7vh;
		line-height: 8vh;
		font-family: "Source Sans Pro";
    font-weight: 300;
}
.page-template-delivery-page h3 {
	font-size: 4vh;
	line-height: 4vh;
}
.page-template-delivery-page .divider{
	background: url('/wp-content/themes/llorix-one-lite-summit/images/shade.png');
	height: 60vw;
	background-size: cover;
	margin-top: -50%;
	z-index: -10;
	position: relative;
}
.page-template-delivery-page .resouce-overview{
	padding: 100px 0 !important;
}
.page-template-delivery-page .resouce-center{
	background-image: url("/wp-content/themes/llorix-one-lite-summit/images/middle-element.png");
	background-repeat: no-repeat;
	background-position: right -400px top;
}
.page-template-delivery-page .delivery-page-resource-overview{
	margin-top: 100px;
}
@media only screen and (min-width: 1400px){
	.page-template-delivery-page .delivery-page-resource-overview{
		margin-top: -5vw;
	}
}

@media only screen and (max-width: 600px){
	.page-template-delivery-page .delivery-page-hero-video iframe {
		height: 30vh;
		width: 90vw;
		margin-top: 50px;
	}
	.page-template-delivery-page .delivery-page-hero{
		background-position: center top 0px;
	}
	.page-template-delivery-page iframe {
		height: 30vh !important;
		width: 90vw;
	}
	.page-template-delivery-page .delivery-page-hero-video{
		padding: 0px;
	}
	.page-template-delivery-page #left, .page-template-delivery-page #right {
		width: 100%;
	}
	.page-template-delivery-page #right iframe {
		margin-left: 0;
	}
	.page-template-delivery-page .delivery-page-resource-overview{
		margin: 250px 0 100px 0;
	}
	.page-template-delivery-page .resouce-overview{
		padding: 100px 0 !important;
	}
}
@media only screen and (max-width: 1026px){
	.page-template-delivery-page .delivery-page-hero-video iframe {
		height: 30vh;
		width: 90vw;
		margin-top: 50px;
	}
	.page-template-delivery-page .delivery-page-hero{
		background-position: center top 0px;
	}
	.page-template-delivery-page iframe {
		height: 45vw !important;
		width: 90vw;
	}
	.page-template-delivery-page .delivery-page-hero-video{
		padding: 0px;
	}
	.page-template-delivery-page #left, .page-template-delivery-page #right {
		width: 100%;
	}
	.page-template-delivery-page #right iframe {
		margin-left: 0;
	}
	.page-template-delivery-page .delivery-page-resource-overview{
		margin-bottom: 200px;
		margin-top: 0;
	}
	.page-template-delivery-page .resouce-overview{
		padding: 15vw 0 !important;
	}
	.page-template-delivery-page h2{
		font-size: 5vw;
		line-height: 7vw;
	}
}

/*  LEAD PAGE  ============================================================================= */


.page-template-lead-page form#leadpage-hero{
	max-width: 620px;
	padding-top: 50px;
}

.page-template-lead-page form#leadpage-hero .container,
.page-template-lead-page form#leadpage-hero input{
	width: 100% !important;
}
.page-template-lead-page form#leadpage-hero input{
	margin-bottom: 10px;
}

.page-template-lead-page form#leadpage-hero input::placeholder{
	font-size: 18px;
	font-weight: 600;
	font-family: 'Source Sans Pro';
	padding-left: 10px;
}
.page-template-lead-page form#leadpage-hero .container{
	padding: 0px !important;
}
.page-template-lead-page form#leadpage-hero br {
	display: none !important;
}

.page-template-lead-page form#leadpage-hero input[type="submit"]:hover {
    background: #3F48CC !important;
		cursor: pointer !important;
}

.page-template-lead-page form#leadpage-hero input[type="submit"] {
    background: #3F48CC !important;
		font-size: 18px;
		font-weight: 800;
		font-family: 'Source Sans Pro';
}

.page-template-lead-page form#leadpage-cta{
	max-width: 440px;
	padding-top: 10px;
}

.page-template-lead-page form#leadpage-cta .container,
.page-template-lead-page form#leadpage-cta input{
	width: 100% !important;
}
.page-template-lead-page form#leadpage-cta input{
	margin-bottom: 10px;
}

.page-template-lead-page form#leadpage-cta .container{
	padding: 0px !important;
}
.page-template-lead-page form#leadpage-cta br {
	display: none !important;
}

.page-template-lead-page form#leadpage-cta input[type="submit"]:hover {
    background: #3F48CC !important;
		cursor: pointer !important;
}

.page-template-lead-page form#leadpage-cta input[type="submit"] {
    background: #fea30b !important;
		font-size: 18px;
		font-weight: 800;
		font-family: 'Source Sans Pro';
}

.page-template-lead-page form#leadpage-cta div.caption {
	text-align: left;
}

.page-template-lead-page .overview-row {
  float: left;
	max-width: 400px;
  width: 30%;
  margin: 0 10px;
}
.page-template-lead-page .resouce-overview,
.page-template-lead-page .lead-page-hero-heading,
.page-template-lead-page .lead-page-videos-text {
	max-width: 80%;
	width:1240px;
	margin: auto;
}
.page-template-lead-page .resouce-overview-header{
	padding-top: 100px;
	display: block;
	text-align: center;
}
.page-template-lead-page h2 {
		font-size: 8vh;
		line-height: 8vh;
}
.page-template-lead-page .lead-page-hero{
	padding: 100px 0;
}
.page-template-lead-page .lead-page-hero-heading h3 {
	font-size: 4vh;
}
.page-template-lead-page .lead-page-hero-heading h4 {
	font-size: 3vh;
}
.page-template-lead-page h3 {
	font-size: 4vh;
	line-height: 4vh;
}
.page-template-lead-page strong {
  font-family: 'Source Sans Pro';
  font-weight: 900;
}
.page-template-lead-page .overview-row{
	background: white;
	border-radius: 5px;
	-webkit-box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.15);
}
.page-template-lead-page .resouce-overview {
	padding-top: 100px;
}
.page-template-lead-page .lead-page-cta {
	height: 720px;
}
.page-template-lead-page .main-carousel {
	margin-left: 17%;
	padding-top: 100px;
}
.page-template-lead-page .carousel-cell {
	margin-right: 20px;
}
.page-template-lead-page .flickity-prev-next-button.previous{
	left: 0;
}
.page-template-lead-page .flickity-prev-next-button {
	top: 100% !important;
	transform: none !important;
	border-radius: 0;

}
.page-template-lead-page .flickity-prev-next-button.next {
	left: 6% !important;
}
.page-template-lead-page .flickity-page-dots{
	    bottom: -80px;
			text-align: left;
			left: 25px;
}
.page-template-lead-page .resource-content{
	padding: 20px;
	text-align: center;
}
.page-template-lead-page .lead-page-hero-heading{
	color: white;
}
.page-template-lead-page .row-one {
	margin-left: 50px;
}
.page-template-lead-page .primary {
	color: #fea30b;
}

.page-template-lead-page .lead-page-cta-content {
	background: white;
	max-width: 840px;
	margin: auto;
	padding: 40px;
	top: 100px;
	position: relative;
	background-image: url('/wp-content/themes/llorix-one-lite-summit/images/clipping-mask-colored.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
}
.page-template-lead-page .hero-submit{
		background-color: #3F48CC !important;
		border: none !important;
		border-radius: 5 !important;
		color: white !important;
		font-family: "Source Sans Pro" !important;
    text-transform: uppercase !important;
    font-weight: 600;
}

.page-template-lead-page .lead-submit {
	background-color: #FEA30B !important;
	border: none !important;
	border-radius: 5 !important;
	color: white !important;
	font-family: "Source Sans Pro" !important;
	font-weight: 600;
	text-transform: uppercase !important;
}
.page-template-lead-page div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
	width: 60% !important;
}

.page-template-lead-page .lead-page-resource-overview{
	  height: 850px;
		background-position: bottom 120px center !important;
		background-size: 400px auto !important;
}

.page-template-lead-page .lead-page-videos {
	padding-top: 100px;
	height: 970px;
}

@media only screen and (max-width: 600px){
	.page-template-lead-page .flickity-prev-next-button {
		top: 105% !important;
	}
	.page-template-lead-page .lead-page-hero {
		padding: 50px 0;
	}
	.page-template-lead-page .lead-page-hero-heading{
		max-width: 90%;
	}
	.page-template-lead-page .overview-row {
		margin: 10px 0;
		width: 100%;
	}
	.page-template-lead-page .resouce-overview{
		padding-top: 0px;
	}
	.page-template-lead-page .row-one {
		margin-left: 0px !important;
	}
	.page-template-lead-page .resouce-overview-header{
		padding-top: 50px;
	}
	.page-template-lead-page h2 {
		font-size: 5vh;
		line-height: 6vh;
	}
	.page-template-lead-page .lead-page-resource-overview{
    height: 1150px;
		background-position: bottom 50px center;
		background-size: 400px auto;
	}
	.page-template-lead-page .lead-page-cta-content {
		width: 90%;
		margin: auto;
		padding: 20px 20px;
		background-size: 100px;
	}
	.page-template-lead-page .main-carousel{
		margin-left: 5%;
	}
	.page-template-lead-page .lead-page-videos{
		padding-top: 50px;
		height: 850px;
	}
	.page-template-lead-page .main-carousel{
		padding-top: 50px;
	}
	.page-template-lead-page .flickity-page-dots{
		left: -10px;
		text-align: center;
	}
	.page-template-lead-page .flickity-viewport{
		height: 200px !important;
	}
	.page-template-lead-page .column-one {
		height: 200px;
	}
	.page-template-lead-page .column-one iframe {
		height: 225px;
    width: 290px;
	}
	.page-template-lead-page .flickity-prev-next-button.next{
		left: 75% !important;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1336px){
	.page-template-lead-page .row-one{
		margin-left: 0;
	}
	.page-template-lead-page .lead-page-resource-overview{
		height: 750px;
		background-position: bottom 80px center !important;
	}
	.page-template-lead-page h2{
		font-size: 6.8vh;
    line-height: 8vh;
	}
	.page-template-lead-page .flickity-page-dots{
		left: 18px;
	}
	.page-template-lead-page .main-carousel{
		margin-left: 10% !important;
	}
	.page-template-lead-page .lead-page-videos {
		height: auto;
		padding-bottom: 140px;
	}
}
@media only screen and (min-width: 1336px){
	.page-template-lead-page .main-carousel{
		margin-left: 10% !important;
	}
  .page-template-lead-page	h2{
		font-size: 6.8vh;
		line-height: 8vh;
	}
	.page-template-lead-page .flickity-page-dots{
		left: 18px;
	}
}

.resource-page .resource-sidebar .search-section {
  border-bottom-width: 0;
}
.resource-page .resource-sidebar .search-container {
  width: 100%;
  display: flex;
}
.resource-page .resource-sidebar .search-container input.search {
  border-top-left-radius:  5px;
  border-bottom-left-radius:  5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #EEEEEE;
  padding: 13px;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  color: black;
  transition: all 0.2s;
}
.resource-page .resource-sidebar .search-container input.search:focus {
  border-color: #ccc;
}
.resource-page .resource-sidebar .search-container input[type="submit"] {
  width: 150px;
  background: #062F6E;
  border-top-left-radius:  0;
  border-bottom-left-radius:  0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0;
  text-align: center;
  opacity: 0.8;
  transition: all 0.2s;
}
.resource-page .resource-sidebar .search-container input[type="submit"]:hover {
  opacity: 1;
}
.resource-page .resource-sidebar .search-container input.search:focus + input[type="submit"] {
  opacity: 1;
}

.resource-page .resource-sidebar.resource-sidebar-single header .title {
  width: 100%;
  text-align: center;
}
.resource-page .resource-sidebar.resource-sidebar-single section {
  border-bottom-width: 0;
}
.resource-page .resource-sidebar.resource-sidebar-single .heading .title {
  transform: translateX(-10px);
}
.resource-page .resource-sidebar.resource-sidebar-single .share .icons {
  margin-top: 40px;
}
.resource-page .resource-sidebar.resource-sidebar-single .share .icons a {
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background: #EEEEEE;
  color: #022047;
  margin: 0 auto 20px;
  font-size: 18px;
  transition: all .2s;
}
.resource-page .resource-sidebar.resource-sidebar-single .share .icons a:hover {
  text-decoration: none;
  background: #022047;
  color: #eeeeee;
}

@media (max-width: 1000px) {
  .resource-page .resource-sidebar.desktop {
    display: none;
  }
}


/* RESOURCE SIDEBAR MOBILE */
.resource-page .resource-sidebar.mobile {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.resource-page .resource-sidebar.mobile .labels {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(112,112,112,0.36);
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.resource-page .resource-sidebar.mobile .labels .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #062F6E;
  text-transform: uppercase;
  margin-right: 20px;
  transition: all .2s;
}
.resource-page .resource-sidebar.mobile .labels .title:not(.active) {
  opacity: 0.4;
}
.resource-page .resource-sidebar.mobile .labels .title:hover {
  cursor: pointer;
  opacity: 1;
}
.resource-page .resource-sidebar.mobile .labels .close-button,
.resource-page .resource-sidebar.mobile .labels .search-button,
.resource-page .resource-sidebar.mobile .labels .filter-button  {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  position: absolute;
}
.resource-page .resource-sidebar.mobile .labels .close-button:hover,
.resource-page .resource-sidebar.mobile .labels .search-button:hover,
.resource-page .resource-sidebar.mobile .labels .filter-button:hover {
  cursor: pointer;
  background: #ccc;
}
.resource-page .resource-sidebar.mobile .labels .close-button img
.resource-page .resource-sidebar.mobile .labels .search-button img,
.resource-page .resource-sidebar.mobile .labels .filter-button img {
  object-fit: contain;
  object-position: center;
}
.resource-page .resource-sidebar.mobile .labels .close-button {
  right: 30px;
}
.resource-page .resource-sidebar.mobile .labels .close-button img {
  width: 10px;
  height: 10px;
}
.resource-page .resource-sidebar.mobile .labels .search-button {
  right: 30px;
  transform: translateX(0);
}
.resource-page .resource-sidebar.mobile .labels .filter-button {
  right: 75px;
  transform: translateX(0);
}
.resource-page .resource-sidebar.mobile .labels .search-button.slid-left,
.resource-page .resource-sidebar.mobile .labels .filter-button.slid-left {
  transform: translateX(-45px);
}
.resource-page .resource-sidebar.mobile .labels .search-button img,
.resource-page .resource-sidebar.mobile .labels .filter-button img {
  width: 15px;
  height: 15px;
}
.resource-page .resource-sidebar.mobile .search-section {
  position: absolute;
  left: 30px;
  top: -10px;
  z-index: 2;
  width: calc(100% - 120px);
  max-width: 400px;
  background: white;
  padding-bottom: 0;
}

.resource-page .resource-sidebar.mobile .lists {
  width: 100%;
  padding: 0;
  display: none;
}
.resource-page .resource-sidebar.mobile .lists .list {
  padding-left: 0;
  margin-top: 0;
}
.resource-page .resource-sidebar.mobile .lists .list.closed {
  display: none !important;
}
.resource-page .resource-sidebar.mobile .lists .list li {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(112,112,112,0.36);
  padding-left: 15px;
  padding-right: 15px;
}

.resource-page .resource-sidebar.mobile .lists .filter-form.list {
  padding: 20px 30px;
}
.resource-page .resource-sidebar.mobile .lists .filter-form.list input[type="submit"] {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .resource-page .resource-sidebar.mobile {
    display: flex;
  }
}

@media (max-width: 700px) {
  .resource-page .resource-sidebar.mobile .labels {
    padding-left: 15px;
    padding-right: 15px;
  }
  .resource-page .resource-sidebar.mobile .search-section {
    left: 15px;
  }
  .resource-page .resource-sidebar.mobile .labels .close-button {
    right: 15px;
  }
  .resource-page .resource-sidebar.mobile .labels .search-button {
    right: 15px;
  }
  .resource-page .resource-sidebar.mobile .labels .filter-button {
    right: 60px;
  }
  .resource-page .resource-sidebar.mobile .lists .filter-form.list {
    padding: 20px 15px;
  }
}

/* TAG PAGE */
.tag h1,
.page-template-resource-landing h1,
.page-template-resources-page h1,
.page-template .resource-page h1 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}

/* single podcast */
.resource-page .next-prev-podcasts {
  margin-top: 40px;
  display: flex;
  overflow: auto;
}
.resource-page .next-prev-podcasts > .related {
  flex-direction: column;
  flex-wrap: nowrap;
}
.resource-page .next-prev-podcasts .next {
  float: right;
}
.resource-page .next-prev-podcasts .prev {
  float: left;
  margin-right: 20px;
}
.resource-page .next-prev-podcasts .related.wide {
  height: 100%;
}
.resource-page .next-prev-podcasts .related.wide .related-item {
  height: 100%;
}
.resource-page .next-prev-podcasts .related.wide .related-item .featured-image {
  align-self: center;
}
.resource-page .next-prev-podcasts .related.wide .related-item .post-meta {
  display: block;
}
.resource-page .next-prev-podcasts .related .title-wrapper {
  height: 34px;
}
@media (max-width: 800px) {
  .resource-page .next-prev-podcasts {
    display: block;
  }
}

/* resource-type-anchors */
.resource-page .resource-type-anchors {
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding-left: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(112,112,112,0.4);
  margin-bottom: 20px;
}
.resource-page .resource-type-anchors li {
  line-height: 18px;
}
.resource-page .resource-type-anchors li a {
  text-transform: uppercase;
  color: black;
  font-size: 18px;
  line-height: 18px;
  margin-right: 40px;
  transition: all 0.2s;
  opacity: 0.4;
}
.resource-page .resource-type-anchors li a:hover {
  opacity: 1;
  text-decoration: none;
}

/* RESOURCE SEARCH RESULTS */
.resource-page .resource-page.search h1 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 0;
}
.resource-page .resource-page.search .related.top-wrapper:first-of-type {
  margin-top: 40px;
}

/* AUTHOR PAGE */
.resource-page .author-header {
  /* width: calc((((100% - 40px) / 3) * 2) + 20px ); */
  display: flex;
}
.resource-page .author-header .content {
  width: 70%;
}
.resource-page .author-header .author-title {
  margin-top: 0;
  font-size: 36px;
  font-weight: 600;
  color: black;
}
.resource-page .author-header .description {
  font-size: 18px;
  line-height: 28px;
}
.resource-page .author-header .icons {
  display: block;
}
.resource-page .author-header .icons a {
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background: #EEEEEE;
  color: #022047;
  margin: 0 auto 20px;
  font-size: 18px;
  transition: all .2s;
  float: left;
  margin-right: 10px;
  margin-top: 20px;
}
.resource-page .author-header .icons a:hover {
  text-decoration: none;
  background: #022047;
  color: #eeeeee;
}

.resource-page .author-header .image {
  width: 30%;
  padding-left: 20px;
}
.resource-page .author-header .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  max-width: 150px;
  max-height: 150px;
}
.resource-page .author-handles {
  border-bottom: 1px solid rgba(112,112,112,0.4);
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.resource-page .author-handles .selection {
  display: flex;
}
.resource-page .author-handles .selection div {
  line-height: 30px;
  font-size: 18px;
  color: black;
  opacity: 0.3;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  margin-right: 20px;
  font-weight: 500;
  transition: all .2s;
}
.resource-page .author-handles .selection div.active {
  opacity: 1;
  border-bottom-color: rgb(112,112,112);
}
.resource-page .author-handles .selection div:hover {
  cursor: pointer;
  opacity: 1;
}