/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Blog text styles */
.blog__text table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.blog__text th {
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #ca1816;
    color: white;
}
.blog__text td,
.blog__text th {
    border: 1px solid #ddd;
    padding: 8px;
}
.blog__text tr:nth-child(even) {
    background-color: #f2f2f2;
}
.blog__text h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}
.blog__text h3 {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
    margin-top: 1.2rem;
}
.blog__text h4 {
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
    margin-top: 0.5rem;
}
/* END */


/* header nav dropdown */
.nav-link {
    white-space: nowrap;
}

@media (max-width: 768px) {
	.nav-link {
    	white-space: normal;
    }
}

.dropdown-toggle::after {
    transition: transform 0.15s linear;
}
.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}
.dropdown-menu {
    margin-top: 0;
}
/* END header nav dropdown */



/* Unknown CSS from head */
.former_honorees h2, .former_honorees .row {
    text-align:center;
}
.auction .row .auction__inner {
    padding: 40px;
    text-align: center;
    margin-top: -1px;
}
.auction .row .auction__inner p {
    margin: 0 auto;
}
.logo-paul-weiss {
    margin-top: 7px;
}
/* END: Unknown CSS from head */

.ctct-message.error {
    display: block;
    border: none;
    width: 100%;
    padding: 0;
    color: #ca1816;
}

.g-recaptcha {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    order: 1;
}

.color-black {color: #000 !important;}

.red-text,
.color-red,
.color-red li,
.color-red a,
.color-red p {
    color: #CA1816 !important;
}

.blog__thumb-caption {
    font-size: 11px;
    line-height: 12px;
    margin-top: 3px;
    color: #C1C1C1;
    position: absolute;
}
.blog__thumb-caption p {
    margin: 0;
}

.page-hero__caption {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 70%);
}

.callout {
    padding: 10px 10px;
    border: 4px solid #CA1816;
	background-color: #CA1816;
    margin: 15px -14px;
	color: #fff;
-webkit-box-shadow: 0px 5px 15px -5px rgba(48, 0, 0, 0.5);
-moz-box-shadow: 0px 5px 15px -5px rgba(48, 0, 0, 0.5);
box-shadow: 0px 5px 15px -5px rgba(48, 0, 0, 0.5);
}
.callout p:last-child {
	margin-bottom: 0;
}
.callout p,
.callout ul,
.callout ul li,
.callout strong,
.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5 {
	color: #fff;
}
@media (max-width: 768px) {
	.callout {
		margin: 15px auto;
	}
}




.logo-desktop img {
	width: 400px;
	height: 27px;
}

@media (min-width: 1200px) and (max-width: 1320px) {
	.logo-desktop img {
		width: 340px;
	}
}

@media (min-width: 1200px) and (max-width: 1320px) {
	.nav-link {
		font-size: 16px;
	}
}

.blog-post-quote {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    position: relative;
    padding-top: 50px;
}
.blog-post-quote p {
    position: relative;
}
.blog-post-quote p:first-child:before {
    content: "";
    width: 50px;
    height: 38px;
    background: url(../img/svg/quote-3.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    position: absolute;
    top: -50px;
    left: 0;
}
.blog-post-quote p:last-child {
    text-align: right;
    color: #CA1816;
    font-size: 18px;
    font-weight: bold;
}

.list-style-square {
    list-style-type: square;
}

.list-marker-red > li::marker {
    color: #CA1816;
}

