.page-content .book-image img {
	width: 200px;
}

.book-details h3:first-of-type {
	margin-top: 0;
}

.book-details h3 {
	font-size: 1.1875em;
	margin: 20px 0 5px;
}

.book-details p {
	margin-top: 0;
}

@media (max-width: 991px) {
	.book-details {
		margin-top: 50px;
	}
}



.doc-link {
	font-size: 1.125em;
    font-family: "PT Sans", sans-serif;
	line-height: 1.6;
	font-weight: 400;
	margin-bottom: 30px;
	display: inline-block;
}

.resource-table .container {
	max-width: 100%;
}

#search-table_wrapper {
	max-width: 2500px;
    margin: 0 auto;
}

.jacket-wrap {
	max-width: 130px;
}

#search-table thead tr th:nth-child(1) {
	width: 40%;
} 

#search-table thead tr th:nth-child(2) {
	width: 40%;
}

#search-table thead tr th:nth-child(3) {
	width: 40%;
} 

#search-table thead tr th:nth-child(4) {
	width: 42%;
} 

#search-table thead tr th:nth-child(5) {
	width: 50%;
} 

#search-table thead tr th:nth-child(6) {
	width: 42%;
}

#search-table thead tr th:nth-child(7) {
	width: 50%;
} 

#search-table thead tr th:nth-child(8) {
	width: 47%;
}

#search-table tr td {
	width: 100%;
}

.donation-link a {
	transition: all .1s ease-in-out;
}

/*.donation-link:hover a {
	background-color: #F26666;
	color: #FFF !important;
}*/

.donation-link:hover a {
	background-color: transparent !important;
	color: #FFF !important;
}

.donation-confirmation img {
    width: auto !important;
    margin-left: -13px;
}

.give_success:before {
	background-color: #6ACACE !important;
}

.give_success {
	border-color: #6ACACE !important;
}

.hall-of-fame {
	border-bottom: 1px solid #5B7381;
	padding: 50px 0 50px 0;
}

.hall-of-fame:nth-of-type(1) {
	margin-top: 50px;
	border-top: 1px solid #5B7381}

.fame-image {
	padding-right: 50px;
	width: 315px;
	height: 250px;
	overflow: hidden;
}

.content-container {
	line-height: 200px;
}

.fame-content blockquote {
	margin-top: 0px;
	margin-left: 0px;
}

.gallery-container {
    width: 70%;
    margin: 0 auto;
}

.gallery-item:nth-child(n+4) {
	margin-top: 20px;
}

.gallery-item:nth-last-child(-n+3) .paper-wrapper .caption{
	position: static;
	width: 350px;
}

.sidebar {
	border-top: none;
}

.sidebar li a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.125em;
}

.sidebar .textwidget p {
	margin: 0px;
	padding: 0px;
}

.page-content img {
	width: 100%;
	height: auto;
}

.contact-form input, .contact-form textarea {
    margin-bottom: 20px;
}

.contact-form input, .contact-form textarea, .contact-form input:focus, .contact-form textarea:focus {
	border: 1px solid #aaa !important;
	padding: 10px 10px !important; 
}

.contact-form button {
	margin-top: 30px;
	padding: 10px 50px;
    font-size: 1.1em;
    background-color: #6ACACE;
    color: white;
    border-radius: 14px 0 14px 0;
    cursor: pointer;
    border: none;
    outline: none;
}

.contact-form button:active {
    background-color: #559fa2;
    outline: none;
    border: none;
}

.gallery img {
	width: 100%;
	height: auto;
}

.page-template-default .page-content ul ul li,
.single-blog .page-content ul ul li {
	font-size: 1em;
}

.page-template-default .page-content ol ol li,
.single-blog .page-content ol ol li {
	font-size: 1em;
}

.page-template-default .page-content ul ul,
.single-blog .page-content ul ul {
	list-style-type: none;
}

.page-template-default .page-content ol ol,
.single-blog .page-content ol ol {
	counter-reset: item;
}

.page-template-default .page-content > ol ol li::before,
.single-blog .page-content > ol ol li::before {
	list-style: none !important;
}

.page-template-default .page-content ol,
.single-blog .page-content ol,
.page-template-default .page-content ul,
.single-blog .page-content ul {
    counter-reset: foo;
    display: table;
}

.page-template-default .page-content ol > li,
.single-blog .page-content ol > li,
.page-template-default .page-content ul > li,
.single-blog .page-content ul > li {
    counter-increment: foo;
    display: table-row;
}

.page-template-default .page-content ol > li::before,
.single-blog .page-content ol > li::before,
.page-template-default .page-content ul > li::before,
.single-blog .page-content ul > li::before {
    content: counter(foo) ".";
    display: table-cell;
    text-align: right;
    padding-right: 12px;
}

.button--blue:hover {
	background-color: #5faeb1;
}

.button--blue:hover, .give-form-wrap #give_purchase_submit #give-purchase-button:hover {
	background-color: #5faeb1;
}

.contact-form button:hover {
    background-color: #5faeb1;
}

#search-edit-submit:hover {
	background-color: #5faeb1 !important;
	border: 1px solid #5faeb1 !important;
}

.tribe-events-event-url {
    word-wrap: break-word;
}

.header #primary_nav_wrap ul.navLinks ul li:last-child {
    margin-bottom: 0px;
}

.search-toggle.active svg,
.search-toggle:hover svg{
	fill: #5faeb1;
}

body.hall-of-fame:nth-of-type(1) {
	margin-top: 0px;
	border: none;
}

body.hall-of-fame {
	padding: 0px;
}

.fame-content blockquote {
	margin: 0px;
}

ul.error-content {
	list-style: none;
}

ul.error-content li a {
	text-decoration: underline;
}

ul.error-content li a:hover {
	text-decoration: none;
}

.service {
	transition: all 0.2s ease-in-out;
}

.service:hover {
	background-color: #5faeb1;
	transition: all 0.2s ease-in-out;
}

.service::after {
	transition: all 0.2s ease-in-out;
}

.service:hover::after {
	border-color: #5faeb1 transparent transparent transparent; 
	transition: all 0.2s ease-in-out;
}

.slick-arrow {
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}

.slick-arrow:hover {
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.page-content a,
.contact-form-container a {
	text-decoration: underline;
}

.page-content a:hover,
.contact-form-container a:hover {
	text-decoration: none;
}

.contact-info a:hover {
	text-decoration: underline;
}

.socials li a svg .st0{
	transition: all 0.2s ease-in-out;
}

.socials li a:hover svg .st0{
	fill: #5faeb1;
	transition: all 0.2s ease-in-out;
}

.footer-icons li a svg {
	width: 53px;
    margin-right: 20px;
}

.footer-icons li a svg .st0 {
	transition: all 0.2s ease-in-out;
}

.footer-icons li a:hover svg .st0 {
	fill: #5faeb1;
	transition: all 0.2s ease-in-out;
}

.header #primary_nav_wrap ul.navLinks ul {
	z-index: 99;
}

.navLinks li ul li {
	font-size: 1em;
}

.caption {
	position: static;
    width: 350px;
}



#keyword-search {
    background-color: #FFF;
    padding: 20px;
    margin-right: 20px;
    border: 1px solid #6ACACE;
    border-radius: 5px;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}

#keyword-search:focus {
	border: 1px solid #5faeb1;
}

#keyword-search-button {
    padding: 20px;
    outline: 0px;
    border: 0;
    background-color: #6ACACE;
    color: #FFF;
    font-family: "PT Sans";
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

#keyword-search::placeholder {
	color: #B3B3B3;
	font-family: "PT Sans";
	font-weight: 100;
	font-size: 18px;
}

#keyword-search-button:hover {
	background-color: #5faeb1;
}

/*.group-one {
	display: inline-block;
	width: 251px;
	margin-right: 10px;
}

.group-two {
	display: inline-block;
	width: 251px;
	margin-right: 10px;
}

.group-three {
	display: inline-block;
	width: 251px;
	margin-right: 70px;
}

.group-four {
	display: inline-block;
	width: 251px;
}

.group-five {
	display: inline-block;
	width: 251px;
	margin-right: 10px;
}

.group-six {
	display: inline-block;
	width: 251px;
	margin-right: 10px;
}

.group-seven {
	display: inline-block;
	width: 251px;
	margin-right: 70px;
}

.group-eight {
	display: inline-block;
	width: 251px;
}*/

.advanced-filter {
	margin-top: 50px;
	font-family: "PT Sans";
	font-size: 22px;
	font-weight: 100;
	color: #666666;
	margin-bottom: 30px;
}

#advanced-clear-button {
	display: block;
	float: left;
	margin-top: 20px;
	padding: 10px;
	background-color: #5B7381;
	outline: 0px;
	border-radius: 5px;
	color: #FFF;
	border: none;
	font-family: "PT Sans";
	font-weight: 300;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	width: 48%;
}

#advanced-clear-button:hover {
	background-color: #3f505a;
}


.input-background label {
	font-family: "PT Sans";
	font-weight: 100;
	font-size: 18px;
	color: #666666;
	margin-bottom: 2px;
}

.first-row div[class^="group"] > input,
.first-row div[class^="group"] > select,
.second-row div[class^="group"] > input,
.second-row div[class^="group"] > select {
	padding: 10px;
	font-size: 16px;
	font-family: "PT Sans";
	font-weight: 100;
	font-style: normal;
	border: 1px solid #CCCCCC;
	border-radius: 0px;
	transition: all 0.2s ease-in-out;
}

.first-row div[class^="group"] > input:focus,
.first-row div[class^="group"] > select:focus,
.second-row div[class^="group"] > input:focus,
.second-row div[class^="group"] > select:focus {
	border: 1px solid #5faeb1;
}

.first-row div[class^="group"] > input::placeholder,
.first-row div[class^="group"] > select:invalid,
.second-row div[class^="group"] > input::placeholder,
.second-row div[class^="group"] > select:invalid {
	color: #B3B3B3;
	font-style: italic;
	font-size: 17px;
}

.second-row {
	margin-top: 20px;
}

.first-row select,
.second-row select {
	background-image: url(../images/dropdown-arrow.svg);
    background-size: 11px 7px;
    background-repeat: no-repeat;
    background-position: 96%;
}

.first-row select::-ms-expand,
.second-row select::-ms-expand {
    display: none;
}

.resource-table {
	margin-top: 0px;
}

.resource-table h2 {
	font-family: "PT Sans";
	font-size: 22px;
	font-weight: 100;
	color: #666666;
	margin-bottom: 0px;
}

.resource-table h2 span {
	font-family: "PT Sans";
	font-size: 18px;
	font-weight: 100;
	font-style: italic;
	color: #B3B3B3;
	padding-left: 20px;
}

#search-table_length label {
    display: none;
}

#search-table_filter {
    display: none;
}

#search-table {
	margin-top: 30px;
	border: none;
	border-spacing: 0;
}

#search-table thead tr th {
	background-color: #6ACACE;
	color: #FFF;
	border-right: 2px solid #FFF;
	background-image: url(../images/white-dropdown.svg);
    background-size: 11px 7px;
    background-repeat: no-repeat;
    background-position: 97% 10px;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
	cursor: pointer;
	width: 100% !important;
}

#search-table thead tr th:first-child {
	background-image: none;
}

#search-table tbody tr td {
    border-right: 1px solid #E0E0E0;
    vertical-align: top;
    padding: 0 7px 7px 7px;
    line-height: 15px;
	padding-top: 5px;
}

#search-table tbody tr td:last-child {
	border: none;
}

.resource-table table tbody td a {
    color: #6ACACE;
    font-weight: 100;
    font-size: 14px;
    cursor: pointer;
    line-height: 10px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.resource-table table tbody td a .highlight {
	color: #6ACACE;
}

.resource-table table tbody td a.search-tag:hover {
	color: #5faeb1;
}

.resource-table table tbody td p {
    font-weight: 100;
    font-size: 14px;
    line-height: 15px;
    margin: 0;
    padding: 0px 7px 7px 0px;
    color: #666666;
}

.resource-table table tbody td img {
    padding: 5px 10px 3px 10px;
}

.resource-table tbody tr.odd {
	background-color: #F9F9F9;
}

.resource-table table tr {
	transition: all 0.2s ease-in-out;
}

.resource-table table tr:hover {
    background: #f3f3f3;
}

.main .page.resource-table {
    padding: 70px 0 60px;
}

.resource-table #search-table_info {
    display: none;
}

#search-table_last {
    display: none;
}

#search-table_first {
    display: none;
}

#search-table_paginate {
    text-align: center;
    margin-bottom: 20px;
}

.resource-table .resource-next,
.resource-table .resource-prev {
	width: 42px;
	height: 42px;
	display: inline;
	cursor: pointer;
}

.resource-table .paginate_button {
	font-size: 1.875em;
    line-height: 42px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 20px;
    vertical-align: top;
}

.resource-table .paginate_button.current {
    color: #6ACACE;
}

.resource-table td.dataTables_empty {
    padding: 10px !important;
    color: #727272;
    font-size: 18px;
}

#search-table_wrapper {
	overflow-x: auto;
}

.resource-table .highlight {
    background-color: #e2e2e2;
    line-height: 15px;
    font-size: 14px;
}

.first-row:after {
	content: "";
    display: table;
    clear: both;
}

.group-one {
	float: left;
	width: 24%;
	padding-right: 10px;
}

.group-two {
	float: left;
	width: 24%;
	padding-right: 10px;
}

.group-three {
	float: left;
	width: 24%;
	padding-right: 10px;
}

.group-four {
	float: left;
	width: 14%;
	/* margin-left: 74px; */
}

.group-two-col {
	float: left;
    width: 14%;
    padding-left: 10px;
}

.second-row:after {
	content: "";
    display: table;
    clear: both;
}

.group-five {
	float: left;
	width: 24%;
	padding-right: 10px;
}

.group-six {
	float: left;
	width: 24%;
	padding-right: 10px;
}

.group-seven {
	float: left;
	width: 24%;
	padding-right: 10px;
}

.group-eight {
	float: left;
	width: 28%;
	padding-top: 11px;
	/* margin-left: 74px; */
}

.search-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.search-wrapper .column-one {
	float: left;
	width: 85%;
}

.search-wrapper .column-two {
	float: left;
	width: 15%;
	padding-left: 20px;
}

.dataTables_paginate span {
	display: inline-block;
    vertical-align: top;
}

#advanced-copy-search-link-button {
    display: block;
    float: left;
    margin-top: 20px;
    padding: 10px;
    background-color: #5B7381;
    outline: 0px;
    border-radius: 5px;
    color: #FFF;
    border: none;
    font-family: "PT Sans";
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
	transition: all 0.2s ease-in-out;
	width: 48%;
}

#advanced-copy-search-link-button:hover {
    background-color: #3f505a;
}

.protip-container.protip-skin-default.protip-skin-default--size-small.protip-skin-default--scheme-green {
    background-color: #6ACACE;
    color: #FFF;
}

.ac-extra-table td {
	padding: 0 !important;
}

.ac-extra-table table {
	margin: 0 !important;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-left: 0px !important;
}

.ac-extra-table table tbody td {
	padding-top: 10px !important;
	padding-bottom: 7px !important;
}

.ac-extra-table table tbody td:first-child {
	width: 16% !important;
	background-color: #6ACACE; 
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

.ac-extra-table table tbody td:last-child {
	font-size: 14px;
	color: #666666;
	font-family: "PT Sans", sans-serif !important;
	padding-left: 10px !important;
}

.details {
	background-image: url("../images/expand-cell.svg");
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 5px;
}

.details.open {
	transform: rotate(180deg);
}

td[data-label="AC Links/EYLF"] {
	position: relative;
}

#search-table {
	width: 100% !important;
}


.give-form-wrap #give_purchase_submit #give-purchase-button {
	font-weight: 500;
	font-size: 17px;
}

label.give-label {
    color: #666 !important;
}

span.give-required-indicator {
    color: red !important;
}



.give-input {
	padding: 10px !important;
	border-radius: 3px !important;
	   font-size: 15px !important;
    font-family: "PT Sans", sans-serif !important;
    color: #666666 !important;
        border: 1px solid #aaa !important;
}

.give-text-input {
	border-radius: 3px !important;
	   font-size: 15px !important;
    font-family: "PT Sans", sans-serif !important;
    color: #666666 !important;
        border: 1px solid #aaa !important;
}

.give-final-total-amount {
	border-radius: 3px !important;
	   font-size: 15px !important;
    font-family: "PT Sans", sans-serif !important;
    color: #666666 !important;
        border: 1px solid #aaa !important;
}

.give-currency-symbol {
	border-top: 1px solid #aaa !important;
	border-left: 1px solid #aaa !important;
	border-bottom: 1px solid #aaa !important;
}

.give-donation-total-label {
	border: 1px solid #aaa !important;
}

.tribe-link-view-attendee {
	display: none !important;
}

.woocommerce-additional-fields {
	display: none !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 100% !important;
}

#billing_last_name_field,
#billing_first_name_field {
	width: 100% !important;
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper .optional {
	color: #b3b3b3 !important;
	font-size: 18px !important;
}

.woocommerce-billing-fields__field-wrapper label {
	margin-bottom: 0px !important;
}

.woocommerce-billing-fields__field-wrapper label {
	margin-top: 15px;
}

.woocommerce-billing-fields h3 {
	font-weight: 400 !important;
}

.woocommerce-billing-fields label .required {
	color: #ff1d25 !important;
	font-weight: 100 !important;
}

.woocommerce-billing-fields input {
	border: 1px solid #CCC !important;
	color: #666666 !important;
	font-weight: 100 !important;
	font-size: 18px !important;
	padding: 10px !important;
	border-radius: 0px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 0px;
    height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666666;
    font-size: 18px;
    line-height: 47px;
    padding-left: 10px;
    padding-right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #5b7381 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    height: 0;
    left: 50%;
    margin-left: -11px;
    margin-top: 8px;
    position: absolute;
    top: 50%;
    width: 0;
}

#billing_country_field {
	display: none;
}

.select2-results__option {
	font-size: 18px;
}

.paypal-button.paypal-button-color-blue {
    background: #0070ba;
    color: #fff;
}

label[for="payment_method_ppec_paypal"] img {
	width: auto !important;
	height: auto !important;
}



.shop_table thead tr th {
	background-color: #6acace;
	color: #FFF;
	font-weight: 600 !important;
	border-spacing: 1px;
}

/*.shop_table:not(thead) tr:nth-of-type(2n+1) {
	background-color: #F9F9F9;
}*/



/*.shop_table tfoot tr:nth-of-type(even) {
    background-color: #F9F9F9;
}

.shop_table tbody tr:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/

.order-total {
	background-color: #F9F9F9;
}

.order-total td span,
.order-total th {
	font-weight: bold !important;
}

.woocommerce table.shop_table {
	border: none !important;
	border-collapse: collapse;
}

.woocommerce table.shop_table td {
	padding: 10px;
	line-height: 25px;
}

.woocommerce table.shop_table tbody tr {
	border-bottom: none;
}

.woocommerce table.shop_table .cart_item td {
	border-spacing: 0px !important;
	border-right: 1px solid #E0E0E0;
}

.woocommerce table.shop_table .cart_item td:last-child {
	border: none !important;
}

.woocommerce table.shop_table tfoot tr th:first-child {
	border-spacing: 0px !important;
	border-right: 1px solid #E0E0E0;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table td .product-quantity,
.woocommerce table.shop_table td span,
.woocommerce table.shop_table tfoot th
 {
	border: none;
	font-size: 18px;
	font-weight: 100;
	color: #666;
}

.woocommerce table.shop_table tfoot th {
	border: none; 
}

.woocommerce table.shop_table thead th {
	border-right: 2px solid #FFF;
}

.woocommerce table.shop_table tfoot td {
	border: none;
}

table tr {
	transition: all 0.2s ease-in-out;
}

table tr:hover {
    background: #f3f3f3 !important;
}

table tfoot {
	border-top: none;
}

.wcppec-checkout-buttons.woo_pp_cart_buttons_div {
    display: none !important;
}

.product-thumbnail {
	border: none !important;
}

.woocommerce-Price-amount {
	padding-top: 11px;
}

.actions .button {
	background-color: #5b7381 !important;
    color: #FFF !important;
    padding: 15px !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.actions .button:hover {
	background-color: #3f505a !important;
}

.checkout-button {
	display: inline-block;
	float: right;
	background-color: #6acace !important;
	border-radius: 5px !important;
	font-size: 18px !important;
	text-transform: uppercase !important;
}

.checkout-button:hover {
	background-color: #5faeb1 !important;
}

.input-text.qty.text {
	background: transparent;
}

.woocommerce-message {
    border-top-color: #6acace;
}

.woocommerce-message::before {
    content: '\e015';
    color: #6acace;
}

#order_review_heading {
	font-weight: 300;
    margin-top: 40px;
}

.tribe-tickets-form-row {
	background: #f8f8f8;
}

.tribe-tickets-form-row:hover {
	background: #f3f3f3;
}

.tribe-tickets-form-row td {
	color: #FFF !important;
}

.add-to-cart {
	background: #FFF !important;
}

.add-to-cart:hover {
	background: #FFF !important;
}

.tribe-tickets-remaining {
	color: #000;
}

.tickets_price .woocommerce-Price-amount {
	color: #FFF;
	font-style: normal;
}

.tickets_price .woocommerce-Price-currencySymbol {
	color: #FFF;
	font-style: normal;
}

.tribe-tickets-remaining,
.available-stock {
	color: #000 !important;
}

.tribe-events-tickets td {
	line-height: 16px;
}

.tribe-events-tickets .woocommerce .quantity input {
	background: #FFF !important;
	color: #666 !important;
}

.tribe-events-tickets td {
	padding: 10px;
}

.tribe-button {
	background-color: #6ACACE !important;
    color: #FFF !important;
    padding: 15px !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border: 1px solid #6acace;
}

.tribe-button:hover {
	background-color: #5faeb1 !important;
	border: 1px solid #5faeb1 !important;
}

.tribe-event-tickets-plus-meta-attendee header {
	color: #666;
	font-size: 22px;
	padding-bottom: 30px;
}

.tribe-events-tickets-rsvp header {
	color: #666;
	font-size: 22px;
	padding-left: 20px;
    padding-top: 20px;
}

.tribe-event-tickets-plus-meta-attendee {
	padding: 18px;
}

.tribe-event-tickets-plus-meta-attendee:nth-of-type(n+2) {
	padding-top: 28px;
}

.tribe-event-tickets-plus-meta-attendee label {
	font-size: 18px;
	color: #5b7381;
} 

.tribe-tickets-meta-label {
	font-size: 18px !important;
	color: #5b7381 !important;
	margin-top: 35px;
    padding-bottom: 10px !important;
}

.tribe-event-tickets-plus-meta-attendee input {
	background: #FFF;
	border: 1px solid #CCC !important;
	border-radius: 0px !important;
	padding: 15px;
}

.tribe-tickets-meta-option-label {
	vertical-align: middle;
	font-size: 18px;
	color: #666666;
}

.tribe-tickets-meta-label:after {
	margin-left: -4px;
}

.tribe-tickets-meta-checkbox input[type="checkbox"] {
	padding: 5px;
    width: 10px;
    display: inline-block;
    float: left;
    margin-top: 8px;
    margin-right: 5px;
}

.tribe-tickets-meta-select {
	margin-top: 30px;
}

#tribe-tickets-meta_dropdown {
	background-image: url(../images/dropdown-arrow.svg);
    background-size: 10px 41px;
    background-repeat: no-repeat;
    background-position: top right 10px;
    padding: 10px;
}

form[id*=give-form] #give-gateway-radio-list>li input[type=radio] {
	display: inline-block;
	width: 30px;
}

input[type="radio"] {
    cursor: pointer;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    background: url(../images/checkbox_default.svg) no-repeat center center/30px 30px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: 0px !important;
    box-shadow: none;
    vertical-align: bottom;
}

input[type="checkbox"] {
	cursor: pointer;
	-webkit-appearance: none;
    width: 15px !important;
    height: 15px !important;
    background: url(../images/radio_default.svg) no-repeat center center/15px 15px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: 0px !important;
    box-shadow: none;
    background-color: transparent !important;
}

input[type="checkbox"]:checked {
    background: url(../images/radio_checked.svg) no-repeat center center/15px 15px;
}

input[type="radio"]:checked {
    background: url(../images/checkbox_checked.svg) no-repeat center center/30px 30px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
	font-size: 18px !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    margin-bottom: 20px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong{
	font-size: 18px !important;
    font-weight: 500;
    color: #666666;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:before {
	content: none !important;
	display: none !important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details .woocommerce-order-overview__total.total {
	padding-right: 102px !important;
}

tfoot tr:last-child th {
    font-weight: bold !important;
}

tfoot tr:last-child {
    background-color: #F9F9F9 !important;
}

tfoot tr:last-child td .woocommerce-Price-amount,
tfoot tr:last-child td .woocommerce-Price-currencySymbol {
    font-weight: bold !important;
}

.order_item td:first-child {
	border-right: 1px solid #E0E0E0 !important;
}

.woocommerce table.shop_table tfoot td {
	font-weight: 500 !important;
}

.woocommerce-customer-details address {
	font-size: 18px !important;
    color: #666666 !important;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
	font-size: 18px !important;
}

.woocommerce-order-details .woocommerce-order-details__title {
	margin-top: 20px !important;
}

.woocommerce-customer-details h2 {
	margin-top: 45px !important;
}

.contact-form input, textarea {
	font-size: 18px !important;
}

.give-text-input {
	font-size: 18px !important;
}

.give-input {
	font-size: 18px !important;
}

.give-final-total-amount {
	font-size: 18px !important;
}

span.give-required-indicator {
    margin-left: -5px;
}

.datepicker-months table,
.datepicker-years table {
	width: auto !important;
}

.datepicker table tr td span.active.active {
	background-color: #6ACACE !important;
	color: #FFF !important;
}

.tribe-bar-date-filter input,
.tribe-bar-search-filter input {
	font-size: 18px !important;
	font-style: normal !important;
}

.tribe-tickets-meta_dropdown option {
	font-size: 18px !important;
}

img.woocommerce-placeholder {
	display: none !important;
}

.woocommerce-billing-fields label .required {
	margin-left: -5px;
}

.image-wrapper {
	width: 350px;
    height: 233px;
    overflow: hidden;
}

.contact-form button {
	transition: all 0.2s ease-in-out;
}

[aria-label = "Show street map"] {
    font-size: 12px !important;
    height: 25px !important;
}

[aria-label = "Show satellite imagery"] {
    font-size: 12px !important;
    height: 25px !important;
}

[title = "Show street map with terrain"] {
    height: 27px !important;
    width: 65px !important;
    font-size: 10px !important;
}

[title = "Show street map with terrain"] span {
	float: left !important;
}

[title = "Show imagery with street names"] {
    height: 27px !important;
    width: 65px !important;
    font-size: 10px !important;
}

[title = "Show imagery with street names"] span {
	float: left !important;
}

[aria-label = "Toggle fullscreen view"] {
    height: 33px !important;
    width: 32px !important;
}

[aria-label = "Toggle fullscreen view"] img {
    margin: 7px 7px 26px !important;
}

.first-row input::placeholder,
.second-row input::placeholder {
	font-size: 16px !important;
	
}

.tribe-event-tickets-meta-required-message {
	font-size: 16px;
	margin-left: 10px;
}

.cart-subtotal th {
	font-weight: 100 !important;
}

h3.tribe-events-month-event-title a {
    line-height: 14px !important;
}

.tribe-events-nav-previous,
.tribe-events-nav-next,
.tribe-events-nav-previous a,
.tribe-events-nav-next a {
	line-height: 15px !important;
}

.tribe-tickets-form-row td,
.tribe-tickets-form-row span {
	color: #000 !important;
}

.tribe-tickets-form-row td,
.tribe-events-tickets-rsvp td {
	border-right: 1px solid #CCC !important;
}

.tribe-tickets-form-row .tickets_description,
.tribe-events-tickets-rsvp .tickets_description,
.tribe-events-tickets-rsvp .add-to-cart {
	border-right: none !important;
}

.tribe-tickets-form-row td,
.tribe-events-tickets-rsvp td {
	border-top: 1px solid #dfdfdf !important;
}

.tribe-events-tickets {
	border-collapse: collapse;
}

#tribe-events-footer {
	border: none !important;
}

.tribe-events-tickets-rsvp .tribe-tickets-table td {
	border: none !important;
}

.tribe-tickets-has-rsvp .tribe-tickets-meta-row td {
	border-right: 0 !important;
}

.tribe--rsvp {
	margin-bottom: 15px !important;
}

.tribe-events-tickets button {
	margin-left: -9px !important;
}

.tribe-tickets-table {
	margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 9px;
    padding-right: 9px;
}

.tribe-tickets-table label {
	font-size: 18px;
    color: #5b7381;
}

.tribe-tickets-table input,
.tribe-tickets-table select {
	border: 1px solid #CCC !important;
    border-radius: 0px !important;
    font-size: 18px !important;
}

.tribe-rsvp-message-success {
    margin-left: -10px !important;
    background-color: #6ACACE !important;
    color: #FFF !important;
    border-radius: 0px !important;
    padding: 10px !important;
    width: 103% !important;
    font-size: 14px !important;
    border: none !important;
}

button.tribe-button.tribe-button--rsvp {
	margin-left: 0 !important;
}

.product-thumbnail {
	display: none;
}

.listing-item:hover h4 {
	color: #6ACACE;
}

.tribe-events-tooltip h3 {
	margin-top: 0;
}

.extra-table tbody tr td:first-of-type {
	vertical-align: middle !important;
}

#search-key-concepts:invalid,
#search-audience:invalid,
#search-publisher-start-date:invalid,
#search-publisher-end-date:invalid {
	color: #B3B3B3;
	font-style: italic;
	font-size: 16px;
}

.dataTables_paginate .ellipsis {
	font-size: 30px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	/* IE10+ CSS styles go here */
	#search-key-concepts:invalid,
	#search-audience:invalid,
	#search-publisher-start-date:invalid,
	#search-publisher-end-date:invalid {
		color: #B3B3B3;
		font-style: italic;
		font-size: 15px;
	}

	@media screen and (max-width: 1139px) {
		.group-seven {
			width: 51% !important;
		}

		.group-eight {
			width: 49% !important;
			margin-left: -8px !important;
		}

		#search-audience {
			width: 98%;
		}
	}

	@media screen and (max-width: 600px) {
		.group-seven {
			width: 100% !important;
		}

		#search-audience {
			width: 100%;
		}

		.second-row .group-eight {
			width: 100% !important;
			margin-left: 0px !important;
		}
	}
}

.cart-subtotal th,
.order-total th {
	text-align: left;
}

.shop_table thead tr th {
	text-align: left;
}

.woocommerce .quantity .qty {
	text-align: left;
}

.menu-item-depth-0:first-of-type {
	border: none;
}

@-moz-document url-prefix() {
	#search-key-concepts:invalid,
	#search-audience:invalid,
	#search-publisher-start-date:invalid,
	#search-publisher-end-date:invalid {
		color: #D6D6D6;
		font-style: italic;
		font-size: 15px;
		padding: 10px;
	}

	.first-row div[class^="group"] > select,
	.second-row div[class^="group"] > select {
		padding: 9px;
	}

	@media screen and (max-width: 1139px) {
		.group-seven {
			width: 51% !important;
		}

		.group-eight {
			width: 49% !important;
			margin-left: -8px !important;
		}

		#search-audience {
			width: 98%;
		}
	}

	@media screen and (max-width: 600px) {
		.group-seven {
			width: 100% !important;
		}

		#search-audience {
			width: 100%;
		}

		.second-row .group-eight {
			width: 100% !important;
			margin-left: 0px !important;
		}
	}
}

@media screen and (min-width: 1140px) {
    .input-background {
		background: url(../images/search_background.png);
	    background-repeat: repeat-x;
	    margin-top: -20px;
	    padding-bottom: 70px;
	    padding-top: 70px;
	}

	.page-template-template-resource main .page:before {
		background: none;
		content: none;
	}
}

@media screen and (max-width: 1139px) {
	.input-background {
		background: #f9f9f9;
		padding-top: 50px;
    	padding-bottom: 50px;
	}

	.group-one {
		float: left;
		width: 50%;
		padding-right: 20px;
	}

	.group-two {
		float: left;
		width: 50%;
		padding-right: 0;
	}

	.group-three {
		float: left;
		width: 50%;
		padding-right: 20px;
		margin-top: 20px;
	}

	.group-four {
		float: left;
		width: 25%;
		margin-left: 0px;
		padding-right: 0;
		margin-top: 20px;
	}

	.group-five {
		float: left;
		width: 50%;
		padding-right: 20px;
		margin-top: 20px;
	}

	.group-six {
		float: left;
		width: 50%;
		padding-right: 0;
		margin-top: 20px;
	}

	.group-seven {
		float: left;
		width: 50%;
		padding-right: 20px;
		margin-top: 20px;
	}

	.group-eight {
		float: left;
		width: 50%;
		margin-left: 0px;
		padding-right: 0;
		margin-top: 20px;
	}

	.group-two-col {
		float: left;
		width: 25%;
		padding-left: 10px;
		margin-top: 20px;
	}

	.second-row {
		margin-top: 0;
	}

	#keyword-search-button {
	    padding: 12px;
	    outline: 0px;
	    border: 0;
	    font-size: 16px;
	    border-radius: 5px;
	}

	#keyword-search {
		padding: 10px;
	    border: 1px solid #CCC;
	    border-radius: 0px;
	    font-size: 17px;
	}

	#keyword-search::placeholder {
		font-size: 17px;
	}

	.header #primary_nav_wrap ul li:not(:last-child) {
		border-bottom: none;
	}

	.menu-item-depth-0 {
		border-top: 1px solid #C3EAEB;
	}
}

@media screen and (max-width: 600px) {
	.input-background {
		background: #f9f9f9;
	}

	.group-one {
		float: left;
		width: 100%;
		padding-right: 0px;
	}

	.group-two {
		float: left;
		width: 100% ;
		padding-right: 0;
		margin-top: 20px;
	}

	.group-three {
		float: left;
		width: 100%;
		padding-right: 0px;
		margin-top: 20px;
	}

	.group-four {
		float: left;
		width: 100%;
		margin-left: 0px;
		padding-right: 0;
		margin-top: 20px;
	}

	.group-five {
		float: left;
		width: 100%;
		padding-right: 0px;
		margin-top: 20px;
	}

	.group-six {
		float: left;
		width: 100%;
		padding-right: 0;
		margin-top: 20px;
	}

	.group-seven {
		float: left;
		width: 100%;
		padding-right: 0px;
		margin-top: 20px;
	}

	.group-eight {
		float: left;
		width: 100%;
		margin-left: 0px;
		padding-right: 0;
		margin-top: 20px;
	}

	.second-row {
		margin-top: 0;
	}

	#keyword-search-button {
	    padding: 12px !important;
	    outline: 0px !important;
	    border: 0 !important;
	    font-size: 14px !important;
	    border-radius: 5px !important;
	}

	.group-two-col {
		float: left;
		width: 100%;
		padding-left: 0px;
		margin-top: 20px;
	}
	
	#search-table {
		width: 100% !important;
	}

}

@media only screen and (max-width: 1050px) {
	.gallery-item {
		width: 50%;
		margin-top: 0;
	}

	.gallery-item:nth-child(3) {
		margin-top: 20px;
	}

	.gallery-item:nth-last-child(-n+2) {
		margin-top: 20px !important;
	}

	/* .gallery-item:nth-child(n+4) { */
		/* margin-top: 0;
	}

	.gallery-item:nth-child(3) {
		margin-top: 125px;
	}

	.gallery-item:nth-child(4) {
		margin-top: 125px;
	} */

	/* .gallery-item:nth-child(n+3) {
		margin-top: 125px;
	} */
}

@media only screen and (max-width: 800px) {
	

	/* .gallery-item:nth-child(n+4) {
		margin: 0px;
	}

	.gallery-item:nth-child(n+3) {
		margin-top: 30px;
	} */
}

@media only screen and (max-width: 767px) {
	.gallery-item {
		width: 100%;
	}

	.search-wrapper .column-two {
		width: 25%;
	}

	.search-wrapper .column-one {
		width: 75%;
	}
}

@media only screen and (max-width: 769px) {
	.woocommerce-cart-form__cart-item .product-quantity {
		margin-top: -12px;
    	margin-bottom: 21px;
	}

	.woocommerce-cart-form__cart-item .product-quantity .quantity input {
		float: right;
    	text-align: right;
    	padding-right: 0;
	}

	.woocommerce-cart-form__cart-item td {
		border: none !important;
		background-color: #FFF !important;
	}

	.woocommerce-cart-form__cart-item:hover {
		background-color: #FFF !important;
	}

	.tribe-events-nav-previous a,
	.tribe-events-nav-next a {
		display: none !important;
	}

	li.tribe-events-nav-previous:after {
    	content: "\2190 Previous";
    	font-size: 17px;
	}

	li.tribe-events-nav-next:after {
    	content: "Next \2192";
    	font-size: 17px;
	}

	.tribe-events-sub-nav {
		margin-top: 50px !important;
	}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 760px) {
	.fame-image {
		margin-bottom: 15px;
	}

	.gallery-item .paper-wrapper .caption {
		position: static;
		width: 350px;
	}

	.gallery-item:nth-child(n+2) {
		margin-top: 50px !important;
	}

	.gallery-item img {
		margin: 0 auto;
	}

	.gallery-item h4 {
		text-align: center;
	}
}

@media only screen and (max-width: 990px) {
	.fame-image {
		margin-bottom: 15px;
	}

	.search-wrapper .column-one {
		width: 80%;
	}

	.search-wrapper .column-two {
		width: 20%;
	}
}

@media screen and (min-width: 1140px) {
	.donation-link:hover a {
		background-color: transparent !important;
		color: #F26666 !important;
	}

	.header #primary_nav_wrap ul.navLinks > li:last-child a {
		background-color: #F26666;
		color: #FFF;
	}

	.secondary-footer {
		display: none;
	}
}

@media screen and (max-width: 1140px) {
	.header .row > div.secondary-footer {
		width: 100%;
		border-top: 1px solid #EDEDED;
	}

	.secondary-footer .col-xs-6 {
		padding-left: 0;
		padding-right: 0;
	}

	.secondary-footer a {
		text-align: center;
		display: block;
		font-size: 1.0625em;
		line-height: 1;
		text-transform: uppercase;
		font-weight: 700;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.secondary-footer .donation-color {
		color: #FFF;
		background-color: #f26666;
	}

	
}

@media (max-width: 1300px) {
	/* Hide column labels */
	#search-table_wrapper thead tr {
		position: absolute;
		top: -9999em;
		left: -9999em;
	}
	#search-table_wrapper tr {
	border: 1px solid #CCC;
	border-bottom: 0;
  }
	/* Leave a space between table rows */
  #search-table_wrapper tr + tr {
	margin-top: 1.5em;
  }
  /* Get table cells to act like rows */
  #search-table_wrapper tr,
  #search-table_wrapper td {
		display: block;
	}
	#search-table_wrapper td {
		border: none;
		border-bottom: 0.125em solid #333;
	/* Leave a space for data labels */
		padding-left: 50%;
	}
	/* Add data labels */
  #search-table_wrapper td:before {
	content: attr(data-label);
	display: inline-block;
	font-weight: bold;
	line-height: 1.5;
	margin-left: -100%;
	width: 100%;
  }

  #search-table tbody tr td {
	border-right: none;
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
	padding-bottom: 20px;
}

.resource-table table tbody td img {
	padding: 0;
}

#search-table tbody tr td:last-child {
	border-bottom: 1px solid #CCC;
}

.resource-table td.dataTables_empty {
	padding-bottom: 20px !important;
}
#search-table_wrapper td {
	padding-left: 0.75em;
  }
  #search-table_wrapper td:before {
	display: block;
	margin-bottom: 0.75em;
	margin-left: 0;
  }
  /* .jacket-wrap {
	  width: 140px;
  } */

  #search-table tbody tr td {
	  border-right: none;
	  border-bottom: 1px solid #ccc;
	  padding-top: 15px;
	  padding-bottom: 20px;
  }

  .resource-table table tbody td img {
	  padding: 0;
  }

  #search-table tbody tr td:last-child {
	  border-bottom: 1px solid #CCC;
  }

  .resource-table td.dataTables_empty {
	  padding-bottom: 20px !important;
  }

  #search-table {
	  max-width: 70% !important;
	  margin: 0 auto;
  }

  

.ac-extra-table table tbody td:first-child {
	width: 100%;
	padding-top: 1px;
	background-color: transparent;
	color: #000;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	padding-left: 7px !important;
	border: none !important;
	border-right: 1px solid #CCC !important;
	border-left: 1px solid #CCC !important;  
}

.ac-extra-table table tbody td:first-child {
	border: none !important; 
}

.ac-extra-table td {
	border: none !important;
}

.ac-extra-table {
	border: none !important;
}

.resource-table h2 {
	margin-bottom: 30px;
}
}

@media (max-width: 700px) {
	#search-table {
		max-width: 100% !important;
		margin: 0 auto;
	}
}

@media (max-width: 600px) {
    

    .jacket-wrap {
        width: 108px;
    }

    

	.column-one {
		width: 100% !important;
	}

	.column-two {
		width: 50% !important;
		padding-left: 0px !important;
		margin-top: 20px;
	}

	#keyword-search-button {
		padding: 20px 50px;
		width: auto;
	}

	#buy-tickets .tribe-events-tickets tr:not(.tribe-event-tickets-plus-meta),
	.tribe-events-tickets td
	 {
		display: block !important;
	}

	.tribe-events-tickets tr {
		border-top: none !important;
	}

	.tribe-events-tickets-rsvp tr:not(.tribe-event-tickets-plus-meta),
	.tribe-events-tickets-rsvp tr:not(.tribe-event-tickets-plus-meta) td {
		border: none !important;
	}

	.tribe-events-tickets tr:not(.tribe-event-tickets-plus-meta),
	.tribe-events-tickets tr:not(.tribe-event-tickets-plus-meta) td {
		border: none !important;
	}

	.tribe-events-tickets-rsvp tr:last-child {
		display: block;
		padding: 0;
	}

	.tribe-tickets-table label {
		margin-bottom: -14px;
	}

	.tribe-tickets-table td {
		column-span: all !important;
		-webkit-column-span: all;
	}
  }
  
  /* Stack labels vertically on smaller screens */
  @media (max-width: 600px) {
    

	.column-one {
		width: 100% !important;
	}

	.column-two {
		width: 50% !important;
		padding-left: 0px !important;
		margin-top: 20px;
	}

	#keyword-search-button {
		padding: 20px 50px;
		width: auto;
	}
  }

@media (max-width: 400px) {
	.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
		border: none !important;
	}
}

.page-template-default.ncacl-online-donations .page-content ul > li::before {
    content: '' !important;
}

button#tec-tc-gateway-stripe-checkout-button {
    background-color: #6ACACE;
    padding: 20px 25px 40px;
}

#tec-tc-gateway-stripe-checkout-button #button-text {
    color: white;
    font-weight: 500;
    font-size: 17px;
}
.tribe-events .tribe-events-calendar-month__day-cell--mobile {
    justify-content: center;
}
