/*
 Theme Name:     APCO 2020 Redesign
 Description:    A child theme of WPBS Theme
 Author:         Wave Motion Digital
 Author URI:     https://www.wavemotiondigital.com
 Template:       wp-bootstrap-starter
 Version:        1.0
*/


/* Main
---------------------------------------- */
html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    line-height: 1;
}

h1, h1.entry-title {
    /* font-size: 60px;
    line-height: 70px;
    margin-bottom: 16px; */
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 4.375rem;
    margin-bottom: 1rem;
    padding: 0;
}

h2 {
    /* font-size: 36px;
    line-height: 40px;
    margin-bottom: 24px; */
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    padding-bottom: 0;
	position: relative;
}

h2:before {
    content: "";
    display: block;
    background: url(assets/images/shield-icon-title.png) no-repeat;
    width: 41px;
    height: 50px;
    position: absolute;
    top: -18px;
    left: -28px;
}

h3 {
    color: #002c77;
    /* font-size: 28px; */
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    padding: 0;
}

h4 {
    color: #002c77;
    /* font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px; */
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-bottom: 1.6rem;
    padding: 0;
}

h5 {
    /* font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px; */
    color: #002c77;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    padding: 0;
}

p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    padding: 0;
    line-height: 1.5;
}

ul {
    line-height: 2rem;
    color: #666;
    margin-bottom: 3rem;
    padding-left: 2rem;
}
ul li {
    padding-left: 0.5rem;
    line-height: 1.75rem;
    color: #333333;
}
ul li:before {
    color: #002C77;
}

ol li {
    line-height: 1.6rem;
    color: #333333;
}

a, a:not([href]):not([tabindex]){
    color:#2da6aa;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #002c77;
}
a:visited {
    color: #666;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #fff !important;
}

button, .btn, .wp-block-button__link,
button:visited, .btn:visited, .wp-block-button__link:visited {
    /* font-size: 14px; */
    font-size: 0.875rem;
    color: #002c77;
    background-color: transparent;
    font-weight: 600;
    border: 1px solid #002c77;
    border-radius: 28px;
    margin-bottom: 2rem;
    text-decoration: none;
}
button:hover,
button:focus,
button:active,
.btn:hover,
.btn:focus,
.btn:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active {
    color: #fff;
    background-color: #002c77;
    text-decoration: none;
}

.wp-block-button__link::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    margin-left: 1.5rem;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p, .dark-bg span {
    color: #fff;
}
.dark-bg a, .dark-bg a:not([href]):not([tabindex]), .dark-bg a:hover, .dark-bg a:focus {
    color: #002c77;
}
.dark-bg a:visited {
    color: #c4c4c4;
}
.dark-bg button, .dark-bg .btn, .dark-bg .wp-block-button__link {
    color: #fff;
    border: 1px solid #fff;
}
.dark-bg button:hover, .dark-bg button:focus, .dark-bg .btn:hover, .dark-bg .btn:focus, .dark-bg .wp-block-button__link:hover, .dark-bg .wp-block-button__link:focus {
    color: #002c77;
    background-color: #fff;
}
.blue-bg {
    background-color: #002c77 !important;
}

textarea {
    box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.16);
    border-width: 0;
    border-style: inset;
    border-color: #fff;
}

input {
    box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.16);
    border-width: 0;
    border-style: inset;
    border-color: #fff;
}
input[type=checkbox], input[type=radio] {
    box-shadow: none;
}

.p-5 {
    padding: 1rem !important;
}

td {
    color: #333;
    font-size: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.6;
}

.morespace {
    padding: 10px 5px !important;
}

.shade {
    box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.16);
}

div .norm {
    font-size: 1rem;
    padding: 0;
    line-height: 1.5rem;
    color: #333333;
}


/* Header
---------------------------------------- */
header#masthead {
    box-shadow: none;
    background: none;
    background-color: transparent;
    height: auto;
}

.navbar-brand {
    max-width: 205px;
    width: 100%;
}

header#masthead.site-header.fixed-top {
    background-color: #002C77;
    transition: height 2s linear;
}

header#masthead.site-header.fixed-top {
    padding: .74rem 1rem;
}
/* navigation */
button.navbar-toggler, button.navbar-toggler:hover, button.navbar-toggler:focus {
    color: #fff !important;
    background: transparent;
    border-width: 0;
    outline: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    padding: 0 1.25rem;
    font-weight: 600;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child > a {
    padding-right: 0;
}

/* mobile hamburger menu */
.animated-icon2 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.animated-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.animated-icon2 span {
    background: #fff;
}
.animated-icon2 span:nth-child(1) {
    top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
}
.animated-icon2 span:nth-child(4) {
    top: 20px;
}
.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

/* Nav
--------------------------------------*/
.nav-container {
    width: 100%;
}
.navbar {
    align-items: flex-start;
}

.dropdown-menu {
    background-color: transparent;
    border: none;
}

.dropdown-menu li {
    border: none;
}

.dropdown-menu li a {
    color: #FFF;
}

#secondary-nav,
#menu-secondary-menu {
    width: 100%;
    padding: 0;
}

#menu-secondary-menu {
    justify-content: flex-end;
}

#menu-secondary-menu .menu-item a {
    margin-top: -1px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

#menu-secondary-menu .menu-item a:hover {
    background-color: transparent;
}

#menu-secondary-menu .menu-item a:focus {
	background: rgba(255, 255, 255, 0.2);
}

#menu-secondary-menu .menu-item.contracted {
    display: none;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: static;
}

#ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary > li.ubermenu-item .menu-secondary-menu-container li.ubermenu-item {
    border-bottom: none;
}

#ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary > li.ubermenu-item > a {
    /* padding: 0 10px; */
    text-transform: uppercase;
}

#ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary > li.ubermenu-item .menu-secondary-menu-container li.ubermenu-item a {
    padding: 0 15px;
}

#ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary > li.ubermenu-item .menu-secondary-menu-container li.ubermenu-item a:hover, 
#ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary > li.ubermenu-item .menu-secondary-menu-container li.ubermenu-item a:focus {
    background-color: rgba(255,255,255,0.22);
}

#ubermenu-main-2-primary-2.ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#ubermenu-main-2-primary-2.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
    color: #fff;
}
#ubermenu-main-2-primary-2.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
    color: #fff;
    font-weight: normal;
}
.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-current-menu-item > .ubermenu-target {
    color: #ccc !important;
}

.ubermenu h3.ubermenu-widgettitle {
    font-size: 0.875rem;
}

#ubermenu-nav-main-147 {
    margin: auto;
    max-width: 60%;
    font-size: .875rem;
}

#ubermenu-nav-main-147 a {
    color: #2da6aa;
}

.explainer--title {
    text-transform: capitalize;
    font-size: 36px;
}

.explainer--content {
    text-transform: initial;
    line-height: 1.1;
    font-size: 14px;
    color: #f4f4f4;
    opacity: 0.8;
}

/* SearchForm
-------------------------------------------*/
.site-header .search.expanded {
    width: 100%;
}

.site-header .search label {
    margin: 0;
    width: 100%;
}
   
.spicewpsearchform{
    display: inline-block;
    width: 100%;
    /* z-index: 9999; */
    background-color: transparent;
}
.spicewpsearchform .form-control {
    height: auto;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgb(255,255,255,0.4);
    padding: 11px 12px;
    border-radius: 0px !important; 
    color: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.spicewpsearchform .search-submit {
    display: none;
}

.search-form input::placeholder,
.search-form ::-webkit-input-placeholder,
.search-form :-ms-input-placeholder { /* Edge */
    color: #FFF !important;
}

.search-form input::placeholder {
    color: #ffffff;
    font-size: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    color: #FFF !important;
    -webkit-box-shadow:0 0 0 50px transparent inset;
    box-shadow:0 0 0 50px transparent inset;
    -webkit-text-fill-color: #FFF;
}

input:-internal-autofill-selected {
    -webkit-appearance: menulist-button;
    background-color: transparent !important;
    color: #FFF!important;
}

#menu-secondary-menu .search .search_icon {
    color: #FFF;
}

#menu-secondary-menu li.search a:hover {
    background-color: transparent;
    cursor: pointer;
}
.search.expanded .search_icon {
    position: absolute;
    right: 0;
    z-index: 1;
}

/* Home
---------------------------------------- */
.bg-home {
    background: url(assets/images/home-top-bg.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.home h1 {
    /* font-size: 130px;
    line-height: 110px; */
    color: #002c77;
    font-size: 8.125rem;
    line-height: 6.875rem;
    font-weight: bold;
    text-transform: uppercase;
}

.home h1.entry-title {
    display: none;
}

.home .banner {
    background: transparent;
    color: #fff;
    padding: 4rem 0 6rem;
}

.home .banner-content {
	z-index: 10;
}

.home .banner .since-1935-inner {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.875rem;
	letter-spacing: 4px;
	white-space: nowrap;
	display: flex;
	position: relative;
}

.home .banner .since-1935-inner::after {
	content: "";
	display: inline-flex;
	height: 1px;
	margin-left: 1em;
	background: #335678;
	position: relative;
	vertical-align: middle;
	flex-grow: 1;
	-webkit-transform: translate(0, 0.5em);
	transform: translate(0, 0.5em);
}

.home .banner span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.home .banner h1 {
    /*font-size: 130px;
    line-height: 110px; */
    color: #fff;
    font-size: 6.5rem;
    line-height: 5.5rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    left: -2px;
}
.home .banner p {
    color: #fff;
    max-width: 600px;
	margin-bottom: 38px;
}
.home .banner a {
    color: #fff;
    font-weight: bold;
}
.banner-image {
    display: block;
    max-width: 510px;
    width: 100%;
    text-align: center;
}
.home .banner-image img {
    max-width: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: -5px 15px 30px rgba(0,0,0,0.6);
    -moz-box-shadow: -5px 15px 30px rgba(0,0,0,0.6);
    -webkit-box-shadow: -5px 15px 30px rgba(0,0,0,0.6);
    -o-box-shadow: -5px 15px 30px rgba(0,0,0,0.6);
}
.home .banner-buttons .btn {
    font-size: 0.875rem;
    margin-right: 1rem;
    padding: 8px 40px;
}

.home .dotted-bg-left {
    background: url(assets/images/bg-dot-pattern.png) no-repeat;
    background-size: 425px;
    position: absolute;
    z-index: 1;
    width: 425px;
    left: -18%;
    top: 2000px;
    height: 425px;
}

.home .dotted-bg-right {
    background: url(assets/images/bg-dot-pattern.png) no-repeat;
    background-size: 425px;
    position: absolute;
    z-index: 1;
    width: 425px;
    height: 425px;
    overflow: hidden;
    top: 3100px;
    right: 0;
    background-position: right -250px bottom 80%;
}


/* Interior
---------------------------------------- */
.bg-interior {
    background: url(assets/images/interior-top-bg.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.bg-interior .entry-header {
    padding-bottom: 3rem;
    padding-top: 1rem;
}

#breadcrumbs {
    color: #fff;
}
#breadcrumbs a {
    text-decoration: none;
}
#breadcrumbs a:hover, #breadcrumbs a:focus {
    text-decoration: underline;
}
#breadcrumbs span {
    font-size: 0.75rem !important;
}
#breadcrumbs span a::after {
    content: "";
}

h1.entry-title {
    border-bottom: 0;
}

.entry-content {
    margin-top: 3rem;
}

/* widgetkit accordion */
.uk-accordion .uk-accordion-title {
    font-size: 1.25rem;
    margin: 2rem 0 1.5rem 0;
    background-color: transparent;
    padding: 0;
    position: relative;
}
.uk-accordion .uk-accordion-title::after {
    content: "+";
    font-weight: normal;
    font-size: 2.5rem;
    transform: translateY(-50%);
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
    position: absolute;
    display: block;
    vertical-align: middle;
    top: 50%;
    right: 0.5rem;
}
.uk-accordion .uk-accordion-title.uk-active::after {
    content: "–";
}
.uk-accordion div[data-wrapper] {
    border-bottom: 1px solid #707070
}
.uk-accordion .uk-accordion-content {
    padding: 0;
}
.uk-accordion .uk-accordion-content p {
    margin-bottom: 2rem;
}


/* Single Post
---------------------------------------- */
.single .bg-interior, .single-post .bg-interior {
    min-height: 144px;
}

.single .content-area, .single-post .content-area {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.single .hentry {
    margin-bottom: 4rem;
}

.single .entry-content, .single-post .entry-content {
    margin-top: 1.25rem;
}

.single h1, .single .entry-title, .single-post h1, .single-post .entry-title {
    color: #002c77;
    /* font-size: 28px; */
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    padding: 0;
}


/* Sidebar
---------------------------------------- */
.widget_recent_entries h3.widget-title {
    margin-bottom: 0;
}
.widget_recent_entries ul li {
    padding-left: 0;
    line-height: 1.25rem;
}
.widget_recent_entries ul li a {
    padding: 0.75rem 0;
}
.widget_recent_entries ul li a:hover {
    background: none;
}


/* Gravity Forms
---------------------------------------- */
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-size: 14px !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
    font-size: 0.875rem;
    color: #002c77;
    background-color: transparent;
    font-weight: 600;
    border: 1px solid #002c77;
    border-radius: 28px;
    margin-bottom: 2rem;
    margin-left: 1.5rem;
    padding: 10px 20px;
    box-shadow: none;
}


/* Category and Tag Archives
---------------------------------------- */
.archive .archive-container, .tag .archive-container {
    margin-top: 6rem;
    margin-bottom: 3rem;
}
.archive h2, .tag h2 {
    border-bottom: 0;
    margin-left: 0;
    font-size: 1.2rem;
    line-height: 1.25;
}
.archive h2:before, .tag h2:before {
    background: none;
    display: none;
}
.archive article.hentry, .tag article.hentry {
    margin-bottom: 1rem;
}
.archive .entry-content, .tag .entry-content {
    margin-top: 1rem;
}


/* Standards Page
---------------------------------------- */

header.is-underlined {
	border-bottom: 1px solid #8096bb;
	margin-bottom: 2rem;
}

.px-md-0 > header,
.px-md-0 > .content {
	padding-left:  15px;
	padding-right: 15px;
}

.standards-list {
	margin-bottom: 2rem;
}

.standards-list .standard {
	border-bottom: 1px solid #8096bb;
}

.standards-list .standard:last-child {
	border: none;
}

.standards-list .standard p {
	margin-bottom: 1rem;
}

.standards-list .standard .list-inline {
	margin-bottom: 0;
}

.standards-list .standard .list-inline .list-inline-item:first-child {
	padding-left: 0;
}

.in-progress-standards-list .standard {
	border-bottom: 1px solid #8096bb;
}

.in-progress-standards-list .standard:last-child {
	border: none;
}

.standard--small-display .standard-date {
	font-size: 80%;
	margin-bottom: 0.5rem;
}

.standard--small-display .standard-categories-and-tags {
	font-size: 80%;
	font-style: italic;
}

.standard--small-display .standard-categories-and-tags .list-inline-item:first-child {
	padding-left: 0;
}


/* Application Status Request
---------------------------------------- */
.application-status-request td {
    vertical-align: top;
}

.application-status-request label {
    font-weight: bold;
    font-size: 14px;
}

.application-status-request .buttons {
    margin-top: 1rem;
}


/* Footer
---------------------------------------- */
#footer-widget {
    background: url(assets/images/footer-bg.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 4rem 0;
}

body:not(.theme-preset-active) footer#colophon,
footer#colophon {
    background-color: #00225f;
    color: #fff;
}

#footer-widget .widget-title {
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
}

#footer-widget .widget p {
    color: #fff;
}

.site-footer .nav li + li {
    margin-left: 1rem;
}

.site-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.site-footer ul li {
    display: inline-block;
    margin-right: 1rem;
    padding-left: 0;
    font-weight: bold;
    font-size: 0.875rem;
}

.site-footer .site-info {
    margin-right: 1rem;
}

.site-footer .footer-bar-nav a,
.copyright a,
footer#colophon a {
    color: #fff;
}
.site-footer .social a {
    margin-right: 1rem;
}

.site-footer #footer-bar-nav a {
	font-weight: 600;
}

#footer-widget .widget-title {
	position: relative;
}

#footer-widget .widget-title:before {
    content: '';
    display: block;
    background: url(assets/images/shield-icon-title.png) no-repeat;
    width: 41px;
    height: 50px;
    position: absolute;
    top: -10px;
    left: -20px;
}

.corporate-partner-section .spotlight p {
	font-size: 0.875rem;
}

.uk-slidenav-position .uk-slidenav {
	top: unset;
}

.apco-course-flyer-text table {
	width: 100%;
	max-width: 100% !important;
}

.single-apco_person .entry-title {
	margin-bottom: 0;
}

.single-apco_person .entry-title,
.single-apco_course .entry-title {
	color: white;
	font-size: 3rem;
	line-height: 3.5rem;
}


/* Media Queries
---------------------------------------- */
@media only screen and (max-width: 1200px) {
    .home .banner h1 {
        font-size: 6.125rem;
        line-height: 4.875rem;
    }
}
@media only screen and (max-width: 992px) {
    header#masthead {
        padding: 0.74rem 0;
    }

    body.is-showing-menu #masthead {
        background-image: url('assets/images/menu-bg.png');
        background-repeat: no-repeat;
        background-position: top left;
        background-size: cover;
        min-height: 420px;
    }
    header#masthead .container {
        padding: 0;
    }

    .navbar-brand {
        padding-left: 1rem;
    }

    .navbar-toggler {
        padding-right: 1rem;
    }

    .home .banner p {
        max-width: 100%;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
        padding: 0.75rem 30px;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav > li + li {
        border-top: 1px solid rgba(255,255,255,0.22);
    }

    #ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary > li.ubermenu-item > a {
        font-weight: bold;
        font-size: 20px;
        font-size: 1.25rem;
        padding: 1.5rem;
    }

    .ubermenu-skin-minimal.ubermenu-responsive-toggle {
        display: none;
    }

    .ubermenu-sub-indicators.ubermenu-sub-indicators-align-text .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        right: 2rem !important;
        margin-top: -0.75rem !important;
        font-size: 1.75rem !important;
    }
    .ubermenu-main .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target > .fa-angle-down:before {
        content: "\f0da";
    }

    .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close>[class^=fa] {
        left: -1.7rem !important;
        font-size: 1.75rem !important;
    }
    .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close>.fa-times:before {
        content: "\f0d7";
    }

    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-active {
        margin-bottom: 1.5rem;
    }

    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
        margin: 0;
        padding: 0 2rem;
    }

    .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-target, #ubermenu-main-2-primary-2.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
        font-weight: bold;
        font-size: 1rem !important;
        padding: 1rem !important;
    }

    .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-target:hover, .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-active > .ubermenu-target {
        color: #fff !important;
    }

    #ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary > li.ubermenu-item + li {
        border-top: 1px solid rgba(255,255,255,0.22);
    }

    #ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary > li.ubermenu-item .menu-secondary-menu-container li.ubermenu-item {
        border-bottom: none;
    }

    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-sub-indicators .ubermenu-submenu-type-flyout .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        right: auto !important;
        margin-left: 0.65rem;
        font-size: 1.35rem !important;
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-sub-indicators .ubermenu-submenu-type-flyout .ubermenu-has-submenu-drop>.ubermenu-target>.fa-angle-down:before {
        content: "\f0da";
    }

    .ubermenu-responsive-default.ubermenu.ubermenu-submenu-indicator-closes .ubermenu-nav .ubermenu-item.ubermenu-active .ubermenu-submenu .ubermenu-active .ubermenu-target .ubermenu-sub-indicator-close {
        left: auto;
        right: auto;
        display: inline;
    }

    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop .ubermenu-active .ubermenu-sub-indicator-close>[class^=fa] {
        font-size: 1.35rem !important;
        left: 0 !important;
    }

    .navbar-light .navbar-toggler:focus,
    .navbar-light .navbar-toggler:hover  {
        background-color: transparent;
    }

    #menu-secondary-menu {
        background-color: #00225F;
    }

    #menu-secondary-menu li {
        width: 50%;
        padding-left: 15px;
    }

    #menu-secondary-menu li a {
        color: #FFF;
    }

    #menu-secondary-menu li a:hover {
        background-color: transparent;
    }

    #menu-secondary-menu .search {
        display: none;
    }

    #menu-primary-nav {
        width: 100%;
    }

    .navbar-collapse {
        display: flex;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .mobile-search {
        margin-top: 2rem;
        border-bottom: 1px solid #fff;
    }

    .spicewpsearchform {
        position: relative;
    }

    .spicewpsearchform .form-control {
        border-bottom: 0;
    }

    .spicewpsearchform .search_icon {
        position: absolute;
        right: 1rem;
        bottom: 10px;
        color: #FFF !important;
        margin-top: 10px;
    }

    .search-submit {
        display: none !important;
    }

    .navbar-nav .dropdown-menu {
        padding-bottom: 1rem;
    }

    #ubermenu-main-2-primary-2 {
        width: 100%;
    }
    #ubermenu-main-2-primary-2 .mega-menu-toggle + #ubermenu-nav-main-2-primary {
        width: 100%;
    }

    .explainer {
        display: none !important;
    }

    .nav-description {
        display: none !important;
    }

    .home .dotted-bg-right {
        background: none;
    }
}
@media only screen and (max-width: 767px) {
    .wp-block-buttons .wp-block-button {
        width: 100%;
    }
    button, .btn, .wp-block-button__link {
        width: 100%;
    }

    /* home */
    .home .dotted-bg-left {
        background: none;
    }
    .home .dotted-bg-right {
        display: none;
    }

    /* footer */
    #footer-widget section.widget_text {
        margin: 1rem;
    }
    #footer-widget .widget-title {
        margin-bottom: 0.5rem;
    }
    #footer-widget .row--footer-3 {
        display: none;
    }
    .site-footer .footer-bar-nav {
        width: 100%;
        margin-top: 2rem
    }
    .site-footer ul li {
        display: block;
        line-height: 2.25rem;
    }

    .site-footer .site-info {
        margin-top: 1.25rem;
    }
    .site-footer .social {
        width: 100%;
        margin: 2rem 0;
    }
}
@media only screen and (max-width: 700px) {
    h1, h1.entry-title {
        /*font-size: 36px;
        line-height: 40px;*/
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .home h1 {
        /* font-size: 48px;
        line-height: 42px; */
        font-size: 3rem;
        line-height: 2.625rem;
    }

    h2 {
        /* font-size: 30px;
        line-height: 36px; */
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    h2:before {
        content: "";
        display: block;
        background: url(assets/images/mobile-shield-icon-title.png) no-repeat;
        width: 32px;
        height: 39px;
        float: left;
        margin: 6px 0 0 6px;
    }

    h3 {
        /* font-size: 24px;
        line-height: 36px; */
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    p {
        margin-bottom: 24px;
    }

    button, .btn, .wp-block-button__link {
        width: 100%;
        display: block;
        clear: both;
        margin-bottom: 1rem;
    }

    .navbar-brand {
        max-width: 150px;
        width: 100%;
    }
    .navbar button {
        width: auto;
    }

    .home .banner {
        padding: 2rem 0 2.5rem;
    }

    .home .banner h1 {
        font-size: 3rem;
        line-height: 2.625rem;
    }
}

/** Primary desktop */
@media (min-width: 993px) {
	.navbar-brand img {
		max-width: 175px;
	}

	.home .banner .since-1935-inner {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
		left: -140px;
		top: 140px;
		position: absolute;
		font-size: 0.75rem;
	}

	.home .banner .since-1935-inner::after {
		width: 80px;
	}

    #ubermenu-main-2-primary-2.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-submenu.ubermenu-submenu-drop { 
        border-left: solid 1px #FFF !important; 
        padding-left: 15px; 
        margin-left: 20px;
        height: 100%;
        display: block;
    }

    #masthead {
        position: fixed;
        width: 100%;
        z-index:999;
    }

	#masthead.navbar-not-fixed {
		position: relative;
		margin-bottom: 0;
	}

	/* Prevent the content from getting pushed down when the banner is not sticky
	   and the mega menu shows.  Using `fixed` here causes the header to be
	   fixed to the top of the viewport, which looks weird if the user has
	   scrolled down slightly and then hovers over the menu. */
	body.is-showing-menu #masthead.navbar-not-fixed {
		position: absolute;
	}

	body.is-showing-menu.home .banner {
        padding-top: 169px;
    }

	body.is-showing-menu #masthead {
		background-image: url('assets/images/menu-bg.png');
		background-repeat: no-repeat;
		background-position: top left;
		background-size: cover;
        min-height: 420px;
	}

    body.is-showing-menu header#masthead.site-header.fixed-top {
        background-image: url(assets/images/menu-bg.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: cover;
        min-height: 420px;
    }

	body.home.is-showing-menu #masthead {
		background-image: url('assets/images/menu-bg.png');
        background-repeat: no-repeat;
        background-position: top left;
        background-size: cover;
        min-height: 420px;
	}

	/*.home .banner {
        padding-top: 180px;
    }*/

    body .inner-page {
        padding-top: 180px;
    }

    .nav-description {
        position: absolute;
        left: 0;
        top: 7rem;
        padding-bottom: 4rem;
        width: 260px;
    }
    
    .nav-description {
        color: #FFF;
    }

    #ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary li.ubermenu-item {
        position: static;
    }

	#ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary > li.ubermenu-item > a.nav-item {
		margin: 0 0.5em;
	}

	#ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary > li.ubermenu-item:last-child > a.nav-item {
		margin-right: -8px;
	}

	#ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary li.ubermenu-item,
	#ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary li.mega-menu-row,
	#ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary li.mega-menu-column,
	#ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary a.nav-item,
	#ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary span.mega-menu-badge {
		font-size: 1rem !important;
	}

	#ubermenu-main-2-primary-2 #ubermenu-nav-main-2-primary .menu-secondary-menu-container a.nav-item {
		font-size: 0.875rem !important;
	}

	#menu-secondary-menu .menu-item a {
		font-size: .75rem;
    }

    .ubermenu-skin-minimal .ubermenu-nav .ubermenu-submenu, 
    .ubermenu-skin-minimal .ubermenu-nav .ubermenu-submenu .ubermenu-target {
        color: #FFF;
    }
    
    .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-target {
        color: #FFF;
        font-size: 0.875rem;
        padding: 10px 20px;
        margin-left: -10px;
    }

    .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-target:hover, 
    .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-active > .ubermenu-target {
        background-color: rgba(255, 255, 255, 0.2);
        color: #FFF !important;
    }

	.navbar-brand .align-self-start {
		width: 175px !important;
	}

	.home .banner {
		padding: 3.4rem 0 6rem;
	}

	.home .banner h1 {
		font-size: 6.0rem;
		line-height: 5.5rem;
	}

	.home .banner-content {
		z-index: 10;
		padding-top: 3.2rem;
	}

	.home .banner-content span {
		font-size: 0.875rem;
	}

	.banner-image {
		max-width: 584px;
	}

	.stat .number {
		font-size: 3.4rem;
	}

	.navbar-brand .align-self-start {
		width: 175px !important;
	}

	h2 {
		font-size: 2.0rem;
		line-height: 2.25rem;
		margin-bottom: 1.35rem;
		margin-left: 1.35rem;
	}

	.home .banner-buttons .btn {
		font-weight: 600;
	}

	.footer-logo {
		width: 200px;
	}

	#footer-widget .widget p {
		font-size: 0.875rem;
		line-height: 2;
	}
}

/* Search results
---------------------------------------- */

.search-results .entry-title {
	margin-bottom: 0.5rem;
}

.search-results .entry-content {
	margin-top: 0.5rem;
}

/* Development Styles
---------------------------------------- */

.advertisement-placeholder {
	background: #eee;
	color: #666;
	margin-bottom: 2rem;
	padding: 1em;
	font-size: 0.75rem;
}


/* PSC Styles
---------------------------------------- */
.psc-header-ad {
    background-color: #0f1010;
    padding: 1rem;
    text-align: center;
}

.psc-header-image {
    width: 100%;
}
.psc-header-image img {
    width: 100%;
    max-width: 100%;
}

.psc-interior-header {
    position: relative;
}
.psc-header-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 5rem;
    z-index: 10;
}

#menu-psc-news-home-top {
    padding: 1rem;
    background-color: #1e8da1;
    color: #fff;
}
#menu-psc-news-home-top li {
    border-right: 2px solid #fff;
    padding-left: 1rem;
    padding-right: 1rem;
}
#menu-psc-news-home-top li:last-child {
    border-right: none;
}
#menu-psc-news-home-top li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
}

.psc-home-hero h3 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
}
.psc-home-hero p {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
}
.psc-home-hero a {
    text-decoration: none;
    color: #fff;
}
.psc-home-hero .uk-overlay-panel  {
    margin: 2rem 12rem;
    background-color: rgba(0,0,0,.3);
    padding: 1rem;
}
.psc-home-hero .uk-slidenav, .psc-home-hero:hover .uk-slidenav {
    display: none !important;
}

.psc-sticky-posts {
    padding: 2rem;
}
.psc-sticky-post {
    padding: 2rem;
    position: relative;
}

.psc-sticky-posts .psc-post-details {
    padding: 2rem;
    height: 100%;
}
.psc-sticky-posts .psc-post-details h3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}
.psc-sticky-posts .psc-post-details ul.post-categories {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #000;
}
.psc-sticky-posts .psc-post-details ul.post-categories li {
    padding: 0;
}
.psc-sticky-posts .psc-post-details a {
    color: #000;
}
.psc-sticky-posts .psc-sticky-post .psc-post-image img {
    display: none;
}
.psc-sticky-posts .psc-sticky-post:hover .psc-post-image img {
    display: block;
    width: 100%;
}
.psc-sticky-posts .psc-sticky-post:hover .psc-post-details {
    background-color: rgba(60, 60, 60, 0.5);
    color: #fff;
}
.psc-sticky-posts .psc-sticky-post:hover .psc-post-details h3, .psc-sticky-posts .psc-sticky-post:hover .psc-post-details p, .psc-sticky-posts .psc-sticky-post:hover .psc-post-details a {
    color: #fff;
}

.psc-template-default #block-5, .page-template-template-psc #block-5 {
    display: none;
}

.post-284402 .entry-content {
    margin-top: 0;
}

ul.wp-block-post-template.is-flex-container
{
    gap: 0;
}

/* PSC Single Posts */
.single-psc .content-area {
    margin-bottom: 0;
}
.single-psc h1.entry-title {
    color: #000;
    margin-bottom: 1rem;
    font-weight: 600;
}
.single-psc .entry-meta {
    font-weight: bold;
}
.single-psc .hentry {
    margin-bottom: 2rem;
}

.single-psc .navigation.post-navigation {
    padding-top: 4rem;
}
.single-psc .post-navigation .nav-previous a, .single-psc .post-navigation .nav-next a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.single-psc .posts-navigation .nav-previous, .single-psc .post-navigation .nav-previous {
    text-align: right;
}
.single-psc .post-navigation .nav-previous a::before {
    display: none;
}
.single-psc .post-navigation .nav-previous a, .single-psc .post-navigation .nav-next a {
    border: 0;
    color: #26305C;
    font-weight: bold;
}
.single-psc .posts-navigation .nav-next, .single-psc .post-navigation .nav-next {
    text-align: left;
    border-left: 2px solid;
}
.single-psc .post-navigation .nav-previous a, .single-psc .post-navigation .nav-next a, .single-psc .post-navigation .nav-next a:hover {
    border: 0;
    color: #26305C;
    font-weight: bold;
    border-radius: 0;
    background-color: transparent;
}
.single-psc .post-navigation a:hover {
    text-decoration: underline;
}
.single-psc .post-navigation .nav-next a::after {
    display: none;
}

.single-psc .sidebar-featured-image {
    margin-bottom: 2rem;
}
.single-psc .sidebar-featured-image img {
    border-radius: 50%;
}
.single-psc .sidebar-featured-image.colored-circle {
    border-radius: 50%;
    width: 100%;
    height: 350px;
    position: relative;
    display: flex;
    justify-content: center;
}
.single-psc.apco-category .sidebar-featured-image.colored-circle {
    background-color: #26305c;
}
.single-psc.government-category .sidebar-featured-image.colored-circle {
    background-color: #1e8da1;
}
.single-psc.industry-category .sidebar-featured-image.colored-circle {
    background-color: #7bc470;
}
.single-psc .sidebar-featured-image.colored-circle p {
    position: relative;
    color: #fff;
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: 500;
    width: 75%;
    text-align: center;
    margin: auto;
    justify-content: center;
    display: flex;
}

.single-psc .sidebar .widget-area h3 {
    font-weight: 500;
}
.single-psc.apco-category .sidebar .widget-area h3 {
    color: #26305c;
}
.single-psc.government-category .sidebar .widget-area h3 {
    color: #1e8da1;
}
.single-psc.industry-category .sidebar .widget-area h3 {
    color: #7bc470;
}
.single-psc .sidebar .widget-area .wp-block-latest-posts {
    border-left: 1px solid;
}
.single-psc .sidebar .widget-area .wp-block-latest-posts li {
    padding-left: 1rem;
    margin-bottom: 1rem;
    color: #000;
}
.single-psc .sidebar .widget-area .wp-block-latest-posts li a {
    color: #2da6aa;
    text-decoration: none;
}
.single-psc .sidebar .widget-area .wp-block-latest-posts li a:hover {
    text-decoration: underline;
}


/* PSC Posts Grid */

.page-template-template-psc .wp-block-query {
    margin-left: 2rem;
    margin-right: 2rem;
}
.psc-posts-grid {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 2rem;
}
.psc-posts-grid li
{
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 0;
    padding: 20px;
}

.psc-posts-grid li > div:first-child
{
    padding: 0 !important;
}

.psc-posts-grid .taxonomy-category.psc-categories
{
    float: left;
}

.psc-posts-grid .wp-block-post-date
{
    float: right;
}

.psc-posts-grid .taxonomy-category.psc-categories a,
.psc-posts-grid .taxonomy-category.psc-categories a:link,
.psc-posts-grid .taxonomy-category.psc-categories a:visited
{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 8px;
}
.psc-posts-grid .category-apco .taxonomy-category.psc-categories a,
.psc-posts-grid .category-apco .taxonomy-category.psc-categories a:link,
.psc-posts-grid .category-apco .taxonomy-category.psc-categories a:visited {
    background-color: #26305c;
}
.psc-posts-grid .category-government .taxonomy-category.psc-categories a,
.psc-posts-grid .category-government .taxonomy-category.psc-categories a:link,
.psc-posts-grid .category-government .taxonomy-category.psc-categories a:visited {
    background-color: #1e8da1;
}
.psc-posts-grid .category-industry .taxonomy-category.psc-categories a,
.psc-posts-grid .category-industry .taxonomy-category.psc-categories a:link,
.psc-posts-grid .category-industry .taxonomy-category.psc-categories a:visited
{
    background-color: #7bc470;
}

.psc-posts-grid h2.wp-block-post-title
{
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.9rem;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.psc-posts-grid h2.wp-block-post-title::before
{
    background: none;
}

.psc-posts-grid h2.wp-block-post-title a,
.psc-posts-grid h2.wp-block-post-title a:link
{
    color: #000;
    text-decoration: none;
}

.psc-posts-grid .category-apco:hover, .psc-posts-grid .category-apco:focus {
    background-color: #26305C;
    color: #fff;
}
.psc-posts-grid .category-government:hover, .psc-posts-grid .category-government:focus {
    background-color: #1e8da1;
    color: #fff;
}
.psc-posts-grid .category-industry:hover, .psc-posts-grid .category-industry:focus {
    background-color: #7bc470;
    color: #fff;
}

.psc-posts-grid .type-psc:hover h2.wp-block-post-title a, .psc-posts-grid .type-psc:hover h2.wp-block-post-title a:link {
    color: #fff;
}

.psc-posts-grid #div-gpt-ad-rightrail_top {
    text-align: center;
}

.view-more-button {
    text-align: center;
}
.view-more-query.button {
    background-color: #fff;
    padding: 1rem 3rem;
    text-align: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    color: #26305c;
    border: 1px solid #26305c;
    border-radius: 2rem;
    font-weight: bold;
}
.view-more-query.button:hover {
    background-color: #26305c;
    color: #fff;
}

/* PSC Category Archive */
.archive.category-apco .entry-content, .archive.category-government .entry-content, .archive.category-industry .entry-content {
    padding: 0 2rem;
}

.psc-featured-post h3, .psc-featured-post .wp-block-post-title {
    color: #000;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 1.25rem;
}
.psc-featured-post h3 a, .psc-featured-post .wp-block-post-title a {
    text-decoration: none;
}
.psc-featured-post h3 a:hover, .psc-featured-post .wp-block-post-title a:hover {
    text-decoration: underline;
}
.psc-featured-post .wp-block-post-date, .psc-featured-post .wp-block-post-terms {
    display: inline-block;
}
.psc-featured-post .wp-block-post-date {
    padding-right: 0.5rem;
}
.psc-featured-post .wp-block-post-terms {
    padding-left: 1rem;
    border-left: 1px solid;
    line-height: 1;
}
.psc-featured-post .wp-block-post-excerpt p {
    margin-top: 1.25rem;
    font-size: 1.25rem;
}

.psc-category-custom-block {
    padding: 2rem;
}

.category-apco .related-content, .category-government .related-content, .category-industry .related-content {
    background-color: transparent;
}
.category-apco .related-content > .container, .category-government .related-content > .container, .category-industry .related-content > .container {
    padding-top: 0;
    margin-bottom: 2.4rem;
}
.category-apco .related-content h3 {
    color: #26305c;
    margin-bottom: 0.5rem;
}
.category-government .related-content h3 {
    color: #1e8da1;
    margin-bottom: 0.5rem;
}
.category-industry .related-content h3 {
    color: #7bc470;
    margin-bottom: 0.5rem;
}
.category-apco .related-content h6, .category-government .related-content h6, .category-industry .related-content h6 {
    font-size: 1.25rem;
}
.category-apco .related-content a, .category-government .related-content a, .category-industry .related-content a {
    text-decoration: none;
}
.category-apco .related-content a:hover, .category-government .related-content a:hover, .category-industry .related-content a:hover {
    text-decoration: underline;
}

/* PSC Footer Menu */
.psc-footer {
    background-image: url("https://apco20.wavemotion.dev/wp-content/uploads/menu-bg.png");
    background-position: center;
}

.apcointl-more-info i {
    font-size: 2rem;
    position: absolute;
    font-weight: 600;
    right: 1rem;
}

.psc-footer .col-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.75rem;
    color: #fff;
    font-weight: bold;
}

ul.psc-footer-nav {
    list-style-type: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0;
}
.psc-footer-nav li {
    display: inline-block;
    border-right: 2px solid #fff;
    padding-right: 1rem;
}
.psc-footer-nav li:last-child {
    border-right: none;
}
.psc-footer-nav li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

/* PSC Media Queries */
@media (min-width: 600px) {
    .category-apco .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li, .category-government .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li, .category-industry .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
        width: 33.33333%;
    }
}
@media (min-width: 769px) {
    .psc-posts-grid.is-flex-container.is-flex-container.columns-4 > li {
        width: 25%;
        /*width: calc(50% - .9375em) !important;*/
    }
}

@media (max-width: 1325px) {
    .psc-home-hero .uk-overlay-panel {
        margin: 2rem 6rem;
    }
}
@media (max-width: 1200px) {
    .psc-home-hero h3 {
        font-size: 2rem;
    }
    .psc-home-hero p {
        font-size: 1.25rem;
    }
}
@media (max-width: 1024px) {
    .apcointl-more-info {
        font-size: 0.9rem;
    }
    .psc-footer-nav {
        font-size: 0.8rem;
    }
}
@media (max-width: 900px) {
    .apcointl-more-info i {
        display: none;
    }
}
@media (max-width: 768px) {
    .psc-home-hero .uk-overlay-panel {
        margin: 2rem;
    }
    .psc-posts-grid.is-flex-container.is-flex-container.columns-4>li {
        width: 50%;
    }
}
@media (max-width: 680px) {
    .psc-posts-grid.is-flex-container.is-flex-container.columns-4>li {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .psc-home-hero .uk-overlay-panel {
        margin: 1rem;
    }
    .psc-home-hero h3 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 1rem;
    }
    .psc-home-hero p {
        font-size: 1rem;
    }

    .psc-sticky-posts {
        padding: .5rem !important;
    }

    .page-template-template-psc .wp-block-query {
        margin-left: .5rem !important;
        margin-right: .5rem !important;
    }

    /*.psc-posts-grid.is-flex-container.is-flex-container.columns-4 > li {
        max-width: 320px !important;
    }*./
}