/*
Theme Name: PPM Quickstart
*/

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

body {
    font-family: Helvetica, 'sans-serif';
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

.woocommerce .quantity .qty,.woocommerce div.product form.cart .button{height:40px}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:#333}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color:#000}.woocommerce-message{border-top-color:#000}.woocommerce-message::before{color:#000}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background-color:#333;color:#fff}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background-color:#000;color:#fff}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{min-width:150px}

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:hover { text-decoration: none }
a:focus { outline: 0 solid; text-decoration: none}
img {
    max-width: 100%;
    height: auto;
}
input:focus, button:focus, textarea:focus, a:focus {outline: none}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
p {margin-bottom: 15px}
p:last-child {margin-bottom: 0}

.content-block {padding: 60px 0}

a {color:#1172a6}

.internal-content-wrap {
    min-width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=password], textarea {
    border: 1px solid #ddd;
    padding: 10px;
}

.boxed-form .gform_wrapper.gravity-theme .gfield_label {
    display: none;
}

.boxed-form input[type=text], .boxed-form input[type=email] {
    border: none;
}

input[type=submit] {
    background-color: #da2529;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    text-transform: uppercase;
}

.post-bg {
    height: 315px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}

.single-post-box {
    border: 1px solid #c4c8ca;
}

p.post-meta {
    text-transform: uppercase;
    color: #444444;
}

.single-post-box h3 {
    font-size: 30px;
}
.single-post-box h3 a{
    color: #0f72a6;
}

.post-readmore {
    text-align: right;
}

.post-readmore a {
    color: #da2529;
}

.elementor-posts--skin-classic .elementor-post__text {
    margin: 0;
}

.post-box-inner {
    padding: 30px;
}

.ppm-post-boxes-wrapper-news_boxes {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.single-news-box {
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
}

.single-news-box .post-bg {
    height: 200px;
}

.ppm-post-boxes-wrapper-news_boxes .post-box-inner {
    background-color: #fff;
    padding: 15px;
}

.ppm-post-boxes-wrapper-news_boxes h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.ppm-post-boxes-wrapper-news_boxes h3 a{
    color: #0f72a6;
}

.ppm-post-boxes-wrapper-news_boxes p.post-meta {
    font-size: 12px;
    color: #727272;
    text-transform: none;
    margin-bottom: 20px;
}

.ppm-post-boxes-wrapper-news_boxes .post-readmore {
    font-size: 14px;
}

.small-news-box-inner {
    border: 1px solid #f3f3f5;
    padding: 10px;
    display: flex;
}

.small-news-box-title h3 {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    margin: 0;
}

.small-news-box-icon {
    background-color: #005c70;
    min-width: 48px;
    margin-right: 10px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.ppm-post-boxes-wrapper.ppm-post-boxes-wrapper-general_list .single-news-box {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.single-news-box {
    margin-bottom: 20px;
}

a.single-small-news-box {
    background-color: #fff;
    display: block;
}

.small-news-box-inner {
    align-items: start;
}

.single-event-box {
    border: 1px solid #c1c5c8;
    padding: 20px;
    margin-bottom: 30px;
    width: 25%;
    margin-left: 15px;
    margin-right: 15px;
}

.ppm-post-boxes-wrapper.ppm-post-boxes-wrapper-events {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.ppm-post-boxes-wrapper.ppm-post-boxes-wrapper-events h3 {
    color: #025b70;
    font-size: 18px;
    margin-bottom: 6px;
}

.ppm-post-boxes-wrapper.ppm-post-boxes-wrapper-events .post-meta {
    color: #727271;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 20px;
}

.ppm-post-boxes-wrapper.ppm-post-boxes-wrapper-events .post-readmore {font-size: 15px;}

.videos-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.videos-wrapper-inner {
    background-color: #005a70;
    padding: 30px;
    border-radius: 10px;
}

.see-more-videos a {
    background-color: #fff;
    color: #015a71;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 3px;
}

.video-nav-right-col {
    max-width: 36%;
    margin-left: 30px;
}

.single-nav-video-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.video-bg {
    height: 80px;
    min-width: 100px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ece3db;
    font-size: 32px;
    margin-right: 16px;
    background-size: cover;
    background-position: center;
}

.single-nav-video-wrapper h3 {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

a.video-bg {
    min-height: 250px;
    margin-right: 0;
    margin-bottom: 20px;
}

.video-content {
    color: #fff;
}

.single-post-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.tabbed-top-title {
    display: flex;
}

div {}

.tabbed-top-title > div {
    flex-grow: 1;
    background-color: #efeff0;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    color: #0f72a6;
}

.tabbed-top-title > div:first-child {
    margin-right: 5px;
}

.tabbed-top-title > div:last-child {
    margin-left: 4px;
}

.tabbed-content-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabbed-content-area {
    border: 1px solid #ddd;
    padding: 15px;
}

.tabbed-content-area li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    color: #000;
}

.tabbed-content-area li:last-child a {
    border-bottom: 0px solid;
}

.ppm-single-video-col {
    width: 100%;
}
.post-bg span {
    background-color: #f2c83a;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 25px;
    border-radius: 5px;
    margin: 20px;
}
.single-nav-video-wrapper i.fa {
    color: #ee1d25;
    position: relative;
    right: -2px;
}

/*.sos-video-wrapper {*/
/*    position: relative;*/
/*    padding-bottom: 56.25%; !* 16:9 *!*/
/*    height: 0;*/
/*    */
/*}*/
/*.sos-video-wrapper iframe {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.sos-video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom: 30px;}

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

.elementor-post-navigation .elementor-post-navigation__separator-wrapper {
    padding: 0 15px !important;
}

.digital-editions-wrapper {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

a.single-digital-edition {
    display: block;
    min-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    margin-bottom: 30px;
}

.digital-edition-bg {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    margin-bottom: 10px;
}

p.post-meta-single {
    font-size: 14px;
}

p.post-meta-single span {
    margin-right: 20px;
}

.elementor-widget-wrap>.elementor-element.hidden-icon {
    display: none;
}

.elementor-section-height-full .elementor-row, .elementor-section-height-full .elementor-widget-wrap>.elementor-element, .elementor-section-height-full .elementor-widget-wrap>.elementor-element > div, .elementor-section-height-full .elementor-widget-wrap>.elementor-element, .elementor-section-height-full .elementor-widget-wrap>.elementor-element > div > div, .elementor-section-height-full iframe {
    height: 100%;
}

.author-bio-box {
    display: flex;
    margin-bottom: 30px;
}

.author-bio-photo {
    min-width: 150px;
    margin-right: 30px;
}

.author-bio-desc h4 {
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 700;
}
.video-content h3 a {
    color:#fff
}
.post-desc {
    margin-bottom: 20px;
}
.ppm-single-video-wrapper i {
    font-size: 70px;
}
.latest-edition img {
    width: 100%;
}
.latest-edition a {
    color:#000
}
.latest-edition-item {
    display: flex;
    flex-wrap: wrap;
}

.latest-edition-item > div {
    flex-basis: 0;
    flex-grow: 1;
}

.latest-edition-desc {
    padding-left: 30px;
    padding-top: 10%;
}

.latest-edition-desc h4 {
    font-size: 25px;
}

a.boxed-btn {
    color: #fff;
    background-color: #025b70;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
}
.elementor .lef-overlay-bg .elementor-background-overlay {
    position: absolute;
    right: 0;
    width: 5000%;
    left: auto;
    opacity: 1 !important;
}

.cr-directories {
    display: flex;
    flex-wrap: wrap;
    margin-left: -45px;
    margin-right: -45px;
}

a.single-directory-item {
    width: 33.333%;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 45px;
}

a.single-directory-item > div {
    border: 7px solid #045b71;
    border-radius: 5px;
    text-align: center;
}

a.single-directory-item h4 {
    text-transform: uppercase;
    color: #045b71;
    font-size: 25px;
}

.directory-img img {
    max-height: 110px;
}

a.single-directory-item > div {
    height: 290px;
    display: flex;
    padding: 30px;
    justify-content: center;
    align-items: center;
}
.directory-img {
    margin-bottom: 20px;
}

form.cr-directories-search {
    display: flex;
    border: 2px solid #444;
    justify-content: space-between;
    border-radius: 5px;
}

form.cr-directories-search input[type=search] {
    width: 100%;
    border: navajowhite;
    padding: 7px;
    border-radius: 5px;
}

button[type=submit] {
    background-color: #c91c2a;
    border: navajowhite;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.directory-category-hero {
    background-size: cover;
    background-position: center;
    background-color: #000;
    position: relative;
    z-index: 1;
}

.directory-category-hero:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background-color: #0075ab;
    width: 100%;
    z-index: -1;
    opacity: .72;
}

.directory-category-hero h2 {
    color: #fff;
    font-size: 35px;
    font-family: 'roboto slub', sans-serif;
    margin: 0;
    padding-top: 18%;
    padding-bottom: 7%;
}
.directory-category-hero h2 span {
    font-size: 67%;
}

.woocommerce span.onsale {
    background-color: #d5202e;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #d5202e;
}

.directory-content-left {
    width: 100%;
}

.directory-content-sidebar {min-width: 330px;padding-left: 30px;width: 330px}

h2.featured-resources-title {
    font-size: 35px;
}

.single-featured-directory {
    display: flex;
    border: 3px solid #444;
}

.directory-photo {
    min-width: 320px;
    border-right: 3px solid #444444;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.directory-info {
    border-radius: 0px 5px 5px 0px;
    border-left-width: 0px;
}

.directory-info {
    padding: 15px;
}

.directory-info h2 {
    margin: 0;
    color: #444;
    font-size: 30px;
}

.directory-info h4 {
    font-weight: normal;
    color: #444;
}

p.directory-read-more {
    margin-top: 10px;
    margin-bottom: 0;
}

p.directory-read-more a {
    text-decoration: none;
    color: #005d72;
    font-weight: 700;
}

.directory-info a.boxed-btn {
    background-color: #d1001d;
    text-decoration: none;
    padding-top: 7px;
    padding-bottom: 7px;
}
.single-normal-directory {
    border: 3px solid #454444;
    margin-top: 30px;
    display: flex;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
    align-items: center;
}

.directory-logo-normal {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 20px;
    min-width: 170px;
}

.directory-logo-normal img {
    max-height: 100px;
    width: auto;
}

.single-normal-directory h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.single-normal-directory h4 {
    font-weight: normal;
    font-size: 17px;
}

p.directory-read-more-normal {
    text-align: left;
}

.directory-desc-normal ul {
    padding-left: 15px;
    margin: 0 0 15px;
}

p.directory-read-more-normal a {
    text-decoration: none;
    color: #d1001d;
}

.single-featured-directory {
    margin-top: 30px;
}

.directory-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.directory-more img {
    max-width: 80px;
}

.directory-info a.boxed-btn {
    margin-top: 0;
}

nav.page-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

nav.page-nav span, nav.page-nav a {
    display: inline-block;
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    margin: 0 5px;
}

.directory-box-img img {
    filter: grayscale(100%);
}

.single-directory-box {
    width: 16.6666%;
}
.single-directory-box-inner {
    border: 3px solid #d0001d;
    border-radius: 5px;
}

.directory-nav-title {
    margin-top: 80px;
}

.other-resource-title {
    font-size: 25px;
}

.directory-bottom-nav {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.single-directory-box {
    padding-left: 10px;
    padding-right: 10px;
}

.single-directory-box-inner {
    position: relative;
    display: flex;
    height: 130px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.directory-box-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    opacity: .2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.directory-box-img img {
    max-height: 70px;
}

.single-directory-box-inner h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #d1001d;
}

a.single-directory-box-inner {
    text-decoration: none;
    transition: .3s;
}

a.single-directory-box-inner.current {
    background-color: #d0051f;
}

a.single-directory-box-inner.current h3 {
    color: #fff;
}

.current .directory-box-img {
    display: none;
}

.single-directory-box:hover > .single-directory-box {
    background-color: #d0021d;
}

.single-directory-box:hover .single-directory-box-inner {
    background-color: #d0051f;
}

.single-directory-box:hover .single-directory-box-inner h3 {
    color: #fff;
}

.single-directory-box:hover .directory-box-img {
    display: none;
}
.no-directory-notice {
    background-color: #09547a29;
    color: #09547a;
    padding: 20px;
}
.woocommerce-page div.product div.summary {
    width: 100%;
    float: none;
    clear: both;
}

.product_totals,.product_meta,.woocommerce-page div.product .woocommerce-tabs,.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,nav.woocommerce-breadcrumb  {
    display: none;
}
.directory-info {
    width: 100%;
}

.page-nav, .page-nav a {
    color: #0f6176;
}

.page-nav a {
    text-decoration: none;
}

.page-nav span {
    display: inline-block;
    padding: 0 5px;
}

.page-nav {
    margin-bottom: 30px;
}

.directory-single-top {
    display: flex;
}

.directory-thumbnail-single {
    width: 450px;
    position: relative;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 30px;
    min-width: 450px;
}

.directory-seal {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
}

.directory-info-single {
    width: 100%;
}

.directory-social-single img {
    width: 30px;
    min-width: 30px;
}

.directory-seal-new {
    text-align: right;
}

.directory-seal-new img {width: 100px;}

.directory-social-inner {
    display: flex;
}


.directory-social-single a {
    margin-left: 15px;
}

.directory-info-single h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.directory-info-single h4 {
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 18px;
}

.directory-info-single ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.directory-info-single .boxed-btn {
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    background-color: #d41e2c;
}

.directory-overview-single {
    padding-top: 60px;
    padding-bottom: 30px;
}

.directory-overview-single h3 {
    font-size: 30px;
}
.directory-photo {
    position: relative;
}

.directory-photo .directory-seal {
    top: 15px;
    left: 15px;
    width: 100px;
}
.directory-info-normal {width: 100%;}
.single-featured-directory {
    border-top: 6px solid #005c70;
}

.focus-publications {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.single-focus-pub {
    width: 33.3333%;
    padding-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.single-focus-pub a {
    display: block;
    border: 1px solid #ddd;
    padding: 15px;
    color: #333;
    text-decoration: none;
}

.single-focus-pub h3 {
    font-size: 20px;
    margin: 0 0 10px;
}

.single-job-post-item {
    background-color: #dddddd2e;
    padding: 20px;
    font-size: 90%;
}

.single-job-post-item h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.single-job-post-item h4 {
    margin-bottom: 0px;
    font-size: 14px;
}

ul.slick-dots button {
    display: none;
}

ul.slick-dots li {height: 10px;width: 10px;background-color: #000;border-radius: 50%;margin: 4px;cursor: pointer;}

ul.slick-dots li.slick-active {
    background-color: #015a70;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
a.job-more-btn {
    background-color: #015a70;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.directory-content-left > div.directory-searched {
    display: flex;
    flex-wrap: wrap;
}

.directory-content-left > div.directory-searched > div {
    width: 100%;
    order: 5;
}

.directory-content-left > div.directory-searched > div.single-featured-directory {order: 0;}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {


}
/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) {
    .post-box-inner {
        padding: 15px;
    }

    .single-post-box h3 {
        font-size: 25px;
    }

    .videos-wrapper {
        display: block;
    }

    .videos-wrapper-inner {
        padding: 15px;
    }

    .video-nav-right-col {
        max-width: 100%;
        margin: 0;
    }

    .single-news-box {
        width: 100%;
    }

    .single-event-box {
        width: 100%;
    }

    .author-bio-box {
        flex-wrap: wrap;
    }

    .page-nav {
        padding: 15px;
    }

    .directory-single-top {
        flex-wrap: wrap;
        overflow: hidden;
    }

    .directory-thumbnail-single {
        width: 100%;
        padding: 15px;
    }

    .directory-info-single {
        padding: 15px;
    }

    .single-focus-pub {
        width: 50%;
    }

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {


}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .elementor-posts--thumbnail-left .elementor-post__thumbnail__link {
        margin-right: 0 !important;
    }

    .elementor-posts .elementor-post {
        display: block !important;
    }
    a.single-directory-item {
        width: 100%;
    }

    .directory-category-hero h2 {
        padding: 15px;
        font-size: 25px;
        padding-top: 80px;
    }

    .directory-content-left {
        padding: 15px;
    }

    .single-featured-directory {
        flex-wrap: wrap;
    }

    .directory-photo {
        min-width: 100%;
        border: none;
        border-bottom: 1px solid #333;
    }

    .single-featured-directory {
        border-top: 3px solid #444;
    }

    .directory-info {
        padding: 15px;
    }

    .directory-info h2 {
        font-size: 20px;
    }

    h2.featured-resources-title {
        font-size: 25px;
    }

    .other-resource-title {
        margin-top: 30px;
    }

    .single-normal-directory {
        flex-wrap: wrap;
        padding: 10px;
    }

    .directory-nav-title {
        padding: 15px;
    }

    .directory-bottom-nav {
        padding: 15px;
        margin: 0;
        flex-wrap: wrap;
    }

    .single-directory-box {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .single-focus-pub {
        width: 100%;
    }

}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}


