/* impact campaign styles */
@font-face{
  font-family: "LubDubMedium";
  src: url("../fonts/LubDubMedium.ttf") format("truetype");
}
@font-face{
  font-family: "LubDubBold";
  src: url("../fonts/LubDubBold.ttf") format("truetype");
}
@font-face{
  font-family: "LubDubHeavy";
  src: url("../fonts/LubDubHeavy.ttf") format("truetype");
}
@font-face{
  font-family: "Karantina";
  src: url("../fonts/Karantina-Regular.ttf") format("truetype");
}

a {
	text-decoration: none;
}

.hidden {
	display:none !important;
}
.not-found {
	display: none;
}

.kfont-num {
    font-size: 1.15em;
}
.about-date {
	font-family: Karantina;
	font-size: 70px;
	font-weight:bold;
}
.cut-corner {
	position: relative;
	clip-path: polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,0 100%);
}
.cut-corner::before {
    content: '';
    position: absolute;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    width: 25px;
    top: -12px;
    right: -12px;
    transform: rotate(45deg);
}

.cut-corner-red {
	clip-path: polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,0 100%);
}

.cut-corner-red::after {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	right: -2px;
	height: 30px;
	width: 30px;
	background-color: #fff;
	clip-path: polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,0 1px);
	/* z-index: 99; */
}	

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #c10e21;
	border-color: #c10e21;
}
.btn-primary:hover {
	color: #46c1c1;
	background-color: #c10e21;
	border-color: #c10e21;
}

.leaders .btn-primary,
.leaders .btn-primary:focus,
.leaders .btn-primary:active,
.leaders .btn-primary:not(:disabled):not(.disabled).active, 
.leaders .btn-primary:not(:disabled):not(.disabled):active, 
.leaders .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #990000;
	border-color: #990000;
}
.leaders .btn-primary:hover {
	color: #46c1c1;
	background-color: #990000;
	border-color: #990000;
}

select.custom {
  /* Reset Select */
  appearance: none;
  outline: 10px red;
  borderx: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  colorx: #fff;
  background-colorx: var(--darkgray);
  background-imagex: none;
  cursor: pointer;
}
/* Remove IE arrow */
select.custom::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  border-radius: .25em;
  overflow: hidden;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background-color: #c10e21;
  transition: .25s all ease;
  pointer-events: none;
  color: #fff;
}
.leaders .select::after {
  background-color: #990000;
}
/* Transition */
.select:hover::after {
  color: #46c1c1;
}
.nominee-search,
.state-search {
	position:relative;
}
.nominee-search label, 
.state-search label {
	position: absolute;
	pointer-events: none;
	left: 20px;
	top: 13px;
	transition: 0.2s ease all;
	background: #fff;
	color: #000000;
	z-index: 1;
}
.state-search label {
	top: 9px;
}
.search.focused label {
  top: -9px;
  font-size:13px;
}
.state-search.search.focused label {
  top: -14px;
}

.nominee-entries {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap:1%;
}
.nominee-entries .nominee-entry {
	margin-bottom: 50px;
	text-align: center;
	background: #ccc;
	max-width: 210px;
	padding: 20px;
}
.nominee-entries .nominee-entry a,
.nominee-entries .nominee-entry a:hover {
	color: #000;
}
.nominee-image {
	width: 100%;
	margin-right: 0px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	border-radius: 10px;
	border: 5px solid #E6CD77;
	max-width: 175px;
	min-width: 130px;
	min-height: 150px;
}
body.Woman-of-Impact .nominee-image,
body.Teen-of-Impact .nominee-image {
	border-color: #c10e21;
}
button.nominee-button {
	height: 3em;
	padding: 0 1em;
	border-radius: 5px;
	box-shadow: none;
	border: none;
}
input.nomineeSearch {
	height: 3em;
}

button.campaign-button {
	height: 3em;
	padding: 0 1em;
	border-radius: 5px;
	box-shadow: none;
	border: none;
}

.cta-card img {
	width: 400px !important;
	height: auto !important;
	max-height: none !important;
}

.search-results {
	display:none;
}

@media (max-width:1319px) {
	.	et_pb_menu__logo-wrap {
		padding-left:20px;
	}
}
.et_pb_fullwidth_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
	margin: 31px 0;
	padding: 0;
}

.et_pb_fullwidth_menu .et-menu > li {
	padding-left: 25px;
	padding-right: 25px;
}

body #page-container .et_pb_section .et_pb_module .et_pb_button.red-button, 
body #page-container .et_pb_section .et_pb_module .et_pb_button.red-button:hover,
body #page-container .et_pb_section .red-button, 
body #page-container .et_pb_section .red-button:hover {
	color: #FFFFFF !important;
	border-width: 0px !important;
	border-radius: 11px;
	font-size: 14px;
	background-color: #c10e21 !important;
	white-space: nowrap;
	transition:none !important;
	min-width:160px;
	text-decoration:none;
}
.red-button.et_pb_button:hover::after {
	font-size: 20px;
}
.red-button-large, .red-button-large:hover {
	font-size: 14px;
}
.red-button-large:after, .red-button-large:before {
	font-size: 24px;
}
body #page-container .et_pb_section .et_pb_module .et_pb_button.white-button, 
body #page-container .et_pb_section .et_pb_module .et_pb_button.white-button:hover,
body #page-container .et_pb_section .white-button, 
body #page-container .et_pb_section .white-button:hover {
	color: #c10e21 !important;
	border: 2px solid #c10e21 !important;
	border-radius: 11px;
	font-size: 14px;
	background-color: #ffffff !important;
	white-space: nowrap;
	transition:none !important;
	min-width:160px;
	text-decoration:none;
}
.column-1-no-padding {
	margin-right: 2.5% !important;
}

@media screen and (max-width:1320px) {
	#main-content .et_section_regular {
		margin-left:10px;
		margin-right:10px;
	}
}

@media screen and ( max-width: 980px ) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

.col-icon {
	border-radius: 100px;
	border: 5px solid #E6CD77;
	height:200px;
	width:200px;
}
.col-icon-blue {
	border-radius: 100px;
	border: 5px solid #46c1c1;
	height:200px;
	width:200px;
}
.col-icon-gold {
	border: 5px solid #e6cd77;
}

.green-bg-col2::before {
	background: linear-gradient(180deg,#E6CD77 0%,#E6CD77 80%,#E6CD77 80%);
	content: " ";
	height: 15px;
	width: 97%;
	position: absolute;
	bottom: -15px;
	left: 0px;
}
.green-bg-col2 .et_pb_text_inner {
    max-width: 805px;
    text-align: left;
}

.blue-bg-col2::before {
	background: linear-gradient(180deg,#46c1c1 0%,#46c1c1 80%,#46c1c1 80%);
	content: " ";
	height: 15px;
	width: 97%;
	position: absolute;
	bottom: -15px;
	left: 0px;
}
.blue-bg-col2 .et_pb_text_inner {
    max-width: 805px;
    text-align: left;
}

.gold-bg-col::before {
	background: linear-gradient(180deg,#e6cd77 0%,#e6cd77 80%,#e6cd77 80%);
	content: " ";
	height: 15px;
	width: 97%;
	position: absolute;
	bottom: -15px;
	left: 0px;
}
.gold-bg-col .et_pb_text_inner {
    max-width: 805px;
    text-align: left;
}

.centennial-club-entries {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap:1%;
}

/* -------------- */
/* Woman of Impact */
/* -------------- */
.Woman-of-Impact .centennial-club-entries .centennial-club-entry {
	margin-bottom: 50px;
	text-align:left;
	background: #fff;
	max-width: 262px;
	padding: 30px;
	line-height:1.7em;
	clip-path: polygon(0 0,calc(100% - 40px) 0,100% 40px,100% 110%,0 100%);
	position:relative;
	border: 1px solid #C10E21;
}
.Woman-of-Impact .centennial-club-entries .centennial-club-entry .image {
	max-width: 200px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #E6CD77;
	background-repeat: no-repeat;
	clip-path: polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,0 100%);
}

.Woman-of-Impact .centennial-club-entries .centennial-club-entry .image {
	border: 1px solid #C10E21;
}
.Woman-of-Impact .centennial-club-entries .centennial-club-entry::after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	right: -20px;
	height: 60px;
	width: 60px;
	background-color: #C10E21;
	clip-path: polygon(0 0,calc(100% - 24px) 0,100% 26px,100% 100%,0 0px);
	/* z-index: 99; */
}
.Woman-of-Impact .centennial-club-entries .centennial-club-entry .image::after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	right: -5px;
	height: 30px;
	width: 30px;
	background-color: #C10E21;
	clip-path: polygon(0 0,calc(100% - 24px) 0,100% 26px,100% 100%,0 0px);
	/*z-index: 99;*/
}	
.Woman-of-Impact .centennial-club-entries .name {
	font-size:24px;
	margin:5px 0;
	font-family: 'Karantina',display;
	text-transform: uppercase;
	font-weight: 700; 
}
.Woman-of-Impact .centennial-club-entries .campaign {
	color: #C10E21;
	font-weight: bold;
	text-transform: uppercase;
	font-size:14px;
}
.Woman-of-Impact .centennial-club-entries .city_state {
	font-size:14px;
	margin-top:2px;
	font-weight: 500;
}

/* -------------- */
/* Teen of Impact */
/* -------------- */
.Teen-of-Impact .centennial-club-entries .centennial-club-entry {
	margin-bottom: 50px;
	text-align:left;
	background: #fff;
	max-width: 262px;
	padding: 30px;
	line-height:1.7em;
	position:relative;
	border-radius: 50px;;
}
.Teen-of-Impact .centennial-club-entries .centennial-club-entry .image {
	max-width: 200px;
	margin-bottom: 10px;
	position: relative;
	border-radius: 50px;
	background-repeat: no-repeat;
}

.Teen-of-Impact .centennial-club-entries .centennial-club-entry .image img {
	border-radius: 50px;
	border: 2px solid #eb0000;
}
.Teen-of-Impact .centennial-club-entries .name {
	font-size: 14px;
	margin: 5px 0;
	font-family: 'Unbounded',display;
	font-weight: 700;
	line-height: 1.2em;
}
.Teen-of-Impact .centennial-club-entries .campaign {
	color: #C10E21;
	font-weight: bold;
	font-size:14px;
  line-height: 1.2em;
}
.Teen-of-Impact .centennial-club-entries .city_state {
	font-size:14px;
	margin-top:2px;
	font-weight: 500;
  line-height: 1.2em;
}

/* -------------- */
/* Leaders of Impact */
/* -------------- */
.Leaders-of-Impact .centennial-club-entries .centennial-club-entry {
	margin-bottom: 50px;
	text-align:center;
	background: none;
	max-width: none;
	padding: 0px;
}
.Leaders-of-Impact .centennial-club-entries .centennial-club-entry .image {
	border-image: linear-gradient(to right,#B99C37,#E5D8A9,#876A2D) 1 / 10px;
	border-bottom-width: 10px;
	padding-bottom: 5px;
}
.Leaders-of-Impact .centennial-club-entries .centennial-club-entry img {
	max-width: 200px;
	margin-bottom: 5px;
	position: relative;
	border: none;
	border-radius:0px;
	background-repeat: no-repeat;
	filter: grayscale(100%);
}

/* ad block */
.Leaders-of-Impact .ad-border-left {
	border-image: linear-gradient(to bottom,#B99C37,#E5D8A9,#876A2D) 1 / 0 0 0 10px;
	border-width: 0 0 0 10px;
}
.Leaders-of-Impact .ad-border-right {
	border-image: linear-gradient(to bottom,#B99C37,#E5D8A9,#876A2D) 1 / 0 10px 0 0;
	border-width: 0 10px 0 0;
}

.circle-gold {
	background-image: linear-gradient(180deg,#900 0%,#4d0000 100%), radial-gradient(circle at top left, #B99C37,#E5D8A9,#876A2D) !important;
	border: 10px solid transparent !important;
	background-origin: border-box;
	background-clip: padding-box, border-box;
}
.circle-gold img {
	max-width: 90%;
}

/* carousel */
.carousel .carousel-inner {
	padding-bottom: 15px;
}
.carousel .carousel-control {
	color: #000;
	position: relative;
	z-index: 99999;
	background: #fff;
	margin-bottom:5px;
}
.carousel .carousel-indicators {
	background: #fff;
	margin: 0;
	bottom:15px;
}
.carousel .carousel-indicators button {
	background: rgba(193,14,33,.5);
	margin-top: 8px;
	width: 13px;
	margin-left: 7px;
	margin-right: 7px;
	height: 13px;
	border-radius: 25px;
	border: 0px solid #C10E21;
	margin-bottom: 10px;
}
.carousel .carousel-indicators button.active {
	background: #C10E21;
}
.carousel h3 {
	font-size: 36px !important;
	color: #000000 !important;
	letter-spacing: 0px !important;
	line-height: 1.2em !important;
	font-weight:bold;
}
.carousel-item {
	border: 10px solid #ffffff;
}
.carousel .carousel-item img {
	width:100%;
}
.carousel a.et_pb_button {
	color: #c10e21 !important;
	border-color: RGBA(255,255,255,0);
	border-radius: 25px;
	font-size: 15px;
	background-color: #FFFFFF !important;
	display:inline-block;
	font-weight:bold;
}
.carousel .et_pb_button::after, 
.carousel .et_pb_button::before {
	display:none;
}

.carousel .et_pb_button:hover, 
.carousel .et_pb_module .et_pb_button:hover {
	padding:.3em 1em !important;
}

.carousel .et_pb_button::after, 
.carousel .et_pb_button::before {
	font-size: 32px;
	line-height: 1em;
	content: "\35";
	opacity: 0;
	position: absolute;
	margin-left: -1em;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-transform: none;
	-webkit-font-feature-settings: "kern" off;
	font-feature-settings: "kern" off;
	font-variant: none;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
}	
.carousel .dipl_image_card_inner_content_wrapper {
  padding-bottom: 10px;
  min-height: 225px;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel .carousel-control-next {
	right: 0;
	background: transparent;
	border: none;
	top: -35%;
	margin-right: -85px;
}
.carousel .carousel-control-prev {
	left: 0;
	background: transparent;
	border: none;
	top: -35%;
	margin-left: -100px;
}

.action-block .et_pb_text_inner {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.1em;
	background-color: #FFFFFF;
	border-radius: 200px;
	overflow: hidden;
	display: flex;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	margin:0 auto;
}
.Teen-of-Impact .action-block .et_pb_text_inner {
	padding: 15px;
}
.action-block.action-block-left .et_pb_text_inner {
	padding-left: 16px !important;
}
.action-total {
	font-size:75px;
	line-height:1.2em;
	flex:0;
}
.action-block.percent-row .et_pb_text_inner {
	flex-direction:row;
}
.action-block .percent {
	padding-top:30px;
}
.Leaders-of-Impact .action-block .et_pb_text_inner {
	background: none;
	border-radius: 0px;
	height: auto;
}


body:not(.et-fb) .rv_element,
body:not(.et-fb) .rv_element_2a,
body:not(.et-fb) .rv_element_3a,
body:not(.et-fb) .rv_element_4a { display: none; }
.rv_button_opened:after { content:"\32"; }
.rv_button_closed:after { content:"\33"; }

body:not(.et-fb) .ev_button_opened { display:inline-block; }
body:not(.et-fb) .ev_button_closed { display:none; }
#map .jvectormap-container {
	height:450px;
}
body.modal-open {
	overflow:visible;
}
.modal {
	/* border-radius: 5px; */
	/* box-shadow: 10px 10px 15px #333333; */
	/* height: auto; */
	transformxd: translate(0,-50%);
	top: 50%;
	/* margin: 0 auto; */
	/* position: absolute !important; */
	/* top: auto !important; */
	/* visibility: hidden; */
	max-width: 100% !important;
	/* z-index: 9999; */
	/* background: #fff; */
}
body.modal-open .jvectormap-tip {
	display:none !important;
}
.modal-open .modal {
	visibility: visible;
	width: 100%;
	max-width:522px;
	transform: none;
}
.modal-header {background:#c10e21;}
.modal #content {
	padding: 15px;
	text-align:center;
	overflow:hidden;
}
.modal #heading {
	text-align: center;
	background: #c10e21;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}
.modal .close {
	position: absolute;
	right: 15px;
}
.modal .close a {
	color: #fff;
	font-weight:bold;
}
.modal .msg {
	font-size:12px;
	text-align:center;
}
.modal a.et_pb_button,
.modal a.et+pb_button:hover {
	display:inline-block;
	color: #c10e21;
	border-color: #c10e21;
	font-size:14px;
}

.sponsors-section {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sponsors-section > div {
	margin: 0 5px !important;
	padding: 0;
	width: auto !important;
}
.sponsors-section img {
	max-width: 180px;
}

.text-list {
	display:none;
}

.text-list h3 {
    padding-top: 10px;
	font-size:18px;
}
.text-list-ul {
    float: left;
    list-style-type: none !important;
    padding: 10px;
    width: 50%;
}
.text-list-ul li a {
    font-size: 14px;
	color: #c10e21;
	text-decoration:underline;
}


.entry-content .top-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-list .top-list-item {
	padding: 20px;
	width:100%;
	max-width:1310px;
}
.top-list .top-list-item a {
	color: #000;
	font-weight:bold;
}
.top-list .top-list-item.odd {
	background: #ccc;
}
.top-list .top-list-item.even {
	background: #e1e1e1;
}
.top-list .et_pb_button.et_pb_button_1 {
	font-size: 1em !important;
}
