/* GLOBAL */
html .container-fluid.evtx-full-width {
    padding-left:0 !important;
	padding-right:0 !important;
}
.highlight-yellow {
    background-color:#feae17;
}
.highlight-purple {
	background-color:#5634b5;
}
.highlight-yellow p, .highlight-yellow ul, .highlight-yellow a,
.highlight-purple p, .highlight-purple ul, .highlight-purple a {
    color:#fff;
}
html h2.evtx-section-title {
    color: #fff;
    margin: 2em 0 1em;
    text-transform: uppercase;
    text-align:center;
    font-weight: 200;
    font-size: 2rem;
    background-color:#000;
    padding:.05em 0;
    letter-spacing: .33em;
}
.evtx-page .footer {
    margin-top: 0;
}
/*html.evtx-page .views-button {
    background-color:rgba(254,174,23,1) !important;
}*/
/* FIXED BG */
body {
    background-image: url(/wp-content/views-themes/prnews-2021/dist/images/background2021.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment:fixed;
}
/* shade over fixed bg */
#evtx-page-content {
    position:relative;
}
#evtx-page-content::before {
    display:block;
    content:"";
    width:100%;
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    background-color:rgba(255,255,255,.25);
}

/* SPACER */
#masthead {
    display:none;
}
.section-spacer {
    min-height: 12vh;
}
/* BRANDING BAR */
html .section-branding-bar .evtx-text .evtx-text {
    padding-top: .25em;
    padding-bottom:.25em;
}
html .section-branding-bar .evtx-text .evtx-text p {
    margin:0 0 0;
    font-size: .8em;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

/* HEADER */
.section-header {
    background-color: rgba(255,255,255,.75);
}
html .section-header .evtx-eventinfo-jumbotron img.evtx-logo {
    margin: 0 auto 0;
    max-width:320px;
}
html .section-header .evtx-excerpt p {
    font-size:1.33rem;
    font-weight:600;
    margin-bottom:.5em;
    line-height: 1em;
}
html .section-header .evtx-excerpt p span {
    display:block;
    visibility:hidden;
}
@media (min-width:600px) {
html .section-header .evtx-excerpt p span {
    display:inline-block;
    visibility:visible;
}}
/* MENU */
.section-menu.highlight-yellow .evtx-modulemenu #evtx-modules {
    background: none;
    background-color:#feae17;
}
.section-menu .evtx-modulemenu #evtx-modules #evtx-modules-menu .evtx-modulesmenu-buttons .button-wrap .views-button {
    margin: 0 !important;
    background: #000!important;
    padding: .37em .5em;
}
.section-menu .evtx-modulemenu #evtx-modules #evtx-modules-menu .evtx-modulesmenu-buttons .button-wrap .views-button:hover {
    background-color:#000;
    color:#feae17;
}
/* INTRO */
.evtx-text.module-intro-copy .evtx-text {
    padding: 1.5em 2em 2em;
    background:rgba(255,255,255,.9);
    border-radius:1rem;
    margin:2em auto;
}
.evtx-text.module-intro-copy .evtx-text p:last-of-type {
    margin-bottom:0;
}



/* CATEGORIES */
.section-categories {
    background:rgba(255,255,255,.5);
    padding-bottom:2rem;
}
html .section-categories .evtx-view-wrapper {
    padding: 0 0;
}
html section:not(.section-questions) h3.evtx-module-title {
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #201f1b;
    font-size: 1.75rem;
    margin: 2em 0 1em;
}
.section-categories .evtx-categories-list .evtx-category {
    width: 100%;
    margin: 0 1em 1em 0;
    display: inline-block;
    float: none;
    background-color: rgba(254,174,23,.9) !important;
    border-radius: 1rem;
    vertical-align: top;
    padding: .75em 1.25em .75em;
}
@media (min-width:600px) {
    .section-categories .evtx-categories-list .evtx-category {
        width: calc(50% - .75em);
    }
}
.section-categories .collapsible:hover {
    color: #1a3a58;
}
.section-categories .evtx-categories-list .evtx-category:nth-child(odd) {
    margin-right:0;
}
html .section-categories .evtx-categories-list .evtx-category h3 {
    font-weight:600;
}
html .section-categories .evtx-categories-list .evtx-category .list-unstyled.category-body.evtx-category-entries.cols-1 {
    display:none !important;
    margin:0 !important;
    height:0 !important;
    overflow:hidden !important;
}
html .section-categories .evtx-categories-list .evtx-category .evtx-category-description {
    margin-bottom:.5em;
}

/* ENTRY GUIDELINES */
.section-entry-guidelines {
    background:rgba(0,0,0,.75);
    color:#fff;
    padding-bottom:2em;
}
html .section-entry-guidelines h3.evtx-module-title {
    color:#fff !important;
    margin-top:1em;
}
.section-entry-guidelines .evtx-text .evtx-text p.guidelines-entry-deadline {
	background: rgba(32,31,27,.9);
    border-radius:1rem;
    padding:2em 0;
}

/* deadlines */
.section-entry-guidelines {
    padding-bottom:2rem;
}
.section-entry-guidelines .evtx-text.entry-deadlines .evtx-text {
	background: rgba(32,31,27,.9);
    border-radius:1rem;
    margin-bottom:2em;
}

html .section-entry-guidelines .entry-deadlines p.intro-entry-deadline,
html .section-entry-guidelines p.guidelines-entry-deadline {
    font-size: 1.5rem;
    color: #fff;
}
html .section-entry-guidelines .entry-deadlines p.intro-entry-deadline:last-of-type {
    margin-bottom:.75em;
}
html .section-entry-guidelines .entry-deadlines p.intro-entry-deadline span:not(.evtx-date),
html .section-entry-guidelines p.guidelines-entry-deadline span:not(.evtx-date){
    font-size: 1.75rem;
    font-weight:600;
}
html .section-entry-deadlines .entry-deadlines p.intro-entry-deadline:last-of-type {
    margin-bottom:.75em;
}

/* fees */
html .section-entry-guidelines .evtx-pricing-card .evtx-view-wrapper,
.section-entry-deadlines .evtx-pricing-card .evtx-pricing-options {
    padding: 0 0;
}
.section-entry-guidelines .evtx-pricing-card li.evtx-pricing-category-card {
    width: 100% !important;
    background-color: rgba(254,174,23,.9) !important;
    border-radius: 1rem;
    margin: 0 0 .8em !important;
    min-height: 4.5rem;
}
.section-entry-guidelines .evtx-pricing-card .evtx-pricing-options {
    padding: 0 0;
    text-align: center;
}
.section-entry-guidelines .evtx-pricing-card li.evtx-pricing-category-card .evtx-centered-vertical {
    width: 90%;
    height: 2.75rem;
    text-align: left;
}
.section-entry-guidelines .evtx-pricing-card li.evtx-pricing-category-card .evtx-centered-vertical {
    width: 100%;
    height: auto;
}
.section-entry-guidelines .evtx-pricing-card li.evtx-pricing-category-card h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    display: inline-block;
    margin-right: 0;
    margin-bottom:0;
    text-align: left;
    line-height: .75em;
}
@media (min-width:600px) {
    .section-entry-guidelines .evtx-pricing-card li.evtx-pricing-category-card h4 {
        font-size: 1.5rem;
    }
}
.section-entry-guidelines .evtx-pricing-card li.evtx-pricing-category-card .evtx-price {
    font-weight: 600;
    font-size: 1.75rem;
    display: inline-block;
    float: right;
}
html .section-entry-guidelines .evtx-pricing-options ul.list-unstyled {
    margin:0 0 0 0;
}


/* FAQs */
.section-faqs {
        background: rgba(254,174,23,.9);
}

/* QUESTIONS */
.section-questions {
    padding-bottom:2em;
}
.section-questions .evtx-text .evtx-text {
    background:rgba(255,255,255,.9);
    border-radius:1rem;
}
.section-questions .evtx-text .evtx-text h3 {
    font-weight:bold;
    text-transform:uppercase;
}
html .section-questions .evtx-text .evtx-text p:last-of-type {
    margin-bottom:.5em;
}
html .section-questions .evtx-text .evtx-text p:last-of-type span {
    font-weight:600;
}

.section-js {
    height:0;
    overflow:hidden;
    padding:0;
    margin:0;
}

/* ENTRY INFO */
.section-entry-info {
    background: rgba(0,0,0,.75);
    background: rgba(255,255,255,.75);
    /*color: #fff;*/
    padding-bottom: 2em;
}
html section.section-entry-info h3.evtx-module-title {
    /*color:#fff;*/
}
html .section-entry-info h4 {
    /*color:#fff;*/
    font-weight:bold;
    text-transform:uppercase;
    margin-top: 1.5em;
}
html .section-entry-info ul li {
    font-weight:600;
}
html .section-entry-info ul li ul {
    margin-top:0;
}
html .section-entry-info ul li ul li {
    font-weight:normal;
	line-height: 1.25em;
    margin-bottom: .1em;
}
.evtx-text.module-entry-info .evtx-text {
    padding-bottom:0;: 1em;
}
html .section-entry-info .entry-form-bottom h4 {
    margin-top:0;
}
html section > .section-content:first-of-type > .evtx-container:first-of-type {
    padding-left:0;
    padding-right:0;
}