/*
Theme Name: Fifteen Eighty Four
Theme URI: https://www.clicky.co.uk
Author: Clicky Media
Version: 2.0
License: GNU General Public License
*/

/* Fonts */

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Regular.ttf') format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Italic.ttf') format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-SemiBold.ttf') format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Bold.ttf') format("truetype");
	font-weight: 700;
	font-style: normal;
}

html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #f4f4f4;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    font-weight: normal;
    color: #4b5057;
}
.wrapper {
    width: 1440px;
    max-width: calc(100% - 4rem);
    position: relative;
    margin: 0 auto;
}

#container {
    /* width: 100%; */
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 32px 0;
}

@media (max-width: 1250px) {
    #container { max-width: calc(100% - 32px); }
}

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 16px; font-weight: 600; }

p { margin-top: 0; }

.clear { background: none; border: 0; clear: both; display: block; float: none; font-size: 0; list-style: none; margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0; }


/* Header */

.header {
	background-color: #ffffff;
}
.header .wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header .wrapper .right { display: flex; justify-content: flex-end; align-items: center; flex-grow: 1;}

.header a { text-decoration: none; display: inline-block}

.header .logo {
	height: 35px;
	width: auto;
}

@media (max-width: 500px){
    .header .wrapper { flex-wrap: wrap; }
}

@media (max-width: 350px) {
    .header .logo { height: 28px; }
}

/* Hero */

.hero { background-color: #7F091D; background-image: url('images/hero-bg.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center; min-height: 500px; display: flex; align-items: center; justify-content: center;}
.hero * { color: #ffffff;}
.hero .hero_content { text-align: center; width: 1200px; max-width: 100%; }
.hero h1 { text-transform: uppercase; text-align: center; letter-spacing: 6px; font-size: 60px; font-weight: 600; margin: 0 0 16px 0; }
.hero h2 { font-size: 30px; font-weight: 400; margin: 0; }

@media (max-width: 1000px) {
    .hero { min-height: 400px; }
    .hero .hero_content { max-width: calc(100% - 32px); }
    .hero h1 { font-size: 40px; }
    .hero h2 { font-size: 22px; }
}

@media (max-width: 700px) {
    .hero { min-height: 300px; }
    .hero h1 { font-size: 25px; }
    .hero h2 { font-size: 16px; }
}

@media (max-width: 350px) {
    .hero h1 { font-size: 20px; }
}

/* Menu */

#menu { background-color: #133844; height: 51px; width: auto; position: relative; margin: 0; text-align: right; }
#menu .wrapper { display: flex; align-items: center; justify-content: space-between; }
#menu ul { padding: 0; margin: 0; }
#menu ul li { background: none; padding: 0; margin: 0; font-weight: normal; list-style: none; float: left; display: inline; font-size: 17px; line-height: 17px; position: relative; }
#menu ul li a { color: #fff; text-decoration: none; display: block; padding: 19px 25px 15px 25px; font-weight: 600; }
#menu ul li.menu-item-9453 a { background: url(images/menu_arrow.svg) no-repeat; background-size: 11px auto; background-position: 88% 25px; padding: 19px 35px 15px 25px; }
#menu ul li a:hover, #menu ul li.current-menu-item a { background-color: #010c12; color: #ffffff; }
#menu form#search { display: inline-block; margin: 11px 0; }
#menu form#search p {  }
#menu form#search input { height: 28px; line-height: 28px; padding: 0 10px; border: none; width: 200px; float: left; color: #666; outline: none; font-family: 'Open Sans', sans-serif; }
#menu form#search input#submit { background: url(images/search_button.png) no-repeat; height: 28px; width: 30px; background-position: 0 0; font-size: 0px; line-height: 0px; text-indent: -9999px; border: none; cursor: pointer; }
#menu form#search input#submit:hover { background: url(images/search_button.png) no-repeat; background-position: 0 -28px; }
#menu #subjectsDrop { background-color: #010c12; color: #ffffff; height: auto; left: 264px; position: absolute; top: 51px; width: 198px; display: none; z-index: 7000; text-align: left; }
#menu #subjectsDrop ul { padding: 0; margin: 0; }
#menu #subjectsDrop li { float: left; position: relative; }
#menu #subjectsDrop a { background-color: #010c12; color: #ffffff; font-size: 14px; padding: 12px 25px 5px 25px; width: 155px; border-bottom: 1px solid #010c12; border-left: 1px solid #010c12; border-right: 1px solid #010c12; display: block; }
#menu #subjectsDrop ul ul {	display: none; float: left; margin: 0; position: absolute; top: -1px; left: 206px; width: 188px; z-index: 99999; border-top: 1px solid #010c12; }
#menu #subjectsDrop ul ul ul { left: 100%; top: 0; }
#menu #subjectsDrop ul ul a { width: 168px; }
#menu #subjectsDrop li:hover > a, #menu #subjectsDrop ul ul :hover > a, #menu #subjectsDrop a:focus { background-color: #133844; }
#menu #subjectsDrop li:hover > a, #menu #subjectsDrop a:focus { background-color: #133844; }
#menu #subjectsDrop ul li:hover > ul { display: block; }

@media (max-width: 1100px){
    #menu ul li a { padding: 19px 12px 15px 12px;}
}
@media (max-width: 1000px){
    #menu form#search { display: none; }
}

@media (max-width: 730px) {
    #menu {
        display: none;
    }
}

/* Find a Subject */

.find_a_subject { display: none; width: 100%; transition: 0.3s; -webkit-transition:0.3s ease; cursor: pointer; }
.find_a_subject #categories { display: none; padding-top: 8px; list-style: none; padding-left: 0; }
.find_a_subject li {  transition: 0.3s; -webkit-transition:0.3s ease; background: none; margin: 0; padding: 16px 0; }
.find_a_subject a { text-decoration: none; color: #133844; }
.find_a_subject #categories li a { font-size: 16px;  width: 100%; display: block; }

.header .find_a_subject { display: block; position: relative; background-color: #ffffff; z-index: 100; font-weight: 600; margin-bottom: 0 !important; }
.header .find_a_subject span { padding: 8px; }
.header .find_a_subject #categories { width: 100%; position: absolute; left: 0; top: 100%; background-color: #ffffff; margin-top: 0; padding-top: 0; box-shadow: 0px 2px 2px 0px rgba(75,80,87,0.5); }
.header .find_a_subject li { padding: 8px; }
.header .find_a_subject li a { font-size: 14px !important; }
.header .find_a_subject span:after { float: none !important; border-style: solid !important; border-width: 2px 2px 0 0 !important; content: '' !important; display: inline-block !important; height: 8px !important; position: relative !important; top: -1px !important; transform: rotate(135deg) !important; width: 8px !important; margin-left: 8px !important; }
.header .find_a_subject { padding: 26px 16px; }

.header .find_a_subject li:hover {background: #133844; }
.header .find_a_subject li:hover a { color: white; }


@media (min-width: 643px) and (max-width: 1135px){
    .find_a_subject:hover { background: #ffffff; }
    .find_a_subject span:after { border-style: solid; border-width: 0.1em 0.1em 0 0; content: ''; display: inline-block; height: 0.7em; position: relative; top: -1px; transform: rotate(135deg); width: 0.7em; float: right; margin-right: 5px; }
    .find_a_subject li:hover {background: #133844; text-indent: 10px; }
    .find_a_subject li:hover a { color: white; }
}

@media (max-width: 876px){
	.find_a_subject { display: block !important; padding:16px; background: #ffffff; position: relative; margin-bottom :16px; }
}

@media (max-width: 1024px){
	.find_a_subject { font-size: 14px; }
    .find_a_subject #categories li a { font-size: 14px;}
}

@media (min-width: 768px) and (max-width: 1024px){
	.find_a_subject li a { display: block; }
}

@media (max-width: 643px){
	.find_a_subject { margin-top: 0; background: white; }
    .find_a_subject span:after { border-style: solid; border-width: 0.1em 0.1em 0 0; content: ''; display: inline-block; height: 0.7em; position: relative; top: -1px; transform: rotate(135deg); width: 0.7em; float: right; margin-right: 5px; }
    .header .find_a_subject {
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
}

@media (max-width: 500px) {
    .header .bottom {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

/* Mobile Menu */

.mobile_menu, .mobile_search { display: none; cursor: pointer; }
.mobile_menu .burger {
    display: inline-block;
    height: 12px;
    width: 20px;
    vertical-align: middle;
    border-top: 2px solid currentColor;
    margin-right: 8px;
    border-bottom: 2px solid currentColor;
    position: relative;
}

.mobile_menu .burger:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
}

@media (max-width: 730px) {
    .mobile_menu, .mobile_search {display: inline-block; color: #133844; margin-left: 0; vertical-align: text-top;}
    .mobile_menu { margin-bottom: 16px; }
    .mobile_search img { width:18px; display: block; }
    .mobile_menu span {font-weight:bold;/* vertical-align: bottom; */}
    
}

/* iPad Search */

.ipad_search {
    display: none;
    cursor: pointer;
}

@media (min-width: 730px) and (max-width: 1000px) and (orientation: portrait) {
    .ipad_search { display: block; }
    .ipad_search img { width: 27px; }
}

/* Mobile Overlay */

.mobile_overlay {  border-left: 1px solid  #133844; overflow-x: hidden; transition: 0.4s; -webkit-transition:0.4s;  visibility: hidden;  position: fixed; top: 0; right: 0; width: 0; height: 100%; background: #133844; z-index: 999999; }
.mobile_overlay .close_nav { position: absolute; top: 20px; right: 20px; color: white; font-size: 30px; }
.mobile_overlay .menu  { margin-top: 50px; }
.mobile_overlay .menu li {background: transparent;margin:0;padding: 1px 0;display: block;text-indent: 20px;}
.mobile_overlay .menu li a {color: white;font-size: 16px; font-weight: 600; padding: 13px 0;display: block; text-decoration: none; }
.overlay_visible { visibility: visible; width: 250px;  }

@media (max-width: 730px){
    .mobile_overlay .menu li.menu-item-9453 { display: none; }
}

/* Search Overlay */

.search_overlay { transition:0.3s; -webkit-transition:0.3s;  visibility: hidden;  position: fixed; top: -100px; right: 0; width: 100%; height:0; background: #133844; z-index: 999999;  }
.search_overlay .close_search { cursor: pointer; position: absolute; top: 20px; right: 20px; color: white; font-size: 30px; }
.search_overlay .search_wrapper { position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; text-align: center; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }
.search_overlay .search_wrapper input[type="text"]{display: inline-block;height: 50px;width: 250px;border:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius: 0;background: white;background-image: url('images/zoom-in.svg');background-repeat: no-repeat;background-position: right 20px center;font-size: 14px;padding-left: 20px;/* display: block; */margin: 0 auto;font-style: italic;transition: 0.3s ease;cursor: pointer;background-size: 3%;width: 75%;height: 100px;padding: 0 35px;}
.search_overlay .search_wrapper input[type="text"]:hover {background-size: 3.5%;transition: 0.3s ease;}
/*.search_overlay .search_wrapper input#submit { text-transform: uppercase; margin:15px auto;display: inline-block;color: white;width: 200px;padding: 0 20px;height: 48px;background: #504d80;border: none;box-shadow: none;text-align: left;}*/
.search_visible { visibility: visible; top:0; height:100%; }

@media (max-width: 767px) {
    .search_overlay .search_wrapper input[type="text"] {height: 60px;width: 64%;padding: 0 25px;background-size: 7%;}
    .search_overlay .search_wrapper input[type="text"]:hover { background-size: 6%; }
}

/* Content */

#content { display: flex; align-items: flex-start; justify-content: flex-start; width: 100%; }
#content .page_content { flex-shrink: 1; flex-grow: 1; min-width: 0; padding-right: 32px; border-right: 1px solid #b7bbc2; }
#content .single_content { padding: 16px; background-color: #fff; }

@media (max-width: 877px) {
    #content .page_content { padding-right: 0; border-right: none; }
}

/* Single Top */
#content .page_content.single .date-wrapper { display: flex; justify-content: flex-start; margin-bottom: 16px; align-items: center;}
#content .page_content.single .date { background-color: #8EE8D8; width: 80px; margin: 0 20px 0 0; text-transform: uppercase; letter-spacing: 4px; font-size: 18px; font-weight: 600; padding: 8px; text-align: center; color: #133844;}
#content .page_content.single .title h2.single_title { font-weight: 600; font-size: 27px; line-height: 32px; color: #133844; margin: 0; }
#content .page_content.single .title .written p { color: #D2631D; font-size: 13px; line-height: 13px; width: 530px; font-weight: bold; margin: 3px 0 15px 0; }
#content .page_content.single .title .written p span { font-style: italic; font-weight: normal; }
#content .page_content.single > .image { height: 300px; position: relative; }
#content .page_content.single > .image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
#content .page_content.single .meta { margin-top: 16px; margin-bottom: 0; text-transform: uppercase; color: #7F091D;}
#content .page_content a { color: #7F091D; }
#content .page_content.single .wp-block-image .alignleft { float: none; }
#content .page_content.single .wp-caption { max-width: 100%; }
#content .page_content.single img { max-width: 100%; width: auto; height: auto;}
#content .page_content.single .single_bottom { margin-top: 32px; }
#content .page_content.single .single_bottom .share-article { display: flex; justify-content: flex-start; align-items: center; }
#content .page_content.single .single_bottom .share-article p { margin: 0; }
#content .page_content.single .single_bottom .share-article .share_icons_bottom { margin-left: 16px; }
#content .page_content.single .single_bottom .further_info { display: flex; margin-top: 32px; align-items: flex-start; }
#content .page_content.single .single_bottom .further_info .authors { flex-basis: 65%; background-color: #ffffff; flex-shrink: 0; border-radius: 5px; overflow: hidden; }
#content .page_content.single .single_bottom .further_info .authors h2 { text-transform: uppercase; letter-spacing: 4px; color:#ffffff; font-size: 16px; background-color: #133844; padding: 16px; font-weight: 600; }
#content .page_content.single .single_bottom .further_info .authors .about_author { display: flex; padding: 0 16px 32px; }
#content .page_content.single .single_bottom .further_info .authors .about_author .image { flex-shrink: 0; margin-bottom: 0; margin-right: 16px; }
#content .page_content.single .single_bottom .further_info .authors .about_author .image img { width: 75px; height: auto; }
#content .page_content.single .single_bottom .further_info .authors .about_author p { font-size: 14px; }
#content .page_content.single .single_bottom .further_info .authors .about_author h3 a { text-transform: uppercase; font-weight: 600; font-size: 16px; text-decoration: none; }
#content .page_content.single .single_bottom .further_info .authors .about_author a.profile { display: inline-block; font-weight: 600; font-size: 14px; color: #ffffff; background-color: #7F091D; padding: 4px 8px; text-transform: uppercase; text-decoration: none; border-radius: 5px; transition: 0.2s;}
#content .page_content.single .single_bottom .further_info .authors .about_author a.profile:hover { background-color: #FF9EAA; }
#content .page_content.single .single_bottom .further_info .more_articles { flex-basis: calc(35% - 32px); margin-left: 32px; }
#content .page_content.single .single_bottom .more_articles h2 { text-transform: uppercase; font-weight: 600; color: #7F091D; font-size: 18px; letter-spacing: 4px; }
#content .page_content.single .single_bottom .more_articles h3 a { font-size: 16px; font-weight: 600; color: #133844; text-decoration: none; }
#content .page_content.single .single_bottom .more_articles .image { height: 100px; width: 100%; position: relative; }
#content .page_content.single .single_bottom .more_articles .image img { height: 100%; width: 100%; object-fit: cover; position: absolute; left: 0; top: 0; }

@media (max-width: 1025px) {
    #content .page_content.single .single_bottom .further_info { flex-direction: column; }
    #content .page_content.single .single_bottom .further_info .more_articles { margin-left: 0; margin-top: 32px; }
}

@media (max-width: 600px) {
    #content .page_content.single .title h2.single_title { line-height: 1.5; font-size: 18px; }
}

/* Slideshow */

#slideshow { position: relative; margin-bottom: 32px; }
#slideshow .slick-list, #slideshow .slick-track { display: flex; align-items: stretch; }
#slideshow .slide .slide-inner { display: flex !important; background: white; height: 100%; }
#slideshow .slideshow_left { flex-basis: 60%; position: relative; }
#slideshow .slideshow_left img { position: absolute; top: 0px; left: 0px; z-index: 1000; width: 100%; height: 100%; object-fit: cover;}
#slideshow .top_article { flex-basis: 40%; padding: 16px 16px 38px 16px; }
#slideshow .top_article h3 a { text-decoration: none; color: #133844; font-weight: 600;}
#slideshow .top_article p { font-size: 14px; }
#slideshow .top_article .meta { font-size: 14px; line-height: 1; margin-top: 16px; text-transform: uppercase; color: #7F091D;}
#slideshow .top_article a.read { margin-top: 16px; display: inline-block; font-weight: 600; font-size: 14px; color: #ffffff; background-color: #7F091D; padding: 4px 8px; text-transform: uppercase; text-decoration: none; border-radius: 5px; transition: 0.2s;}
#slideshow .top_article a.read:hover { background-color: #FF9EAA; }
#slideshow .slick-dots { position: absolute; right: 0; width: 40%; bottom: 16px; z-index: 10; }
#slideshow .cat { float: left; clear: left; position: relative; z-index: 6000; font-weight: 600; }
#slideshow .cat p { font-weight: 600; font-size: 14px; line-height: 14px; color: #fff; margin: 0; padding: 12px; border-bottom-right-radius: 5px; }
#slideshow .cat p a { color: #133844; text-decoration: none; }
#slideshow .cat p a:hover { color: #eee; }
#slideshow .cat p.shade1 { background-color: #00BDB6; color: #133844; }

@media (max-width: 800px) {
    #slideshow .slick-dots { bottom: 5px; }
}

@media (max-width: 600px) {
    #slideshow .slide .slide-inner { display: block !important; }
    #slideshow .slideshow_left { height: 200px; }
    #slideshow .slick-dots { width: 100%; text-align: right; right: 16px;}
}

/* Post Grid */

.post-grid { display: grid; grid-gap: 32px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.post-grid.podcasts { margin-top: 32px; }
.post-grid .description { max-height: 130px; overflow: hidden; position: relative; }
.post-grid .description:after { content: ""; position: absolute; bottom: 0; left: 0; height: 100%; width: 100%; background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 99%);}
.post-grid .meta { font-size: 12px; height: 14px; line-height: 12px; overflow: hidden; margin-top: 8px; color: #000000; }

@media (max-width: 1200px) {
    .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
    .post-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
}

/* Grid View */

#grid_wrap ul { display: grid; grid-gap: 32px; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; padding-left: 0; }
#grid_wrap .grid_view { background-color: #ffffff; display: flex; border-radius: 5px; overflow: hidden; }
#grid_wrap .grid_view .left_col { position: relative; width: 160px; flex-shrink: 0; }
#grid_wrap .grid_view .left_col .image { position: absolute; height: 100%; width: 100%; left: 0; top: 0; }
#grid_wrap .grid_view .left_col img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
#grid_wrap .grid_view .date { z-index: 10; position: absolute; top: 0; left: 0; background-color: #8ee8d8; width: 50px; margin: 0 20px 0 0; text-transform: uppercase; letter-spacing: 4px; font-size: 14px; font-weight: 600; padding: 8px; text-align: center; color: #133844; }
#grid_wrap .grid_view .right_col { padding: 16px; }
#grid_wrap .grid_view .right_col h4 { margin-bottom: 4px; }
#grid_wrap .grid_view .right_col h4 a { -webkit-line-clamp: 2; text-decoration: none; display: block; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color: #133844; font-weight: 600; }
#grid_wrap .grid_view .right_col p { -webkit-line-clamp: 2; text-decoration: none; display: block; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; font-size: 14px; }
#grid_wrap .grid_view .right_col a.read { display: inline-block; font-weight: 600; font-size: 14px; color: #ffffff; background-color: #7F091D; padding: 4px 8px; text-transform: uppercase; text-decoration: none; border-radius: 5px; transition: 0.2s;}
#grid_wrap .grid_view .right_col a.read:hover { background-color: #FF9EAA; }
#grid_wrap .grid_view .right_col .meta { font-size: 14px; line-height: 1.3; margin-top: 16px; text-transform: uppercase; color: #7F091D; margin-bottom: 8px; }

@media (max-width: 1000px) {
    #grid_wrap ul { grid-template-columns: repeat(1, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
    #grid_wrap .grid_view { flex-direction: column; }
    #grid_wrap .grid_view .left_col { width: 100%; height: 200px; }
}

/* List View */

#list_wrap ul { list-style: none; padding-left: 0; }
#list_wrap .list_view .left_col { position: relative; width: 200px; flex-shrink: 0; }
#list_wrap .list_view { background-color: #ffffff; display: flex; margin-bottom: 32px; }
#list_wrap .list_view .date { z-index: 10; position: absolute; top: 0; left: 0; background-color: #8ee8d8; width: 50px; margin: 0 20px 0 0; text-transform: uppercase; letter-spacing: 4px; font-size: 14px; font-weight: 600; padding: 8px; text-align: center; color: #133844; }
#list_wrap .list_view .left_col img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
#list_wrap .list_view .right_col { padding: 16px; }
#list_wrap .list_view .right_col h4 { margin-bottom: 4px; }
#list_wrap .list_view .right_col h4 a { -webkit-line-clamp: 2; text-decoration: none; display: block; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color: #133844; font-weight: 600; }
#list_wrap .list_view .right_col p { -webkit-line-clamp: 2; text-decoration: none; display: block; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; font-size: 14px; }
#list_wrap .list_view .right_col a.read { display: inline-block; font-weight: 600; font-size: 14px; color: #ffffff; background-color: #7F091D; padding: 4px 8px; text-transform: uppercase; text-decoration: none; border-radius: 5px; transition: 0.2s;}
#list_wrap .list_view .right_col a.read:hover { background-color: #FF9EAA; }
#list_wrap .list_view .right_col .meta { font-size: 14px; line-height: 1.3; margin-top: 16px; text-transform: uppercase; color: #7F091D; margin-bottom: 8px; margin-top: 0; }

@media (max-width: 600px) {
    #list_wrap .list_view { flex-direction: column; }
    #list_wrap .list_view .left_col { width: 100%; height: 200px; }
}

/* Filter Bar */

.filter_bar { background: url(images/filter_bar_bg.png) repeat-x; border: 1px solid #E5E5E5; width: 100%; height: 41px; margin: 0 0 32px 0; }
.filter_bar p { font-size: 13px; line-height: 41px; color: #676767; float: left; margin: 0 15px; }
.filter_bar ul { padding: 0; margin: 0; }
.filter_bar ul li { background: none; padding: 0; list-style: none; font-size: 13px; line-height: 41px; margin: 0 10px 0 0; float: left; display: inline; }
.filter_bar ul li.other { margin: 0 12px 0 5px; }
.filter_bar ul li a { color: #676767; text-decoration: none; }
.filter_bar ul li a:hover, .filter_bar ul li.active a { color: #474575; }
.filter_bar ul li a.grid { padding: 0; }
.filter_bar ul li a.grid span { background: url(images/grid_view_icon.png) no-repeat top left; background-position: 0 0; width: 16px; height: 13px; float: left; margin: 13px 8px 0 0; }
.filter_bar ul li a.grid:hover span, .filter_bar ul li.active a.grid span { background-position: 0 -13px; }
.filter_bar ul li a.list { padding: 0; }
.filter_bar ul li a.list span { background: url(images/list_view_icon.png) no-repeat top left; background-position: 0 0; width: 15px; height: 16px; float: left; margin: 13px 8px 0 0; }
.filter_bar ul li a.list:hover span, .filter_bar ul li.active a.list span { background-position: 0 -16px; }
.filter_bar ul.right { float: right; }

.filter_bar form.db_posts_per_page_form input { font-size: 0px; line-height: 0px; text-indent: -9999px; border: none; cursor: pointer; margin: 15px 10px 0 0; float: left; padding: 0; }
.filter_bar form.db_posts_per_page_form input.eight { background: url(images/filter_list_numbers.png) no-repeat; height: 11px; width: 7px; background-position: 0 0; }
.filter_bar form.db_posts_per_page_form input.eight:hover { height: 11px; width: 7px; background-position: 0 -11px; }
.filter_bar form.db_posts_per_page_form input.sixteen { background: url(images/filter_list_numbers.png) no-repeat; height: 11px; width: 14px; background-position: -8px 0; }
.filter_bar form.db_posts_per_page_form input.sixteen:hover { height: 11px; width: 14px; background-position: -8px -11px; }
.filter_bar form.db_posts_per_page_form input.thirtytwo { background: url(images/filter_list_numbers.png) no-repeat; height: 11px; width: 14px; background-position: -22px 0; }
.filter_bar form.db_posts_per_page_form input.thirtytwo:hover { height: 11px; width: 14px; background-position: -22px -11px; }
.filter_bar form.db_posts_per_page_form input.all { background: url(images/filter_list_numbers.png) no-repeat; height: 11px; width: 46px; background-position: -36px 0; }
.filter_bar form.db_posts_per_page_form input.all:hover { height: 11px; width: 46px; background-position: -36px -11px; }

@media (max-width: 1000px) {
    .filter_bar ul.right { display: none; }
}

@media (max-width: 767px) {
    .filter_bar form.db_posts_per_page_form input.all { width: 52px; }
}

@media (min-width: 768px) and (max-width: 1024px){
    .filter_bar form.db_posts_per_page_form input.all {  width: 52px; }
}

@media (max-width: 643px){
	.filter_bar { background: white; }
}

@media (max-width: 400px){
   .filter_bar p { max-width: 120px; line-height: 1.2; margin-top: 4px; }
}

#content.filters-below + .filter_bar { margin-bottom: 0; margin-top: 32px; }

/* Columns */

.col { background: #fff; border-radius: 5px; overflow: hidden; }
.col .image { height: 250px; width: 100%; position: relative; }
.col .image img { position: absolute; top: 0px; left: 0px; z-index: 1000; width: 100%; height: 100%; object-fit: cover; }
.col .image a { border: none; text-decoration: none; display: block; height: 100%; width: 100%; }
.col .image .cat { float: left; clear: left; position: relative; z-index: 6000; font-weight: 600; }
.col .image .cat p { font-weight: 600; font-size: 14px; line-height: 14px; color: #fff; margin: 0; padding: 12px; border-bottom-right-radius: 5px; overflow: hidden; }
.col .image .cat p a { color: #133844; text-decoration: none; }
.col .image .cat p a:hover { color: #eee; }
.col .image .cat p.shade1 { background-color: #00BDB6; color: #133844; }
.col .image a:hover h3 { color: #41456D; }
.col .area { padding: 12px; height: 160px; height: auto; }
.col .area p { margin: 0; font-size: 12px; }
.col .area h3 a { font-size: 16px; margin-top: 0; line-height: 1.3; color: #133844 !important; font-weight: 600; text-decoration: none; }
.col p.readmore { display: none; }

.col .author { margin: 10px 0 0; }
.col .author a { color: #444c7d; font-size: 14px; }
.col .author a:hover { color: #444c7d; }

/* Sidebar */

#sidebar { flex-shrink: 0; width: 310px; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-left: 32px; color: #133844; }
#sidebar .find h5, #sidebar .month h5, #sidebar .social-title { text-transform: uppercase; font-weight: 700; margin: 0; font-size: 20px; letter-spacing: 5px; max-width: 240px; }
#sidebar ul#categories, #sidebar ul#archives { list-style: none; padding: 0; width: 100%; }
#sidebar ul#archives { margin-bottom: 0; }
#sidebar ul#categories li a { overflow: hidden; border-radius: 5px; background-color: #00BDB6; margin-bottom: 16px; display: block; padding: 8px; text-decoration: none; color: #133844; font-weight: 600; }
#sidebar ul#archives li a { overflow: hidden; border-radius: 5px; background-color: #8ee8d8; margin-bottom: 16px; display: block; padding: 8px; text-decoration: none; color: #133844; font-weight: 600; font-size: 18px; }
#sidebar .maxlist-more { width: 100%; text-align: right; margin-top: 0; }
#sidebar .maxlist-more a { color: #7F091D; text-transform: uppercase; text-decoration: none; font-weight: 600; font-size: 14px; }
#sidebar .social-title { margin-top: 64px; }
#sidebar ul#social { padding: 0; margin: 20px 0 0 0; }
#sidebar ul#social li { background: none; padding: 0; list-style: none; float: left; display: inline; margin: 0 5px 0 0; }
#sidebar ul#social li a {text-decoration: none; height: 37px; width: 37px; float: left;font-size: 0px;line-height: 0px; border: none;cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
#sidebar ul#social li a:first-child { margin-left:0; }
#sidebar ul#social li a.twitter { background-color: #1DA1F2; }
#sidebar ul#social li a.facebook { background-color: #4267B2; }
#sidebar ul#social li a.youtube { background-color: #FF0000; }
#sidebar ul#social li a.instagram { background-color: #FF0069; }
#sidebar ul#social li a.linkedin { background-color: #0072b1; }
#sidebar ul#social li a img { height: 20px; width: auto; }

@media (max-width: 1200px){
    #sidebar { width: 240px; }
}

@media (max-width: 877px){
	#sidebar { display: none; }
}

/* Page Bottom */
.page_bottom { padding-top: 32px; border-top: 1px solid #b7bbc2; margin-top: 32px; }
.page_bottom .column {  box-sizing: border-box; max-width: initial; display: inline-block; vertical-align: top; margin: 0 18px 20px 0; width: calc(33.33% - 21px); border-radius: 5px; overflow: hidden; }

@media (max-width: 1000px) {
    .page_bottom .column { margin: 0 18px 20px 0; }
}

@media (max-width: 900px) {
    .page_bottom .column { width: calc(50% - 12px); }
    .page_bottom .column.trending { width: 100%; }
    .page_bottom .column:nth-child(odd) { margin-right: 0; }
}

@media (max-width: 643px) {
    .page_bottom .column { width: 100%; margin-right: 0; }
}
/* Latest Podcasts */

@media (min-width: 767px) {
    .latest_podcasts  { min-height: 200px; }
}
@media (min-width: 1000px) {
    .latest_podcasts { width: calc(50% - 21px) !important; }
}
.latest_podcasts { position: relative; }
.latest_podcasts .slick-list, .latest_podcasts .slick-track { display: flex; align-items: stretch; }
.latest_podcasts h5 { margin-top: 0; text-transform: uppercase; letter-spacing: 4px; font-size: 16px; padding: 16px 16px 0; font-weight: 600; }
.latest_podcasts .inner { background: #7F091D;  color: white;  }
.latest_podcasts .description h6 { font-size: 18px; margin-bottom: 8px; margin-top: 0;}
.latest_podcasts a { text-decoration: none; display: inline-block; padding: 0 16px; flex-grow: 1;}
.latest_podcasts .description p { margin: 0; }

.latest_podcasts .description p {      text-overflow: ellipsis; overflow: hidden; display: -webkit-box; display: -ms-flex; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 5px; }

.latest_podcasts iframe { display: none; }
.latest_podcasts p:empty { display: none; }

.latest_podcasts .date p { font-style: italic; }
.latest_podcasts * { color: inherit; }
.latest_podcasts .slide { position: relative; display: flex !important; flex-direction: column; }
.latest_podcasts .slide:hover { color: currentColor; }
.latest_podcasts .call_to_action { margin: 16px 0 0; text-align: right; padding: 16px; background-color: #6c0615;}
.latest_podcasts .call_to_action a { font-weight: 600; text-transform: uppercase; letter-spacing: 4px;}

.latest_podcasts .slide:hover .call_to_action span:after { transform: translateX(5px); }

.latest_podcasts .call_to_action span { font-size: 14px;  }
.latest_podcasts .call_to_action span:hover { color: white; }
.latest_podcasts .call_to_action span:after { content: ">"; position: relative; display: inline-block; margin-left: 5px; vertical-align: middle; transition: 0.3s; }
.latest_podcasts .slick-dots { padding: 0; position: absolute; left: 16px; bottom: 16px; }

/* Latest Comments */

@media (min-width: 1000px) {
    .latest_comments { width: calc(25% - 21px) !important; }
}

.latest_comments { background: #133844; width: 280px; margin: 0 0 20px 20px; position: relative; }
.latest_comments .disqus_rcw_avatar { display: none; }
.latest_comments .disqus_rcw_author_name { top:0; }
.latest_comments .disqus_rcw_author_name a { color: #99bfbd; text-transform: uppercase; margin-bottom: 5px; display: block; }
.latest_comments li { list-style: none; padding: 16px; }
.latest_comments h3 { font-weight: normal; font-size: 16px; line-height: 16px; margin: 0;color: #fff; padding: 16px 16px 0 16px; text-transform: uppercase; letter-spacing: 4px; font-weight: 600;}
.latest_comments p { font-size: 16px; line-height: 19px; color: #fff; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; padding: 3px 0 25px 0; margin: 0; }
.latest_comments a { color: #fff; text-decoration: none; }
.latest_comments .disqus_rcw_thread_title { font-size: 18px; line-height: normal; margin-bottom: 5px; display: block; }
.latest_comments a:hover { color: #eee; }
.latest_comments span { color: #99bfbd; font-size: 16px; line-height: 18px; margin: 0; padding: 0; }
.latest_comments #disqus_rcw_title { display: none; }
.latest_comments .disqus_rcw_comment_actual_wrapper { font-style: normal;}

/* Latest Tweets */

@media (min-width: 1000px) {
    .latest_tweets { width: calc(25% - 21px) !important; }
}

.latest_tweets { margin: 0 0 0 20px; background: #133844; position: relative; }
.latest_tweets  .disqus_rcw_avatar { display: none; }
.latest_tweets h3 { font-weight: normal; font-size: 16px; line-height: 16px; padding: 16px 16px 0 16px; text-transform: uppercase; letter-spacing: 4px; margin: 0; color: #fff; font-weight: 600; }
.latest_tweets li { background: none; line-height: 19px; color: #fff; padding: 16px; margin: 0; list-style: none; }
.latest_tweets li a { color: #D7FDF5; text-decoration: none; }
.latest_tweets li a:hover { color: #00BDB6; }
.latest_tweets .slick-dots { padding: 0 16px 16px; margin-top: 0; }
.latest_tweets li span { display: block; margin-top: 16px; color: #D7FDF5; text-transform: uppercase; }

/* Trending */

.trending { width: 620px; margin: 0 0 20px 0; } 
.trending h2 { font-weight: normal; background-color: #133844; line-height: 16px; font-size: 16px; font-weight: 600; color: #fff; padding: 14px 15px 10px 15px; width: auto; margin: 0; text-transform: uppercase; letter-spacing: 4px;}
.trending .bottom { border-right: 1px solid #E6E6E6; border-left: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; padding: 15px; background: #fff repeat-x bottom left; }
.trending .bottom ul { padding: 0; margin: 0; }
.trending .bottom ul li { list-style: none; float: left; width: 590px; margin: 0 0 20px 0; background: none; padding: 0; }
.trending .bottom ul li .date { color: #4b5057; font-size: 14px; line-height: 16px; width: 90px; margin-bottom: 5px; }
.trending .bottom ul li > a { color: #133844; text-decoration: none; font-size: 18px; line-height: 18px; font-weight: 600; float: left; }
.trending .bottom ul li > a:hover { color: #555; }
.trending .bottom ul li span.read { font-size: 14px !important; line-height: 16px !important; float: right; text-transform: uppercase; font-weight: 400; margin: 0 0 0 20px; margin-top: 5px; }
.trending .bottom ul li span.read a { color: #7F091D; text-decoration: none; font-weight: 600; }
.trending .bottom ul li span.read a:hover { color: #F66173; }
.page_bottom  .trending .bottom ul li { display: none; }
.page_bottom  .trending .bottom ul li:nth-child(-n+2) { display: block; }
.page_bottom  .trending .bottom ul li:nth-child(2) { margin: 0; }
.page_bottom .trending .bottom ul li { float: none; width: auto;  }
.page_bottom .trending .bottom ul li .date { display: block; }
.page_bottom .trending .bottom ul li .date span { float: none; display: inline-block; vertical-align: middle; }
.page_bottom .trending .bottom ul li .read { float: none; width: 100%; display: block; margin: 3px 0 0; }
.page_bottom .trending .bottom ul li a { float: none; width: auto; }

/* Trending Tags */

.trending_tags { margin: 0 0 20px 20px; width: 300px; }
.trending_tags h2 { font-weight: normal; background-color: #133844; line-height: 16px; font-size: 16px; color: #fff; padding: 14px 15px 10px 15px; width: auto; margin: 0; text-transform: uppercase; letter-spacing: 4px; font-weight: 600; }
.trending_tags .bottom {  border-right: 1px solid #E6E6E6; border-left: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; padding: 8px 16px; background: #fff repeat-x bottom left; }
.trending_tags .bottom ul { padding: 0; margin: 0; }
.trending_tags .bottom ul li { background: none; margin: 0; list-style: none; border-bottom: 1px solid #b4b9c0; padding: 10px 15px; display: flex; align-items: flex-start; justify-content: flex-start; }
.trending_tags .bottom ul li:last-child { border: none; }
.trending_tags .bottom ul li h3 { font-weight: normal; font-size: 17px; line-height: 19px; margin: 0 0 3px 0; padding: 0; width: 88%; font-weight: 600; }
.trending_tags .bottom ul li h3 a { color: #133844; text-decoration: none; }
.trending_tags .bottom ul li span { color: #133844; }
.trending_tags .bottom ul li div { flex-grow: 1; }
.trending_tags .bottom ul li h3 a:hover { color: #133844; }
.trending_tags .bottom ul li p { color: #7F091D; font-size: 12px; line-height: 12px; margin: 0; width: 88%; font-weight: 600; text-transform: uppercase; }
.trending_tags .bottom ul li p a { color: #7F091D; text-decoration: none; }
.trending_tags .bottom ul li p a:hover { color: #F66173; }
.trending_tags .bottom ul li span { font-size: 32px; line-height: 32px; font-weight: bold; margin: 1px 10px 0 0; padding: 0; }

/* Featured Video */

.featured_video { margin: 0 0 20px 20px; }
.featured_video h2 { background-color: #7F091D; line-height: 16px; font-size: 16px; font-weight: normal; color: #fff; padding: 13px 15px 11px 15px; width: auto; margin: 0; text-transform: uppercase; letter-spacing: 4px; font-weight: 600; }
.featured_video h2.right { text-align: right; }
.featured_video .video {  position: relative; display: block; }
.featured_video .video img { position: relative; z-index: 4000;width: 100%; display: block; height: auto; }
.featured_video .video .overlay { max-width: 280px; background-color: #000; position: absolute; top: 0px; left: 0px; z-index: 5000; filter: alpha(opacity=66); -moz-opacity: 0.66; -khtml-opacity: 0.66; opacity: 0.66; }
.featured_video .video:hover .overlay { filter: alpha(opacity=70); -moz-opacity: 0.70; -khtml-opacity: 0.70; opacity: 0.70; }
.featured_video .video a { width: 100%; max-width: 100%; position: relative; border: none; text-decoration: none; display: block; text-transform: uppercase; }
.featured_video .video h4 {  left: 50%; padding: 0; right: auto; color: #fff; font-size: 17px; text-align: center; font-weight: normal; display: block; position: relative; top: auto;  transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: 6000; width: 100%; margin: 0; font-weight: 600;  }
.featured_video .video:hover h4 { color: #eee; }

.featured_video .video .center { height: 100%; width: 100%; left: 50%; top: 50%;  transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);     position: absolute; z-index: 6000;     display: flex; display: -webkit-flex; display: -ms-flex; justify-content: center; -webkit-justify-content:center; -ms-flex-align:center; align-items: center;flex-direction: column; -webkit-flex-direction:column; -ms-flex-direction:column; -moz-flex-direction:column; }
.featured_video .video span.play { margin-bottom: 5px; background: url(images/play_button.png) no-repeat; height: 58px; background-repeat: no-repeat; transform: scale(0.5); width: 95px; text-indent: -9999px; border: none; cursor: pointer; position: relative;     left: auto; right: auto; bottom: auto; top: auto; z-index: 99999999999; -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); }
.featured_video .video:hover span { background: url(images/play_button.png) no-repeat; background-position: 0 -58px; }

/* Fancybox */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #fff; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('images/fancybox_sprite.png'); }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('images/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }
.fancybox-nav { position: absolute;	top: 0;	width: 40%;	height: 100%; cursor: pointer; text-decoration: none; background: transparent url('images/blank.gif'); -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp {	position: absolute;	top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
.fancybox-lock { overflow: hidden; }
.fancybox-overlay {	position: absolute;	top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url('images/fancybox_overlay.png'); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%;	padding: 2px 20px; background: transparent;	background: rgba(0, 0, 0, 0.8);	-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap {	position: absolute;	bottom: 0; left: 0;	color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }

/* Footer */

#footer { background-color: #181817; width: auto; margin: 40px 0 0 0; }
#footer .inner { display: flex; justify-content: space-between; align-items: center; }
#footer .logo { float: left; height: 26px; width: auto; }
#footer .right { display: flex; align-items: center; justify-content: flex-end; }
#footer p { margin: 0; color: #969492; font-weight: 700; font-size: 12px; margin-left: 32px; }
#footer ul { padding: 0; margin: 0 0 0 20px; float: left; }
#footer ul li { background: none; list-style: none; display: inline; float: left; font-size: 12px; font-weight: 700; margin: 0 15px; }
#footer ul li a { color: #969492; text-decoration: none; padding: 16px 0; display: inline-block; }
#footer ul li a:hover { color: #fff; }

@media (max-width: 1200px) {
    #footer .right { display: block; text-align: right; }
    #footer ul li:last-of-type { margin-right: 0; }
    #footer p { margin-left: 0; margin-bottom: 12px; }
}

@media (max-width: 990px){
    #footer { text-align: center; }
    #footer .inner { flex-direction: column; }
    #footer .logo { float: none; margin: 20px 0;  }
    #footer .right { text-align: center; }
    #footer ul li { float: none; display: block; line-height: 2.5em; }
    #footer ul li:last-of-type { margin-right: 15px; }
    #footer ul li a { color:#f0f0f0; padding: 10px 0; }
    #footer p { display: block; }
    #footer ul { float: none; }
    #footer p,  #footer a { color:white; float:none; } 
    #footer .wrap { background: #181817; padding:30px 0 10px; }
    #footer p { margin-top: 10px; margin-bottom: 20px; }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape){
	#footer ul li { display: inline-block; }
}

/* Slick Dots */

.slick-dots  {
	margin: 5px 0 0;
}

.slick-dots li {
	background: none;
    padding: 0;
    margin: 0;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots li button {
	appearance: none;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	font-family: inherit;
	text-indent: -999px;
	width: 13px;
    height: 13px;
    border-radius: 50%;
	overflow: hidden;
	background-color: #D7FDF5;
	transition: 0.3s;
	outline: none;
  cursor: pointer;
}

.slick-dots li.slick-active button {
	background-color:  #00BDB6;
}

/* Comments */

#comments { margin-top: 32px; border-radius: 5px; overflow: hidden; }
#comments .bar { background-color: #133844; padding: 22px 25px 22px 25px; display: flex; justify-content: space-between; align-items: center; }
#comments .bar h2 { font-weight: 600; line-height: 22px; color: #fff; font-size: 22px; color: #fff; margin: 0; text-transform: uppercase; letter-spacing: 5px; }
#comments .bar p { color: #fff; font-weight: normal; font-size: 18px; line-height: 18px; margin: 0; font-weight: 600; }
.discus_wrap { padding: 20px 25px; background: white; }
.discus_wrap #discovery { display: none; }

@media (max-width: 600px) { 
    #comments .bar { display: block; }
    #comments .bar h2 { margin-bottom: 8px; }
}

/* Contact Form */

#content form#contact_form { background: #fff url(images/col_bg.png) repeat-x bottom left; border: 1px solid #dedede; padding: 20px; }
#content form#contact_form p { height: 80px; margin: 0; }
#content form#contact_form p.large { height: auto; margin: 0 0 20px 0; }
#content form#contact_form p.large2 { float: left; width: 266px; }
#content form#contact_form input { font-family: Arial, Helvetica, sans-serif; background-color: #f4f4f4; height: 32px; line-height: 32px; padding: 0 7px; border: none; width: 250px; font-size: 12px; color: #666; font-style: italic; border: 1px solid #f4f4f4; }
#content form#contact_form textarea { font-family: Arial, Helvetica, sans-serif; background-color: #f4f4f4; height: 120px; line-height: 15px; padding: 7px; border: none; width: 535px; font-size: 12px; color: #666; font-style: italic; border: 1px solid #f4f4f4; }
#content form#contact_form label { color: #666; font-size: 13px; line-height: 13px; float: left; width: 250px; margin: 0 0 2px 0; }
#content form#contact_form span { color: #D2461D; font-size: 13px; line-height: 13px; }
#content form#contact_form span.ValidationErrors { font-style: italic; font-size: 12px; line-height: 12px; float: left; width: 250px; margin: 4px 0 0 0; }
#content form#contact_form .left_col { float: left; width: 266px; margin: 0 20px 0 0; }
#content form#contact_form .right_col { float: left; width: 266px; }
#content form#contact_form input#submit { background: url(images/contact_submit.png) no-repeat; background-size: 100% auto; height: 28px; width: 200px; background-position: 0 0; font-size: 0px; line-height: 0px; text-indent: -9999px; border: none; cursor: pointer; }

@media (max-width: 643px){
    #content form#contact_form { float: none; padding: 0; border: none; width: 100%; background: transparent; }
	#content form#contact_form .left_col, #content form#contact_form .right_col { max-width: 100%; width: 100%; }
	#content form#contact_form input {     width: 100%;  max-width: 95%; }
	#content form#contact_form textarea {  width: 100%; max-width: 95%; }
	#content form#contact_form p.large2 { width: 100%; }
}

/* BTN */

a.btn {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    background-color: #7F091D;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    border-radius: 5px;
    color: #ffffff !important;
}

a.btn:hover {
    background-color: #FF9EAA;
}

/* a.btn.blue {
   background: #444c7d;
   color: white !important;
   border-color: #444c7d;
}

a.btn.green {
	background-color: #5c832f;
	border-color: #5c832f;
	color: #ffffff !important;
}

a.btn.blue:hover {
  background: white !important;
  color: #444c7d;
}

a.btn.orange {
   background: #d2481f;
    color: white !important;
}

a.btn.orange:hover {
  background: white !important;
  color: #d2481f;
} */

/* Hero Banner */

.hero_banner {
	overflow: hidden;
	height: 302px;
	position: relative;
}

.hero_banner.alt {
	height: auto;
}

.hero_banner .image_wrapper {
	width: 100%;
	height: 100%;
}

.hero_banner img.bg {
	width: 100%;
	height: auto;
}

@media (min-width: 500px) {
	.hero_banner:not(.podcasts) .buttons {
		position: absolute;
		bottom: 20px;
		left: 60px;
	}
}

/* Podcasts */

.podcasts_content .col .image .cat p.shade1 {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 8px;
    background-color: #133844;
    color: #8ee8d8;
}

.podcasts_content .col h3 {
	color: #7fa0c8;
}


.podcasts_content .col .image .cat p.shade1 .podcast_icon {
	height: 15px;
    position: relative;
    width: auto;
    object-fit: unset;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    min-width: auto;
    max-width: auto;
}



.podcasts_content .page_content .podcasts_grid .col:nth-child(3n) {
	margin-right: 0;
}

.podcasts_grid .podcasts_message { 
    text-align: center;
    margin: 20px auto;
    width: calc(100% - 40px);
}

.podcasts_grid .col .area {
  min-height: auto;
}

.podcasts_grid .col .author { margin: 0; }



.podcasts_grid iframe { display: none; }

.podcasts_grid .podcasts_message h2 { margin: 0; }

.hero_banner.podcasts .text, .hero_banner.podcasts .image_wrapper {
	float: left;
	height: 100%;
}

.hero_banner.podcasts .text {
    width: calc(50% - 95px);
    background: #ffffff;
}


.hero_banner.podcasts .text > .inner {
	position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 85%;
    margin: 0 auto;
    z-index: 10;
}

.hero_banner.podcasts .text > .inner:after {
	  content: "";
    top: -7%;
    position: absolute;
    right: 10px;
    height: 129%;
    background: #ffffff;
    width: 20%;
    transform: rotate(10deg) translateX(55px);
    /* box-shadow: 23px 0 40px -6px rgba(0, 0, 0, 0.5); */
    z-index: -1;
}

.hero_banner.podcasts .heading {
    color: #7F091D;
    font-size: 50px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 400;
}

.hero_banner.podcasts .heading .inner {
	color: #133844;
	display: block;
	margin-top: 8px;
}

.hero_banner.podcasts .bottom_heading {
    color: #133844;
    font-size: 65px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 600;
}

.hero_banner.podcasts .subscribe {
	margin: 0;
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
    color: white;
}

.hero_banner.podcasts .image_wrapper {
    width: calc(50% + 95px);
    overflow: hidden;
}

.hero_banner.podcasts .image_wrapper img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
   	object-position: right;
}

.hero_banner.podcasts .text .buttons {
   margin: 20px 0 0;
}

.hero_banner.podcasts .text .buttons a {
    margin-bottom: 8px;
}

.hero_banner.podcasts .text .btn { display: inline-block; font-weight: 600; font-size: 14px; color: #ffffff; background-color: #7F091D; padding: 4px 8px; text-transform: uppercase; letter-spacing: 4px; text-decoration: none; border-radius: 5px; transition: 0.2s;}
.hero_banner.podcasts .text .btn:hover { background-color: #FF9EAA; }

.hero_banner.podcasts .text .btn:not(:last-child) {
   margin-right: 10px;
}

@media (max-width: 1366px) {
    .hero_banner.podcasts .text {  width: 45%; }
    .hero_banner.podcasts .image_wrapper {  width: 55%; }
}

@media (max-width: 1150px) {
    .hero_banner.podcasts .text > .inner:after { transform: rotate(11deg) translateX(90%); box-shadow: none; }
    .hero_banner.podcasts .text {  width: 50%; }
    .hero_banner.podcasts .image_wrapper {  width: 50%; }
}

@media (min-width: 767px) and (max-width: 1135px){
    .hero_banner.podcasts .text > .inner:after {  content: ""; right: 2px; transform: rotate(11deg) translateX(85%); width: 25%;  top: -20%; }
    .hero_banner.podcasts .image_wrapper img { object-position: 66%;  }
    .hero_banner.podcasts .text .btn:last-child { margin-top: 15px; }
}

@media (max-width: 767px) {
    .hero_banner.podcasts { height: auto; }
    .hero_banner.podcasts .text, .hero_banner.podcasts .image_wrapper { width: 100%; float: none; box-sizing: border-box; }
    .hero_banner.podcasts .text { padding: 20px 0; }
    .hero_banner.podcasts .text > .inner:after { display: none;  }
    .hero_banner.podcasts .text > .inner { max-width: 90%; }
    .hero_banner.podcasts .image_wrapper img { height: auto; }

    .hero_banner.podcasts .heading { font-size: 35px; line-height: 0.8; margin-bottom: 20px; }
    .hero_banner.podcasts .bottom_heading { font-size: 40px; }

    .hero_banner.podcasts .text .buttons { margin: 0; }
}

@media (max-width: 350px){
    .hero_banner.podcasts .subscribe { width: 100%; margin: 0 0 10px; }
    .hero_banner.podcasts .bottom_heading { margin-bottom: 5px; }
}

/* Archive Bottom */

.archive_bottom { display: flex; margin-top: 32px; align-items: flex-start;}

@media (max-width: 1000px){
    .archive_bottom { display: block; }
}


/* Authors Box */

.authors_box { width: calc(50% - 16px); margin-right: 32px; background-color: #ffffff; border-radius: 5px; overflow: hidden; }
.authors_box h2 { background: #133844; font-weight: normal; color: #fff; font-size: 18px; line-height: 18px; padding: 12px 15px 11px 15px; margin: 0; }
.authors_box .bottom { background: #fff; padding: 16px; position: relative; }
.authors_box .slide { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap: 16px; }
.authors_box .author_small { display: flex; justify-content: flex-start; align-items: flex-start; }
.authors_box .author_small img { width: 75px; height: auto; margin-right: 16px; }
.authors_box .author_small h6 a { text-transform: uppercase; font-size: 16px; color: #7F091D; font-weight: 600; text-decoration: none;}
.authors_box .author_small .text_content { font-size: 14px; -webkit-line-clamp: 4; display: -webkit-box; overflow: hidden; max-height: 100px; }
.authors_box .slick-dots { padding: 0 16px 16px; list-style: none;}

@media (max-width: 1000px){
    .authors_box { width: 100%; margin-right: 0; margin-bottom: 32px; }
}

/* @media (max-width: 1000px){
    .authors_box .slide { display: block !important; }
    .authors_box .author_small { margin-bottom: 16px; }
} */

/* Newsletter Box */

.newsletter_box { background-color: #ffffff; width: calc(50% - 16px); border-radius: 5px; overflow: hidden; }
.newsletter_box h2 { background-color: #7F091D; font-weight: normal; color: #fff; font-size: 18px; line-height: 18px; padding: 12px 15px 11px 15px; margin: 0; }
.newsletter_box .bottom { padding: 20px; }
.newsletter_box .bottom h6 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 20px; color: #7F091D; font-weight: bold; margin: 0 0 10px 0; }
.newsletter_box .bottom p.first { height: auto; margin: 0 0 15px 0; }
.newsletter_box .bottom p { color: #133844; font-size: 12px; line-height: 17px; margin: 0; position: relative; height: 59px; }
.newsletter_box .bottom form#newsletter { margin: 10px 0 0 0; }
.newsletter_box .bottom form#newsletter input { background: #fff url(images/newsletter_input_bg.png) repeat-x bottom; border: 1px solid #E5E5E5; height: 36px; padding: 0 10px; width: 370px; max-width: 100%; font-size: 15px; line-height: 36px; color: #777; font-style: italic; }
.newsletter_box .bottom form#newsletter input#submit { background: url(images/sign_up_today_button.png) no-repeat; background-size: contain; height: 22px; width: 160px; float: left; background-position: 0 0; font-size: 0px; line-height: 0px; text-indent: -9999px; border: none; cursor: pointer; margin: 0; }
.newsletter_box .bottom form#newsletter p.small { font-size: 11px; line-height: 11px; color: #999; float: right; margin: 13px 0 0 0; width: 230px; height: auto; }
.newsletter_box .bottom form#newsletter p.small a { color: #999; text-decoration: underline; }
.newsletter_box .bottom form#newsletter p.small a:hover { color: #666; }
.newsletter_box .bottom form#newsletter .select { position: absolute; top: 0px; left: 0px; width: 332px; height: 38px; padding: 0 50px 0 10px; font-weight: normal; font-size: 15px; line-height: 38px; color: #777; font-style: italic; background: url(images/newsletter_select_field.png) no-repeat; overflow: hidden; }
.newsletter_box .bottom form#newsletter select.styled { width: 392px !important; height: 38px; cursor: pointer; }
.newsletter_box .bottom form#newsletter span.ValidationErrors { color: #D2461D; font-size: 11px; line-height: 11px; font-style: italic; float: left; width: 392px; padding: 5px 0 0px 0; position: relative; }
@media (max-width: 1000px){
    .newsletter_box { width: 100%; }
}


@media (max-width: 767px) {
	.newsletter_box .bottom form#newsletter input#submit { width: 100%; margin:20px 0; }
	.newsletter_box .bottom form#newsletter .select { width: 100%;     background: transparent; border: 1px solid #dedede;     box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
    .newsletter_box .bottom form#newsletter select.styled { max-width: 200px !important; }
    .newsletter_box .bottom form#newsletter p.small { float: left; }
}

@media (max-width: 1366px) and (min-width: 1024px){
   .newsletter_box {     width: 100%; float: left; max-width: 100%; }
   .newsletter_box .bottom form#newsletter input#submit { width: 100%; }
   .newsletter_box .bottom form#newsletter p.small {     width: 100%; float: left; margin: 0 0 10px; }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape){
	.newsletter_box .bottom form#newsletter input#submit {   width: 100%; margin: 10px 0; }
}

@media (min-width: 768px) and (max-width: 1024px){
	.newsletter_box .bottom form#newsletter input#submit { width: 100%; margin:10px 0; }
    .newsletter_box .bottom form#newsletter p.small {     width: 100%; float: left; margin: 0 0 10px; }
}

@media (max-width: 643px){
    .newsletter_box .bottom p { width: 100%; max-width: 100px;     min-width: 100%; }
	.newsletter_box .bottom form#newsletter input {     max-width: 100%; width: 100%; }
	.newsletter_box input { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing:border-box; } 
}

@media (max-width: 350px){
    .newsletter_box .bottom form#newsletter input { width: 100%; }
    .newsletter_box .bottom form#newsletter .select { width: 74%; }
}

/* Author Template */

#content .page_content.author { padding-right: 32px; }
/* #content .page_content.author .author_content { background-color: #ffffff; padding: 16px; } */
#content .page_content.author .author_bio { display: flex; background-color: #ffffff; padding: 16px; margin-bottom: 32px;}
#content .page_content.author .image_wrap { margin: 0 20px 20px 0; height: auto; width: 150px; }
#content .page_content.author .image_wrap img { height: 190px; width: 150px; border: 1px solid #dedede; } 
#content .page_content.author .image_wrap p { color: #777; font-size: 14px; line-height: 17px; font-style: italic; margin: 5px 0 0 0; text-align: center; }
#content .page_content.author .author_title { margin: 0 0 0 0; position: relative; }
#content .page_content.author .author_title h2 { font-weight: 600; margin-bottom: 16px; color: #133844; }
#content .page_content.author .author_title ul { display: flex; padding: 0; margin: 0; }
#content .page_content.author .author_title ul li { list-style: none; background: none; padding: 0; margin: 0; }
#content .page_content.author .author_title ul li a { background: url(images/author_social_icons_new.png) no-repeat; height: 30px; width: 30px; float: right; background-position: 0 0; font-size: 0px; line-height: 0px; text-indent: -9999px; border: none; cursor: pointer; margin: 0 8px 0 0; }
#content .page_content.author .author_title ul li a.rss { background-position: 0 0; }
#content .page_content.author .author_title ul li a.rss:hover { background-position: 0 -30px; }
#content .page_content.author .author_title ul li a.twitter { background-position: -60px 0; }
#content .page_content.author .author_title ul li a.twitter:hover { background-position: -60px -30px; }
#content .page_content.author .author_title ul li a.linkedin { background-position: -30px 0; }
#content .page_content.author .author_title ul li a.linkedin:hover { background-position: -30px -30px; }
#content .page_content.author .author_title ul li a.google { background-position: -120px 0; }
#content .page_content.author .author_title ul li a.google:hover { background-position: -120px -30px; }
#content .page_content.author .author_title ul li a.website { background-position: -150px 0; }
#content .page_content.author .author_title ul li a.website:hover { background-position: -150px -30px; }
#content .page_content.author .author_title ul li a.alt_profile { background-position: -180px 0; }
#content .page_content.author .author_title ul li a.alt_profile:hover { background-position: -180px -30px; }
#content .page_content.author .author_posts_title { text-transform: uppercase; font-weight: 600; color: #7F091D; font-size: 18px; letter-spacing: 4px; }
#content .page_content.author ul.author_posts { list-style: none; padding: 0; display: grid; grid-gap: 32px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
#content .page_content.author .author_view { padding: 0; margin: 0; background: #ffffff; display: flex; }
#content .page_content.author .author_view .left_col { height: 100%; width: 100px; position: relative; flex-shrink: 0; }
#content .page_content.author .author_view .left_col .image { position: absolute; left: 0; top: 0; height: 100%; width: 100%;  }
#content .page_content.author .author_view .left_col .image a { display: block; position: relative; height: 100%; width: 100%; }
#content .page_content.author .author_view .left_col .image img { height: 100%; width: 100%; object-fit: cover; position: absolute; left: 0; top: 0; }
#content .page_content.author .author_view .right_col { padding: 16px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; }
/* #content .page_content.author .author_view .right_col h4 { text-decoration: none; color: #133844; font-weight: 600; } */
#content .page_content.author .author_view .right_col h4 a { text-decoration: none; color: #133844; font-weight: 600;  }
#content .page_content.author .author_view .right_col h4 a:hover { color: #7F091D; }
#content .page_content.author .author_view .right_col a.read { display: inline-block; font-weight: 600; font-size: 14px; color: #ffffff; background-color: #7F091D; padding: 4px 8px; text-transform: uppercase; text-decoration: none; border-radius: 5px; transition: 0.2s;}
#content .page_content.author .author_view .right_col a.read:hover { background-color: #FF9EAA; }

@media (max-width: 1000px) {
    #content .page_content.author ul.author_posts { grid-template-columns: repeat(1, minmax(0, 1fr)); }
}

@media (max-width: 877px) {
    #content .page_content.author { padding-right: 0; }
}

@media (max-width: 700px) {
    #content .page_content.author .author_bio { display: block; }
}

/* External View */

#content ul#external { padding: 0; margin: 0 0 16px 0;  list-style: none; padding: 0; display: grid; grid-gap: 32px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
#content ul#external li { border: 1px solid #E5E5E5; list-style: none; padding: 15px 25px 15px calc(58px + 16px); background: #fff; position: relative; }
#content ul#external li h3 a { text-decoration: none; color: #133844; font-weight: 600; }
#content ul#external li h3 a:hover { color: #434668; }
#content ul#external li p { margin: 0; padding: 0; }
#content ul#external li a.read { margin-top: 16px; display: inline-block; font-weight: 600; font-size: 14px; color: #ffffff; background-color: #7F091D; padding: 4px 8px; text-transform: uppercase; letter-spacing: 4px; text-decoration: none; border-radius: 5px; transition: 0.2s;}
#content ul#external li a.read:hover { background-color: #FF9EAA; }
#content ul#external .date { background-color: #00BDB6; width: 50px; margin: 0 20px 0 0; text-transform: uppercase; letter-spacing: 4px; font-size: 14px; font-weight: 600; padding: 8px; text-align: center; color: #ffffff; }
#content ul#external .left_col { position: absolute; max-width: 50px; left: 0; top: 16px; }
#content ul#external .right_col { font-size: 14px; }
#content ul#external .meta { font-size: 14px; line-height: 1.3; margin-top: 16px; text-transform: uppercase; color: #7F091D; margin-bottom: 16px; margin-top: 0; }
#content ul#external .meta span { font-style: italic; }

@media (max-width: 1000px) {
    #content ul#external { grid-template-columns: repeat(1, minmax(0, 1fr)); }
}

@media (max-width: 350px) {
    #content ul#external li { padding-left: 16px;}
    #content ul#external .left_col { position: relative; top: 0; margin-bottom: 16px;}
}

/* Sub Nav */

#content .page_content.category ul.category_sub_nav { padding: 5px 15px; margin: 5px 0 15px 0; background-color: #8ee8d8; text-align: center; display: none; }
#content .page_content.category ul.category_sub_nav li { background: none; list-style: none; margin: 0 0 9px 0; display: inline-block; margin: 5px 10px 5px 0; padding: 0 10px 0 0; border-right: 1px solid #133844; }
#content .page_content.category ul.category_sub_nav li a { text-decoration: none; color: #133844; font-weight: 600; }
#content .page_content.category ul.category_sub_nav li:last-child { border: none; }
#content .page_content.category ul.category_sub_nav li a:hover { color: #133844; }
#content .page_content.category ul.category_sub_nav li.current-cat a { color: #133844; }

/* 404 */
#content.fourohfour .page_content .fourohfour_content { background-color: #ffffff; padding-bottom: 32px; }
#content.fourohfour h1 { font-size: 170px; line-height: 170px; text-align: center; padding: 0; margin: 0; color: #133844; }
#content.fourohfour p { text-align: center; font-size: 18px; line-height: 18px; margin-bottom: 0; }

/* Table */
table.wp-block-table td {
    padding: 8px;
}

/* Pagination */

.pagination { padding-top: 32px; display: flex; align-items: center; justify-content: center; }
.pagination span.page-numbers.current { background-color: #7F091D; color: #ffffff; padding: 4px; border-radius: 5px; font-weight: 600; }
.pagination a.page-numbers { padding: 4px; text-transform: uppercase; font-weight: 600; text-decoration: none; margin: 0 2px; transition: 0.2s; border-radius: 5px;}
.pagination a.page-numbers:hover { background-color: #7F091D; color: #ffffff !important;}

/* Form Filters */

.c-filters {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 32px;
}

@media (max-width: 950px) {
    .c-filters {
        grid-gap: 16px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.c-filters .field {
    position: relative;
}

.c-filters .field--last {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.c-filters .field--last button {
    width: 100%;
    background-color: #7F091D;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 5px;
    font-weight: 600;
    height: 30px;
    cursor: pointer;
}

.c-filters .o-input {
    border: 1px solid;
    padding: 6px 12px;
    width: 100%;
    border-radius: 5px;
    display: block;
    border: 1px solid #dedede;
}

.c-filters .o-input--select {
    cursor: pointer;
}

.c-filters label.o-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #133844;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 0 8px;
    letter-spacing: 3px;
}