/*
Theme Name: Prindleinstitute 2024
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: Smallbox
Author URI: https://smallbox.com/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.0
Updated: 2024-11-06 15:00:00
*/

/* Fonts */
@font-face {
  font-family: "ACaslonProBold";
  src: url("assets/css/fonts/ACaslonProBold.eot");
  src: url("assets/css/fonts/ACaslonProBold.eot") format("embedded-opentype"),
    url("assets/css/fonts/ACaslonProBold.woff2") format("woff2"),
    url("assets/css/fonts/ACaslonProBold.woff") format("woff"),
    url("assets/css/fonts/ACaslonProBold.ttf") format("truetype"),
    url("assets/css/fonts/ACaslonProBold.svg#ACaslonProBold") format("svg");
}
@font-face {
  font-family: "futuraptbold";
  src: url("assets/css/fonts/futuraptbold.eot");
  src: url("assets/css/fonts/futuraptbold.eot") format("embedded-opentype"),
    url("assets/css/fonts/futuraptbold.woff2") format("woff2"),
    url("assets/css/fonts/futuraptbold.woff") format("woff"),
    url("assets/css/fonts/futuraptbold.ttf") format("truetype"),
    url("assets/css/fonts/futuraptbold.svg#futuraptbold") format("svg");
}
@font-face {
  font-family: "futuraptheavy";
  src: url("assets/css/fonts/futuraptheavy.eot");
  src: url("assets/css/fonts/futuraptheavy.eot") format("embedded-opentype"),
    url("assets/css/fonts/futuraptheavy.woff2") format("woff2"),
    url("assets/css/fonts/futuraptheavy.woff") format("woff"),
    url("assets/css/fonts/futuraptheavy.ttf") format("truetype"),
    url("assets/css/fonts/futuraptheavy.svg#futuraptheavy") format("svg");
}
@font-face {
  font-family: "futuraptmedium";
  src: url("assets/css/fonts/futuraptmedium.eot");
  src: url("assets/css/fonts/futuraptmedium.eot") format("embedded-opentype"),
    url("assets/css/fonts/futuraptmedium.woff2") format("woff2"),
    url("assets/css/fonts/futuraptmedium.woff") format("woff"),
    url("assets/css/fonts/futuraptmedium.ttf") format("truetype"),
    url("assets/css/fonts/futuraptmedium.svg#futuraptmedium") format("svg");
}

/* Custom Style */
html {
  margin: 0;
}
html,
body,
* {
  font-family: "futuraptmedium";
  font-size: 20px;
  color: #657580;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
.clearfix:before,
.clearfix:after {
  visibility: hidden;
  display: table;
  content: " ";
  clear: both;
}
.clearfix {
  display: block;
  clear: both;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p,
li {
  font-family: "futuraptmedium";
  font-size: 20px;
  color: #657580;
  line-height: 34px;
  margin-bottom: 20px;
}
li {
  margin: 0;
}
ul.list li {
  margin-bottom: 5px;
  position: relative;
  padding: 0 0 0 20px;
}
ul.list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #252525;
  left: 0;
  display: block;
  position: absolute;
  top: 9px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-family: "futuraptbold";
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-family: "futuraptbold";
  font-style: italic;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  padding: 10px 15px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgb(0, 0, 0, 1);
  color: #657580;
  font-family: "futuraptmedium";
}
form {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
button,
input[type="button"],
input[type="submit"] {
  background: transparent;
  border: 2px solid #000000;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #000;
  color: #fff;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
body select {
  background-position: 95% 50%;
  border-radius: 0;
  border: 1px solid #666666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px !important;
  background-image: url(assets/images/select_arow.png);
  background-repeat: no-repeat;
  border-radius: 5px;
}
/*input[type="radio" i] {margin:0;}*/
address {
  font-style: normal;
}
strong {
  font-family: "futuraptbold";
  font-weight: normal;
}
b {
  font-family: "futuraptbold";
  font-weight: normal;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
  box-sizing: border-box;
}
em {
  font-style: italic;
}
.wrapper {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}
.common-section {
  padding: 120px 0;
}

.site-content-contain {
  /* background-color: #fef9f5; */
  clear: both;
}

a:focus {
  outline: none;
}
a,
p,
div,
section,
span {
  box-sizing: border-box;
}
a {
  position: relative;
  text-decoration: none;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
}
a:hover {
  color: #657580;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
}

.widget-area a,
.details a:not(.video_popup):not(.common-btn),
.discussion a,
.site-main a,
a.inline-link,
a.urllink,
p.vspace a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
}

.inner-page-content a:not(.common-btn)::after,
.widget-area a::after,
.details a:not(.video_popup):not(.common-btn)::after,
.discussion a::after,
.site-main a::after,
a.inline-link::after,
a.urllink::after,
p.vspace a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #ffcf01;
  height: 2px;
  width: 100%;
}

.inner-page-content a:not(.common-btn):hover,
.widget-area a:hover,
.details a:not(.video_popup):not(.common-btn):hover,
.site-main a:hover,
.discussion a:hover,
a.inline-link:hover,
a.urllink:hover,
p.vspace a:hover {
  color: #ffcf01;
}

/* Header */

.search-pop {
  position: fixed;
  width: 100%;
  height: 0;
  z-index: -11;
  background: #ffcf01;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 50%;
}
.search-pop.open-search {
  display: block;
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 999;
  top: 0;
}
.open-pop-body {
  overflow: hidden;
}
.search-icon-close {
  color: #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
  font-size: 55px;
  line-height: 41px;
}
.search-pop .search-form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-width: 1200px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.search-pop .search-form input[type="search"] {
  color: #111c24;
  font-size: 100px;
  border: none;
  border-bottom: 1px solid #111c24;
  background: none;
  font-family: "futuraptbold";
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.search-pop .search-submit {
  display: none;
}
::placeholder {
  color: #111c24;
  opacity: 1;
  font-family: "futuraptbold";
}
:-ms-input-placeholder {
  color: #111c24;
  opacity: 1;
  font-family: "futuraptbold";
}
::-ms-input-placeholder {
  color: #111c24;
  opacity: 1;
  font-family: "futuraptbold";
}

.main-header {
  position: relative;
  z-index: 22;
}
.single .main-header {
  height: 150px;
  /* background-color: #fef9f5; */
}
.header-top {
  position: relative;
  z-index: 12;
  height: 50px;
  overflow: hidden;
  width: 100%;
}
.open-pop-body .header-top {
  z-index: 11;
}
.sticky-menu-body .header-top {
  z-index: 0;
  overflow: visible;
}
.header-top-box {
  background: #fff;
  position: absolute;
  right: 0; /*padding:9px 0px 8px 49px;*/
  padding: 9px 0px 8px 27px;
}
.header-top-box:after {
  content: "";
  background: #fff;
  width: 1000%;
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
}
.header-top ul li {
  display: inline-block;
}
.header-top ul li a {
  color: #111c24;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 11px;
}
.header-top ul li a span {
  font-size: inherit;
  color: inherit;
  position: relative;
  z-index: 1;
}
.header-top ul li a:after {
  content: "";
  width: 0;
  background: #ffcf01;
  left: 0;
  right: 0;
  height: 2px;
  position: absolute;
  margin: 0 auto;
  top: 100%;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  z-index: 0;
}
.header-top ul li a:hover:after,
.header-top ul li a:focus:after,
.header-top ul li.current-menu-item a:after,
.single-news .header-top ul li.menu-item-18 a:after,
.single-tribe_events .header-top ul li.menu-item-19 a:after {
  width: 80%;
}

.depauw-uni a {
  color: #111c24;
  text-transform: uppercase;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
}
.depauw-uni a i {
  color: #111c24;
  font-size: 14px;
  vertical-align: middle;
  margin: 0 10px;
}
.depauw-uni {
  margin-left: 20px;
}
.depauw-uni .divider {
  color: #111b24;
  font-family: "futuraptmedium";
}
.depauw-uni,
.header-top-box .menu-header-top-menu-container {
  display: inline-block;
}
.depauw-uni img {
  display: inline-block;
  vertical-align: middle;
  max-width: 114px;
}
.header-wrapper {
  width: 100%;
  height: 67px;
  max-width: 2000px;
}
.header-bottom {
  background: #fff;
  position: relative;
  z-index: 11;
  padding: 0px 0 0; /*transition: all ease-in 0.2s;-webkit-transition: all ease-in 0.3s;*/
}
.open-pop-body .header-bottom {
  height: 100vh;
  overflow: auto;
}
.site-logo {
  position: absolute;
  left: 0;
  top: 40px;
  left: 60px;
  top: 30px;
  z-index: 999;
}
.prindle-main-menu {
  float: right;
  background: #ffcf01;
  padding: 22px 40px;
  margin-bottom: -40px;
}
.search-icon {
  display: inline-block;
  cursor: pointer;
}
.search-icon i {
  color: #000;
}
.prindle-main-menu .main-navigation div ul {
  margin-top: 0;
}
.prindle-main-menu .main-navigation div > ul > li {
  padding: 0 20px;
  height: 100%;
}
.prindle-main-menu .main-navigation div > ul > li.button {
  padding: 0;
  background-color: #111b24;
  /* background-image: url("assets/images/mainnavbuttonarrow.png");
  background-repeat: no-repeat;
  background-position: 90% center; */
  position: relative;
  margin: 0 0 0 20px;
  border-radius: 8px;
  max-width: none;
  height: 100%;
}

.prindle-main-menu .main-navigation div > ul > li.button:focus-within a::after{
  background-color: #fff;
}

.prindle-main-menu .main-navigation div > ul > li.button a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  font-family: "futuraptmedium";
  font-size: 14px;
  padding: 15px;
  transition: 0.2s ease all;
  position: relative;
}

.prindle-main-menu .main-navigation div > ul > li.button.pp {
  max-width: 97px;
}
.prindle-main-menu .main-navigation div > ul > li.button.ee {
  max-width: 120px;
}
.prindle-main-menu .main-navigation div > ul > li.button.pp {
  max-width: 97px;
}

.prindle-main-menu .main-navigation div > ul > li.button a::after {
  content: url('assets/images/nav-icon-book.png');
  transform: translateY(-50%) scale(1);
  transform-origin: center;
  transition: all .3s ease-in-out;
  padding-top: 3px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: calc(100% - 16px);
  top: 50%;
  width: 32px;
  height: 32px;
  background-color:#ffcf01;
  border-radius: 50%;
  border: 2px solid #111C24;
  opacity: 1;
}

.prindle-main-menu .main-navigation div > ul > li.button a::after{
  background: #ffcf01;
}

.prindle-main-menu .main-navigation div > ul > li.button:hover a::after,
.prindle-main-menu .main-navigation div > ul > li.button:focus a::after {
  background: #fff;
}

.prindle-main-menu .main-navigation div > ul > li.button.pp a::after {
  content: url('assets/images/nav-icon-newspaper.png');
}

.prindle-main-menu .main-navigation div > ul > li.button.ee a::after {
  content: url('assets/images/nav-icon-microphone.png');
}

.prindle-main-menu .main-navigation div > ul > li.button.tcp a::after {
  content: url('assets/images/nav-icon-book.png');
  padding-top: 5px;
  padding-left: 1px;
}

.prindle-main-menu .main-navigation div > ul > li.button:hover a::after {
  transform: translateY(-50%) scale(1.05);
}

.prindle-main-menu .main-navigation div > ul > li.button a:hover {
  opacity: 1;
}
.prindle-main-menu .main-navigation div > ul > li.button a:after {
  content: none;
}
.prindle-main-menu .main-navigation ul li a {
  line-height: 1.3em;
}
.prindle-main-menu .main-navigation ul ul {
  padding: 20px 0;
  border: none !important;
}
.prindle-main-menu .main-navigation ul ul li {
  padding: 0px 20px;
}
.prindle-main-menu .main-navigation ul ul li:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ffcf01;
  width: 5px;
  height: 100%;
}
.prindle-main-menu .main-navigation ul ul li:hover > a {
  color: #111c24;
}
.prindle-main-menu .main-navigation ul ul li a {
  font-family: "futuraptheavy";
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
  text-transform: none;
  color: #657580;
}
.prindle-main-menu .main-navigation a {
  padding: 0; /*color:#fef9f5;*/
  color: #111b24;
  text-transform: uppercase;
  font-family: "futuraptheavy";
  font-size: 15px;
  position: relative;
  letter-spacing: 1px;
}
.prindle-main-menu .main-navigation ul ul li a:not(:last-of-type) {
  margin-bottom: 0px;
}
.prindle-main-menu .main-navigation div > ul > li > a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.prindle-main-menu .main-navigation div > ul > li.current-menu-item > a:after,
.prindle-main-menu
  .main-navigation
  div
  > ul
  > li.current-menu-ancestor
  > a:after {
  opacity: 1 !important;
}
.prindle-main-menu .main-navigation li:hover a:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.main-navigation ul li.menu-item-has-children:before,
.main-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.page_item_has_children:before,
.main-navigation ul li.page_item_has_children:after {
  border: none;
}
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.dropdown-toggle {
  display: none;
}

/*
.main-navigation ul li.menu-pop:hover > ul, .main-navigation ul li.menu-pop.focus > ul{display:none;}
.main-navigation ul li.menu-item-has-children::after, .main-navigation ul li.menu-item-has-children::before{display:none !important;}
*/
.prindle-main-menu .main-navigation li li:hover {
  background: #fff;
  color: #657580;
}
ul#menu-header-top-menu.menu {
  left: 20px;
}

/* Menu Popup */
/*
.full-page-menu{position:fixed; width:100%; height:0; z-index:-11; background:#ffcf01;transition:all ease-in-out 0.5s; -webkit-transition:all ease-in-out 0.5s;  transform:scale(1); -webkit-transform:scale(1); opacity:0; visibility:hidden; top: 50%; left:0;} 
.active-menu-pop .full-page-menu{display:block; transform:scale(1); -webkit-transform:scale(1); opacity:1; visibility:visible; height:100%; z-index:999; top:0;overflow: auto;}
*/
/*.main-navigation ul .active-menu-pop ul {background: none;border: none;left: 0 !important;padding: 0;position: relative;top: 0;z-index: 999999;    display: block !important;    max-width: 870px; opacity:0;  min-height: 320px;}
/*.custom-sub{max-width:1200px; width:100%; display:block; margin:0 auto;}*/
/*.active-menu-pop .sub-menu li a{color:#111c24; font-size:38px;font-family: 'futuraptbold';line-height:68px; position:relative !important; }

.prindle-main-menu .main-navigation li.active-menu-pop .sub-menu li:hover a:after{content: '\f061';font-family: 'FontAwesome';font-size: 14px;vertical-align: middle;margin: 0px 0 0 11px;position: absolute;line-height: inherit;top:0px; left: inherit; transform: none; -webkit-transform: none; background: none; height: auto;}
*/
.parent-menu-description {
  position: absolute;
  right: 0;
  bottom: 80px;
  font-size: 29px;
  font-family: "ACaslonProBold";
  color: #111c24;
  line-height: 35px;
  text-align: right;
}
.parent-menu-description::after {
  content: "";
  display: block;
  height: 26px;
  width: 121px;
  position: absolute;
  bottom: -53px;
  background: #000;
  right: 0;
}
.main-navigation ul .active-menu-pop ul.sub-menu {
  z-index: 9999;
}
.main-navigation ul .active-menu-pop ul.sub-menu:hover li a {
  color: rgba(0, 0, 0, 0.3);
}
.main-navigation ul .active-menu-pop ul.sub-menu li:hover a {
  color: #111c24;
}

.uni-pop-link {
  float: right;
  top: 0;
  position: absolute;
  right: 0;
}
.prindle-main-menu .main-navigation .uni-pop-link a {
  color: #111c24;
}
.uni-pop-link a {
  color: #111c24;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: middle;
}
.uni-pop-link a i {
  color: #111c24;
  font-size: 14px;
  vertical-align: middle;
  margin: 0 10px 5px;
}
.uni-pop-link img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
.parent-menu-name {
  float: left;
  color: #111c24;
  font-size: 14px;
}
.close_menu_pop.common-btn {
  cursor: pointer;
  float: left;
  text-transform: uppercase;
  max-width: initial;
  position: absolute;
  bottom: 0;
  left: 0;
  letter-spacing: 1px;
}
.close_menu_pop.common-btn:hover::before {
  background-color: #000;
}
.close_menu_pop.common-btn:hover,
.close_menu_pop:hover i {
  color: #fff;
}
.close_menu_pop i {
  color: #000;
  font-size: 15px;
  vertical-align: middle;
  margin: 0px 0 6px 12px;
}

.pop-addtess {
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 16px;
  color: #111c24;
  line-height: 20px;
}
.pop-addtess b {
  color: #111c24;
  font-size: 16px;
}
.open-menu-last-inner {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.parent-menu-description,
.parent-menu-name,
.menu-pop-bottom {
  display: none;
  opacity: 0;
}
.open-pop-body .menu-pop-bottom,
.active-menu-pop .parent-menu-description {
  display: block;
  z-index: 999999;
}
.active-menu-pop .parent-menu-name {
  display: block;
  z-index: 999999;
  position: absolute;
  top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.prindle-main-menu-pop {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  width: 100%;
  display: block;
  float: none;
}
.prindle-main-menu-pop.prindle-main-menu .main-navigation li.active-menu-pop {
  padding: 80px 0 0;
  position: inherit;
  width: 100%;
  height: 100%;
}
*/
  .prindle-main-menu-pop.prindle-main-menu
  .main-navigation
  li.active-menu-pop {
  padding: 40px 0 0;
  position: inherit;
  width: 100%;
  height: 100%;
  margin-top: 95px;
}
.prindle-main-menu .main-navigation li.active-menu-pop a {
  position: static;
  width: 100%;
  height: 100%;
  display: block;
  text-transform: inherit;
}
.prindle-main-menu-pop .main-navigation {
  width: 100%;
  position: relative;
  height: 100%;
  padding-bottom: 130px;
}
.open-pop-body .site-logo {
  display: none;
}
.prindle-main-menu-pop .menu-pop-bottom {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.prindle-main-menu .main-navigation li.active-menu-pop .sub-menu li {
  padding: 0;
  background: no-repeat;
}
.prindle-main-menu-pop.prindle-main-menu .main-navigation div > ul > li {
  padding: 0;
  height: 0;
  display: none;
}
.prindle-main-menu-pop.prindle-main-menu
  .main-navigation
  div
  > ul
  > li.active-menu-pop {
  display: inline-block;
}
*/ .main-navigation ul .active-menu-pop ul,
.menu-pop-bottom,
.parent-menu-description,
.parent-menu-name {
  /* -webkit-animation: 0.4s ease 0.4s normal forwards 1 fadein;
    animation: 0.4s ease 0.4s normal forwards 1 fadein;*/
  animation-name: fadein;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.7s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* DEMO-SPECIFIC STYLES */
.home-hero-content {
  opacity: 0;
}
.lode-banner .home-hero-content {
  opacity: 1;
}

/* sticky */
.more-menu {
  display: none;
  top: 12px;
  float: left;
  position: relative;
  margin: 0 17px;
  cursor: pointer;
}
.more-menu span {
  font-size: 10px;
  text-transform: uppercase;
  color: #111c24;
  display: inline-block;
  width: 35px;
  letter-spacing: 1px;
}
.more-menu i {
  color: #111c24;
  font-size: 19px;
  vertical-align: middle;
  margin-left: 2px;
}
.more-menu i.fa-chevron-up:before {
  content: "\f077";
}
.sticky-menu-body .header-bottom {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 14;
  background: #ffcf01;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
}
.sticky-menu-body .site-logo img,
.sticky_logo {
  display: none;
}
.sticky-menu-body .sticky_logo {
  display: block !important;
  position: fixed;
  top: 20px;
  left: 20px;
}
.sticky-menu-body .prindle-main-menu {
  margin: 0;
  width: 80%;
  padding: 12px 0;
}
.sticky-menu-body .prindle-main-menu .main-navigation div > ul > li > a {
  font-size: 15px;
  color: #111c24;
}
.sticky-menu-body .prindle-main-menu .main-navigation div > ul > li.button a {
  color: #fff;
  line-height: 1;
}
.sticky-menu-body .search-icon {
  margin-top: 16px;
}
.sticky-menu-body .search-icon i {
  color: #111c24;
}
/*.sticky-menu-body .main-navigation > div > ul{text-align: right;}*/
.sticky-menu-body .header-top-box {
  position: fixed;
  top: 0;
  left: 58%;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
}
.sticky-menu-body .more-menu {
  display: block;
}
.sticky-menu-body .header-top-box.show-more-menu {
  top: 80px;
}
.sticky-menu-body .header-bottom {
  z-index: 13;
  padding: 0;
}

/* Home Banner */
.home-hero {
  position: relative;
  overflow: hidden;
}
.home-hero-img img {
  width: 100%;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: 13s;
  -webkit-transition: 13s;
}
.lode-banner .home-hero-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.home-hero-img {
  position: relative;
  background: rgba(17, 28, 36, 1);
}

.home-hero-content {
  position: absolute;
  top: 36%;
  max-width: 1320px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home-hero-content br {
  display: block;
  line-height: 0;
}
.heading1 {
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -2px;
  color: #fff;
  font-family: "futuraptbold";
  text-transform: uppercase;
}
.scroll-bollto {
  position: absolute;
  left: 0;
  bottom: 70px;
}
.scroll-bollto a {
  color: rgba(254, 249, 245, 0.5);
  font-size: 14px;
  letter-spacing: 1px;
}
.scroll-bollto img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

/* Home Podcast */
section.home-podcast {
  display: flex;
  padding: 100px 30px;
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.home-podcast .inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
}

section.home-podcast .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-basis: 27%;
}

section.home-podcast .playbtn button {
  width: 125px;
  height: 125px;
  color: #fff;
  background-color: #ffcf01;
  outline: none;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 15px;
}

section.home-podcast .playbtn button:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

section.home-podcast .playbtn button span {
  transition: all 0.2s ease-in-out;
  transform: scale(1) translate(3px, 5px);
  transform-origin: center;
  color: #fff;
  font-size: 30px;
  display: block;
}
section.home-podcast .playbtn button:hover span {
  transform: scale(1.2) translate(3px, 5px);
}

#play-btn span.pause,
#play-btn.paused span.pause {
  display: none;
}

#play-btn.playing span.play {
  display: none;
}

#play-btn.playing span.pause {
  display: block;
  transform: rotate(90deg) translate(2px, 3px);
  font-size: 60px;
  display: block;
}

section.home-podcast .playbtn p {
  color: #fef9f5;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "futuraptmedium";
  text-align: center;
  min-width: 200px;
  letter-spacing: 0.05em;
}

section.home-podcast .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-basis: 73%;
  flex-grow: 0;
  position: relative;
  padding-top: 50px;
}

section.home-podcast .right::after {
  content: "";
  width: 120px;
  height: 25px;
  background-color: #ffcf01;
  position: absolute;
  top: 0;
  left: 0;
}

section.home-podcast .label {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 1px;
}

section.home-podcast h2 {
  font-size: 50px;
  margin-bottom: 0;
  color: #fef9f5;
  text-transform: uppercase;
  line-height: 60px;
  font-family: "futuraptbold";
  padding-top: 10px;
}

section.home-podcast h2:hover {
  color: #ffcf01;
}

section.home-podcast .right p {
  color: #fef9f5;
  font-size: 18px;
  font-family: "futuraptmedium";
  line-height: 34px;
  margin-bottom: 20px;
}

/* podcast-player */

:root {
  --vol-slider-shadow: 115px;
  --time-slider-shadow: 0px;
}

.podcast-player {
  width: 100%;
}

.player-controls {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.player-transport {
  display: none;
  align-items: center;
  justify-content: center;
  width: 140px;
  padding: 0 10px;
}

.player-transport > * {
  flex-shrink: 0;
}

.player-controls .lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.player-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
}

.player-time span {
  font-size: 14px;
  color: #fff;
}

.player-time-wrapper,
.player-vol-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.player-vol-wrapper img {
  margin-right: 8px;
}

/* Player Scrub */

#rewind {
  background-image: url("assets/images/podcast/rewind.png");
  background-repeat: no-repeat;
  background-position: 45% 25%;
  background-color: #e6e7e8;
  border: none;
  border-radius: 50%;
  height: 25px;
  width: 25px;
}

#forward {
  background-image: url("assets/images//podcast/forward.png");
  background-repeat: no-repeat;
  background-position: 45% 25%;
  background-color: #e6e7e8;
  border: none;
  border-radius: 50%;
  height: 25px;
  width: 25px;
}

#play-btn:focus,
#rewind:focus,
#forward:focus {
  outline: none;
  border: none;
}

#play-btn:hover,
#rewind:hover,
#forward:hover {
  opacity: 0.7;
}

/* Player Volume */

#mute-control {
  background-image: url("assets/images/podcast/volume-sprite.png");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 0px;
  background-color: transparent;
  margin: 0 10px;
  border: none;
  height: 20px;
  width: 20px;
}

#mute-control:focus {
  outline: none;
  border: none;
}

#mute-control.full {
  background-position-x: 0px;
}
#mute-control.mid {
  background-position-x: -20px;
}
#mute-control.low {
  background-position-x: -40px;
}
#mute-control.mute {
  background-position-x: -60px !important;
}

#mute-control:hover {
  opacity: 0.7;
}

/* Player Range Sliders  http://danielstern.ca/range.css/#/ */

input[type="range"].podcast {
  -webkit-appearance: none;
  width: 100%;
  margin: 2.5px 0;
}

input[type="range"].podcast:focus {
  outline: none;
}

input[type="range"].podcast::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}

input[type="range"].podcast:focus::-webkit-slider-runnable-track {
  background: #fff;
}

input[type="range"]::-webkit-progress-value {
  background-color: #fff;
  border: 1px solid #fff;
}

input[type="range"].podcast::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #fdc061;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}

input[type="range"]::-moz-range-progress {
  background-color: #a9a6a6;
  border: 1px solid #a9a6a6;
}

input[type="range"].podcast::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: #494444;
  cursor: pointer;
}

input[type="range"].podcast::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"].podcast::-ms-fill-lower {
  background: #a9a6a6;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}

input[type="range"].podcast::-ms-fill-upper {
  background: #fdc061;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}

input[type="range"].podcast::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: #494444;
  cursor: pointer;
  height: 5px;
}

input[type="range"].podcast:focus::-ms-fill-lower {
  background: #fdc061;
}

input[type="range"].podcast:focus::-ms-fill-upper {
  background: #fdc061;
}

/* Time Range */
#time-slider {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}

#time-slider::-webkit-slider-runnable-track {
  box-shadow: var(--time-slider-shadow) 0px 0px #fff inset;
  background: rgba(0, 0, 0, 0.5);
}

#time-slider::-webkit-slider-thumb {
  border: 0px solid rgba(0, 0, 0, 0);
  height: 10px;
  width: 3px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  transform: translateY(-1px) translateX(4px);
}

#time-slider::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: var(--time-slider-shadow) 0px 0px #fff inset;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}

#time-slider::-moz-range-progress {
  background-color: #fff;
  border: 1px solid #fff;
  height: 8px;
}

#time-slider::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 10px;
  width: 3px;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
}

/* Volume Range */

#vol-slider {
  width: 115px;
  background: none;
  border: none;
  padding: 0;
  box-sizing: border-box;
}

#vol-slider::-webkit-slider-runnable-track {
  box-shadow: var(--vol-slider-shadow) 0px 0px #ffcf01 inset;
  color: #fff;
  background: #fff;
  border-radius: 5px;
}

#vol-slider::-webkit-slider-thumb {
  border: 0px solid rgba(0, 0, 0, 0);
  height: 12px;
  width: 3px;
  background: #ffcf01;
  cursor: pointer;
  -webkit-appearance: none;
  transform: translateY(-2px);
}

#vol-slider::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: var(--time-slider-shadow) 0px 0px #fff inset;
  background: #fff;
  border-radius: 5px;
  border: 0px solid rgba(1, 1, 1, 0);
}

#vol-slider::-moz-range-progress {
  background-color: #ffcf01;
  border: 1px solid #ffcf01;
  height: 8px;
}

#vol-slider::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 12px;
  width: 3px;
  border-radius: 0;
  background: #ffcf01;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  section.home-podcast {
    padding: 60px 15px 120px;
  }

  section.home-podcast h2 {
    font-size: 36px;
    line-height: 42px;
    padding-top: 48px;
  }

  section.home-podcast .inner {
    position: relative;
    flex-direction: column-reverse;
  }

  section.home-podcast .left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: auto;
  }

  section.home-podcast .right {
    position: static;
    flex-basis: auto;
  }

  .podcast-player {
    width: 100%;
    position: absolute;
    bottom: -70px;
  }

  #play-btn {
    transform: scale(0.75);
  }
}

/* Events */
.upcoming-events-page {
  background-color: #fef9f5;
  padding-bottom: 120px;
}
.single .upcoming-events-page {
  padding-top: 80px;
}
.single .prindle-main-menu .main-navigation a {
  color: #111c24;
}
.single .search-icon i {
  color: #111c24;
}
.single .site-logo img,
.single.sticky-menu-body .site-logo img.singlepage-logo,
.single-books.sticky-menu-body .site-logo img {
  display: none;
}
.single .site-logo img.singlepage-logo {
  display: block;
}
.singlepage-logo {
  display: none;
}
/* Plugin css */
#tribe-bar-form #tribe-bar-views {
  width: 15%;
  background-color: #111c24;
  float: right;
  right: auto;
  left: auto;
  padding: 0;
}
#tribe-bar-form .tribe-bar-filters {
  float: left;
  width: 85%;
  background-color: #ffcf01;
  padding: 12px 20px 12px 60px;
}
.tribe-bar-views-inner {
  background-color: #111c24;
  padding: 15px 0 47px;
}
#tribe-events-bar label {
  color: #657580;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 1px;
  line-height: normal;
}
#tribe-events-bar .tribe-bar-views label {
  color: #ffcf01;
}
#tribe-bar-form .tribe-bar-submit {
  margin: 0;
  overflow: hidden;
  width: auto;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  min-width: 150px;
  max-width: 250px;
  display: inline-block;
  border: none;
  background: none;
  color: #111c24;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #111c24;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 2px;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  font-size: inherit;
  background-color: inherit;
  padding: 0;
  color: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 15px 40px;
}
#tribe-bar-form .tribe-bar-submit:hover:before {
  opacity: 1;
  background-color: #111c24;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#tribe-bar-form .tribe-bar-submit:hover {
  color: #fff;
  border-color: #111c24;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  color: #fff;
  background-color: transparent;
}
.tribe-bar-views-list .tribe-bar-views-option a span {
  color: #fff;
  text-transform: uppercase;
  font-family: "futuraptmedium";
  font-weight: 400;
  font-size: 14px;
}
#tribe-bar-views
  .tribe-bar-views-list
  .tribe-bar-views-option.tribe-bar-active
  a:hover {
  background-color: transparent;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
  background-color: transparent;
  color: #fff;
}
#tribe-bar-form input[type="text"]:focus {
  outline: none;
}
#tribe-bar-form input[type="text"] {
  font-style: normal;
  border-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  color: #111c24;
}
#tribe-bar-form input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "futuraptmedium";
  font-style: normal;
}
#tribe-bar-form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "futuraptmedium";
  font-style: normal;
}
#tribe-bar-form input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "futuraptmedium";
  font-style: normal;
}
#tribe-bar-form input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  font-family: "futuraptmedium";
  font-style: normal;
}
.tribe-bar-date-filter {
  padding: 0;
  width: 18%;
}
.tribe-bar-search-filter {
  padding: 0;
  width: 20%;
}
.tribe-bar-submit {
  padding: 0;
  width: auto;
  margin: 0;
  float: right;
}
#tribe-bar-views .tribe-bar-views-list {
  background-color: #111c24;
  padding-bottom: 10px;
  border-radius: 0;
  z-index: 9;
}

/* .inner-page-content {
  overflow: hidden;
} */

table {
  width: 100%;
  overflow-x: scroll;
}

@media screen and (max-width: 700px) {
  table {
    width: max-content;
    overflow: scroll;
  }
}



th,
td {
  font-weight: 400;
  color: #111c24;
  font-size: .8125rem;
  line-height: 1.25;
}

td a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

td strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
}

.tribe-events-list-separator-month span {
  text-transform: none;
  font-weight: 400;
  font-size: 38px;
  color: #111c24;
  font-family: "ACaslonProBold";
  display: block;
  padding-bottom: 30px;
}
.tribe-events-list-separator-month span:after {
  width: 120px;
  height: 26px;
  background-color: #ffcf01;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
}
.tribe-events-list-separator-month {
  float: left;
  width: 27%;
  background-color: transparent;
  margin-top: 100px;
  padding: 0;
}
.monthly-events:first-child .tribe-events-list-separator-month,
.monthly-events:first-child
  .tribe-events-list-separator-month
  + .type-tribe_events {
  margin-top: 0;
}
.tribe-events-list .type-tribe_events {
  border: 0;
  padding: 0;
  width: 72%;
  float: right;
  margin-top: 50px;
}
.tribe-events-list .tribe-events-list-separator-month + .type-tribe_events {
  margin-top: 100px;
}
.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
  padding: 0;
}
.monthly-events {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: clamp(50px, 10vw, 100px);
}
.monthly-events:last-child {
  margin-bottom: 0;
}
.tribe-events-read-more {
  display: none;
}
.tribe-event-date .event-time {
  display: none;
}
.tribe-event-time .event-date {
  display: none;
}
.monthly-events .tribe-events-event-meta .tribe-address {
  display: none;
}
.tribe-events-list .event-time {
  text-transform: uppercase;
}
.tribe-events-list .tribe-events-venue-details {
  margin: 0 0 0 2px;
  display: inline-block;
  vertical-align: bottom;
  line-height: normal;
}
.tribe-events-event-meta span {
  display: inline-block;
  vertical-align: bottom;
  line-height: normal;
}
.type-tribe_events .tribe-events-event-meta .italic {
  font-style: italic;
  font-family: "ACaslonProBold";
  line-height: 22px;
  text-transform: none;
}
.type-tribe_events span {
  color: #111c24;
  text-transform: uppercase;
  font-family: "futuraptheavy";
  font-weight: 400;
  font-size: 16px;
}
.tribe-events-list .tribe-events-list-event-title,
.single-tribe_events .tribe-events-single-event-title {
  font-size: inherit; /*line-height: 30px;*/
  line-height: inherit;
}
.tribe-events-list-event-title a,
.single-tribe_events .tribe-events-single-event-title {
  font-size: 50px;
  font-family: "ACaslonProBold";
  color: #111c24;
  text-transform: capitalize;
  line-height: inherit;
  display: block;
  padding: 3px;
}

.tribe-events-list-event-title a:hover {
  color: #ffcf01;
}
#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p,
.single-event-desc p {
  line-height: 34px;
}
.tribe-events-loop .tribe-events-event-meta {
  margin: 0;
}
.tribe-event-date {
  margin-bottom: 20px;
}
.tribe-events-list .tribe-events-loop .tribe-events-content {
  width: 100%;
  padding: 0;
  margin-top: 25px;
}
#tribe-events .tribe-events-list .tribe-events-button {
  display: none;
}
#tribe-events-bar {
  margin-bottom: 50px;
  margin-top: -20px;
}
.tribe-events-event-date .event-time {
  display: none;
}
.tribe-events-event-meta .event-date {
  display: none;
}
#tribe-events-content {
  padding: 0;
  margin: 0;
}
#tribe-events-content.tribe-events-list {
  margin-bottom: 0;
}
.events-list #tribe-events-footer,
.tribe-events-day #tribe-events-footer {
  margin-bottom: 0;
}
#tribe-events-content .event-date {
  color: #657580;
  font-weight: 400;
}
.event-wrapper {
  padding: 0 4.7%;
}
.single-tribe_events .tribe-events-event-meta {
  border: 0;
  background-color: transparent;
  margin: 15px 0 0;
}
.tribe-events-single .tribe-events-cost {
  display: block;
  font-size: 14px;
  font-family: "futuraptmedium";
  margin-top: 10px;
}
.tribe-events-single .tribe-address {
  display: none;
}
.single-event-desc {
  width: 50%;
  float: left;
  margin-top: 35px;
}
.single-event-photo {
  width: 42%;
  float: right;
  text-align: right;
}
.single-event-photo img {
  display: inline-block;
}
.single-tribe_events .tribe-events-cal-links {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.single-tribe_events .tribe-events-cal-links .common-btn {
  margin-left: 10px;
  text-transform: uppercase;
}
.single-tribe_events .tribe-events-cal-links .common-btn:first-child {
  margin-left: 0;
}
.tribe-events-single .tribe-events-back .common-btn {
  margin: 0;
  text-align: center;
}
.single-event-header {
  width: 70%;
  float: left;
}
.tribe-events-back {
  width: 30%;
  float: right;
  text-align: right;
}
.type-tribe_events {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.photo-info span {
  font-weight: 400;
  text-transform: none;
  color: #657580;
  font-family: "ACaslonProBold";
}
.photo-info {
  padding-bottom: 15px;
  position: relative;
  margin-top: 10px;
}
.photo-info:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  height: 10px;
  width: 120px;
  background-color: #ffcf01;
}
.tribe-events-single .tribe-events-other-details {
  background-color: #f2eeea;
  padding: 50px 60px;
  margin-top: 62px;
}
.tribe-events-other-details label {
  font-size: 25px;
  color: #111c24;
  font-family: "futuraptbold";
  margin-bottom: 5px;
}
.tribe-events-single .tribe-events-meta-group span,
.tribe-events-single .tribe-events-meta-group span a {
  font-size: 19px;
  text-transform: none;
  margin-bottom: 20px;
  display: block;
  color: #657580;
  font-family: "futuraptmedium";
}
.tribe-events-single .tribe-events-meta-group span a:hover,
#tribe-events-content.tribe-events-single
  .tribe-events-meta-group
  span
  a:hover {
  color: #ffcf01;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group span a {
  color: #294457;
  text-decoration: underline;
  font-style: italic;
}
.tribe-events-single .tribe-events-meta-group-organizer span,
.tribe-events-single .tribe-events-meta-group-venue .tribe-venue-location span {
  margin-bottom: 0;
}
.tribe-events-single .tribe-events-meta-group .tribe-events-address span {
  display: inline-block;
}
.tribe-events-single
  .tribe-events-meta-group
  .tribe-events-address
  .tribe-country-name {
  display: block;
}
.tribe-events-single .tribe-events-meta-group-venue span {
  margin-bottom: 8px;
}
.tribe-events-other-details .other-details-col .tribe-events-venue-map {
  display: none;
}
.other-details-col {
  width: 25%;
  float: left;
}
.venue-map {
  width: 50%;
  float: right;
}
.single-tribe_events .tribe-events-venue-map {
  margin: 0;
  border-color: #e3e4e4;
  float: none;
  padding: 0;
  width: 100%;
}
#tribe-events-gmap-1 {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.tribe-events-calendar td a {
  color: #111c24;
}
.tribe-events-calendar .entry-title {
  font-size: 20px;
}
.tribe-events-calendar .tribe-event-duration {
  font-size: 16px;
}
.tribe-events-calendar .tribe-events-tooltip {
  padding: 10px 15px;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  margin: 0;
}
.tribe-events-calendar .tribe-events-arrow {
  bottom: -21px;
}
.tribe-events-tooltip .tribe-events-event-body {
  padding: 0;
}
.tribe-events-list .time-details {
  margin-bottom: 0;
}
#tribe-events-content .tribe-updated {
  display: inline-block;
  vertical-align: bottom;
  line-height: normal;
}
.tribe-events-day
  .tribe-events-day-time-slot
  .tribe-events-day-time-slot-heading {
  font-weight: 400;
  font-family: "futuraptmedium";
}
.tribe-events-notices {
  background: #657580;
  color: #fff;
  text-shadow: none;
  border: 0;
}
.tribe-events-notices li {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.tribe-events-notices li strong {
  color: #fff;
  font-family: "futuraptmedium";
  font-size: 18px;
}
#tribe-bar-form .label-tribe-bar-date,
#tribe-bar-form .label-tribe-bar-search {
  margin-top: 10px;
}
.tribe-events-nav-previous span {
  line-height: normal;
  vertical-align: top;
}
#tribe-events .tribe-events-month .tribe-events-ical {
  display: none;
}
.tribe-events-calendar th {
  background-color: #657580;
  color: #fff;
}
thead th {
  border-bottom: 1px solid #657580;
}
#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
  border: 1px solid #657580;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar
  td.tribe-events-present
  div[id*="tribe-events-daynum-"]
  > a {
  background-color: #111c24;
}
.tribe-events-list .tribe-events-day-time-slot .type-tribe_events {
  width: 100%;
  margin-left: 0;
}
#tribe-bar-form {
  background-color: transparent;
}
#tribe-bar-dates {
  position: relative;
}
#tribe-bar-dates:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  color: #657580;
  font-size: 14px;
  position: absolute;
  bottom: -3px;
  left: 80px;
}

/* News Page */
.news-listing {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 60px 0 120px;
}
.news-listing article {
  width: 33%;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
}
.news-listing article:nth-child(4n) {
  clear: both;
}
.news-title {
  padding-top: 0;
  margin-bottom: 20px;
  color: #111c24;
  font-size: 25px;
  font-family: "futuraptbold";
  line-height: 31px;
}
.news-title a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  display: block;
  font-family: inherit;
  line-height: inherit;
}
.news-listing .news-post {
  padding: 60px 20px 20px;
}
.news-listing .featured-post .news-post {
  padding-top: 20px;
}
.news-listing .news-post > span {
  margin-bottom: 18px;
  display: block;
  font-size: 14px;
  position: relative;
}
.news-listing .news-post > span i {
  position: absolute;
  right: 0;
  top: 2px;
  color: #ffcf01;
  font-size: 14px;
}
.post-thumbnail img {
  width: 100%;
}
.news-listing .wrapper {
  padding: 0 30px;
}
.read-more {
  position: relative;
  text-transform: uppercase;
  color: #111c24;
  margin-top: 15px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.read-more i {
  color: #ffcf01;
  font-size: 10px;
  margin-left: 10px;
}
.news-post p {
  font-size: 19px;
  line-height: 32px;
  margin-bottom: 0;
}
.news-listing .featured-post .news-post {
  background-color: #f2eeea;
}
.page-numbers {
  font-size: 14px;
  font-weight: 400;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  border: 2px solid #111c24;
  color: #000;
  line-height: 60px;
  padding: 0;
  margin: 0 5px;
}
.page-numbers.dots {
  pointer-events: none;
}
.page-numbers:hover,
.page-numbers.current {
  font-size: 14px;
  background-color: #ffcf01;
  color: #000;
}
.prev.page-numbers,
.next.page-numbers {
  background-color: transparent;
  font-size: 14px;
  color: #000;
  vertical-align: top;
  text-transform: uppercase;
  width: auto;
  padding: 0 20px;
  line-height: 60px;
  border-radius: 5px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.prev.page-numbers span,
.next.page-numbers span {
  font-size: inherit;
  color: inherit;
  display: block;
  line-height: inherit;
}
.pagination,
.comments-pagination {
  border: 0;
}
.pagination {
  padding: 80px 0 0;
}
.prev.page-numbers {
  float: none;
  margin-right: 35px;
}
.next.page-numbers {
  float: none;
  margin-left: 35px;
}
.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
  background-color: #ffcf01;
  color: #000;
}

/* Single News */
.news-single {
  padding: 70px 0 120px;
}
.news-single article {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.news-single .news-content {
  width: 60%;
  float: left;
}
.news-single .news-image {
  width: 40%;
  float: right;
  padding-inline: 1rem;
}
@media screen and (max-width: 900px) {
  .news-single .news-image {
    padding-inline: 0;
  }
}

.news-single .wrapper {
  padding: 0 3.8%;
}
.news-single-detail .title-border-bottom {
  margin-bottom: 110px;
}
.news-single .common-btn i {
  font-size: 10px;
  color: #000;
}
.news-single-detail:last-child {
  padding-bottom: 0;
}
.news-single-detail .single-news-title,
.news-single-detail .title-border-bottom {
  width: 50%;
}
.news-single-img-middle .news-content.left,
.news-single-img-middle .news-image.right {
  width: 49.8%;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.news-top-bar .common-btn {
  margin: 0;
}
.news-top-bar > span {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "futuraptheavy";
}

/* About Section */
.upcoming-events-title {
  font-size: 18px;
  color: #fef9f5;
  opacity: 0.5;
  font-style: italic;
  font-family: "ACaslonProBold";
  margin: 0 0 10px 0px;
  padding-left: 20px;
}
.about-content {
  width: 37%;
  float: left; /*padding-right: 90px;*/
  text-align: justify;
  padding-right: 10%;
}
.about-content p {
  line-height: 34px;
  margin-bottom: 0;
  color: #294457;
}
.about-content p i {
  color: #ffcf01;
  font-family: "ACaslonProBold";
}
.upcoming-events {
  width: 40%;
  float: left;
  position: absolute;
  right: 0;
  top: -55px;
}
.upcoming-events-inn {
  width: 100%;
  height: 325px;
  margin-bottom: 2px;
  position: relative;
}
.upcoming-events-inn::after {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(253, 202, 9, 0.7);
  content: "";
  width: 100%;
  height: 100%;
}
.upcoming-events-inn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.upcoming-events-details {
  position: relative;
  z-index: 1;
  padding: 10px 60px;
  height: 100%;
  display: table;
  vertical-align: middle;
}
.upcoming-events-details-inn {
  display: table-cell;
  vertical-align: middle;
}
.upcoming-events-details .event-date-txt {
  font-size: 16px;
  color: #fef9f5;
  text-transform: uppercase;
  font-family: "futuraptheavy";
}
.upcoming-events-details .event-date-txt span {
  text-transform: lowercase;
  font-style: italic;
  font-family: "ACaslonProBold";
  color: #fef9f5;
  font-size: 16px;
  display: none;
}
.heading3 {
  font-size: 50px;
  color: #fef9f5;
  margin: 10px 0 0;
  padding: 0;
  text-transform: capitalize;
  font-family: "ACaslonProBold";
  line-height: 52px;
}

/* Publications Section */
.box-publications {
  width: 26.73%;
  float: left;
  margin-right: 9.9%;
}
.box-publications:nth-child(3n) {
  margin-right: 0;
}
.box-publications img {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
.publications-title {
  font-size: 40px;
  color: #111c24;
  text-transform: uppercase;
  line-height: 44px;
  padding: 40px 0 14px 0;
}
.box-publications p {
  color: #294457;
  margin-bottom: 0;
}
.box-publications a.common-btn {
  margin-right: 5px;
}

/* News */
.news-section {
  padding: 120px 0;
}
.news-examine-key-title {
  width: 27%;
  float: left;
  padding: 0 90px 0 0;
}
.heading2 {
  color: #111c24;
  font-size: 38px;
  font-family: "ACaslonProBold";
  line-height: 44px;
}
.title-border-bottom {
  position: relative;
}
.title-border-bottom::after {
  position: absolute;
  width: 121px;
  height: 26px;
  background-color: #ffcf01;
  content: "";
  bottom: -53px;
  left: 0;
}
.news-content-right {
  width: 73%;
  float: left;
}
.news-box {
  width: 29.5%;
  float: left;
  margin-right: 5.7%;
}
.news-box:nth-child(3n) {
  margin-right: 0;
}
.news-box:nth-child(4n) {
  clear: both;
}
.img-news-box {
  margin-bottom: 18px;
  position: relative;
}
.img-news-box img {
  width: 100%;
}
.news-date-txt {
  margin-bottom: 5px;
}
.news-content-txt {
  padding: 0;
}
.news-date-txt,
.news-date-txt * {
  color: #111c24;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news-date-txt p {
  width: auto;
  display: inline-block;
  margin: 0 15px 0 0;
}
.news-content-txt a {
  float: left;
  width: 100%;
  margin-top: 24px;
  letter-spacing: 0.25px;
}
.news-content-txt a,
.news-content-txt a i {
  font-size: 14px;
  text-transform: uppercase;
}
.news-content-txt a i {
  margin-left: 7px;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
}
.news-box:nth-child(3n + 1) .highlight-color,
.news-box:nth-child(3n + 1) .highlight-color * {
  color: #ae2300;
}
.news-box:nth-child(3n + 2) .highlight-color,
.news-box:nth-child(3n + 2) .highlight-color * {
  color: #1ee8a3;
}
.news-box:nth-child(3n + 3) .highlight-color,
.news-box:nth-child(3n + 3) .highlight-color * {
  color: #718c40;
}
.news-box:hover .news-content-txt a i {
  margin-left: 12px;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
}

/* Video Section */
.video-section {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.video-sec-inn {
  height: 600px;
  position: relative;
}
.video-right-txt {
  width: 50%;
  float: right;
  text-align: right;
  position: absolute;
  right: 0;
  top: 58%;
  transform: translate(0, -50%);
}
.title-border-top {
  position: relative;
}
.title-border-top::after {
  position: absolute;
  width: 121px;
  height: 26px;
  background-color: #ffcf01;
  content: "";
  top: -56px;
  right: 0;
}
.video-right-txt {
  width: 50%;
  float: right;
  text-align: right;
}
.video-right-txt h2 {
  font-size: 60px;
  color: #fef9f5;
  text-transform: uppercase;
  line-height: 60px;
  margin-bottom: 35px;
}
.video-right-txt p {
  color: #fef9f5;
  width: 70%;
  float: right;
}
.video-icon {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
}
.video-icon p {
  font-size: 14px;
  color: #fef9f5;
  text-transform: uppercase;
  text-align: center;
  margin: 18px 0 0 0;
  line-height: normal;
  letter-spacing: 1px;
}
.video-icon .powerpress_player {
  margin-top: 80%;
}

/* Footer */
.map-section {
  width: 100%;
  float: left;
  height: 470px;
  padding: 50px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.visit-us-content h2 {
  font-size: 120px;
  color: #ffcf01;
  font-family: "futuraptbold";
  text-transform: uppercase;
  line-height: normal;
}
.location-text-con {
  width: 265px;
  float: left;
}
.location-text-con p {
  color: #111c24;
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 0px;
}
.location-text-con p strong {
  font-family: "futuraptheavy";
  color: #111c24;
  margin-bottom: 10px;
  display: block;
}
.building-hours-content {
  margin: 0 0 12px;
}
.building-hours-content .title-footer-building {
  color: #bababa;
}
.common-btn {
  overflow: hidden;
  width: auto;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  min-width: 130px; /*max-width: 250px;*/
  display: inline-block;
  padding: 15px 40px;
  border: none;
  background: none;
  color: #111c24;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #111c24;
  border-radius: 5px;
  font-size: 14px;
  margin: 30px 0 0 0;
  letter-spacing: 1px;
  line-height: 24px;
  height: 58px;
  text-align: center;
  text-transform: uppercase;
}
.common-btn::before,
#tribe-bar-form .tribe-bar-submit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #37474f;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s,
    background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.common-btn:hover::before {
  opacity: 1;
  background-color: #ffcf01;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.common-btn:hover {
  color: #000;
  border-color: #ffcf01;
}
.common-btn-white {
  border-color: #fef9f5;
  color: #fef9f5;
}

.footer-main {
  width: 100%;
  background: #111c24;
  padding: 100px 0;
}
.foo-logo-part {
  width: 20%;
  float: left;
}
.foo-logo-part a {
  width: auto;
  float: left;
}
.foo-logo-part img {
  max-width: 131px;
}
.foo-menu-part {
  width: 64%;
  float: left;
}
.foo-social-part {
  width: 16%;
  float: right;
}
.foo-menu-part ul li.menu-item-has-children {
  line-height: 18px;
  margin: 0 0 45px;
  width: 33.33%;
  float: left;
}
.foo-menu-part li a {
  color: #fef9f5;
  font-size: 20px;
  font-family: "futuraptheavy";
  text-transform: uppercase;
}
.foo-menu-part li ul {
  margin: 18px 0 0 0;
  padding: 0 75px 0 0;
}
.foo-menu-part li li {
  margin-bottom: 14px;
  line-height: 18px;
  padding: 0 0px 0 0;
}
.foo-menu-part li li a {
  color: #b0aca9;
  font-size: 16px;
  line-height: normal;
  text-transform: capitalize;
  font-family: "futuraptmedium";
}
.foo-menu-part li a:hover {
  color: #fff;
}
.foo-menu-part ul li.menu-item-has-children:nth-child(1) {
  width: 28%;
}
.foo-menu-part ul li.menu-item-has-children:nth-child(2) {
  width: 41%;
}
.foo-menu-part ul li.menu-item-has-children:nth-child(3) {
  width: 31%;
}
.foo-menu-part ul li.menu-item-has-children:nth-child(4) {
  width: 28%;
  clear: both;
  margin-bottom: 0;
}
.foo-menu-part ul li.menu-item-has-children:nth-child(5) {
  width: 41%;
  margin-bottom: 0;
}
.foo-menu-part ul li.menu-item-has-children:nth-child(6) {
  width: 31%;
  margin-bottom: 0;
}
section.foo-social-part ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  padding-inline: 12px;
  max-width: 100px;
  margin: auto;
}
section.foo-social-part li {
  flex: 0 0 36px;
  margin: 0 !important;

}



.top-scroll-arrow {
  position: fixed;
  bottom: 40%;
  right: -250px;
  background-color: #212b32;
  line-height: normal;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  width: 250px;
  height: 80px;
  z-index: 9;
}
.top-scroll-arrow-add {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  right: 0;
}
.top-scroll-arrow a {
  font-size: 14px;
  color: #fef9f5;
  padding: 30px 90px 30px 30px;
  float: left;
  line-height: normal;
  letter-spacing: 1px;
}
.top-scroll-arrow a .fa {
  margin-right: 15px;
  color: #ffcf01;
  font-size: 16px;
  float: left;
}
.top-scroll-arrow:hover {
  background-color: #fff;
}
.top-scroll-arrow:hover a {
  color: #212b32;
}

/* Inner Pages */
.cms-page-content {
  background: #fef9f5;
}
.inner-banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 450px;
}
.iee-inner-banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.iee-inner-banner {
  height: 557px;
}
.iee-intro {
  padding: 100px 60px;
}
.page-template-tcp-template .inner-banner {
  height: 480px;
}
.inner-banner .wrapper {
  height: 100%;
}
.iee-innerbanner-title {
  font-size: 60px;
  text-transform: uppercase;
  color: #fef9f5;
  position: absolute;
  bottom: 20%;
}
.iee-inner-banner .wrapper {
  height: 100%;
}
.innerbanner-title {
  font-size: 60px;
  text-transform: uppercase;
  color: #fef9f5;
  position: absolute;
  bottom: 20%;
}
.inner-page-content .wrapper {
  padding: 0 60px;
}
.inner-page-top {
  background: #ffcf01;
  margin: -20px -60px 100px;
  padding: 76px 60px 64px;
}
.inner-page-top-grey {
  background: #e5e5e5;
  margin: -20px -60px 100px;
  padding: 76px 60px 64px;
}
.inner-page-top-grey .inner-page-top-right p {
  columns: 1;
}
.inner-page-top-grey .inner-page-top-right .grey-left {
  float: left;
  width: 60%;
}
.inner-page-top-grey .inner-page-top-right .grey-right {
  display: block;
  float: right;
  width: 34%;
}
.inner-page-top-grey .inner-page-top-right .common-btn.white {
  width: 100%;
  float: none;
  display: block;
  background: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
.inner-page-feature-grey {
  background: #e5e5e5;
  margin: -20px -60px 100px;
}
.inner-page-feature-grey h2 {
  margin-bottom: 20px;
}
.inner-page-top-left {
  float: left;
  width: 21.2%;
  margin-bottom: 60px;
}
.inner-page-top-right {
  float: right;
  width: 70%;
}
.border-yellow:after {
  background: #ffcf01;
}
.border-black:after {
  background: #111c24;
}
.inner-page-top-right p {
  color: #294457;
  column-count: 2;
}
.inner-page-top-right p a {
  color: #294457;
  text-decoration: underline;
}
.inner-page-top-right p a:hover {
  color: #294457;
  text-decoration: none;
}
.inner-page-top-right div {
  display: inline-flex;
  width: auto;
  vertical-align: top;
}
.inner-page-top-right div.yello-r {
  margin-left: 8%;
}

.inner-page-top-right.layout1 div.yello-l.single p {
  column-count: 2;
}

.inner-page-top-right.layout2 div.yello-r p,
.inner-page-top-right.layout2 div.yello-l p {
  column-count: 1;
}

.left {
  float: left;
}
.right {
  float: right;
}
.col-2-layout .left a.common-btn {
  margin-top: 10px;
}
.col-2-layout.left {
  width: 50%;
}
.col-2-layout.right {
  width: 44%;
}
.col-2-layout .right,
.right-text {
  text-align: right;
}
.col-2-layout .right img {
  margin: 0 0 15px auto;
}
.col-2-layout {
  padding-bottom: 60px;
}

.inner-page-feature-grey .col-2-layout {
  padding-bottom: 0;
}
.inner-page-feature-grey .col-2-layout.left {
  padding: 76px 60px 64px;
}
.inner-page-feature-grey .col-2-layout.left .yellow-btn {
  margin: 0;
}
.inner-page-feature-grey .col-2-layout.right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.inner-page-feature-grey .col-2-layout.right img {
  height: 100%;
  max-width: 100%;
  float: right;
}

.only-content-width .col-2-layout .left {
  width: 70%;
}

.heading-inner {
  font-size: 47px;
  color: #111c24;
  line-height: 54px;
  padding: 0px 0 30px;
}

.bottom-border {
  font-family: "ACaslonProBold";
  font-size: 14px;
  line-height: 24px;
  color: #657580;
  position: relative;
  padding-bottom: 24px;
}
.bottom-border:after {
  content: "";
  display: block;
  width: 120px;
  height: 10px;
  background: #ffcf01;
  position: absolute;
  bottom: 0;
}
.right-text.bottom-border:after {
  right: 0;
}

.inner-page-content ul {
  margin-bottom: 20px;
}
.inner-page-content ul li {
  position: relative;
  padding: 4px 0 8px 40px;
}
.inner-page-content ul li:before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  border-radius: 50%;
  background: #ffcf01;
  left: 16px;
  top: 16px;
}
.faq_section li strong {
  color: #294457;
  display: block;
}
.title-border-bottom.right-text::after {
  right: 0;
  left: inherit;
}
.title-border-bottom.right-text {
  margin-bottom: 60px;
}

.gallery-col {
  width: 62%;
  float: left;
}
.gallery-content {
  margin-bottom: 60px;
  position: relative;
}
.gallery-right {
  width: 34.5%;
  position: absolute;
  right: 0;
  bottom: 50px;
}
.gallery-right p {
  font-size: 18px;
  line-height: 26px;
}
.gallery-col .slick-arrow {
  position: absolute;
  bottom: 10px;
  right: -88px;
  font-size: 12px;
  color: #cdcdcd;
  cursor: pointer;
  line-height: normal;
}
.gallery-col .slick-arrow:after {
  content: "";
  background: url(assets/images/slider-arow.png) no-repeat;
  position: absolute;
  left: 31px;
  height: 16px;
  width: 16px;
  display: block;
  top: 0;
}

.gallery-col .slick-arrow.slide-right {
  right: -180px;
}
.gallery-col .slick-arrow.slide-right:after {
  background-position: -80px 0;
  left: -20px;
}

.heading-inner span {
  display: block;
  font-family: "futuraptmedium";
  font-style: italic;
  line-height: 30px;
}

.common-form .gform_wrapper {
  margin: 0;
}
.inner-page-content .common-form ul li {
  padding: 0;
}
.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 14px 12px !important;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.common-form .gform_wrapper textarea.medium {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.gform_wrapper .top_label .gfield_label {
  color: #294457 !important;
  margin-bottom: 0;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

body .common-form .gform_wrapper ul li.gfield {
  margin-top: 40px;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 0 !important;
  width: 0;
  height: 0;
  border: 0;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  cursor: pointer;
  content: "";
  border: 1px solid #cccccc;
  position: relative;
  top: -2px;
  left: 0;
  margin-right: 10px;
  border-radius: 2px;
}
input[type="checkbox"]:checked + label:after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 11px;
  top: 3px;
  position: absolute;
  left: 2px;
  line-height: normal;
  color: #ffcf01;
}
input[type="checkbox"] + label span {
  display: inline-block !important;
  position: relative;
  height: 15px;
  margin-bottom: 0 !important;
  line-height: 0;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
  margin: 0 !important ;
  padding: 0 !important;
}
label {
  color: #657580;
}
.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: 400 !important;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  border: 0;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
  content: "";
  border: 1px solid #cccccc;
  position: relative;
  top: -1px;
  left: 0;
  margin-right: 10px;
  border-radius: 50%;
}
input[type="radio"]:checked + label:after {
  content: "";
  top: 4px;
  position: absolute;
  left: 3px;
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 50%;
  background: #ffcf01;
}
input[type="radio"] + label {
  display: inline-block !important;
  position: relative;
  height: 16px;
  margin-bottom: 0 !important;
  line-height: 0;
}

.inner-page-content .gform_wrapper li:before {
  display: none;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  margin: 0;
  line-height: inherit;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0 !important;
}
.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  margin: 0 !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin: 0 0 0 20px;
  font-weight: 400;
  color: #b8bcbf !important;
}
.gform_wrapper .gform_footer input.button {
  width: auto !important;
  display: inline-block;
  padding: 0 40px 15px;
  border: none;
  background: none;
  color: #111c24;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  font-size: 14px !important;
  margin: 0 !important;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
}
.gform_wrapper .gform_footer {
  overflow: hidden;
  width: auto !important;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  min-width: 130px;
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  color: #111c24;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #111c24;
  border-radius: 5px;
  font-size: 14px !important;
  margin: 30px 0 0 0;
  letter-spacing: 1px;
  line-height: 24px;
  height: 58px;
  text-align: center;
  font-weight: 400;
}
.gform_wrapper .gform_footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #37474f;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s,
    background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.gform_wrapper .gform_footer:hover::before {
  opacity: 1;
  background-color: #ffcf01;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.gform_wrapper .gform_footer:hover {
  color: #000;
  border-color: #ffcf01;
}

.gform_wrapper div.validation_error {
  display: none;
}
.gform_wrapper li.gfield.gfield_error {
  background: none;
  background-color: transparent !important;
  margin-bottom: 0 !important;
  border: none !important;
  border: none;
  padding-bottom: 0 !important;
  padding-top: 0px !important;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0 !important;
}

.gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #cccccc !important;
}
.gform_wrapper .validation_message {
  font-weight: 400 !important;
  color: #f11 !important;
  font-size: 14px !important;
}

/* search results */
.search-results .heading-inner span {
  display: inline-block;
  font-size: inherit;
}
.other-page-all {
  padding: 60px 0;
}
.search-page-only input[type="search"] {
  background: none;
  border: 2px solid #ffcf01;
  padding: 10px 20px;
}
.search-page-only .search-form .search-submit:hover {
  background: #ffcf01;
}
.search-page-only .search-form {
  max-width: 640px;
  margin: 30px 0 0;
}
.entry-title a {
  color: #ffcf01;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search .site-main > article {
  padding-bottom: 0;
}
.text-center {
  text-align: center;
}
.error-404 img {
  margin: 0 auto 40px;
  display: block;
}
.thanx-icon {
  border: 5px solid #ffcf01;
  border-radius: 50%;
  color: #000;
  font-size: 60px;
  height: 160px;
  line-height: 160px;
  margin: 20px auto 40px;
  text-align: center;
  width: 160px;
}
.thanx-icon i {
  font-size: inherit;
  color: #000;
}

/* page-template-Inner-Page-No-Hero */
.page-template-Inner-Page-No-Hero .header-bottom {
  position: relative;
}
.page-template-Inner-Page-No-Hero .main-header {
  height: 150px;
  background-color: #fef9f5;
}
.page-template-Inner-Page-No-Hero .prindle-main-menu .main-navigation a {
  color: #111c24;
}
.page-template-Inner-Page-No-Hero .search-icon i {
  color: #111c24;
}
.page-template-Inner-Page-No-Hero .site-content-contain {
  padding-top: 80px;
}
.page-template-Inner-Page-No-Hero .site-logo img.singlepage-logo {
  display: block;
}
.page-template-Inner-Page-No-Hero .site-logo img,
.page-template-Inner-Page-No-Hero.sticky-menu-body
  .site-logo
  img.singlepage-logo {
  display: none;
}
.no-hero-title .heading2 {
  font-size: 50px;
  padding: 0 0 60px;
}

/*.tribe-events-meta-group.tribe-events-meta-group-venue {display: none;}
.tribe-events-meta-group.tribe-events-meta-group-details.other-details-col label:nth-child(3), .tribe-events-meta-group.tribe-events-meta-group-details.other-details-col span:nth-child(4){display:none;}*/
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  font-size: 14px;
  font-family: "futuraptmedium";
  letter-spacing: 2px;
}
.gform_wrapper .gform_heading {
  display: none;
}

.gform_wrapper .top_label .gfield_label {
  color: #294457 !important;
  margin-bottom: 0;
  font-size: 14px !important;
  font-family: "Lucida Grande", sans-serif !important;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana,
    sans-serif;
  font-size: 14px !important;
}
.gform_wrapper .top_label li input[type="file"] {
  font-size: 14px;
}
.page-form-title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  padding-top: 0px;
  color: #555555;
  font-family: "Lucida Grande", sans-serif;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.gfield_description {
  font-size: 12px !important;
  line-height: 22px !important;
}
hr {
  margin-top: 1.5em;
}
.gform_wrapper
  .ginput_complex
  .ginput_cardinfo_right
  span.ginput_card_security_code_icon {
  position: absolute !important;
  top: 18% !important;
}
body
  .site-content-contain
  .gform_wrapper
  .ginput_complex
  .ginput_cardinfo_right
  input[type="text"].ginput_card_security_code#input_22_75_3 {
  padding-left: 45px !important;
}
.gform_wrapper .gfield_radio li label {
  line-height: inherit !important;
}
.gform_wrapper ul.gfield_radio li {
  overflow: visible !important;
}

.site-content-contain ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
input[type="“radio”"]:checked + label:after {
  top: 5px;
}
.ui-datepicker-title select {
  margin: 3px 0 !important;
  height: 44px;
  line-height: 1em;
  font-size: 18px;
  padding: 12px 20px 12px 6px !important;
  background-position: 85% 50%;
  background-size: 10px auto;
  font-size: 14px;
}
.ui-datepicker-next,
.ui-datepicker-prev {
  margin-top: 10px !important;
  z-index: 88;
}

/* Page Template About */
.col-2-intro {
  font-size: 20px;
}
.col-2-intro a {
  color: #657580;
  box-shadow: inset 0 -2px 0 #fef9f5;
  text-decoration: none;
  transition: 0.2s ease all;
}
.col-2-intro a:hover {
  background-color: rgba(254, 249, 245, 0.5);
  color: rgb(101, 117, 128);
  box-shadow: inset 0 -2px 0 #fef9f5;
}
.col-2-intro .left {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.col-2-intro .right {
  width: 50%;
  float: right;
  padding-right: 20px;
}
.about-wrapper {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

#about-overview .content-com {
  padding: 0 0 0 80px;
  max-width: 475px;
}
#about-overview .content-com h2 {
  font-size: 36px;
  line-height: 48px;
}
#about-overview {
  padding-bottom: 90px;
}

#building .bldg-prev {
  margin-right: 10px;
  display: inline-block;
  border: none;
  padding: 0;
  width: 41px !important;
  height: 17px !important;
  background: transparent url("assets/images/bldg_arrow_left.png") no-repeat
    center;
}
#building .bldg-next {
  display: inline-block;
  border: none;
  padding: 0;
  width: 41px !important;
  height: 17px !important;
  background: transparent url("assets/images/bldg_arrow_right.png") no-repeat
    center;
}
.pretitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #657580;
}
.bldg-content {
  width: 40%;
  padding: 0 80px 0 200px;
}
.bldg-content h3 {
  font-size: 25px;
  line-height: 31px;
  padding-top: 15px;
}
.bldg-image {
  float: left;
  width: 60%;
  padding-bottom: 20px;
}
.bldg-nav {
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  left: 32%;
}
.bldg-btn {
  z-index: 999;
  position: absolute;
  bottom: -5px;
  right: 100px;
  background: #ffcf01;
  color: #294457;
}
.bldg-btn:hover::before {
  opacity: 1;
  background-color: #fff;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.bldg-btn:hover {
  color: #000;
  border-color: #fff;
}

.about-timeline {
  background: #111c24;
  padding: 100px 0 60px 0;
}
.about-timeline .year {
  color: #fff;
  font-size: 100px;
  text-align: center;
  padding: 10px 0;
}
.timeline-nav {
  margin-top: 100px;
  width: auto;
  text-align: center;
  position: relative;
  padding: 0;
}
.timeline-image {
  width: 46%;
  padding: 0 0 0 60px;
}
.timeline-info {
  margin-top: 80px;
  width: 29%;
  padding: 10px 0 10px 60px;
}
.timeline-info h2 {
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  margin-top: 40px;
}
.timeline-info p {
  color: #fff;
}
.timeline-info.title-border-top:after {
  top: 0;
  left: 60px;
  right: initial;
}
.timeline-slider .up,
.timeline-slider .down {
  display: block;
  width: 69px !important;
  height: 39px !important;
  border: none;
  margin: 0 auto;
  cursor: pointer;
}
.timeline-slider .up {
  background: transparent url("assets/images/timeline_arrow_up.png") no-repeat
    center;
}
.timeline-slider .down {
  background: transparent url("assets/images/timeline_arrow_down.png") no-repeat
    center;
}

#about-features {
  padding: 200px 0;
}
#about-features .col {
  width: 33.333%;
  padding: 60px;
}
#about-features .col:before {
  position: absolute;
  top: 0;
  content: "";
  background: #ffcf01;
  width: 80%;
  height: 5px;
}

.page-template-about-template #subpages {
  padding: 200px 0;
}
#subpages {
  width: 100%;
  clear: both;
}
#subpages a {
  display: block;
  height: 100%;
}
#subpages .col {
  float: left;
  padding: 20px 60px 20px 20px;
}
#subpages .num {
  font-family: "ACaslonProBold";
  color: #111c24;
  font-size: 20px;
  line-height: 44px;
  font-style: italic;
}
#subpages .col:before {
  position: absolute;
  top: 0;
  content: "";
  background: #ffcf01;
  width: 70%;
  height: 5px;
}
#subpages .slide-right {
  transition: ease 0.2s all;
  cursor: pointer;
  display: block;
  background: url("assets/images/view-more.png") no-repeat center;
  width: 117px;
  height: 117px;
  position: absolute;
  right: -80px;
  top: 20%;
}
#subpages .slide-right:hover {
  background: url("assets/images/view-more-yellow.png") no-repeat center;
}
#subpages .title {
  color: #111c24;
  font-size: 24px;
  line-height: 26px;
  padding-top: 5px;
  transition: ease 0.2s all;
}
#subpages a:hover > .title {
  color: #ffcf01;
}

.more-link {
  display: block;
  clear: both;
  background: url("assets/images/continue.svg") center left no-repeat;
  width: 30px;
  height: 12px;
  color: transparent;
}

#outreach-features .three-features {
  padding: 60px;
}
#outreach-features .col3 {
  width: 33%;
}
#outreach-features .col2 a,
#outreach-features .col3 a {
  display: block;
  width: 90%;
  height: 100%;
  padding-right: 15px;
}
#outreach-features .col2:hover,
#outreach-features .col3:hover {
  opacity: 0.6;
}
#outreach-features .col2 {
  width: 100%;
  padding: 60px;
  text-transform: uppercase;
  height: 220px;
}

#ctas .col2 {
  width: 50%;
  padding: 60px;
  text-transform: uppercase;
  height: 220px;
}
#ctas .col2.cta1 {
  border-right: 1px solid transparent;
}
#ctas .col2.cta2 {
  border-left: 1px solid transparent;
}
#ctas .col3 {
  width: 33%;
  text-transform: uppercase;
  padding: 60px;
  height: 220px;
}
#ctas .col3.cta1 {
  border-right: 1px solid transparent;
}
#ctas .col3.cta2 {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
#ctas .col3.cta3 {
  border-left: 1px solid transparent;
}
#ctas a:hover {
  opacity: 0.5;
}

@media screen and (min-width:768px) {
  #outreach-features .main-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }  
}

#outreach-features .col2 {
  height: 100%;
}
#outreach-features .num {
  font-family: "ACaslonProBold";
  font-style: italic;
}
#outreach-features .col2 .num::before {
  display: inline-block;
  content: " ";
  position: relative;
  left: 0;
  background: #ffcf01;
  height: 18px;
  width: 120px;
  margin-right: 15px;
}
#outreach-features .details {
  padding: 40px;
  text-transform: none;
  color: #111c24;
}
#outreach-features .more {
  color: #111c24;
}
#outreach-features .more img {
  margin-left: 5px;
  display: inline;
}
#outreach-features .col3:before {
  position: absolute;
  top: 0;
  content: "";
  background: #ffcf01;
  width: 90%;
  height: 5px;
}
#outreach-features .col3 .num {
  margin-top: 20px;
}
#outreach-features .col3 h2 {
  font-size: 24px;
  line-height: 26px;
}
#outreach-features .more-link {
  display: block;
  clear: both;
  background: url("assets/images/continue.png") center left no-repeat;
  width: 30px;
  height: 12px;
  color: transparent;
}
.outreach-link {
  display: block;
  clear: both;
  background: url("assets/images/outreach-next.png") center left no-repeat;
  width: 41px;
  height: 12px;
  color: transparent;
  margin-top: 10px;
}

/* YELLOW SLIDER */
#y-slider {
  margin-bottom: 60px;
}
#y-slider .y-nav {
  background: #ffcf01;
  padding: 40px 15px 35px 15px;
}
.yellow-nav .slick-slide {
  width: auto;
  margin: 0 60px;
}
.yellow-nav {
  text-align: center;
}
.yellow-nav h6 {
  display: inline;
  color: #fff;
  margin: 0 40px 5px 40px;
  padding-bottom: 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.yellow-nav h6.active {
  color: #111c24;
}
.yellow-nav h6.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #111c24;
  height: 3px;
  width: 100%;
}
#y-slider .y-prev {
  z-index: 11;
  position: absolute;
  top: 5px;
  left: 0px;
  border: none;
  padding: 0;
  width: 41px !important;
  height: 17px !important;
  background: transparent url("assets/images/outreach-prev.png") no-repeat
    center;
}
#y-slider .y-next {
  z-index: 11;
  position: absolute;
  top: 5px;
  right: 0px;
  border: none;
  padding: 0;
  width: 41px !important;
  height: 17px !important;
  background: transparent url("assets/images/outreach-next.png") no-repeat
    center;
}
.yellow-slider .left {
  width: 50%;
  padding: 0 20px 0 0;
}
.yellow-slider h2 {
  padding-bottom: 20px;
}

#bottom-feature {
  padding: 80px 0;
}

.page-template-students-template #subpages {
  padding: 60px 0 0 0;
}
.page-template-students-template #subpages .wrapper {
  border-bottom: 1px solid rgba(101, 117, 128, 0.1);
  padding-bottom: 60px;
}

#student-features .col2 {
  width: 50%;
  float: left;
  padding: 60px;
}
#student-features .label {
  padding: 0 15px;
  font-family: "futuraptmedium";
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 16px;
  color: #657580;
  text-transform: uppercase;
}
#student-features .content,
#student-features h2 {
  padding: 15px;
}

#bottom-features .col2 {
  width: 50%;
  height: 100%;
  float: left;
  padding: 60px;
  padding: 80px 60px 60px 60px;
}
#bottom-features .left-feature,
#bottom-features .right-feature {
  min-height: 40vw;
  height: 100%;
}
#bottom-features .details {
  max-width: 475px;
}
#bottom-features .right-feature h2 {
  color: #fff;
  margin-top: 40px;
  text-transform: uppercase;
}
#bottom-features .right-feature p {
  color: #fff;
}
#bottom-features .right-feature::before {
  position: absolute;
  content: " ";
  height: 18px;
  width: 100px;
  background: #ffcf01;
}

/* TCP Landing Page */

/* Single Book */
/* .single-books .menu-item-2252 a {
  font-weight: bold;
}
.single-books .main-header {
  height: 0px !important;
} */
.single-books .inner-banner,
.page-template-tcp-inner-template .inner-banner {
  height: clamp(250px, 30vw, 450px);
  background-size: cover;
  background-position: center;
}
.page-template-tcp-inner-template .no-hero-title h2 {
  padding: 50px 0;
}
.books-single {
  margin-top: 80px;
}
.books-single #secondary {
  text-align: right;
}
.books-single #secondary .attachment-post-thumbnail {
  margin: 30px 0;
}
.books-single .common-btn {
  font-size: 14px;
}
.book-nav,
.book-module.discussion {
  background: #fff;
  border: 2px solid #657580;
  margin: 20px 0 40px 0;
  padding: 30px 40px 30px 40px;
}
.book-module.discussion h2 {
  color: #ffcf01;
}
.book-module.discussion ol {
  counter-reset: my-awesome-counter;
}
.book-module.discussion ol ol,
.book-module.discussion ol ul {
  counter-reset: none;
}
.book-module.discussion ol li {
  list-style: none;
  counter-increment: my-awesome-counter;
}
.book-module.discussion ol li ol li,
.book-module.discussion ol li ul li {
  list-style: initial;
  counter-increment: none;
}

.book-module.discussion ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #000;
  font-weight: bold;
}
.book-module.discussion ol li ul li::before {
  content: none;
}
.book-module.discussion ol li ol li::before {
  content: none;
}
.book-nav a {
  color: #657580;
}
.book-nav h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.book-nav span {
  color: #ffcf01;
}
.books-single h1 {
  font-size: 48px;
  line-height: 30px;
}
.books-single h3,
.books-single h3 em {
  font-size: 1.375rem;
  color: #000;
}
.books-single h1,
.book-author {
  padding-left: 40px;
}
.book-author {
  color: #657580;
  font-size: 18px;
  line-height: 30px;
  font-family: "futuraptbold";
  margin-top: 10px;
}
.book-module {
  margin-bottom: 40px;
  padding-left: 40px;
}
.book-module h2 {
  margin-bottom: 15px;
}
.book-module li {
  text-indent: 10px;
}
.books-single .copyright {
  text-align: right;
  font-size: 14px;
  font-family: "acaslonprobold";
}
.book-taxonomies {
  padding: 20px 0 0 40px;
  font-family: "futuraptmedium";
  font-size: 14px;
  color: #111c24;
}
.book-taxonomies span {
  color: #657580;
  font-size: 14px;
}
.book-taxonomies a {
  color: #111c24;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 3px;
}
.book-taxonomies a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #ffcf01;
  position: absolute;
  left: 0;
  bottom: 0;
}
.book-taxonomies ul {
  display: inline;
}
.book-taxonomies li {
  display: inline;
}
.book-tax-links {
  margin-right: 5px;
}

/* TCP template */
.tcp-slider {
  margin: 0 auto;
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
}
.tcp-slider .slick-list {
  text-align: center;
}
.tcp-slider h1 {
  font-size: 70px;
  color: #fff;
}
.iee-slider h1 {
  text-transform: uppercase;
}
.tcp-slider .content p {
  color: #fff;
}
.tcp-slider .content {
  max-width: 720px;
  margin: 0 auto;
}
.tcp-slider .tcp-right {
  margin-right: 10px;
  display: inline-block;
  border: none;
  padding: 0;
  width: 41px !important;
  height: 17px !important;
  background: transparent url("assets/images/bldg_arrow_left.png") no-repeat
    center;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 999;
  cursor: pointer;
}
.tcp-slider .tcp-left {
  display: inline-block;
  border: none;
  padding: 0;
  width: 41px !important;
  height: 17px !important;
  background: transparent url("assets/images/bldg_arrow_right.png") no-repeat
    center;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 999;
  cursor: pointer;
}
.tcp-slider .btn,
.featured-book .btn,
.yellow-btn,
.books-btn {
  overflow: hidden;
  width: auto;
  -webkit-transition: border-color 0.3s, color 0.3s !important;
  transition: border-color 0.3s, color 0.3s !important;
  transition-timing-function: ease, ease !important;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1) !important;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1) !important;
  min-width: 130px !important;
  /* max-width: 250px; */
  display: inline-block !important;
  padding: 15px 30px !important;
  border: none !important;
  background: #ffcf01 !important;
  color: #111c24 !important;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden !important;
  -moz-osx-font-smoothing: grayscale !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  margin: 15px 0 0 0 !important;
  letter-spacing: 1px !important;
  line-height: 28px !important;
  height: 58px !important;
  text-align: center;
  text-transform: uppercase;
}
.books-btn {
  font-weight: 600 !important;
}
input[type="reset"].books-reset-btn {
  background-color: none !important;
  border: none;
  border-image: none;
  box-shadow: none;
  display: block;
  background: none;
  margin-top: 15px;
  color: #111c24;
  font-size: 14px;
  letter-spacing: 1px;
  transition: 0.2s ease all;
  text-transform: uppercase;
}
.books-reset-btn:hover {
  background-color: none !important;
  opacity: 0.5;
}
.books-single .yellow-btn {
  text-align: center;
  color: #111c24;
  width: 100%;
}
.tcp-slider .btn:before,
.featured-book .btn:before,
.yellow-btn:before,
.books-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #37474f !important;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0) !important;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0) !important;
  -webkit-transform-origin: 0% 100% !important;
  transform-origin: 0% 100% !important;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s,
    background-color 0.3s !important;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s !important;
}
.tcp-slider .btn:hover::before,
.featured-book .btn:hover::before,
.yellow-btn:hover::before .books-btn:hover::before {
  opacity: 1;
  background-color: #657580 !important;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.yellow-btn:hover {
  color: #111c24;
}
.common-btn.yellow {
  background: #ffcf01;
}
.common-btn.yellow:before {
  background: #37474f;
}
.common-btn.yellow:hover::before {
  background-color: #37474f;
}
.tcp-slider .btn:hover,
.featured-book .btn:hover,
.books-single .yellow-btn:hover {
  border-color: #657580;
}
.books-single .col-2.left {
  width: 67%;
  padding-bottom: 100px;
}
.books-single .col-2.left h1 {
  line-height: 54px;
}
.books-single #secondary {
  width: 23%;
}

.tcp-slider .btn {
  margin: 0 auto;
}
.featured-book .btn {
  margin-top: 20px;
  display: block;
  max-width: 220px;
}
.col-2-books.left {
  width: 25%;
  float: left;
}
.col-2-books.right {
  width: 75%;
  float: right;
}
.col-2-books .intro {
  padding: 60px 30px 0px 30px;
}
.tcp-nav {
  background: #ffcf01;
  text-align: center;
}
.tcp-nav li {
  display: inline-block;
  padding: 10px;
  position: relative;
}
.tcp-nav li a {
  color: #000;
}
/*.tcp-nav li a:after{content: url(assets/images/closedarrow.png); padding:0 5px;}
.tcp-nav .page-item-2168 a:after{content: url(assets/images/openarrow.png);}*/
.tcp-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0em;
  background: #fff;
  z-index: 9999;
  padding: 20px 0;
  margin-left: 0;
  padding: 20px 0;
  border: none !important;
}
.tcp-nav ul {
  padding: 20px 0;
  border: none !important;
}
.tcp-nav ul li {
  padding: 0px 20px;
  margin: 0 5px;
  text-align: left;
}
.tcp-nav ul li:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ffcf01;
  width: 5px;
  height: 100%;
}
.tcp-nav ul li:hover > a {
  color: #111c24;
}
.tcp-nav ul li a {
  font-family: "futuraptheavy";
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
  text-transform: none;
  color: #657580;
}
.tcp-nav a {
  padding: 0;
  color: #fef9f5;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  letter-spacing: 1px;
}
.tcp-nav ul li a:not(:last-of-type) {
  margin-bottom: 0px;
}
.tcp-nav ul.sub-menu {
  z-index: 9999;
}
.tcp-nav ul.sub-menu:hover li a {
  color: rgba(0, 0, 0, 0.3);
}
.tcp-nav ul.sub-menu li:hover a {
  color: #111c24;
}
.tcp-nav .sub-menu li:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ffcf01;
  width: 5px;
  height: 100%;
}
.tcp-nav .dropdown-toggle {
  display: inline-block;
  position: relative;
  transform: rotate(180deg);
  padding: 0;
  right: 0;
}
.tcp-nav .dropdown-toggle .icon {
  fill: #111c24 !important;
}
.tcp-nav .current-menu-item a {
  font-weight: bold;
}
.tcp-nav .current-menu-item > .dropdown-toggle,
.tcp-nav .current-menu-parent > .dropdown-toggle {
  transform: rotate(0deg);
}
.tcp-nav li:hover > .sub-menu {
  display: block;
}
#booksfilter {
  margin-top: 40px;
}
.books-label {
  font-size: 12px;
  line-height: 1;
  color: #bababa;
  text-transform: uppercase;
  padding-left: 20px;
  letter-spacing: 0.1em;
}
.books-select {
  display: block;
  width: 200px;
  height: 60px;
  margin: 15px 0;
  padding: 20px 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "futuraptmedium";
  font-size: 14px;
  line-height: 16px;
  color: #111c24;
  border: 2px solid #111c24;
  border-radius: 5px;
}
input.books-search {
  display: block;
  width: 200px;
  height: 60px;
  margin: 45px 0;
  padding: 20px 10px;
  text-transform: uppercase;
  font-family: "futuraptmedium";
  font-size: 14px;
  line-height: 16px;
  color: #111c24;
  border: 2px solid #111c24;
  border-radius: 5px;
  background-image: url("assets/images/booksearch-icon.png");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.books-search::placeholder {
  font-family: "futuraptmedium";
  font-size: 14px;
  line-height: 16px;
  color: #111c24;
}
.books-select,
.courses-select {
  border-color: #111c24;
  margin-left: 0px;
  margin-right: 10px;
  background-image: url("assets/images/openarrow.png");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  opacity: 1;
  background-color: transparent;
}
.page-template-tcp-template .inner-banner {
  height: 550px;
}
.page-template-tcp-template .pagination,
.page-template-vam-template .pagination {
  position: absolute;
  bottom: 0px;
  float: none;
  width: 100%;
}
.books-container {
  max-width: 900px;
  list-style: none;
  margin: 30px auto;
  padding: 0 0 100px 0;
}
.book-item,
.book-sizer {
  width: 30%;
  margin: 1.5%;
}
.book-item:not(.featured-book) {
  max-width: 300px;
}
.book-item:not(.new-book, .featured-book) {
  margin-top: 25px;
}
.book-item a {
  width: 100%;
  height: 100%;
  display: block;
}
.book-item .overlay {
  display: none;
  transition: 0.2s ease all;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 49, 62, 0.9);
  padding: 15px;
}
.book-item .overlay .author {
  color: #bababa;
  font-size: 15px;
  line-height: 1;
}

.vam.book-item .overlay .author,
.vam.book-item .overlay .author i {
  color: #fff;
  font-size: 15px;
  line-height: 22px !important;
}

.book-item .overlay .title {
  font-family: "futuraptheavy";
  font-size: 32px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
}
.book-item .overlay .learn {
  vertical-align: middle;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: inline-block;
}
.book-item .overlay .learn img {
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  border: none;
}
.book-item a:hover > .overlay {
  display: block;
  color: #fff;
}
.book-item img {
  width: 100%;
}
.book-item.new-book img {
  border: 15px solid #ffcf01;
  padding: 0;
  margin: 0;
}
.newbook {
  margin-top: 0 !important;
}
.new-book:before {
  font-size: 14px;
  line-height: 1;
  font-family: "futuraptmedium";
  content: "NEW";
  background: #ffcf01;
  padding: 15px 15px 8px 15px;
  margin: 0;
  position: relative;
  top: 0px;
}
.featured-book {
  width: 100%;
  background: #e5e5e5;
  padding: 50px;
  margin: 25px 0;
  min-height: 400px;
}
.featured-book-content {
  width: 50%;
  float: left;
}
.featured-book img {
  max-height: 340px;
  width: auto;
  float: right;
}

/*  IEE Template */
.page-template-iee-template .pagination {
  float: none;
  width: 100%;
  margin-bottom: 60px;
}
#courses-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.courses-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
.course-item {
  position: relative;
  margin: 30px 0;
  height: 360px;
  width: 370px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 32px 54.28px 4.72px rgba(49, 35, 55, 0.05);
  text-shadow: 0px 32px 54.28px rgba(49, 35, 55, 0.05);
}
.course-item a.block {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 30px 20px 30px;
  transition: 0.2s ease all;
  position: relative;
}
.course-item a.block:hover {
  opacity: 0.5;
}
.course-item .course-category {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  top: -15px;
  left: -20px;
  border-radius: 8px;
  padding: 15px;
}
.course-item .age {
  font-size: 12px;
  text-transform: uppercase;
}
.course-item .excerpt {
  font-size: 18px;
  line-height: 24px;
  max-height: 144px;
  overflow: hidden;
}
.course-item .title {
  font-family: "futuraptmedium";
  font-size: 24px;
  padding: 10px 0 10px;
  line-height: 1;
}
.course-item .course-length {
  font-size: 12px;
  color: #111c24;
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.course-item .course-arrow {
  position: absolute;
  bottom: 20px;
  right: 30px;
  transition: 0.2s ease all;
}
.course-item:hover {
  box-shadow: 0px 32px 54.28px 4.72px rgba(49, 35, 55, 0.1);
}

.course-item a.cat-link {
  display: block;
  display: block;
  position: absolute;
  width: inherit;
  top: 0;
}

.course-item a.cat-link:hover .course-category {
  background-color: #ffcf01;
  color: #111c24;
}

.course-item.course-card .course-category {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  top: -15px;
  left: -20px;
  border-radius: 8px;
  padding: 15px;
}

/* course item colors */
.ethics-stimulus-packages .course-category {
  background-color: #82a635;
}
.teaching-children-philosophy .course-category {
  background-color: #f89c33;
}
.hs-discussion-guides .course-category {
  background-color: #1963b0;
}
.castle-arts-lessons .course-category {
  background-color: #741472;
}
.course-length {
  position: relative;
  padding-left: 28px;
}
.course-length::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}

.ethics-stimulus-packages .age {
  color: #82a635;
}
.ethics-stimulus-packages .course-length::before {
  background: url("assets/images/green-clock.png;");
}
.teaching-children-philosophy .age {
  color: #f89c33;
}
.teaching-children-philosophy .course-length::before {
  background: url("assets/images/orange-clock.png;");
}
.hs-discussion-guides .age {
  color: #1963b0;
}
.hs-discussion-guides .course-length::before {
  background: url("assets/images/blue-clock.png;");
}
.castle-arts-lessons .age {
  color: #741472;
}
.castle-arts-lessons .course-length::before {
  background: url("assets/images/purple-clock.png;");
}
/* featured course */
.featured-course {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.featured-course a {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.featured-course-left {
  background: #ffcf01;
  width: 40%;
  max-width: 491px;
}
.featured-course-left .course-star,
.featured-course-left h5 {
  display: inline;
}
.featured-course-left h5 {
  margin-left: 5px;
  color: #111c24;
  font-size: 14px;
}
.featured-course-left .title {
  color: #111c24;
  font-family: "acaslonprobold";
  font-size: 33px;
  line-height: 37px;
}
.featured-course-left .bottom {
  position: absolute;
  bottom: 20px;
  width: 300px;
}
.featured-course-left .course-arrow {
  position: absolute;
  bottom: 5px;
  right: 20px;
}
.featured-course .course-length::before {
  background: url("assets/images/white-clock.png;");
}
.featured-course .course-item {
  max-width: 930px;
  padding: 58px 0 0 78px;
}
.featured-course .excerpt {
  padding: 15px 50px 0 0;
  color: #111c24;
}
.featured-course .course-category {
  left: 78px;
}

/* Single Course */
.single-course-header {
  min-height: 100px;
  width: 100%;
  background: #ffcf01;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 20px;
}
.single-course-header .site-logo {
  width: 108px;
  position: relative;
  top: 0;
}
.single-course-header .common-btn,
.back-to-courses-btn a {
  margin-top: 0;
  padding-left: 30px;
  padding-right: 70px;
  background: #111c24;
  color: #fff;
  background-image: url(assets/images/mainnavbuttonarrow.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  position: relative;
}
.single-course-header .common-btn:hover,
.back-to-courses-btn a:hover {
  color: #111c24;
}
.single-course-header .common-btn:hover::before,
.back-to-courses-btn a:hover::before {
  background: #fff;
}
.foo-menu-single li {
  display: inline-block;
}
.foo-menu-single li a {
  color: #fff;
  font-family: "futuraptheavy";
  font-size: 14px;
  text-transform: uppercase;
  max-width: 150px;
  margin-right: 10px;
}
.course-details .btn {
  transition: 0.2s ease all;
  text-transform: uppercase;
  background: #f89c33;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  padding: 15px 40px;
}
.course-details .btn:hover,
.course-details .yellow-btn:hover {
  opacity: 0.7;
}
.course-details .course-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.course-details {
  padding: 100px 0;
  background: #fef9f5;
}
.course-details .course-length {
  text-transform: uppercase;
  display: inline;
  padding-right: 15px;
  position: relative;
  padding-left: 28px;
}
.course-details .course-length::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: url("assets/images/orange-clock.png;");
}
.course-details .divider {
  font-size: 40px;
  color: #e6e6e6;
  margin-right: 15px;
}
.course-details .age {
  display: inline;
  color: #f89c33;
  text-transform: uppercase;
}
.course-details .yellow-btn {
  transition: 0.2s ease all;
  display: block !important;
  font-family: "futuraptmedium";
  width: 309px;
}
.course-details .yellow-btn img {
  display: inline-block;
  margin-right: 10px;
}
.back-to-courses-btn {
  padding: 80px 0;
  width: 100%;
  text-align: center;
}
.related-courses .wrapper {
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.related-courses {
  background: #fff;
}
.related-courses .course-item {
  margin-top: 0;
  width: 25%;
  height: auto;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
}
.related-courses .course-item .title {
  color: #657580;
}
.related-courses .course-item .course-length,
.related-courses .course-item .course-arrow {
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
}
.related-courses .course-item .course-arrow {
  left: 0;
}
.related-courses .course-item .age {
  display: inline-block;
}
.related-courses .course-length::before {
  background: url("assets/images/orange-clock.png;");
}
.related-courses .course-item .course-length {
  margin: 15px 0 30px;
  text-transform: uppercase;
}
.related-courses h2 {
  text-transform: uppercase;
  font-family: "futuraptmedium";
  font-size: 20px;
  text-align: center;
  padding-top: 80px;
}

#iee-cta {
  min-height: 400px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
#iee-cta .cta-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.iee-cta-btn {
  display: block;
}
.iee-cta-content {
  width: 60%;
  align-content: center;
}
.iee-cta-content .content {
  color: #fff;
  font-size: 20px;
}
.iee-cta-content h2 {
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: "futuraptbold";
  line-height: 1;
  font-size: 60px;
}
#additional {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 100px 0;
}
#additional .title-border-bottom {
  width: 183px;
}
#additional .col3 {
  width: 278px;
  position: relative;
  float: left;
  padding-top: 15px;
}
#additional .col3 a {
  color: initial;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 50px;
  transition: 0.2s ease all;
}
#additional .col3 a:hover {
  opacity: 0.7;
}
#additional .col3::before {
  position: absolute;
  top: 0;
  content: "";
  background: #ffcf01;
  width: 100%;
  height: 5px;
}
#additional .title {
  font-family: "futuraptbold";
  font-size: 24px;
  color: #111c24;
  line-height: 1;
  margin-bottom: 15px;
}
#additional .num {
  font-size: 20px;
  font-family: "acaslonprobold";
  font-style: italic;
  text-align: left;
  margin: 15px 0 30px 0;
}
#additional .excerpt {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}

input[type="text"].courses-search {
  width: 300px;
  height: 58px;
  background-image: url("assets/images/search-icon.png");
  background-repeat: no-repeat;
  background-position: 90% center;
}
input[type="text"].courses-search::placeholder {
  font-family: "futuraptmedium";
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}
.coursefilter-wrapper {
  position: relative;
  padding-top: 40px;
  margin-bottom: 40px;
  padding-left: 60px;
}
.coursesfilter-label {
  display: inline;
  text-transform: uppercase;
  font-size: 12px;
  color: #bababa;
}
#coursesfilter {
  width: auto;
  display: inline-block;
}
#coursesearch {
  position: absolute;
  right: 60px;
  top: 40px;
}
.courses-select {
  font-family: "futuraptmedium";
  font-size: 14px;
  line-height: 1;
  height: 58px;
  text-transform: uppercase;
}
.courses-select.courses-cat-select {
  padding-right: 30px !important;
}

@media only screen and (max-width: 1198px) {
  .about-timeline .wrapper {
    padding: 0;
  }
  .about-timeline .year {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .inner-page-content .about-wrapper {
    padding: 0;
  }
  .bldg-content {
    padding: 0 80px 0 60px;
  }
  .timeline-info {
    width: 50%;
  }
  #about-features .col {
    width: 50%;
  }
  #subpages .slide-right {
    position: relative;
    margin: 0 auto;
    top: initial;
    right: initial;
  }
  #bottom-features .right-feature,
  #bottom-features .left-feature {
    height: 60vw;
  }
  #outreach-features .main-features .col2 {
    padding: 0;
  }
  #outreach-features .three-features {
    padding: 60px 0;
  }
  #outreach-features .three-features .col3 {
    padding: 0 15px;
  }
  .about-timeline .year {
    font-size: 80px;
  }
  #y-slider .y-next {
    right: -25px;
  }
  #y-slider .y-prev {
    left: -25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .col-2-intro .right,
  .col-2-intro .left {
    float: none;
    width: 100%;
  }
  #about-overview .content-com {
    margin: 20px auto;
    padding: 0px;
  }
  #building .bldg-image,
  #building .bldg-content {
    width: 100%;
    padding: 20px;
  }
  #building .bldg-nav {
    bottom: -30px;
    left: 30px;
  }
  #about-features {
    padding: 40px 0;
  }
  #about-features .col {
    width: 100%;
    float: none;
  }
  #about-features .col:before {
    width: 60%;
  }
  .page-template-about-template #subpages {
    padding: 0 0 60px 0;
  }
  .about-timeline {
    padding: 40px 0;
  }
  .about-timeline .timeline-nav {
    margin: 20px auto;
    float: none;
    width: 100%;
  }
  .timeline-info,
  .timeline-image {
    float: none;
    width: 100%;
    overflow: hidden;
    padding: 10px;
  }
  #y-slider .y-next,
  #y-slider .y-prev {
    top: 0;
  }
  #y-slider .y-next {
    right: 0;
  }
  #y-slider .y-prev {
    left: 0;
  }
  .yellow-nav h6 {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }
  .yellow-nav h6.active::after {
    display: none;
  }
  #ctas .col2,
  #ctas .col3,
  #student-features .col2,
  #bottom-features .left-feature,
  #bottom-features .right-feature,
  #outreach-features .main-features .col2,
  #outreach-features .col3 {
    float: none;
    width: 100%;
    height: 100%;
  }
  #student-features .col2 {
    padding: 60px 10px;
  }
  #outreach-features .col3 {
    margin: 40px 0;
  }
  #bottom-features .right-feature,
  #bottom-features .left-feature {
    min-height: 500px;
  }
  #bottom-feature .com-img {
    width: 100%;
    float: none;
    margin: 25px 0;
  }
  .yellow-slider .left {
    float: none;
    width: 100%;
  }
  .yellow-btn,
  .common-btn.yellow {
    padding: 15px 30px;
  }
  #additional .col3 {
    margin: 40px 0;
  }
  #iee-cta {
    padding: 100px 0;
  }
  .iee-cta-content {
    width: 100%;
  }
  .coursesfilter-label {
    display: block;
  }
  .age-select {
    margin: 20px 0;
  }
  #coursesearch {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: 20px 0;
  }
  .related-courses .course-item {
    width: 100%;
  }
}

/* Podcast templates */
.single-podcast .main-header {
  height: 100%;
  background-color: transparent;
}
.single-podcast .prindle-main-menu .main-navigation li li a,
.single-books .prindle-main-menu .main-navigation li li a {
  color: #657580;
}
.single-podcast .search-icon i,
.single-books .search-icon i {
  color: #ffcf01;
}
.single-podcast .site-logo img,
.single.sticky-menu-body .site-logo img.singlepage-logo,
.single-books .site-logo img.singlepage-logo,
.single-books .site-logo img.sticky_logo {
  display: none;
}
.single-podcast .site-logo img.singlepage-logo {
  display: block;
}
.single-books .site-logo img {
  display: block;
}
.single-books .book-taxonomies a {
  word-break: keep-all;
  width: auto;
}
.single-books .tcp-about {
  margin-top: 30px;
  text-align: left;
}
.single-books .tcp-about,
.single-books .tcp-about p {
  font-size: 16px;
  line-height: 1.3;
}
.single-books .tcp-about a {
  font-size: 16px;
}
.post-type-archive-podcast .main-header {
  height: 100%;
  background-color: transparent;
}
.post-type-archive-podcast .prindle-main-menu .main-navigation li a {
  color: #fef9f5;
}
.post-type-archive-podcast .prindle-main-menu .main-navigation li li a {
  color: #657580;
}
.post-type-archive-podcast .search-icon i {
  color: #ffcf01;
}
.post-type-archive-podcast .site-logo img,
.post-type-archive-podcast.sticky-menu-body .site-logo img.singlepage-logo {
  display: none;
}
.post-type-archive-podcast .site-logo img.singlepage-logo {
  display: block;
}

/*.page-template-podcast-page-template .main-header{height: 100%; background-color: transparent;}
.page-template-podcast-page-template .prindle-main-menu .main-navigation li a{color:#fef9f5;}
.page-template-podcast-page-template .prindle-main-menu .main-navigation li li a{ color: #657580;}
.page-template-podcast-page-template .search-icon i{color:#ffcf01;}*/
.page-template-podcast-page-template .site-logo img,
.page-template-podcast-page-template.sticky-menu-body
  .site-logo
  img.singlepage-logo {
  display: none;
}
.page-template-podcast-page-template .site-logo img.singlepage-logo {
  display: block;
}

.pc-banner-spacer {
  width: 18%;
  background: transparent;
  min-height: 540px;
  float: left;
  display: block;
  position: relative;
}
.pc-banner {
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  position: relative;
  min-height: 540px;
  width: 82%;
  float: right;
}
.pc-header-right {
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 70%;
}
.pc-header-right h4 {
  font-family: "futuraptmedium";
  color: #ffcf01;
  text-transform: uppercase;
  font-size: 16px;
}
.pc-logo {
  position: absolute;
  left: 70px;
  top: 200px;
  z-index: 2;
}
.pc-top-title {
  padding-top: 0;
}
.pc-top-title,
.podcast-title {
  font-family: "futuraptmedium";
}
.pc-top-excerpt {
  margin-bottom: 80px;
}
.pc-top-title,
.pc-top-excerpt p {
  color: #fff;
  padding-bottom: 20px;
}
.pc-subscribe {
  margin-bottom: 40px;
}
.pc-btn {
  overflow: hidden;
  float: right;
  width: auto;
  min-width: 130px;
  display: inline-block;
  padding: 10px 20px 25px 20px;
  border: none;
  background: #fff;
  color: #111c24;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 5px;
  font-size: 14px;
  margin: 30px 10px 0 10px;
  letter-spacing: 1px;
  line-height: 3;
  height: 58px;
  text-align: left;
  text-transform: uppercase;
}
.pc-btn img {
  height: 30px;
  width: auto;
  margin: 5px 10px 0 0;
  float: left;
}
/* audio player styles */
.pc-featured-cast .mejs-container,
.pc-featured-cast .mejs-container .mejs-controls,
.pc-featured-cast .mejs-embed,
.pc-featured-cast .mejs-embed body {
  margin-top: 20px;
  background: transparent !important;
}
.video-section .mejs-container,
.video-section .mejs-container .mejs-controls,
.video-section .mejs-embed,
.video-section .mejs-embed body {
  background: rgba(0, 0, 0, 0.4) !important;
  padding-top: 15px;
}
.pc-featured-cast .powerpress_links {
  display: none;
}
.video-section .mejs-playpause-button,
.pc-featured-cast .mejs-playpause-button {
  background-color: #ffcf01;
  background-position: 0 0;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  padding-left: 5px;
}

.mejs-time {
  padding: 5px !important;
}
.pc-play-link {
  display: block;
  width: 100%;
  position: relative;
}
.pc-play-link a {
  width: auto;
  height: 100%;
  margin: 15px 0 0;
  box-shadow: none;
  display: inline-block;
}
.pc-play-link img {
  position: absolute;
  top: 5px;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}
.pc-play-link span {
  display: inline-block;
  font-family: "futuraptmedium";
  font-size: 16px;
  padding: 0;
  margin: 10px 0 0 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #111c24;
}
/* podcast archive */
.pc-col {
  flex: 0 0 50%;
  max-width: 560px;
  padding: 0 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.pc-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.pc-row:after {
  content: "";
  display: table;
  clear: both;
}
.pc-subscribe-mobile {
  display: none;
}
.podcast-listing article {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  height: 380px;
}
.podcast-listing .post-thumbnail {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.pc-date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  margin: 0;
  font-size: 12px;
  padding: 20px 20px 10px 20px;
  letter-spacing: 0.1em;
}
.podcast-listing .post-thumbnail img {
  object-fit: cover;
}
.podcast-listing article {
  background: #fff;
}
.podcast-listing article .entry-content {
  padding: 30px;
}
.podcast-listing .pc-title a {
  font-size: 24px;
  font-family: "futuraptmedium";
  color: #111c24;
  border-bottom: none;
  box-shadow: none;
  transition: 0.2s ease all;
}
.podcast-listing .pc-title a:hover {
  color: #ffcf01;
}
.pc-back {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.pc-back a {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.pc-side-recent {
  margin-bottom: 40px;
}
.pc-side-title {
  margin-bottom: 1em;
}
.pc-side-title a {
  font-family: "futuraptmedium";
  font-size: 24px;
}
.pc-title {
  margin-bottom: 0.8em;
}
/* media query  */
@media (min-width: 768px) {
  .featured-book img {
    max-width: 45%;
  }
}
@media (max-width: 768px) {
  .pc-banner-spacer {
    display: none;
  }
  .pc-banner {
    width: 100%;
    float: none;
    min-height: 100vh;
  }
  .pc-logo {
    display: none;
  }
  .pc-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pc-subscribe-spacer,
  .pc-subscribe .pc-btn {
    display: none;
  }
  .pc-btn {
    background: none;
    width: auto;
    min-width: initial;
    padding: 0;
    margin: 0px auto;
  }
  .pc-header-right {
    position: relative;
    top: 100px;
    bottom: initial;
    right: initial;
    width: 100%;
    padding: 20px;
  }
  .pc-top-excerpt {
    margin-bottom: 40px;
  }
  .pc-subscribe-mobile {
    display: inline-block;
    position: absolute;
    bottom: 0px;
  }
  .pc-buttons-mobile {
    width: 50%;
    display: inline-block;
    text-align: center;
  }
  .pc-buttons-mobile h4 {
    color: #fff;
    font-family: "futuraptmedium";
    font-size: 12px;
    text-transform: uppercase;
  }
  .pc-logo-mobile {
    display: inline-block;
    margin-bottom: -50px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 48em) {
  .pc-wrap {
    max-width: 1160px;
    padding-left: 3em;
    padding-right: 3em;
  }
  .single-podcast.has-sidebar #secondary {
    width: 30%;
  }
}

@media (min-width: 1281px) and (max-width: 1440px) {
  .page-template-podcast-page-template .header-bottom .wrapper,
  .post-type-archive-podcast .header-bottom .wrapper,
  .single-podcast .header-bottom .wrapper {
    max-width: 1220px;
  }
}

@media (min-width: 960px) and (max-width: 1279px) {
  .pc-logo {
    left: 0;
  }
  .pc-logo img {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .pc-logo {
    left: 0;
  }
  .pc-logo img {
    width: 70%;
  }
}

@media only screen and (max-width: 1439px) {
  .tcp-nav ul li {
    width: 18em !important;
  }
}
/* end media query */

/* override styles when printing */
@media print {
  .main-header,
  .map-section,
  .map-section .wrapper,
  .footer-main,
  .inner-banner,
  #site-navigation,
  #top-menu,
  .search-icon,
  #secondary,
  .book-taxonomies a:after,
  a.common-btn,
  .cc-info {
    display: none;
  }
  .books-single .col-2.left {
    width: 100%;
  }
}


#menu-footer-menu {
  min-height: 600px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, auto);
}

#menu-footer-menu li {
  width: 100%;
  z-index: 10;
  grid-row: span 2;
}

#menu-footer-menu>li a {
  line-height: 26px;
}

#menu-footer-menu>li a:hover {
  color: #ffcf01;
}

#menu-footer-menu>li:nth-last-child(2) {
  width: 100%;
  z-index: 10;
  grid-row: span 1;
}

/* #menu-footer-menu>li:nth-last-child(1) {
  margin-top: 15px;
} */

@media screen and (max-width: 768px) {
  #menu-footer-menu {
    min-height: 600px;
    display: flex;
    flex-direction: column;
  }

}

.gform_wrapper.gravity-theme .gform_footer {
  display: inline-block !important;
}

