/* Style 3 - Last Modified 2022-09-14 11:59:51 */
/* Site-specific desktop styles - Intentionally empty */

#azContainer {
    max-width: none;
    overflow: visible;
    margin-top: 0;
}
 
#azContent {
    max-width: 1100px;
    margin: auto;
}
 
#azHeader {
    box-sizing: border-box;
    background:#fff;
    margin: 0px;
}

#azHeader #triangles {
    position: absolute;
} 
#headerLogo {
    padding: 20px;
    padding-left: 20%;
    
}

#headerLogo img {
    width: 250px;
    margin: auto;
}
 
#heroImage {
    width: 100%;
    display: block;
}

#azFooter {
    position: relative;
    box-sizing: border-box;
    background:#142e4c;
    padding:20px;
}

.footer-social {
    font-weight: 100;
    
}

.footer-social .ui-link{
    line-height:30px;
}

.footer-social a span {
    vertical-align: middle;
    margin-top: -3px;
}

.footer-social a {
    text-decoration: none !important;
    margin: 0 6px;
    transition: color 300ms ease-out;
}

.footer-social a:hover {
    color: yellow !important;
}

/* === Events updates to session tables === */

#azEvent-availableEvents{
    display:none;
}


h3 {
    font-size: 1.5em;
}

#azEvent-sessions-list .azEvent-activity-parent-category {
    margin: 1em;
}

#azEvent-sessions-list .azEvent-session-date {
    margin: 1em;
}

#azEvent-sessions-list .azEvent-activity-parent-category > div > ul > li > div > ul {
    border: 1px solid transparent;
    border-color: inherit;
    border-top: none;
}

#azEvent-sessions-list .azEvent-activity-parent-category > div > ul > li > div > ul li a {
	padding-left: 3em;
/*	background-color: rgba(0,0,0,0.05); */
}



#azEvent-calendar {	
	padding: 10px;
	background:#f7f7f7;
	border-radius:8px;
}

#azEvent-calendar > div {
	background: #fff;
	margin:0;
	padding:10px;
	border:1px solid #ddd;
	border-radius:4px;
}

#azEvent-calendar .fc-timegrid-slots,
#azEvent-calendar table.fc-agenda-slots {
	background:#fff;
	font-size: 1 em;
}

#azEvent-calendar .fc-timegrid-slots tr:hover,
#azEvent-calendar table.fc-agenda-slots > tbody > tr:hover {
	background:rgba(0,0,0,0.05);
}

#azEvent-calendar .fc-event-main,
div.fc-event {
    background-color: #ededed;
    transition: all 200ms;
}

#azEvent-calendar .fc-event-main:hover,
div.fc-event:hover {
	background: #555;
	color: #fff;
	text-shadow: none;
}


@media screen and (max-width: 480px)
    {
        #triangles{
        max-height: 100px !important;
    }

    .azForm-submit > .ui-block-a, .azForm-submit > .ui-block-b, .azForm-submit > .ui-block-c{
        width:100%;
        margin:auto;
        text-align:center;
    }
}

@media screen and (min-width: 481px)
    {
        #triangles{
        max-height: 300px !important;
    }

}

@media screen and (max-width: 750px){
    .azForm-submit > .ui-block-a, .azForm-submit > .ui-block-b, .azForm-submit > .ui-block-c{
        width:100%;
        margin:auto;
        text-align:center;
    }
}
/* Style 9 - Last Modified 2020-08-27 16:51:55 */
#azHeader {
    position: relative;
    z-index: 2;
}

.full-width {
    height: 400px;
    margin-top: 0;
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    z-index: 1;
}

.full-width > img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: inherit;
    object-fit: cover;
}
/* Style 10 - Last Modified 2019-02-27 14:06:13 */
.ui-btn.ui-input-btn.ui-btn-c {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    width:auto;
    text-shadow: none !important;
    font-size: 1.5rem;
    font-weight: normal;
    border: none;
    box-shadow: none;
    border-radius: 0;
    transition: all 200ms ease-out;
}

.ui-btn.ui-input-btn.ui-btn-c:hover {
    padding-top: 1em;
    padding-bottom: 1.4em;
    width:auto;
    background-color:#4D5168 !important;
}


.ui-btn.ui-input-btn.ui-btn-c:after {
    content:'';
    position: absolute;
    left: 10%;
    bottom: .5em;
    height: 1.6em;
    width: 0;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
    transition: all 500ms ease-out;
}

.ui-btn.ui-input-btn.ui-btn-c:hover:after {
    width: 80%;
}
/* Style 15 - Last Modified 2025-02-12 14:45:41 */
.invisible {
    display: none!important;
}
