@charset "charset";
/*
Theme Name: Archaeological Institute of America
Theme URI: https://www.archaeological.org/
Description: Custom WordPress theme For Archaeological Institute of America
Author: Yelling Mule (updates by Castle Builder)
Author URI: https://www.yellingmule.com
Version: 1.0
*/

/* =WordPress Core from http://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */

.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;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
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 {
    width: 100%;
    padding-top: 0.5rem;
    font-weight: 400;
}

/*CUSTOM CSS
-------------------------------------------------------------- */

/*Required Styles*/

html, body{
    margin:0;
    padding:0;
    font-family:'Lato', sans-serif;
}
a:hover, a:active, a:visited, a:focus{
    text-decoration:none;
}
h1, h2, h3, h4, h5, .tribe-events .tribe-events-calendar-list__event-title-link, .tribe-events-content h2, .tribe-events-content h3, .tribe-events-content h4, .tribe-events-content h5, .tribe-events-content h6 {
    font-family:'EB Garamond', serif;
    font-variant: small-caps;
    text-transform: capitalize;
    font-weight:400;
    color:#003366;
}

.tribe-events .tribe-events-calendar-list__event-title-link {
    -webkit-font-smoothing: auto;
}
.tribe-events .tribe-events-calendar-list__event-title-link, .tribe-events .tribe-events-calendar-list__event-title-link a:visited {
     color:#003366;
}

h1 span, h2 span, h3 span{
    font-variant:normal;
    font-style:italic;
    text-transform:lowercase;
    font-weight:400;
}
h3 span.timezone {
    font-variant: small-caps;
    font-style: normal;
    text-transform: none;
    font-weight:400;
}
p, li {
    font-weight: 300;
    font-size: 16px;
}
a {
    color: #c54c26;
    font-weight: 400;
}
a:hover {
    color: #003366;
}
.container{
    width:90%;
    max-width:90%;
}
.centered{
    text-align:center;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.75rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	clear: both;
	white-space: pre-wrap;
 	white-space: -moz-pre-wrap;
 	white-space: -pre-wrap;
 	white-space: -o-pre-wrap;
 	word-wrap: break-word;
}

b, strong {
	font-weight:bold;
}

/*BUTTONS*/

.orange_button, .blue_button, .has-white-color, .btn-submit-donation  {
    color: white !important;
}

div.wp-block-button+p, .btn-group  .btn-submit-donation {
    margin-top: 1em;
}

.has-blue-color {
	color: #003366 !important;
}
.has-orange-color {
	color: #c54c26 !important;
}
.orange_button, .has-orange-background-color, .tribe-common a.orange_button, .btn-group  .btn-submit-donation {
    background:#c54c26;
    display:inline-block;
    padding:0.5rem 3rem;
    text-transform:uppercase;
    font-weight:700;
}

.btn-group  .btn-submit-donation {
    padding: 1.2rem 6.2rem !important;
    border-radius: 0px;
    font-size: 1.2rem;
}

#donation-form input {
	margin-right: 5px;
}

.wc-donation-title {
    font-size: 18px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

.orange_button:hover, .has-orange-background-color:hover, .tribe-common a.orange_button:hover, .btn-submit-donation:hover {
    background:#e87d5b;
}

.page-template-page-landing .aia_content_button .orange_button {
	width: 100%;
	text-align: center;
    padding: 1.2rem 6.2rem;
    font-size: 1.2rem;
}

.enlarge {
	font-size: 1.2rem;
}

.page-template-page-landing .wp-block-button__link {
	font-size: 1rem;
}
.page-template-page-landing .wp-block-button {

}
.blue_button, .has-blue-background-color,
.gform_wrapper .gform_footer input[type=submit] {
    background:#003366;
    display:inline-block;
    padding:0.5rem 3rem;
    text-transform:uppercase;
    font-weight:700;
}
.gform_wrapper .gfield_repeater_cell label {
	color: #212529;
}
.gfield_repeater_buttons .add_repeater_item_text, .gfield_repeater_buttons .remove_repeater_item_text, .gfield_repeater_wrapper input {
	border-radius: 0;
}
.gfield_repeater_wrapper input {
  width: 50%;
}
.blue_button:hover, .has-blue-background-color:hover  {
    background:#105498;
}

.white_button, .has-white-background-color {
    background:#FFF;
    display:inline-block;
    padding:0.5rem 3rem;
    text-transform:uppercase;
    font-weight:700;
    border: 2px solid #036;
}

.white_button:hover, .has-white-background-color:hover {
    background:#FFF;
}

.wp-block-file .wp-block-file__button {
   border-radius: 0;
    background: #c54c26;
}

.expand_button {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.expand_button:last-child, .tribe-common a.expand_button {
	margin-bottom: 15px;
}

.gfield_repeater_buttons .add_repeater_item_text{
	border-radius: 0px!important;
}

.gfield_repeater_buttons .remove_repeater_item_text{
	border-radius: 0px !important;
}


label.gfield_label {
	color: #23282d !important;
}

.gfield_repeater_wrapper input {
    border: 1px solid #767676 !important;
    border-radius: 4px;

}

/*HEADER*/
.header{
    position:fixed;
    width:100%;
    z-index:1000;
    top:0;
}
.header_top{
    background:#003366;
    text-align:right;
    font-size:14px;
}
.header_scrolled .header_top{
    display:none;
}
.header_top_nav{
    list-style:none;
    margin:0 2rem 0 0;
    padding:0;
    display:inline-block;
    font-weight:300;
}
.header_top_nav li{
    display:inline-block;
}
.header_top_nav li a{
    display:block;
    padding:0.75rem 0;
    color:white;
}
.header_top_nav li a:hover{
    color:#e87d5b;
}
.header_top_nav li a::after{
    content:'/';
    display:inline-block;
    margin:0 2rem;
}
.header_top_nav li a:hover::after{
    color:white;
}
.header_top_nav li:last-child a::after{
    content:none;
}
.header_top_button{
    display:inline-block;
}
.header_top_button a{
    display:inline-block;
    background:#c54c26;
    color:white;
    text-transform:uppercase;
    padding:0.75rem 2rem;
}
.header_top_button a:hover{
    background:#e87d5b;
}
.header_main{
    background:white;
    height:80px;
}
.header_scrolled .header_main{
    box-shadow:0 0 5px rgba(0,0,0,0.5);
}
.header_logo_circle{
    display:inline-block;
    width:115px;
    height:115px;
    background:white;
    border-radius:50%;
    margin-top:-2.5rem;
    vertical-align:top;
}
.header_logo_circle img{
    width:100%;
    padding:0.5rem;
}
.header_scrolled .header_logo_circle{
    height:80px;
    width:80px;
    margin-top:0;
}
.header_logo_text{
    font-family:'EB Garamond', serif;
    font-variant: small-caps;
    text-transform: capitalize;
    font-size:26px;
    line-height:1;
    padding: 0.5rem;
    display:inline-block;
    color:#003366;
    width: 277px;
    top:0;
    position:absolute;
}
.header_logo_text span{
    font-variant:normal;
    font-weight:400;
    font-style:italic;
    text-transform:lowercase;
}
.header_mobile{
    display:none;
    cursor:pointer;
}
.header_right{
    text-align:right;
}
.header_right{
	/*height: 100%;*/
	text-align:right;
	/*overflow-y: scroll;
	-webkit-overflow-scrolling:touch;*/
}
.header_main_nav{
    list-style:none;
    margin:0;
    padding:0;
    font-size:18px;
}
.header_main_nav li{
    display:inline-block;
}
.header_main_nav li a{
    display:block;
    padding: 1.65rem 1rem;
    color:#003366;
}
.header_main_nav li a::after{
    content:'\f107';
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    margin-left:0.5rem;
    color:#c54c26;
}
.header_main_nav li a:hover,
.header_main_nav li:hover > a,
.header_main_nav li.current-menu-item >a{
    color:#c54c26;
}
.header_megamenu{
    position:absolute;
    background:white;
    text-align:left;
    right:0;
    z-index:1000;
    width:100%;
    padding:0.25rem 3rem 3rem;
    display:none;
    box-shadow:0 0 5px rgba(0,0,0,0.5);
}
.header_megamenu::after{
    content:'';
    display:block;
    width:100%;
    height:5px;
    position:absolute;
    top:-3px;
    left:0;
    background:white;
}
.header_megamenu_icon{
    width:55px;
    height:55px;
    background:#c54c26;
    border-radius:50%;
}
.header_megamenu .col-lg-3:nth-of-type(even) .header_megamenu_icon{
    background:#003366;
}

.col-sm-3.two .header_megamenu_icon,.col-sm-3.four .header_megamenu_icon {
 background:#003366;

}


.header_megamenu_icon img{
    width:100%;
    -webkit-filter:brightness(0) invert(1);
    filter:brightness(0) invert(1);
    padding:0.75rem;
}
.header_megamenu h4{
    font-family:'Lato', sans-serif;
    font-variant:normal;
    text-transform:none;
    font-weight:700;
    margin:1rem 0;
}
.header_megamenu h4 a{
    margin:0;
    padding:0;
    color:#c54c26;
}
.header_megamenu h4 a:hover{
    color:#e87d5b;
}
.header_megamenu .col-lg-3:nth-of-type(even) h4 a{
    color:#003366;
}

.col-sm-3.two h4 a,.col-sm-3.four h4 a {
  color:#003366;

}

.header_megamenu .col-lg-3:nth-of-type(even) h4 a:hover{
    color:#105498;
}

.col-sm-3.two h4 a:hover,.col-sm-3.four h4 a:hover {
  color:#105498;

}

.header_megamenu h4 a::after{
    content:none;
}
.header_megamenu ul,
.header_submenu{
    list-style:none;
    margin:0;
    padding:0;
    font-size:16px;
    font-weight:300;
}
.header_megamenu ul li,
.header_submenu li{
    display:block;
    margin-bottom:0.25rem;
}
.header_megamenu ul li a,
.header_submenu li a{
    display:block;
    padding:0;
    color:black;
}
.header_megamenu ul li a::after,
.header_submenu li a::after{
    content:none;
}
/*.header_main_nav li:hover .header_megamenu,
.header_main_nav li:hover .header_submenu{
    display:block;
}*/
.header_submenu{
    display:none;
    position:absolute;
    text-align:left;
    background:white;
    padding:0 0 1rem;
    width:200px;
    z-index:1000;
}
.header_main_nav li .header_submenu li a{
    padding:0.25rem 1rem;
}
#menu-p-educators.header_submenu li a{
    padding: 0.25rem 1rem 0.25rem 0;
}

/*HERO*/

.hero{
    position:relative;
    overflow:hidden;
    margin-top:125px;
}
.hero, .hero_image_slider, .hero_image_slide{
    width:100%;
    height:700px;
}
.hero_image_slide{
    position:relative;
}
.hero_image_slide img{
    width:100%;
    height:auto;
    position:absolute;
    margin:auto;
    top:-9999px;
    left:-9999px;
    right:-9999px;
    bottom:-9999px;
}
.hero_tabs{
    width:100%;
    position:absolute;
    bottom:0;
    text-align:center;
}
.hero_tabs h3{
    font-family:'Lato', sans-serif;
    font-variant: normal;
    text-transform: uppercase;
    font-size:16px;
    font-weight:700;
    margin:0;
    color:white;
    padding: 1.5rem;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero_tab{
/*    padding:1.5rem;*/
    background:#003366;
    color:white;
    cursor:pointer;
    height: 90px;
}
.hero_tabs .hero_tab:nth-of-type(odd){
    background:#c54c26;
}
.hero_tabs .hero_tab.slick-current{
    background:transparent;
}
.hero_tab:focus{
    outline:none;
}
.hero_overlay{
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    background: -moz-linear-gradient(left, rgba(47,11,0,1) 0%, rgba(47,11,0,0) 80%, rgba(47,11,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(47,11,0,1) 0%,rgba(47,11,0,0) 80%,rgba(47,11,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(47,11,0,1) 0%,rgba(47,11,0,0) 80%,rgba(47,11,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f0b00', endColorstr='#002f0b00',GradientType=1 ); /* IE6-9 */
}
.hero_content{
    position:absolute;
    top:45%;
    -webkit-transform:translate(0,-45%);
    transform:translate(0,-45%);
}
.hero_content_inner{
    width:60%;
}
.hero_content h1{
    font-size:60px;
    margin:0 0 1rem;
    color:white;
}
.hero_content p{
    color:white;
    font-size:18px;
}

/*CONTENT*/
.aia_content{
    padding:3rem 0;
}
.aia_content_button{
    margin:2rem 0 0;
}
.aia_content_button.centered a{
    margin:0 auto;
}
.aia_content h2{
    color:#003366;
    font-size:60px;
}
.aia_content h2:not(:first-child){
    margin:4rem 0 0;
}
.page-id-33854 .aia_content h2:not(:first-child){
    margin:0;
}
.aia_content h2::after{
    content:'';
    width:100%;
    height:3px;
    background:#003366;
    display:block;
    margin:2rem 0 3rem;
}

.page-id-77295 .has-drop-cap:not(:focus):first-letter {
	font-family: 'EB Garamond', serif;
	font-size: 5em;
    line-height: .68;
    margin: .05em .1em .5em 0;
    color: #263e82;
}

.page-id-77295 .has-drop-cap {
	clear: both;
}


/*PHOTO BLOCKS*/
.aia_blocks .row{
    margin-bottom:2rem;
}
.aia_block {
    width:100%;
    height:100%;
/*    min-height:380px;*/
    min-height:425px;
    position:relative;
    overflow:hidden;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.aia_block_side_ad {
    padding: 0 0 1.5rem 0;
}

.aia_block_side_ad img {
    padding-top: 15px;
    width:100%;
    max-width: 675px;
}						
						
.page-template-page-program-alt .aia_block {
		margin-bottom: 2rem;
	}
.page-template-archive-from-the-field .aia_block{
    width:100%;
    height:100%;
    min-height:auto !important;
    position:relative;
    overflow:hidden;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
/*
.aia_block_short{
    min-height:350px;
}
*/
.page-template-archive-from-the-field .post_pagination {
    padding-bottom: 2rem;
}
.aia_block.blue{
    background:black;
}
.aia_block_text{
    position:absolute;
    width:100%;
    height:100%;
    padding:2rem;
    color:white;
    background:rgba(0,0,0,0.5);
}
.blog .aia_block_text, .category .aia_block_text{
    position:inherit !important;
    width:100%;
    height:100%;
    padding:1rem;
    color:black;
    background:none !important;
}
.aia_block_text h2{
    font-size:38px;
    color:white;
    margin:0 0 1rem;
}
.aia_block_text h2::after{
    content:none;
}
.su-post-title a, .aia_block_text p a {
	color: #fff;
}
.su-post-title a:hover, .aia_block_text p a:hover {
	color: #ddd;
}
.aia_block_photo img {
    width: 100%;
}
.aia_block_photo {
    height: 200px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.aia_block_text p{
    font-size:18px;
}
.aia_block .aia_content_button a{
    padding-right:1.5rem;
    padding-left:1.5rem;
}
.aia_blocks_solid{
    margin-bottom:2rem;
}
.aia_blocks_solid .col-lg-12{
    height:100%;
}
.aia_block_solid{
    width:100%;
    height:100%;
    text-align:center;
    color:white;
    background:#003366;
    position:relative;
}
.aia_block_solid a {
    display:block;
    width:100%;
    height:100%;
    padding:3rem 3rem 2.5rem;
}
.page-template-page-program .aia_block_solid a {
    padding: 3rem 0 2.5rem;
}
.aia_blocks_solid .col:nth-of-type(even) .aia_block_solid a {
    padding:3rem 0.5rem 2.5rem 3rem;
}
.aia_block_solid a:hover{
    background:#105498;
}
.aia_block_solid h2{
    color:white;
    margin:0 0 0.5rem;
    font-size:34px;
    line-height:1;
    display:inline-block;
    vertical-align:top;
}
.aia_block_solid h2::after{
    content:none;
}
.aia_block_solid_wide{
    text-align: center;
}
.aia_block_solid_wide .blue_button{
    vertical-align:top;
    margin: 0 2em;
}
.aia_blocks_solid .col:nth-of-type(even) .aia_block_solid{
    background:#c54c26;
}
.aia_blocks_solid .col:nth-of-type(even) .aia_block_solid a:hover{
    background:#e87d5b;
}
.aia_blocks .col-xl-4,
.aia_blocks .col-lg-4,
.aia_blocks .col-lg-12,
.aia_blocks .col-md-4,
.aia_blocks .col-lg-6,
.aia_blocks .col-md-6,
.aia_blocks .col-md-8{
    height:100%;
}

/*EVENTS*/

.aia_events{
    margin-bottom:5rem;
}
.aia_event{
    width:100%;
    padding-bottom:100%;
    position:relative;
    overflow:hidden;
    border:2px solid #c54c26;
}
.aia_event a{
    display:block;
}
.aia_event_inner{
    position:absolute;
    width:100%;
    height:100%;
    font:'Lato', sans-serif;
}
.aia_event_date{
    text-align:center;
    background:#c54c26;
    color:white;
    padding:1rem;
    font-size:18px;
}
.aia_event_details{
    padding:1.5rem;
}
.aia_event_details h4{
    font-family:'Lato', sans-serif;
    text-transform:uppercase;
    color:#003366;
    margin:0;
    font-size:12px;
    font-weight:700;
}
.aia_event_details h3{
    font-family:'Lato', sans-serif;
    color:black;
    margin:1rem 0;
    font-size:16.5px;
    font-weight:700;
    font-variant:normal;
}
.aia_event_location h4{
    position:absolute;
    bottom:0;
    padding:1.5rem 0;
    text-transform:none;
    font-size:14px;
    color:#c54c26;
    font-variant:normal;
}
.aia_event:hover{
    border-color:#003366;
}
.aia_event:hover .aia_event_date{
    background:#003366;
}
.aia_calendar_link{
    width:100%;
    padding-bottom:100%;
    position:relative;
    overflow:hidden;
    background:#003366;
}
.aia_calendar_link a{
    display:block;
    width:100%;
    height:100%;
    position:absolute;
}
.aia_calendar_link img{
    opacity:0.2;
    position:absolute;
    height:100%;
    width:auto;
    top:-9999px;
    left:-9999px;
    right:-9999px;
    bottom:-9999px;
    margin:auto;
}
.aia_calendar_link h3{
    color:white;
    font-family:'Lato', sans-serif;
    font-weight:400;
    font-variant:normal;
    margin:0;
    position:absolute;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    padding:2rem;
    text-align:center;
    text-transform:uppercase;
    width:100%;
}
.aia_calendar_link h3 i{
    display:block;
    margin:2rem 0 0;
    font-size:40px;
}
.aia_calendar_link:hover img{
    opacity:0;
}
.aia_block.aia_block_short.aia_abc img{
    width:100%;
    height:auto;
}
.aia_block.aia_abc::after{
/*    content:'AD'; */
    position:absolute;
    display:block;
    color:white;
    font-size:14px;
    bottom:0;
    right:0;
    padding:1rem 1.5rem;
}
/*
.aia_block.aia_abc img{
    position:absolute;
    height:100%;
    width:auto;
    top:-9999px;
    left:-9999px;
    right:-9999px;
    bottom:-9999px;
    margin:auto;
    opacity:1;
    min-width: auto;
    min-height: auto;
    max-width: none;
}
*/

/* Program Template */
.page-template-page-program  .aia_block {
    min-height: auto!important;
    position: relative;
}
.page-template-page-program  .aia_block:not(.aia_abc):after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
}
body.page-id-143 .aia_blocks:first-of-type .row>div:nth-child(2) .aia_block:after {
    background-color: #fff;
}
.page-template-page-program  .aia_block_text {
    position: relative;
}
.page-template-page-program .aia_block.aia_block_short.aia_abc {
    text-align: center;
}
.page-template-page-program .aia_block.aia_block_short.aia_abc img {
    max-width: 100%;
    max-height: 450px;
    width: auto;
    height: auto;
}

/* frame embed for donate */

.frame-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 225%;
}

#givingclock {
	color: #003366;
	font-size: 21px;
	text-align: center;
	padding-bottom: 15px;
}

.page-id-122334 #givingclock {
	font-size: 30px;
	text-align: left;
}

.pum-content .has-orange-background-color:hover {
    background: #c54b27;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1199px)
.page-template-page-program .col-md-6 .aia_block {
    min-height: auto!important;
}

/*Single Events*/

.single_event_lecturers h4:first-child {
    padding-bottom: 1rem;
}
.single_event_lecturers h4 span.lecturer{
font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-variant: initial;
    font-weight: 300;
}
span.lecturer::after{
  content: ",";
}

span.lecturer:last-child::after, .search .lecturer span.comma:last-child{
display: none;
}
.search .event_date {
    margin-bottom: 0;
}
.search .search_content{
    padding-top: 1rem;
}
.lectures p.event_date{
    margin-bottom: 0;
}
.lectures a p.society{
color: #003366;
    margin-bottom: 0;
}
.lectures a p.society:hover{
color: #c54c26;
}

.lectures {
    margin-bottom: 1rem;
}
/*Society fields*/
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.list_view_icon i{
    color: #c54c26;
}
.list_view_icon i:hover {
    color: #003366;
}
.list_view_icon p a{
    padding-right: .5rem;
}
.lecturer.col-3 h3 a {
    font-size: 20px;
    color: #003366;

}
.lecturer.col-3 h3 a:hover {
    color: #c54c26;

}
.lecturer.col-3 {
    margin: auto;

}


/*IAD*/

#bracket, .player .player-name, .commonninja_component {
	font-size: 11px!important;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/*FOOTER*/

.footer{
    background:#003366;
    padding:4rem 0;
}
.footer a{
    color:white;
}
.footer_links{
    list-style:none;
    margin:0;
    padding:0;
    font-weight:300;
    font-size:18px;
}
.footer_links li{
    display:inline-block;
}
.footer_links li a{
    margin-right:1rem;
}
.footer_links li a::after{
    content:'/';
    color:white;
    margin-left:1.25rem;
}
.footer_links li:last-child a::after{
    content:none;
}
.footer_social{
    list-style:none;
    margin:2rem 0 0;
    padding:0;
    font-size:18px;
}
.footer_social li{
    display:inline-block;
    background:#c54c26;
    width:35px;
    height:35px;
    margin-right:0.25rem;
    text-align:center;
}
.footer_social li a{
    display:block;
    padding:5px 0;
}
.footer_social li a:hover{
    background:#e87d5b;
}
.footer h3{
    font-family:'Lato', sans-serif;
    font-variant:normal;
    text-transform:none;
    font-weight:300;
    margin:5rem 0;
    text-align:right;
}
.footer_logo_text h3{
    color:white;
    font-size:30px;
    margin:2rem 0 0;
    font-family:'EB Garamond', serif;
    font-variant: small-caps;
    text-transform: capitalize;
    font-weight:400;
    text-align:left;
}
.footer_copy{
    padding:2rem 0;
}
.footer_copy p{
    font-size:12px;
    color:grey;
    margin:0;
}
.footer_copy p a{
    color:grey;
    font-weight:400;
}

/*TITLE BAR*/

.aia_title_bar {
    margin-top:125px;
    width:100%;
    height:300px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    position:relative;
}
@media only screen and (min-width : 1024px) {
	.page-id-69205 .aia_title_bar,
.page-id-137 .aia_title_bar,
.page-id-52647 .aia_title_bar,
.parent-pageid-52647 .aia_title_bar,
.tax-doodles .aia_title_bar,
.single-archaeodoodles .aia_title_bar,
.parent-pageid-137 .aia_title_bar,
.parent-pageid-77129 .aia_title_bar,
.parent-pageid-102223 .aia_title_bar {
    height: 175px;
	}
}
.aia_title_bar_overlay{
    position:absolute;
    height:100%;
    width:100%;
    background: -moz-linear-gradient(left, rgba(0,51,102,0.9) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,51,102,0.9) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,51,102,0.9) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6003366', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.aia_title_bar_overlay_programs{
    background: -moz-linear-gradient(left, rgba(197,76,38,0.9) 0%, rgba(197,76,38,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(197,76,38,0.9) 0%,rgba(197,76,38,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(197,76,38,0.9) 0%,rgba(197,76,38,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6c54c26', endColorstr='#00c54c26',GradientType=1 ); /* IE6-9 */
}
.page-id-69205 .aia_title_bar_overlay_programs,
.page-id-137 .aia_title_bar_overlay_programs,
.tax-doodles .aia_title_bar_overlay,
.single-archaeodoodles .aia_title_bar_overlay,
.parent-pageid-137 .aia_title_bar_overlay,
.parent-pageid-77129 .aia_title_bar_overlay,
.parent-pageid-102223 .aia_title_bar_overlay {
    background: -moz-linear-gradient(left, rgba(72,86,37,100) 0%, rgba(72,86,37,100) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(72,86,37,100) 0%,rgba(72,86,37,100) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(72,86,37,100) 0%,rgba(72,86,37,100) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00485625', endColorstr='#00485625',GradientType=1 ); /* IE6-9 */
}
.page-id-52647 .aia_title_bar_overlay, .parent-pageid-52647 .aia_title_bar_overlay {
    background: -moz-linear-gradient(left, rgba(197,76,38,100) 0%, rgba(197,76,38,100) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(197,76,38,100) 0%,rgba(197,76,38,100) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(197,76,38,100) 0%,rgba(197,76,38,100) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c54c26', endColorstr='#00c54c26',GradientType=1 ); /* IE6-9 */
}
.aia_title_bar h1{
    color:white;
    font-size:60px;
    position:absolute;
    bottom:3rem;
}
.page-id-77129 .aia_title_bar h1 {
    font-size: 54px;
    bottom: 1rem;
}
.aia_title_bar p{
    color:white;
    font-size:60px;
    position:absolute;
    bottom:3rem;
    font-family: 'EB Garamond', serif;
    font-variant: small-caps;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
}

.page-id-52647 .aia_content .wp-block-image, .postid-123153 .aia_content .wp-block-image {
	text-align:left;
}

.page-id-52647 .wp-block-columns .wp-block-column:nth-child(1){flex-basis:25% !important;}
.page-id-52647 .wp-block-columns .wp-block-column:nth-child(2){flex-basis:75% !important;}

/*Single Lecturer Page*/
.abstracts_single_lecturer p + hr:last-child {
    display: none;
}

.abstracts_single_lecturer, .articles_single_lecturer {
    padding-top: 2rem;
}
.lecturer_content_img img {
    float: left;
    width: 350px;
    margin: 0rem 1rem 0rem 0rem;
}

.lecturer_content_img {
    overflow: hidden;
}
.lectures a h5, .lectures a p{
    color: #003366;
}
.lectures a h5:hover{
    color: #c54c26;
}

/* Education */
.movieTitle {
    font-weight: bold;
    font-style: italic;
}

table.sort {
    margin-bottom: 1.4rem;
}

.sort tr:nth-child(even) {
  background-color: #fafafa;
}

.sort tr:nth-child(odd) {
  background-color: #fff;
}



.page-id-31439 table.sort td {
	font-size: 14px;
}

.sort td, .sort th {
    padding: 0.75rem;
    text-align:center;
}

.sort td:first-of-type {
    text-align: left;
    width: 60%;
}

.sort th:first-of-type {
    color: #c54c26;
}

.sort th:hover {
    color: #c54c26;
}

.sort th:first-of-type:hover {
    color: #e87d5b;
}

/* Interactive Digs */
.single-life-in-field .lecturer_content_img, .single-beyond-trenches .lecturer_content_img {
    float: left;
}
.post-template-default.single-post .aia_content .col-lg-8.col-md-12 img,
.single-life-in-field .aia_content .col-lg-8.col-md-12 img,
.single-beyond-trenches .aia_content .col-lg-8.col-md-12 img {
    max-width: 100%;
    max-height: 80vh;
    height: auto;
}
.aia_content .wp-block-image {
    text-align: center;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #003366;
  color: #fff !important;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.accordion h5, .accordion h4 {
	color: #fff !important;
}
.accordion_wrap {
    padding-bottom: 1rem;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion .active, .accordion:hover {
  background-color: #c54c26;
  color: #fff;
}
.accordion:before {
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.accordion.active:before{
    transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.accordion h4,
.accordion h5 {
    display: inline-block;
    margin-left: .75rem;
    margin-bottom: 0;
}


/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
    padding-top: 1rem;
}

/* Remove accordion styling */

.page-id-57037 .accordion:before {
	content: '';
    border: solid #003366;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.page-id-57037 .accordion.active:before{
    transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.page-id-57037 .accordion {
  background-color: #FFF;
  color: #c54c26 !important;
  padding: 0px;
}
.page-id-57037 .accordion .active, .page-id-57037 .accordion:hover {
  background-color: #FFF;
  color: #003366;
}


/*Archive Lecturer Page*/
.lecturer_img {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.articles_single_lecturer a {
    color: #003366;
}
.articles_single_lecturer a:hover {
    color: #c54c26;
}

.lecturer + .aia_content_button {
    margin-top: 1rem;
        margin-bottom: 1rem;

}
.lecturer_img img {
    width: 200px;
    float: left;
    margin: 0rem 1rem 0rem 0rem;

}
.lecturer_img p{
    margin-bottom: 0;
}

.aia_content_button + hr:last-child {
    display: none;
}

/*TIMELINE*/

.aia_timeline{
    width:100%;
    position:relative;
}
.aia_timeline::before{
    content:'';
    position:absolute;
    width:100%;
    height:3px;
    background:#003366;
    display:block;
    top:50%;
    -moz-transform:translate(0,-50%);
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.aia_timeline_date{
    text-align:center;
    cursor:pointer;
}
.aia_timeline_date span{
    width:3px;
    height:15px;
    display:inline-block;
    background:#003366;
    margin:0 auto;
    position:relative;
}
.aia_timeline_date.slick-current span::after{
    content:'';
    display:block;
    width:12px;
    height:12px;
    background:#c54c26;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.aia_timeline_first{
    position:absolute;
    left:0;
    top:0;
    margin-top:-1.5rem;
    color:#003366;
}
.aia_timeline_first::after{
    content:'';
    width:3px;
    height:20px;
    display:block;
    background:#003366;
    left:0;
    position:absolute;
}
.aia_timeline_last{
    position:absolute;
    right:0;
    top:0;
    margin-top:-1.5rem;
    color:#003366;
}
.aia_timeline_last::after{
    content:'';
    width:3px;
    height:20px;
    display:block;
    background:#003366;
    right:0;
    position:absolute;
}
.aia_timeline_details{
    margin:2rem 0 0;
}
.aia_timeline_image{
    width:100%;
    padding-bottom:100%;
    overflow:hidden;
    position:relative;
}
.aia_timeline_image img{
    position:absolute;
    height:100%;
    width:auto;
    margin:auto;
    top:-9999px;
    right:-9999px;
    bottom:-9999px;
    left:-9999px;
}
.aia_timeline_controls{
    position:relative;
    margin-top:-1rem;
}
.aia_timeline_controls .slick-prev,
.aia_timeline_controls .slick-next{
    top:0;
    width:auto;
    height:auto;
    -moz-transform:none;
    -webkit-transform:none;
    transform:none;
}
.aia_timeline_controls .slick-prev::before{
    content:'< Previous';
    font-family:'Lato', sans-serif;
    font-size:18px;
    font-weight:700;
    color:#c54c26;
}
.aia_timeline_controls .slick-next::before{
    content:'Next >';
    font-family:'Lato', sans-serif;
    font-size:18px;
    font-weight:700;
    color:#c54c26;
}
.aia_history_timeline .aia_content_button{
    margin-top:0.5rem;
}

/*MEMBERSHIP*/

.aia_membership_table {
    width:100%;
    font-size:18px;
}
.page-id-594 .wp-block-table, .page-id-594 .wp-block-table th, .page-id-594 .wp-block-table tr, .page-id-594 .wp-block-table td {
	border: 0;
}
.aia_membership_table th,
.parent-pageid-127 .wp-block-table th,
.page-id-594 .wp-block-table th {
    text-transform:uppercase;
    text-align:center;
    padding:0.5rem;

}
.aia_membership_table tr,
.parent-pageid-127 .wp-block-table tr,
.page-id-594 .wp-block-table tr {
    border-bottom:1px solid grey;
}
.aia_membership_table tr:first-of-type,
.aia_membership_table tr:last-of-type,
.parent-pageid-127 .wp-block-table tr:first-of-type,
.parent-pageid-127 .wp-block-table tr:last-of-type,
.page-id-3143 .wp-block-table tr:first-of-type,
.page-id-3143 .wp-block-table tr:last-of-type,
.page-id-594 .wp-block-table tr:first-of-type,
.page-id-594 .wp-block-table tr:last-of-type {
    border-bottom:0;
}
.aia_membership_table th,
.aia_membership_table td,
.parent-pageid-127 .wp-block-table th,
.parent-pageid-127 .wp-block-table td,
.page-id-594 .wp-block-table th,
.page-id-594 .wp-block-table td {
    border-right:10px solid white;
}
.aia_membership_table th:nth-of-type(2),
.parent-pageid-127 .wp-block-table th:nth-of-type(2),
.page-id-594 .wp-block-table th:nth-of-type(2),
.aia_membership_table th:nth-of-type(4),
.parent-pageid-127 .wp-block-table th:nth-of-type(4),
.page-id-594 .wp-block-table th:nth-of-type(4) {
    border-bottom:5px solid #003366;
    color:#003366;
}
.aia_membership_table th:nth-of-type(3),
.parent-pageid-127 .wp-block-table th:nth-of-type(3),
.page-id-594 .wp-block-table th:nth-of-type(3),
.page-id-594 .wp-block-table th:nth-of-type(5) {
    border-bottom:5px solid #c54c26;
    color:#c54c26;
}
.aia_membership_table td,
.parent-pageid-127 .wp-block-table td,
.page-id-594 .wp-block-table td {
    padding:0.75rem;
    text-align:center;
}
.aia_membership_table td:first-of-type,
.page-id-594 .wp-block-table td:first-of-type {
    text-align:right;
    width:30%;
    padding-right:2rem;
    text-transform:uppercase;
    color:#003366;
    font-weight:700;
}
.parent-pageid-127 .wp-block-table td:first-of-type {
    text-align:left;
    width:30%;
    color:#003366;
}
/*.page-id-594 .wp-block-table td {
   width:25%;
}
.page-id-594 .wp-block-table td:first-of-type {
   width:58%;
}
.page-id-594 .wp-block-table td:nth-of-type(2) {
   width:38%;
}*/
.aia_membership_table td:nth-of-type(2),
.parent-pageid-127 .wp-block-table td:nth-of-type(2),
.page-id-594 .wp-block-table td:nth-of-type(2),
.aia_membership_table td:nth-of-type(4),
.parent-pageid-127 .wp-block-table td:nth-of-type(4),
.page-id-594 .wp-block-table td:nth-of-type(4) {
    color:#003366;
}
.aia_membership_table td:nth-of-type(3),
.parent-pageid-127 .wp-block-table td:nth-of-type(3),
.page-id-594 .wp-block-table td:nth-of-type(3),
.page-id-594 .wp-block-table td:nth-of-type(5) {
    color:#c54c26;
}
.aia_membership_benefits {
    /*margin-top:2rem;*/
}
.aia_membership_benefit {
    margin:0 0 2rem;
    border:1px solid #003366;
    width:100%;
    padding-bottom:50%;
    overflow:hidden;
    position:relative;
    text-align:center;
}
.aia_membership_benefit a{
    width:100%;
    height:100%;
    display:block;
    position:absolute;
}
.aia_membership_benefit_inner{
    position:absolute;
    left:0;
    right:0;
    padding:1rem;
    top:50%;
    -moz-transform:translate(0,-50%);
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.aia_membership_benefit h5,
.aia_membership_benefit h3{
    font-family:'Lato', sans-serif;
    font-variant:normal;
    margin:0;
}
.aia_membership_benefit h5{
    font-size:16px;
    font-weight:700;
}
.aia_membership_benefit p{
    color:#003366;
    line-height:1.2;
    margin:1rem 0 0;
}
.aia_membership_benefit h3{
    display:none;
    color:white;
    font-size:18px;
}
.aia_membership_benefit:hover{
    border-color:#c54c26;
    background:#c54c26;
}
.aia_membership_benefit:hover h5,
.aia_membership_benefit:hover p{
    display:none;
}
.aia_membership_benefit:hover h3{
    display:block;
}

.page-id-92221 .row h3:before, .page-id-92221 .row hr.wp-block-separator {
    clear: both;
    content: '';
    display: table;
    width: 100%;
}

/*popups*/

.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
	outline: none !important;
}
.pum-content.popmake-content {
	line-height: 150%;
}
@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .pum-overlay .pum-content {
            outline: none !important;
        }
    }
}

/*TABLES*/

.wp-block-table {
	clear: both;
	margin: 25px 0;
	width: 100%;
	font-weight: 300;
	font-size: 14px;
}

.wp-block-table td, .wp-block-table th {
	padding: 5px;
	vertical-align: middle;
}

.wp-block-table {
  border-collapse: collapse;
}

.wp-block-table, .wp-block-table th, .wp-block-table td {
  border: 1px solid black;
}


/*TESTIMONIALS*/

.aia_testimonial_block{
    background:#c54c26;
    padding:3rem;
}
.aia_testimonial_block h2{
    color:white;
    font-size:38px;
    margin:0;
}
.aia_testimonial_block h2::after{
    content:none;
}
.aia_testimonial_slider_container{
    width:100%;
    padding:2rem 4rem;
}
.aia_testimonial_slider .slick-prev{
    left:-3rem;
    height:auto;
    width:auto;
}
.aia_testimonial_slider .slick-next{
    right:-3rem;
    height:auto;
    width:auto;
}
.aia_testimonial_slider .slick-prev::before,
.aia_testimonial_slider .slick-next::before{
    color:white;
}
.aia_testimonial_slide p{
    font-size:18px;
    color:white;
}
.aia_testimonial_slide h5{
    text-align:right;
    font-family:'Lato', sans-serif;
    font-variant:normal;
    color:white;
    font-size:18px;
    font-style:italic;
    font-weight:300;
    padding-right:1rem;
}

/*SIDEBAR*/

.aia_sidebar{
    border-right:1px solid #003366;
    padding-right:2rem;
    text-align:left;
    height:100%;
}
.aia_sidebar ul{
    list-style:none;
    margin:0;
    padding:0;
    font-size:16px;
    font-weight:300;
}
.aia_sidebar ul li{
    padding-right: .5rem;
}
.aia_sidebar ul li a{
    color:#003366;
}
.aia_sidebar ul li a:hover{
    color:#c54c26;
}

/*Sub sub menu items*/
ul.sub_menu_sub_page  li{
    padding-right: 0rem;
    padding-left: 1rem;
    font-size: 13px;
    text-indent: -0.2rem;
}

.link_active a:first-child {
    color: #c54c26 !important;
}
/*5 COLUMN LAYOUT*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    max-width:20%;
    float: left;
}





/*Number Pagination*/
.post_pagination {
    text-align: center;
}
.post_pagination a {
    color: #003366;
    padding: .5rem;
}
.post_pagination a:hover, .post_pagination span.current {
    color: #c54c26;
}

/*The Events Calendar styles*/

#tribe-events-pg-template, .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    max-width: 100%; 
    /* padding: 40px 20px 20px; */
    padding: 0;
}
.tribe-events-single {
    -webkit-font-smoothing: auto;
}
h1.tribe-events-single-event-title {
    font-size: 1.7em;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.tribe-events-schedule {
    margin: 1em 0 1.5em;
}

.tribe-events-content, .tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul, .tribe-events-event-meta, .tribe-events-cal-links, .tribe-common .tribe-common-h4, .tribe-common .tribe-common-h6, .tribe-common .tribe-common-b2, .tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8, .tribe-common .tribe-common-b1, .tribe-common-b2, .tribe-common-b3, .tribe-common-b4, .tribe-events-calendar-month__calendar-event-tooltip-description p, .tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-text, .tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
	font-family:'Lato', sans-serif;
	font-variant: normal;
}
h1.tribe-events-single-event-title, .tribe-common .tribe-common-h3, .tribe-common .tribe-common-h5 {
    font-family:'EB Garamond', serif;
    font-variant: small-caps;
    text-transform: capitalize;
    font-weight:400;
    color:#003366;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-text  {
    line-height: 2;
    text-transform: uppercase;
	font-weight: 700;
	border: none;
    border-radius: 0;
    letter-spacing: 0;
}

span.tribe-events-calendar-month__header-column-title-desktop {
	font-style: normal;
	text-transform: capitalize;
}

.tribe-common .tribe-common-h8, .tribe-events-calendar-month__calendar-event-tooltip-description p, .tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
    font-size: 13px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
    font-size: 18px;
}

.tribe-events-content, .tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
	font-weight: 300;
    font-size: 16px;
}
.tribe-events-event-image img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.tribe-events-event-meta {
    font-size: 14px;
}
.tribe-events-back {
    margin: 0 0 20px;
}
.tribe-events-back a, .tribe-events-back a:visited {
    font-family:'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #003366;
}
.tribe-events-cal-links {
	margin-top: 8px;
}

.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical {
	padding-left: 8px;
	margin-bottom: 0px;
	margin-right: 8px;
}
#tribe-events .tribe-events-button, .tribe-events-button {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
    padding: 6px 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    zoom: 1;
}
.tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover, .tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical {
    background-color: #003366;
	color: #fff !important;
	font-size: 11px;
}
.tribe-events-single-event-description a, .tribe-events-single-event-description a:active, .tribe-events-single-event-description a:focus, .tribe-events-single-event-description a:hover, .tribe-events-content blockquote {
    border-color: none;
}
.tribe-events-content a {
    border-bottom: 0px;
}
.single-tribe_events .tribe-events-schedule h3 {
	font-size: 18px;
    margin: 0;
}

.tribe-events-list h2.tribe-events-list-separator-month {
    font-size: 40px;
    margin: 0;
    margin-bottom: 2rem;
}
.tribe-events-list .tribe-events-event-image img, .tribe-events-list .tribe-events-content p {
    display: none;
}
.tribe-events-list .type-tribe_events:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

h3.tribe-events-list-event-title a, a.society_link {
    color: #003366 !important;
}
h3.tribe-events-list-event-title a:hover, a.society_link:hover {
    color: #c54c26 !important;
}
.tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
    margin-top: 1rem;
}
.tribe-events-venue-details a {
    color: #c54c26;
}

.tribe-events-list .tribe-event-schedule-details {
    padding: 0 !important;
}
li.tribe-events-nav-next.tribe-events-nav-right a {
    color: #c54c26 !important;

}
.tribe-events-list .tribe-events-loop .tribe-events-event-meta {
    background: transparent !important;
    border: none !important;
}
.tribe-events-list .tribe-events-venue-details {
    border: none !important;
    padding: 0 !important;
}


.tribe-events-list p.society {
    margin-bottom: 0;
}
.single-tribe_events .tribe-events-event-meta a {
    color: #c54c26;
}

.tribe-community-events.form .tribe-section .tribe-section-header h3, .acf-field .acf-label label, .tribe-community-events.form .events-community-post-title label, .eventForm .tribe_sectionheader h4, .tribe-community-event-info h4, .tribe-community-events.form .events-community-post-content label, .my-events-header h2.my-events {
	font-family:'EB Garamond', serif;
    font-variant: small-caps;
    text-transform: capitalize;
	font-size: 21px;
    font-weight:400;
    color:#003366;
}

.tribe-community-events.form .acf-fields > .acf-field {
    padding: 16px 0;
}

.tribe-community-events.form .tribe-section-taxonomy--post_tag, .tribe-community-events.form .tribe-section-custom-fields {
	display: none;
	visibility: hidden;
}

.tribe-community-events.form span.req {
    font-variant: normal;
    font-size: 14px;
}

.tribe-events-cost, .tribe-events-event-cost-label, .tribe-events-event-cost {
	/*used as unique ID for lecture import*/
	display: none;
	visibility: hidden;
}

.my-events-header h2.my-events {
	font-size: 28px;
}

label[for=acf-field_5c8972ec5d667], .acf-field-5c8972ec5d667 .acf-label {
	/*display: none;
	visibility: hidden;*/
}

#event_tribe_venue .tribe-section-header {
	/*display: none;
	visibility: hidden;*/
}

.tribe-events-event-url, .tribe-organizer-url, .tribe-venue-url {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option {
	padding: 6px 6px;
}
.tribe-filter-bar .tribe-filter-bar-c-filter__toggle {
	padding: 22px 2px 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #036;
}
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container, .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--has-selections .tribe-filter-bar-c-filter__toggle, .tribe-filter-bar .tribe-filter-bar-c-multiselect .select2-search__field, .tribe-filter-bar .tribe-filter-bar-c-multiselect .select2-selection__choice, .tribe-filter-bar .tribe-filter-bar-c-pill__pill, .tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill, .tribe-filter-bar .tribe-filter-bar-c-range__slider .ui-slider-handle, .tribe-filter-bar-c-filter__toggle, .tribe-filter-bar-c-filter__toggle-text, .tribe-filter-bar-c-filter__toggle-wrapper button {
	border: 0px!important;
}

/*Society Archive*/
ul.society_list {
    margin-top: 0;
    margin-bottom: 1rem;
    margin: 0 auto;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-break-inside: avoid;
}
.page-template-archive-student-notebooks ul.society_list img{
    width: 100%;
}
li.society {
    padding-bottom: 1rem;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    list-style-type: none;
}
li.society h3 + hr{
    width: 70% !important;
    margin-inline-start: 0 !important;
}


/*FieldWork CSS*/
.single-fieldwork .lecturer_content_img, .single-student-notebook .lecturer_content_img {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100% !important;
}
.fieldwork_content_wrap {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.fieldwork_pdf_button {
    padding-bottom: 1rem;
}

.fieldwork_contact_info p {
    margin-bottom: 0;
}
.fieldwork_contact_email {
    margin-top: 1rem;
}
.fieldwork_additional_images .slick-prev, .fieldwork_additional_images .slick-next {
    top: 8.5rem;
    z-index: 999999;
}
.fieldwork_additional_images .additional_image img{
/*    width: 100%;*/
}
.project_images .lecturer_content_img img{
    width: 715px;
}
.single-post .lecturer_content_img img {
    width: auto;
    max-width: 100%;
}
.fieldwork_additional_images {
    width: 1083px !important;
}
.page-template-archive-fieldwork-list .society_list a h5:hover, .page-template-archive-fieldwork-list .society_list a:hover {
    color: #c54c26;
    cursor: pointer !important;

}

.additional_image img{
    position: absolute;
    height: 200%;
    width: auto;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
    opacity: 1;
    min-width: auto;
    min-height: auto;
    max-width: none;
}
.additional_image {
    display: inline-block;
    position: relative;
    padding-bottom: 15%;
    overflow: hidden;
}
.project_images .slick-track {
    width: 100% !important;
}

#fwsearch {
	width: 100%;
    padding: 36px;
    background: #e7e9ec;
    margin: 0 0 60px;
}
.acf-map+#fwsearch {
    margin-top: 60px;
}
#fwsearch input[type="text"] {
    width: 70%;
    padding: 12px;
    font-family: 'EB Garamond', serif;
}
#fwsearch input[type="submit"] {
    width: 26%;
    float: right;
    padding: 14px;
    background: #c54c26;
    border: none;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
}
#fwsearch input[type="submit"]:hover {
    background: #e87d5b;
    cursor: pointer;
}

@media (min-width: 768px) {
    #fwsearch input[type="text"] {
        width: 70%;
    }
    #fwsearch input[type="submit"] {
       width: 26%;
   }
}
@media (max-width: 768px) {
  .page-template-page-program #content_blocks .wp-block-file:first-of-type .wp-block-file__button {
    width: 100%;
    margin: 1em 0 0 0;
    display: inline-block;
  }
}
@media (max-width: 767px) and (min-width: 577px) {
    #fwsearch input[type="text"] {
        width: 60%;
    }
    #fwsearch input[type="submit"] {
       width: 36%;
   }
}
@media (min-width: 577px) {
    #fwsearch {
        padding: 36px;
    }
    #fwsearch input[type="submit"] {
        float: right;
    }
    .page-template-page-program #content_blocks .wp-block-file:first-of-type {
      font-size: 2em;
    }
}
@media (max-width: 576px) {
    #fwsearch {
        padding: 24px;
    }
    ul.society_list {
        padding: 0 15px;
    }
    #fwsearch input[type="text"],
    #fwsearch input[type="submit"] {
       width: 100%;
       float: none;
   }
    #fwsearch input[type="submit"] {
        margin-top: 12px;
    }
    .page-template-page-program #content_blocks .wp-block-file:first-of-type {
      font-size: 1.5em;
    }
}

/* Grant CSS*/
.grant_content_img img {
width: 100%;
}

.grant_content_img .caption, .tour_image_button .caption {
    border-bottom: 1px solid #c54c26;
    width: 100%;
    margin-bottom: .5rem;
    padding-bottom: 0.25rem;
}
.grant_content_img_inner {
    overflow: hidden;
    float: left;
    width: 350px;
    margin: 0rem 1rem 0rem 0rem;

}
.return_main_page_button {
    width: 100%;
    overflow: hidden;
    padding-top: 2rem;
}
.contact_grant_wrap {
    padding-bottom: 3rem;
}
.contact_grant_wrap p {
    margin-bottom: 0;
}
.contact_grant_wrap p:nth-child(2) {
    padding-top: .5rem;
}
.grant_list p{
    margin-bottom: 0;
}
.grant_list {
    padding-bottom: 2rem;
    overflow: hidden;
}
.grant_learn_more {
    margin-top: .5rem;
}
.grant_wrap {
    height: 400px;
    overflow: scroll;
    border: 1px solid rgba(0,0,0,.1);
    padding: 1rem;
}
.grant_wrap::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 1rem;
}
.grant_list a, .ship_list a {
    color: #c54c26;
}
.grant_list a:hover, .ship_list a:hover {
    color: #003366;
}

.grant_wrap::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    border: white 4px solid;
    height: 3rem;
}
.recipient_image {
    text-align: center;
}
.recipient_image .caption, .event.caption {
    text-align: left;
}

.event.caption {
    font-size: .8rem;
    margin-top: -8px;
}

.recipient_image img {
    max-width: 100%;
    height: auto;
}

.single .aia_content .container .recipient_image img {
    max-height: 200px;
}

.recipient_image .caption {
    font-size: .8rem;
    margin-top: 8px;
}

.recipient_wrap .row + hr:last-child {
    display: none;
}
.recipient_wrap {
    padding-bottom: 2rem;
}
span.new_expanded_program {
    font-weight: 300;
    font-style: italic;
}
.program_block {
    margin-bottom: 2rem;
}

.thumbnail > img {
        max-width: 100%;
    height: auto;
/*    display: none;*/
}
.thumbnail {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Tours */
.single-tour .lectures a + span:last-child, p.region span.comma:last-child {
    display: none;
}

.tour_image_slider {
    height: 450px;
    margin-bottom: 2rem;
}
.tour_image_slide {
    background-size: cover !important;
    height: 450px !important;
    background-position: center center;
}
.tour_image_slide.maps_slider_style {
    background-size: contain !important;
    height: 450px !important;
    background-repeat: no-repeat !important;
    background-position: center center;
}
.tour_image_slider .slick-next,.tour_image_slider .slick-prev {
    z-index: 99999999;
}
.tour_image_slider .slick-prev {
    left: 1rem;
}
.tour_image_slider .slick-next {
    right: 1rem;
}
.tour_image_slider_inner_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.tour_image_slider_inner_content p{
 margin-bottom: 0;
/*    height: 300px;*/
    padding: .5rem;
    background: hsla(0, 0%, 0%, 0.65);
    text-align: center;
    color: white;
    font-weight: 600;
}
.single-tour .forms .form {
    float: left;
}
.single-tour .forms {
   overflow: hidden;
}
.single-tour .accordion_wrap {
    margin-bottom: 3rem;
}
.tour_image_button img{
    width: 100%;
    height: auto;
}
.tour_image_button {
    max-width: 250px;
    width: 100%;
    margin: 0rem 1rem 1rem 0rem;
    float: left;
}
.tour_image_button a {
    color: #003366;
}
.tour_image_button a:hover {
    color: #c54c26;
}
.tour_image_button p {
    margin-bottom: 0;
    font-weight: 600;
}
.tour_list_image img, .benefit_list_image img {
    width: 100%;
    height: auto;
}
.tour_list_image {
    float: left;
    width: 200px;
    padding-right: 1rem;
}
.benefit_list_image {
    float: right;
    width: 175px;
    padding-left: 1rem;
}
.brochure {
    margin-top: 1rem;
    display: inline-block;
}
.brochure p {
    margin: 0;
    font-weight: 600;
}
.tour_content_image_wrap {
    overflow: hidden;
}
.single-tour .back_to_all_lecturers.aia_content_button{
    float: left;
    margin-top: 0;
}
.ship_image img {
    width: 300px;
}
.digs .ship_image img {
    width: 400px;
    max-width: 100%;
}
.ship_image {
    width: 100%;
}
.digs .ship_image, .projects .ship_image {
    margin-bottom: 1rem;
}
.ship_main_page {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.ship_list {
    margin-bottom: 2rem;
}
.digs .ship_list {
    margin-bottom: 0;
}
.single-tour table {
    width: 100% !important;
}
.single-tour tr:first-child {
    background-color: #003366 !important;
    color: white;
    font-weight: bold !important;
}
.single-tour td:first-child p{

    font-weight: bold !important;
}

.single-tour tr:nth-child(odd) {
    background-color: #f3f3f3;
}

.single-tour td {
    padding: .5rem;
}
/*Tour Leaders*/

.page-id-18684 .post_pagination {
    border: none;
}
/*Single Projects*/
.project_content_img img {
    float: left;
    width: 600px;
    margin: 0rem 1rem 0rem 0rem;
}
.project_content_img {
    overflow: hidden;
}

.project_slider {
    padding-top: 2rem;
}
.posts_about_project {
    padding-top: 2rem;
}

div#members {
	column-count: 2;
	column-gap: 10px;
}

/*Single Blog Posts Comments*/
section#comments {
    padding-top: 5rem;
}
section#comments img.avatar.avatar-40.photo {
    display: none;
}

section#comments time {
    display: none;
}

section#comments cite {
    font-style: inherit;
    font-weight: 700;
}

div#respond {
    margin-top: 4rem;
/*    border-top: 1px solid;*/
    padding-top: 1rem;
}


div#respond p.logged-in-as a:nth-child(2) {
    padding-left: .5rem;
    font-weight: 400;
    color: #003366;

}
div#respond p.logged-in-as a:nth-child(2):hover {
    padding-left: .5rem;
    font-weight: 400;
    color: #c54c26;

}
div#respond p.logged-in-as a:first-child {
    color: #c54c26;
    font-weight: 400;
}
div#respond p.logged-in-as a:first-child:hover {
    color: #003366;
}

div#respond label {
    display: block;
    margin-bottom: .5rem;
}

div#respond input#submit {
    background: #c54c26;
    color: white;
    display: inline-block;
    padding: 0.5rem 3rem;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}
section#comments  ol.comment-list {
    padding-left: 0;
}
section#comments li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
    border-bottom: 1px solid;
}

section#comments ul.children li {
    border-top: 1px solid;
    padding-left: 3rem !important;
    margin-top: 2rem;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
section#comments ul.children {
    padding-left: 0;
}

.page-template-page-program #content_blocks {
    width: 90%;
    max-width: 90%;
    margin: 3rem auto 1rem;
    text-align: center;
  }

.page-id-69205.page-template-page-program #content_blocks,
.page-id-137.page-template-page-program #content_blocks {
    margin: 0;
  }

.page-template-page-program #content_blocks .wp-block-file:first-of-type {
  margin-bottom: 0;
}
.page-template-page-program #content_blocks .wp-block-file:first-of-type .wp-block-file__button {
  font-size: .8em;
  padding: 12px 36px;
}


/*Interactive Digs CSS*/
.single-interactive-dig .lecturer_content_img {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100% !important;
}
.single-post .lecturer_content_img {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100% !important;
}
.single-post .fieldwork_additional_images {
    width: 860px !important;
}

.interactive_video{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 1rem;
}
.interactive_video iframe{
    width: 100% !important;
    height: 200px;
}
.video_gallery {
    padding-top: 3rem;
}

.interactive_dig_about {
    padding-top: 2rem;
}
p.related_posts_digs {
    padding-bottom: 1rem;
}

.logo_excerpt_dig {
    overflow: hidden;
}
.logo_excerpt_dig img{
    float: left;
    padding-right: 1rem;
}

.sub_dig_wrap  {
    width: 100%;
    height: 100%;
    min-height: 200px;
    padding-bottom: 1rem;

}
.dig_sub_page{
    width: 100%;
    height: 100%;
    padding: 2rem;
    color: white;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
}

/*
.dig_sub_pages {
    padding-top: 2rem;
}
*/
/*Student Notebooks*/
.single-student-notebook .interactive_video iframe{
    height: 400px !important;
}

.interactive_dig_title_student_archive {
    text-align: center;
    width: 100%;
    padding-bottom: 4rem;
}
.interactive_dig_title_student_archive a{
    color:#c54c26;

}
.interactive_dig_title_student_archive a:hover{
    color:#003366;
}
/*Talk to the Team*/
.talk_to_team_content_img img{
    width: 75%;
}
/* WordPress Search */

.post_pagination .col-sm-4 {

    float: left!important;
}

.post_pagination{
    font-size:18px;
    border-top:1px solid #555556;
    margin-top:3rem;
    padding-top: 1rem;
}
.post_pagination .new_post a, .post_pagination .old_post a{
    color:#3e1d50;
}
.post_pagination a:hover{
    color:#f0ad00;
}

.ml_block a {

    color: #003366;
}

.ml_block a:hover {

    color: #c54c26;
}

.ml_block {

    padding: 5px 0;
}

/*
.container.search {
    max-width: 50%!important;
}
*/



/*form*/

.header_search{
    text-align:right;
    display:inline-block;
    padding-left: 1rem;
}
.header_search input{
    width:75%;
    border:none;
    padding:0.3rem;
    font-weight:400;

}
.header_search button {
        background: #c54c26;
    border: none;
    color: white;
    text-transform: uppercase;
    padding: 0.3rem 1rem;
}

/*If user is logged in with admin bar */
.admin-bar .header {
    margin-top: 2rem;
}

/* Gravity Form */
.gform_wrapper h2.gsection_title {
    margin-top: 2rem;
    font-weight: 400!important;
    font-size: 1.8em!important;
}
.gform_wrapper .sublabel h2.gsection_title {
    font-style: italic;
    font-variant: normal;
    text-transform: none;
    font-size: 1.5em!important;
}
.gform_wrapper .gsection.sublabel {
border-bottom: 0;
}

.aia_content .gform_wrapper h2.gsection_title::after {
    content: none;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
    margin-top: 0!important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
    margin-top: 0!important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
    margin-top: 4px!important;
    vertical-align: top;
}
.gform_wrapper .gform_footer input[type=submit]  {
    width: 100%!important;
    margin: 0!important;
    padding: 1rem;
    color: #fff;
    font-size: 18px;
}
.gform_wrapper .gform_footer a.gform_save_link {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center!important;
    display: block!important;
    margin: 1rem 0!important;
    border: 2px dotted #c54c26;
    padding: 1rem;
}
.gform_wrapper .gform_footer a.gform_save_link:hover {
    color:#e87d5b;
    border: 2px dotted #e87d5b;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
    background:#105498;
    cursor: pointer;
}

.gform_wrapper .gform_description li {
	list-style-type: square!important;
	list-style: square;
}

.anchor:before, .gform_anchor:before, .comment-respond:before {
  content:"";
  display:block;
  width: 0;
  height:115px;
  margin:-115px 0 0;
}

#field_149_19 .gfield_radio .gchoice {
	margin-bottom: 15px;
}
#field_149_19 .gfield-choice-input {
	margin-right: 15px;
}

/*Even form picker*/

.datepicker > .datepicker_header > .icon-close > div {
   position: absolute;
   top: 0;
   right: 0;
}

/*
.single .aia_content img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}
*/

.logo_excerpt_dig img {
      width: auto !important;
    height: auto !important;
}
.wp-caption {
    background: transparent !important;
    border: none !important;
    max-width: 100% !important;
    padding: 0 !important;
    text-align: left !important;
}

/* Home Ad Area */
.home .abc_row:after {
    content: '';
    clear: both;
    display: table;
}

/* Form */
li.gfield.sub-title {
    border: none;
}
li.gfield.sub-title h2.gsection_title {
    font-family: 'Lato', sans-serif;
    font-variant: inherit;
    font-size: 1rem;
}
li.gfield.sub-title h2.gsection_title:after {
    height: 1px;
    margin: 1rem 0;
    background: #ccc;
}

/* Interactive Digs */
body.single-talk-to-the-team .aia_content .row h3:before {
    clear: both;
    content: '';
    display: table;
    width: 100%;
}

/* woocommerce */


.woocommerce.columns-4 {
    padding-top: 12px;
    border-top: 2px solid #013363;
}
.woocommerce ul.products {
    padding-top: 40px;
    border-top: 1px solid #013364;
}
.woocommerce-loop-product__title {
    font-variant: inherit;
    text-transform: inherit;
    font-family: 'Lato', sans-serif;
}
.woocommerce-loop-product__title:after {
    content: none!important;
}
.woocommerce-Price-amount {
    color: #c54c26;
    font-weight: bold;
    font-size: 1.2em;
}
.woocommerce  a.button.add_to_cart_button {
    width: 100%;
    background-color: #c54c26;
    border-radius: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 12px;
}
.woocommerce  a.button.add_to_cart_button:hover {
    opacity: 0.7;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce button.button, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #c54c26;
    color: #fff;
    border-radius: 0;
}
.woocommerce-message,
.woocommerce-info {
    border-top-color: #003365;
}
.woocommerce-message::before,
.woocommerce-info::before {
    color: #003365;
}
.woocommerce-error {
    border-top-color: #c54c26;
}
.woocommerce a.remove,
.woocommerce-error::before {
    color: #c54c26!important;
}

.wc-stripe-elements-field, .__PrivateStripeElement iframe {
	width: 100%;
}

.wc-memberships-member-profile-field label {
	font-weight: 700;
	font-size: 1rem;
}

.single-product abbr[title] {
    text-decoration: none;
}

label[for=alg_wc_pif_local_1] {
	width: 100%;
    font-weight: 700;
    text-align: left;
    
}
label[for=alg_wc_pif_local_1], .woocommerce div.product form.cart .variations th {
    line-height: 1.5em;
}

/*membership + donation + tickets product*/
body.product_cat_membership.woocommerce #content div.product div.summary,
body.product_cat_membership.woocommerce div.product div.summary,
body.product_cat_membership.woocommerce-page #content div.product div.summary,
body.product_cat_membership.woocommerce-page div.product div.summary,
body.postid-109693.woocommerce #content div.product div.summary,
body.postid-109693.woocommerce div.product div.summary,
body.postid-109693.woocommerce-page #content div.product div.summary,
body.postid-109693.woocommerce-page div.product div.summary
 {
    width: 100%;
}
body.product_cat_membership.woocommerce div.product form.cart div.quantity,
body.product_cat_membership.woocommerce div.product form.cart .button,
body.postid-109693.woocommerce div.product form.cart div.quantity,
body.postid-109693.woocommerce div.product form.cart .button {
    float: none;
}
body.product_cat_membership.woocommerce div.product form.cart .button,
body.postid-109693.woocommerce div.product form.cart .button {
    margin-top: 12px;
    display: block;
}
body.product_cat_membership .price,
body.product_cat_membership .posted_in,
body.postid-109693 .price,
body.postid-109693 .onsale {
    display: none;
    visibility: hidden;
}
body.product_cat_membership .woocommerce-variation-price .price {
	display: block;
    visibility: visible;
}
body.product_cat_membership .priced {
	color: #c54c26;
    font-weight: bold;
    font-size: 1.2em;
}
.wc-donation-in-action label {
	font-weight: bold;
}
.col-lg-6 ul, .col-lg-6 ol, .col-md-12 ul, .col-md-12 ol {
    padding-left: 35px !important;
}
.col-md-12 .aia_sidebar ul, .col-md-12 .aia_sidebar ol {
    padding-left: 0px !important;
}
table.ticket {
	font-size:14px; 
	margin-bottom: 15px;
}
table.ticket td {
	padding-right: 10px;
	padding-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 75%;
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    max-width: 100%;
    min-width: auto;
}
.cart_totals h2 {
    font-size: 1.75rem;
}
.cart_totals h2:after {
    margin: 0.25em 0 0.5em;
}
.wc-proceed-to-checkout,
.woocommerce button.button.alt {
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.woocommerce-cart .wc-proceed-to-checkout {
    margin: 0.5em 0 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin: 0;
    padding: 12px;
    font-size: 1em;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt {
    border-radius: 0;
    background-color: #c54c26;
}
.woocommerce button.button.alt {
    width: auto;
    margin: 0;
    padding: 12px 36px;
    margin: 0 0 0 12px;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
    background-color: #c54c26;
    opacity: 0.7;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

#customer_details h3:after,
h3#order_review_heading:after {
    margin: 0.5em 0 1em;
    content: '';
    display: block;
    width: 100%;
    border-bottom: 2px solid #003365;
}
.woocommerce form .form-row .required {
    color: #c54c26;
}
.woocommerce form .form-row label,
.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 6px 12px;
}

.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-style: solid;
    border-color: #74ab76;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-style: solid;
}
.woocommerce-checkout #payment {
    background: #fff;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}

.woocommerce-to-zoom-copy-from-billing {
	margin-top: 55px;
}
.woocommerce-to-zoom-copy-from-billing::before {
  	/*content: "Attendee: ";*/
}

.woocommerce-additional-fields__field-wrapper {
  	border-bottom: 2px solid #003365;
}
.woocommerce-additional-fields__field-wrapper::after {
 
}

/*
.entry-summary .price {
    float: left;
    margin-right: 12px;
}
*/
.entry-summary .quantity input {
    padding: 6px;
}
.woocommerce-Tabs-panel h2 {
    font-size: 1.75em;
}
.woocommerce-Tabs-panel h2:after {
    content: none;
}
.woocommerce-shipping-fields,
h3#order_review_heading {
    margin-top: 48px;
}

.woocommerce .coupon button.button,
.woocommerce .checkout_coupon button.button {
    background: #013364;
    color: #fff;
    border-radius: 0;
}
.product_meta {
    font-weight: 300;
    font-size: 0.83em;
}
.product_meta  > span:first-child {
   display: block;
}
.product_meta:before {
    content: '';
    display: table;
    clear: both;
}
.summary h2 {
    display: none;
}

.single .aia_content .container .recipient_image img {
    max-height: 200px;
}

.woocommerce.wc-memberships-frontend-banner, .woocommerce.wc-memberships.admin-restricted-content-notice {
	background: #1e85be;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: none;
    color: #000;
    font-size: 14px;
    border-radius: 0px;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
	
}

/* Contests */
body.tax-contest .aia_content .col-md-6,
body.tax-contest .aia_content .col-lg-3,
body.tax-challenge .aia_content .col-md-6,
body.tax-challenge .aia_content .col-lg-3,
body.page-template-page-byom .aia_content .col-md-6,
body.page-template-page-byom .aia_content .col-lg-3,
body.page-template-page-doodle .aia_content .col-md-6,
body.page-template-page-doodle .aia_content .col-lg-3,
body.tax-doodles .aia_content .col-md-6,
body.tax-doodles .aia_content .col-lg-3,
body.tax-doodles .col-md-6,
body.tax-doodles .col-lg-3 {
  margin-bottom: 36px;
}
body.tax-contest .aia_content .aia_block_text,
body.page-template-page-byom .aia_content .aia_block_text,
body.page-template-page-doodle .aia_content .aia_block_text,
body.tax-challenge .aia_content .aia_block_text,
body.tax-doodles .aia_content .aia_block_text,
body.tax-doodles .aia_block_text {
  color: #000;
  background: #fff;
  position: relative;
  padding: 2rem 0;
}
body.tax-contest .aia_content .aia_block_text p:first-of-type,
body.page-template-page-byom .aia_content .aia_block_text p:first-of-type,
body.page-template-page-doodle .aia_content .aia_block_text p:first-of-type,
body.tax-challenge .aia_content .aia_block_text p:first-of-type,
body.tax-doodles .aia_content .aia_block_text p:first-of-type,
body.tax-doodles .aia_block_text p:first-of-type {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  color: #003366;
  font-size: 1.75rem;
  line-height: 1.3;
}
body.tax-contest .aia_content .aia_block_text p:nth-child(2),
body.page-template-page-byom .aia_content .aia_block_text p:nth-child(2),
body.page-template-page-doodle .aia_content .aia_block_text p:nth-child(2),
body.tax-challenge .aia_content .aia_block_text p:nth-child(2),
body.tax-doodles .aia_content .aia_block_text p:nth-child(2),
body.tax-doodles .aia_block_text p:nth-child(2) {
  font-weight: 400;
}
body.tax-contest .aia_content .aia_block_text b,
body.page-template-page-byom .aia_content .aia_block_text b,
body.page-template-page-doodle .aia_content .aia_block_text b,
body.tax-challenge .aia_content .aia_block_text b,
body.tax-doodles .aia_content .aia_block_text b,
body.tax-doodles .aia_block_text b {
  font-weight: 300;
}

.image-choices-field .image-choices-choice-image-wrap {
  width: 175px!important;
  height: 175px!important;
}
.image-choices-choice {
  width: 200px;
}
.image-choices-choice .image-choices-lightbox-btn {
  background-color: #c54c26;
  top: 0;
  right: 0;
  border-radius: 50%;
}
.image-choices-choice-image-wrap {
  box-shadow: #00000061 3px 3px 5px;
}
.image-choices-choice-image-wrap:hover {
  box-shadow: #00000061 -3px -3px 5px;
}
.orange .gpoll_ratio_box {
  background-color: #c54b27!important;
  border-radius: 0;
}

.orange .gpoll_bar_juice {
  background-color: #003366!important;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #003366),color-stop(1, #003366))!important;
    background-image: -webkit-linear-gradient(top, #003366, #003366)!important;
    background-image: -moz-linear-gradient(top, #003366, #003366)!important;
    background-image: -ms-linear-gradient(top, #003366, #003366)!important;
    background-image: -o-linear-gradient(top, #003366, #003366)!important;
}
.gpoll_bar_juice {
  border-radius: 0!important;
}
.gpoll_bar_juice:after {
    background-image: none!important;
    background-image: none!important;
}

.gpoll_field_label,
.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
  /*font-family: 'EB Garamond', serif;
  font-variant: small-caps;
  text-transform: capitalize;*/
  font-weight: 700!important;
  font-size: 1em;
}
.image-choices-admin-field.image-choices-use-images .image-choices-choice-selected, .image-choices-field .image-choices-choice-selected {
    border-color: #003366!important;
    background: #f3f3f3;
}
a.gpoll_button {
	clear: both;
	float: none;
	display: inline-block;
}

.photo-contest-judges > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}

.photo-contest-judges .wp-block-image img {
    max-width: 200px;
    max-height: 200px;
}

.page-id-52647 .aia_content .wp-block-image, .postid-123153 .aia_content .wp-block-image {
	text-align:left;
}

b, strong{font-weight:bold;}

.page-id-52647 .wp-block-columns .wp-block-column:nth-child(1){flex-basis:25% !important;}
.page-id-52647 .wp-block-columns .wp-block-column:nth-child(2){flex-basis:75% !important;}


/*Paper Voting Pages*/

.single.single-sessions h1 {
	margin-bottom: 50px;
}

.single-sessions #commentform .acf-input,
.single-sessions #acf-form .acf-input{
  display: inline-block;
  min-width: 150px;
}


.single-sessions #acf-form.acf-form {
   background: #f6f6f6;
   padding: 45px;
   margin-top: 30px;
}

.single-sessions #comment button, .single-sessions input, .single-sessions optgroup, .single-sessions select, .single-sessions textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    inline-size: -webkit-fill-available;
}

.single-sessions .acf-field .acf-label label {
    font-family: 'EB Garamond', serif;
    font-variant: small-caps;
    text-transform: capitalize;
    font-size: 1.75rem;
    font-weight: 400;
    color: #003366;
}

.single-sessions .acf-button.button.button-primary.button-large {
    background: #c54c26;
    color: white;
    display: inline-block;
    padding: 0.5rem 3rem;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.single-sessions #respond.comment-respond {
    background: #fff;
    border: 4px solid #003366;
    margin-top: 30px;
    padding: 50px;
}

div#respond label {
    display: block;
    margin-bottom: .5rem;
    font-family: 'EB Garamond', serif;
    font-variant: small-caps;
    text-transform: capitalize;
    font-size: 23px;
    font-weight: 400;
    color: #003366;
  }

div#respond input#submit, .page-id-93535 #filter button {
    background: #c54c26;
    color: white;
    display: inline-block;
    padding: 0.5rem 3rem;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    margin-top: 10px;
  }

div#response {
    margin-top: 15px;
  }
select.amfilter  {
    width: 65%;
	}
	
.wp-block-image img {
max-width: 100%;
height: auto;
}


@media (min-width: 1101px) {
.photo-contest-judges > .wp-block-group__inner-container > .wp-block-group {
  width: 25%;
	}
.photo-contest-judges > .wp-block-group__inner-container > .wp-block-group:first-child {
  padding-right: 18px;
	}
.photo-contest-judges > .wp-block-group__inner-container > .wp-block-group:nth-child(4n+2) 									{
  padding: 0 12px 0 6px;
}
.photo-contest-judges > .wp-block-group__inner-container > .wp-block-group:nth-child(4n+3) {
  padding: 0 6px 0 12px;
}
.photo-contest-judges > .wp-block-group__inner-container > .wp-block-group:nth-child(4n+4) {
  padding-left: 18px;
}
}

@media (max-width: 769px) and (min-width: 501px) {
.photo-contest-judges > .wp-block-group__inner-container > .wp-block-group {
  width: 50%;
}
.photo-contest-judges > .wp-block-group__inner-container > .wp-block-group:nth-child(odd) {
  padding-right: 18px;
}
.photo-contest-judges > .wp-block-group__inner-container > .wp-block-group:nth-child(even) {
  padding-left: 18px;
}
}

/* Bootstrap Grid */

@media (max-width: 1299px) {
    .single .aia_content .container img {
        width: auto!important;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .home .abc_row {
        margin-bottom: 2rem;
    }
    .home .abc_block_left {
        margin-right: 250px;
    }
    .home .abc_block_right_alt {
        margin-left: 250px;
    }
    .home .abc_block_left .abc_block_wrapper, .home .abc_block_right_alt .abc_block_wrapper {
        width: 50%;
    }
	.home .abc_block_left .abc_block_wrapper,
	.home .abc_block_fb {
        padding-right: 30px;
        float: left;
    }
    .home .abc_row.facebook {
        position: relative;
    }
    .home .abc_row.facebook .abc_block_left {
        margin-right: 750px;
    }
    .home .abc_row.facebook .abc_block_right {
        position: absolute;
        right: 0;
        top: 0;
    }
    .home .abc_row.facebook .abc_block_wrapper {
        width: 100%;
    }
    .home .abc_block_fb {
        width: 500px;
        position: absolute;
        right: 250px;
    }
	.home .abc_block_right_alt .abc_block_wrapper {
        padding-left: 30px;
        float: right;
    }
    .home .abc_row .aia_block {
        min-height: 425px;
    }
    .home .abc_block_left_alt {
        float: left;
    }
}
@media (max-width: 1199px) and (min-width: 641px) {
    .home .abc_block_left {
        margin-right: 250px;
    }
     .home .abc_block_left .abc_block_wrapper:first-child {
        margin-right: -250px;
     }
    .home .abc_block_left .abc_block_wrapper:last-child, .home .abc_block_right_alt .abc_block_wrapper:last-child {
        width: 100%;
    }
    .abc_row.facebook {
        position: relative;
    }
    .abc_block_fb {
        padding-right: 30px;
    }
    .abc_row.facebook .abc_block_right {
        position: absolute;
        bottom: 2em;
        right: 0;
    }
    .home .abc_block_left .abc_block_wrapper:last-child {
        padding-right: 30px;
        float: left;
    }
	.home .abc_block_right_alt .abc_block_wrapper:first-child {
        padding-left: 30px;
    }
    .home .abc_block_left .abc_block_wrapper:last-child .aia_block, .home .abc_block_right_alt .abc_block_wrapper:first-child .aia_block {
        min-height: 425px;
    }
    .home .abc_block_left_alt {
        position: absolute;
    }
    .abc_block_right_alt .abc_block_wrapper:first-child {
        margin-left: 250px;
    }
}
@media (max-width: 640px) {
    .abc_block_right, .abc_block_left_alt {
        margin-bottom: 2rem;
        text-align: center;
    }
    .abc_block_right img, .abc_block_left_alt img {
        max-width: 100%;
    }
}
@media (max-width: 576px) {
    .lecturer_content_img img {
        margin: 0rem 1rem 0rem 0rem;
    }
}
@media (max-width: 575px) {
    .lecturer_content_img {
        text-align: center;
    }
    .lecturer_content_img img {
        margin: 0rem auto 1rem !important;
        float: none!important;
    }
}
@media (max-width: 450px) {
    .tour_image_button {
        margin: 0 auto 2rem auto;
    }
}

/* Fieldwork Ad */
.abc-sidebar {
    position: relative;
}
.abc-sidebar.aia_content .container>.row:first-of-type {
    position: relative;
}
.abc-sidebar .col-lg-4.col-md-12 .row.abc_block>div {
    margin: 0 15px;
}
.abc-sidebar .col-lg-8.col-md-12 {
    max-width: 100%;
}




@media (min-width: 1201px) {
    .abc-sidebar .col-lg-8.col-md-12 {
        padding-right: 575px;
    }
    .abc-sidebar .col-lg-4.col-md-12 {
        max-width: 560px;
        width: 560px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .abc-sidebar .aia_sidebar_blocks {
        margin-top: 0;
    }
}
@media (max-width: 1200px) and (min-width: 841px) {
    .single-fieldwork .abc-sidebar .col-lg-4.col-md-12 .row:last-child {
        margin-left: 545px;
    }
    .abc-sidebar .col-lg-4.col-md-12 {
        max-width: 100%;
        flex: inherit;
    }
    .abc-sidebar .col-lg-4.col-md-12 .aia_block_text {
        min-height: 425px;
    }
    .single-fieldwork .abc-sidebar .col-lg-4.col-md-12 .row.abc_block {
        width: 560px;
        position: absolute;
        top: 32px;
        left: 15px;
    }
    body:not(.single-fieldwork) .abc-sidebar .col-lg-4.col-md-12 .row.abc_block {
        width: 100%;
        text-align: center;
        display: inline-block;
    }
    body:not(.single-fieldwork) .abc-sidebar .col-lg-4.col-md-12 .row.abc_block div {
        display: inline-block;
    }
}

@media (max-width: 840px) and (min-width: 641px) {
    .abc-sidebar .col-lg-4.col-md-12 .row.abc_block {
        width: 100%;
        text-align: center;
        display: inline-block;
    }
    .abc-sidebar .col-lg-4.col-md-12 .row.abc_block div {
        display: inline-block;
    }
}
@media (max-width: 640px) {
    .abc-sidebar .col-lg-4.col-md-12 .row.abc_block>div {
        width: 100%;
        text-align: center;
    }
    .abc-sidebar .aia_sidebar_blocks .aia_block.aia_abc {
        min-height: inherit;
    }
    select.amfilter  {
    width: 100%;
	}
}



/**********************************************************/
@media(min-width:640px){
	#field_128_3003 .gfield_repeater_item{
    display: flex;flex-wrap: wrap;	margin-left: -15px;	margin-right: -15px;
  }
	#field_128_3003 .gfield_repeater_item .gfield_repeater_cell{
    padding-left: 15px; padding-right: 15px; width:33.33%;
  }
	#field_128_3003 .gfield_repeater_buttons{
    padding-left: 15px;
  }
	#field_128_3003 .gfield_repeater_wrapper input{
    width: 100%;
  }
	#field_128_2004 .gfield_repeater_item{
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
	#field_128_2004 .gfield_repeater_cell{
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
	#field_128_2004 .gfield_repeater_wrapper input{
    width: 100%;
  }
	#field_128_2004 .gfield_repeater_buttons{
    padding-left: 15px;
  }
	#field_128_2004 .gfield_repeater_item .gfield_repeater_cell:nth-child(2){
    position: absolute;
    right: 0;
    top: 0;
  }
	.gform_wrapper #field_128_2004  textarea{
    height: 200px;
  }
}
