﻿/*---------------------------------------------------------*/
/*------------------------GALA HERO------------------------*/
/*---------------------------------------------------------*/

#galahero {
	position: relative;
	display: block;
	margin: -100px 0 0 0;
	padding: 80px 2% 50px;
	width: 100%;
	height: auto;
	background: url(../images/events/dagala/galahero20.jpg) no-repeat center center;
	background-size: cover;
}

#galaherocontent {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 1600px;
	font-size: 0;
	text-align: center;
}

#galaherocontent .galatitle {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	width: 55%;
	height: auto;
}

#galadetails {
	position: relative;
	display: block;
	padding: 30px 0 0;
	text-align: center;
}

#galadetails span {
	position: relative;
	display: inline-block;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 34px;
	color: #fff;
	letter-spacing: 1px;
}

#galadetails .galalocation {
	display: block;
    font-size: 22px;
	line-height: 30px;
}

#galadetails .slidebutton {
	display: inline-block;
	margin: 30px 0 0 0;
}

@media (max-width: 1199px) {
    #galaherocontent .galatitle {
        width: 65%;
    }

    #galadetails span {
	    font-size: 22px;
	    line-height: 30px;
    }

    #galadetails .galalocation {
	    font-size: 18px;
	    line-height: 26px;
    }
}

@media (max-width: 991px) {
    #galaherocontent .galatitle {
        width: 70%;
    }

    #galadetails span {
	    font-size: 22px;
	    line-height: 30px;
    }

    #galadetails .galalocation {
	    font-size: 18px;
	    line-height: 26px;
    }
}



@media (max-width: 767px) {
    #galaherocontent .galatitle {
        padding: 0 2%;
        width: 100%;
        max-width: 485px;
    }

    #galadetails span {
	    font-size: 18px;
	    line-height: 26px;
    }

    #galadetails .galalocation {
	    font-size: 14px;
	    line-height: 26px;
    }

    #galadetails .galatime-xs {
        display: block;
    }

    #galadetails .slidebutton {
	    font-size: 20px;
    }
}


/*---------------------------------------------------------*/
/*----------------------GALA NAVIGATION--------------------*/
/*---------------------------------------------------------*/

#galanavigation {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	background: #000;
	font-size: 0;
	text-align: center;
}

#galanavigation ul {
    margin: 0;
    padding: 0;
}

#galanavigation li {
	position: relative;
	display: inline-block;
	margin: 0 20px;
}

#galanavigation li a {
	position: relative;
	display: block;
	padding: 20px 10px 17px;
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 800;
	font-size: 26px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#galanavigation .buttonstar {
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}

@media (max-width: 1199px) {
	#galanavigation li a {
		font-size: 26px;
		line-height: 26px;
	}
	
	#galanavigation .buttonstar {
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}
}

@media (max-width: 991px) {
	#galanavigation li {
		margin: 0 10px;
	}
}

@media (max-width: 767px) {	
	#galanavigation li {
		margin: 0 10px;
	}
	
	#galanavigation li a {
		padding: 10px 10px 7px;
		font-size: 24px;
		line-height: 24px;
	}
	
	#galanavigation .buttonstar {
		display: block;
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}
}

@media (max-width: 439px) {
    #galanavigation li {
        display: block;
        margin: 0;
    }
    
    #galanavigation li a {
		display: inline-block;
        padding: 10px 10px 7px;
		font-size: 20px;
		line-height: 20px;
	}
	
	#galanavigation li.buttonstar-mobile {
		display: none;
	}
}


/*---------------------------------------------------------*/
/*----------------------GALA HONOREES----------------------*/
/*---------------------------------------------------------*/

#honorees {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 70px 2%;
	font-size: 0;
	background: #000;
	text-align: center;
}

#honorees.thankyou {
    max-width: 800px;
}

#honorees h3.sectiontitle, #aboutthegala h3.sectiontitle, #tablesandtickets h3, #galacontact h3 {
	font-size: 40px;
	line-height: 40px;
}

#honorees .headingline, #aboutthegala .headingline, #tablesandtickets .headingline, #galacontact .headingline {
	width: 100px;
}

#honorees .honoreelist {
	margin: 0;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	
#honorees .honoreelist > [class*="col-"] {
	display: flex;
    flex-direction: column
}

.dahonoree {
	margin-bottom: 40px;
    width: 16.666667%;
	text-align: center
}

.dahonoree img {
	display: block;
	width: 50%;
    max-width: 150px !important;
	height: auto;
	margin: 0 auto;
}

.dahonoree p {
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #fff; 
	text-align: center;
}

.dahonoree .classyear {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.awardtext p {
    margin: 0 auto 30px;
    width: 75%;
}

@media (max-width: 767px) {
	 #honorees .slidebutton, #tablesandtickets .slidebutton {
	    font-size: 20px;
    }

    .dahonoree {width: 50%;}
}



/*---------------------------------------------------------*/
/*----------------------ABOUT THE GALA---------------------*/
/*---------------------------------------------------------*/

#aboutthegala, #galacontact {
	position: relative;
	display: block;
	margin: 0;
	padding: 70px 5%;
    min-height: 450px;
    background-color: #000;
}

#galacontact {
	background: url(../images/events/dagala/galacontact-bg.jpg) no-repeat left bottom;
	background-size: contain;
    background-color: #000;
}

#aboutthegala h3.sectiontitle, #galacontact h3.sectiontitle {
	margin: 0 0 40px;
    width: 100%;
	text-align: left;
}

#aboutthegala .headingline, #galacontact .headingline {
	margin: 5px 0 0;
}

.aboutthegala-description {
    width: 50%;
}

.aboutthegala-video {flex: 1; padding-left: 60px;}

#aboutthegala p, #galacontact p {
	font-weight: 400;
	color: #fff;
}

@media (max-width: 991px) {
	#aboutthegala, #galacontact {
        min-height: initial;
        background-color: #000;
    }

    #galacontact {
	    background: url(../images/events/dagala/galacontact-bg.jpg) no-repeat left bottom;
	    background-size: 1400px 438px;
        background-color: #000;
    }
}

@media (max-width: 767px) {
	#aboutthegala, #galacontact {
        min-height: initial;
        background-color: #000;
    }

    #galacontact {
	    background: url(../images/events/dagala/galacontact-bg.jpg) no-repeat left top;
	    background-size: 1000px 313px;
        background-color: #000;
    }

    .aboutthegalacontent {
        margin: 0 auto;
    }
	
	#aboutthegala h3.sectiontitle, #galacontact h3.sectiontitle {
	    margin: 0 0 40px;
	    text-align: center;
    }

    #aboutthegala .headingline, #galacontact .headingline {
	    margin: 5px auto 0;
    }

    .aboutthegala-description {
        margin-bottom: 30px;
        width: 100%;
    }
    
    .aboutthegala-video { width: 100%; padding-left: 0.1px;}

}



/*---------------------------------------------------------*/
/*-------------------TICKETS AND TABLES--------------------*/
/*---------------------------------------------------------*/

#tablesandtickets {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	background: url(../images/events/dagala/tablestickets-bg.jpg) no-repeat center center;
	background-size: cover;
}

#tablesandticketscontent {
	position: relative;
	display: block;
    margin: 0 auto;
	padding: 150px 5% 100px;
	width: 100%;
    max-width: 1600px;
	height: auto;
	text-align: center;
}

#tablesandticketscontent img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

#tablesandticketscontent h3.sectiontitle {
	margin-top: -40px;
}

.tablepackage {
	padding: 0 10px 60px;
}

.tablepackage .packagetitle, .tablepackage .packageprice {
	margin: 0;
	font-size: 26px;
	line-height: 26px;
	color: #fff;
}

.tablepackage .packageprice {
	margin: 5px 0 25px 0;
	font-size: 22px;
	line-height: 22px;
}

.tablepackage ul {
	margin-bottom: 60px;
}


.tablepackage ul li {
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}

.tablepackage li.registrationplus {
    text-indent: -40px;
    margin-left: 40px;
}

.tablepackage li.registrationplus:before {
    content: 'plus';
    margin-right: 10px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
}

@media (min-width: 992px) {
	#tablesandticketscontent .tableinfo {
		margin: 0;
		display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
	}
	
	#tablesandticketscontent .tableinfo > [class*="col-"] {
	 	display: flex;
        flex-direction: column
	}
}

@media (max-width: 991px) {
    #tablesandticketscontent {
        max-width: 700px;
    }
    
    .tablepackage ul {
	    margin-bottom: 20px;
    }

    .tablepackage ul li {
	    text-align: center;
    }

    #featureboxes.gala #featurebox2 {
        margin-left: 0;
    }

}

@media (max-width: 767px) {
    #tablesandtickets {
	    background: #000;
    }

    #tablesandticketscontent {
	    position: relative;
	    display: block;
        margin: 0 auto;
	    padding: 100px 5% 100px;
	    width: 100%;
        max-width: 1600px;
	    height: auto;
	    text-align: center;
    }

    .tablepackage {
	    padding: 0 10px 20px;
    }

    .tablepackage ul li {
	    margin-bottom: 20px;
        font-size: 16px;
	    line-height: 20px;
    }
}



/*---------------------------------------------------------*/
/*------------------------SPONSORS-------------------------*/
/*---------------------------------------------------------*/

#sponsors .sponsorscontent {
    margin: 0 0 100px;
    padding: 0 80px;
}

.sponsorscontent .aggienetworkflexcontainer {
    align-content: space-between;
    column-gap: 80px;
    flex-flow: row wrap;
}

.sponsorcolumn {
    flex: 1;
    margin-bottom: 40px;
}

.sponsortitle {
    margin-bottom: 20px;
}

.sponsorcolumn img {
    display: block;
    margin-bottom: 25px;
    width: 200px;
    height: auto;
}

.sponsortitle {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.sponsorcolumn img.tamupres {
    width: 275px;
}










/*---------------------------------------------------------*/
/*----------------------AGGIE MUSTER-----------------------*/
/*---------------------------------------------------------*/

/*--------------------AGGIE MUSTER HOME--------------------*/
#aggiemusterintro {
    position: relative;
    padding: 3% 0;
    z-index: 4;
}

#musterintrocontent {
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    max-width: 1800px;
    height: auto;
    align-items: center;
    flex-flow: row wrap;
}

.musterlogo {
    position: absolute;
    display: block;
    margin: -300px 0 0 -390px;
    width: 100%;
    max-width: 1800px;
    height: auto;
    opacity: 0.15;
}

#musterimagecollage {
    flex: 1;
    padding: 40px 40px 0;
}

#musterimagecollage img {
    width: 100%;
    height: auto;
}

#musterintronav {
    margin: -60px 0 0 0;
    width: 55%;
}

.musterintrotitle {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

#musterintronavitems {
    margin: 40px 0 0 0;
    flex-flow: row wrap;
}

.musterintronavitem {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 0 20px 30px;
    color: #fff;
    text-transform: uppercase;
}

.musterintronavitem.right {
    text-align: right;
}

.musterintronavitem a {
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 34px;
    color: #c3996b;
}

.musterintronavitem a:hover {
    color: #c3996b;
    border-bottom: 4px solid #562626;
}


@media (min-width: 1800px) {
    .musterlogo {
        margin: -400px 0 0 -100px;
    }
}

@media (max-width: 1199px) {
   #musterintronav {
        margin: -100px 0 0 0;
        width: 55%;
    }
    
    .musterintronavitem a {
        font-size: 30px;
        line-height: 28px;
    }
}

@media (max-width: 1023px) {
    .musterlogo {
        left: 50%;
        margin: -200px 0 0 -600px;
        width: 1200px;
        height: auto;
    }
    
    #musterimagecollage {
        width: 100%;
        text-align: center;
    }

    #musterimagecollage img {
        margin: 0 auto;
        max-width: 300px;
        height: auto;
    }

    #musterintronav {
        margin: 0;
        width: 100%;
    }

    .musterintrotitle {
        margin: 0 auto;
        max-width: 600px;
    }
}

@media (max-width: 767px) {
    #musterintrocontent {
        padding: 0 20px;
    }
    
    .musterlogo {
        left: 50%;
        margin: -100px 0 0 -400px;
        width: 800px;
        height: auto;
    }
    
    #musterimagecollage {
        display: none;
    }

    #musterimagecollage img {
        margin: 0 auto;
        max-width: 300px;
        height: auto;
    }

    #musterintronav {
        margin: -75px 0 0 0;
        width: 100%;
    }

    .musterintrotitle {
        margin: 0 auto;
    }

    .musterintronavitem {
        width: 100%;
        text-align:  center;
    }

    .musterintronavitem.right {
        text-align: center;
    }

    .musterintronavitem a {
        font-size: 26px;
        line-height: 24px;
    }
}


#mustermilesquote {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 100vh 0;
    width: 100%;
    max-width: 1800px;
    background: url(../images/events/muster/mustermilesquote.png) no-repeat center center;
    background-size: 80% auto;
    background-attachment: fixed;
}

.opacityblackmask {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

#mustermilesquote.aggienetworkfullscreencontentwrapper {
    align-items: center;
}

#mustermilesquote img {
    position: fixed;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    height: auto;
}

@media (min-width: 1800px) {
    #mustermilesquote {
        background-size: 60% auto;
    }
}

@media (max-width: 991px) {
    #mustermilesquote {
        padding: 100vh 15px;
        background: url(../images/events/muster/mustermilesquote-mobile.png) no-repeat center center;
        background-size: 600px auto;
        background-attachment: fixed;
    }
}

@media (max-width: 767px) {
    #mustermilesquote {
        padding: 0 15px;
        background: url(../images/events/muster/mustermilesquote-mobile.png) no-repeat center center;
        background-size: 90% auto;
        background-attachment: initial;
    }

    #mustermilesquote .opacityblackmask {
        display: none;
    }
}

#mustertradition {
    position: relative;
    margin: 0;
    padding: 0 5%;
}

#mustertradition .flex-onepointfive {
    position: relative;
    padding-right: 60px;
}

#mustertradition .flex-one {
    position: relative;
    flex: none;
    width: 450px;
    margin-top:-100px;
}

.mustertraditionphotocontainer {
    display: block;
    width: 450px;
    height: 450px;
}

.mustertraditionphoto {
    position: absolute;
    display: block;
    top:0;
    left: 0;
    width: 450px;
    height: 450px;
    transition: all 0.2s linear;
}

.mustertraditionphotocontainer img {
    position: absolute;
    display: block;
    top:0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all 0.2s linear;
    border: 5px solid #111;
}

.mustertraditionphoto.reed {
    background: url(../images/events/muster/musterreed.jpg) no-repeat center center;
    background-size: contain;
}

.mustertraditionphoto.salute {
    background: url(../images/events/muster/mustersalute.jpg) no-repeat center center;
    background-size: contain;
}

#mustercorregidor {
    position: relative;
    margin: 70px 0;
    padding: 50px 5%;
    background: url(../images/events/muster/corregidorblur-1.jpg) no-repeat center center;
    background-size: cover;
}

#mustercorregidor img {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
}

#mustercorregidor .flex-one:nth-child(2) {
    padding-left: 60px;
}

#musterattend {
    position: relative;
    display: block;
    margin: 0;
    padding: 30px 5%;
    background: url(../images/events/muster/mustermap.png) no-repeat center top;
    background-size: auto 100%;
}

.musterattendcontent {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    text-align: center;
}

#musterattend .aggienetworkflexcontainer {
    justify-content: center;
    width: auto;
}

#musterattend .aggienetworkflexcontainer a {
    width: 30%;
    margin: 20px 15px;
}

@media (max-width: 991px) {
    #musterattend .aggienetworkflexcontainer a {
        width: 45%;
    }
}

#musterhost { 
    position: relative;
    margin: 90px 0 0 0;
    padding: 0 5%;
    align-items: center;
}

#musterhost .flex-onepointfive {
    padding-right: 60px;
}

#musterhost img {
    position: relative;
    display: block;
    width: 100%; height: auto;
}

#musterhost .slidebutton, #mustercorregidor .slidebutton {
    margin-top: 20px;
}

@media (max-width: 991px) {
    #mustertradition .flex-onepointfive, #mustercorregidor .flex-one, #mustercorregidor .flex-one:nth-child(2), #mustercorregidor .flex-onepointfive, #musterhost .flex-one, #musterhost .flex-onepointfive {
        flex: none;
        width: 100%;
        padding: 0 !important;
    }

    #mustertradition .flex-onepointfive {
        text-align: left;
    }

    #mustertradition .flex-one {
        display:  none;
    }

    #mustertradition h3.sectiontitle, #mustercorregidor h3.sectiontitle, #musterhost h3.sectiontitle {
        text-align: center;
    }

    #mustertradition .headingline, #mustercorregidor .headingline, #musterhost .headingline {
        margin: 5px auto;
    }

    #mustercorregidor img, #musterhost img {
        margin: 60px auto;
        max-width: 600px;
    }

    #mustercorregidor img {
        margin: 0 auto 60px;
        max-width: 600px;
    }

    #musterhost p:last-of-type, #mustercorregidor p:last-of-type {
        margin-bottom: 0;
        text-align: center;
    }

}

@media (max-width: 767px) {
    #musterhost a.slidebutton, #mustercorregidor a.slidebutton, #musterattend .aggienetworkflexcontainer a.slidebutton {
        width: 100%;
        max-width: 350px;
    }
}







/*------------------MUSTER CHAIR RESOURCES-----------------*/

.musterchairintro {
    position: relative;
    display: block;
    margin: -90px 0 60px 0;
    padding: 90px 0 20px;
    width: 100%;
    height: auto;
    background: url(../images/events/muster/musterchairbackground.jpg) no-repeat center center;
    background-size: cover;
}

h1.musterchair {
    position: relative;
    display: block;
    margin: 0 0 30px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 100;
    font-size: 45px;
    line-height: 53px;
    color: #fff;
    text-align: center;
}

.musterpanelcontainer {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    margin: 0 auto;
    padding: 0 5%;
    max-width: 1600px;
    justify-content: center;
	-ms-flex-flow: row wrap;
        flex-flow: row wrap;
}

.musterpanelcontainer.notlogged {
    justify-content: center;
}

.aggienetworkuserpanel.musteroption {
    margin: 0 15px 45px;
    padding: 0;
    width: 20%;
}

.musterpanelcontainer.notlogged .aggienetworkuserpanel {
    margin: 0 15px 45px !important;
    width: 30%;
}

.musterpanelcontainer.musterlist .aggienetworkuserpanel {
    padding: 0;
    width: 100% !important;
}

.musterpanelcontent {
    padding: 15px;
    text-align: center;
}

.aggienetworkuserpanel > a > .musterpanelcontent {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.aggienetworkuserpanel.musteroption {
    background: none;
    border: 1px solid #fff;
    border-radius: 4px;
}

.usermuster {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    text-align: left;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
}

.usermuster:not(:first-child) {
    margin: 30px 0 0 0;
}

.usermustertitle {
    flex: 1;
    padding: 0 60px 0 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #562626;
}

.usermusteroptions {
    flex: 1 content;
}

.musterpanelcontent.usermusterlist .slidebutton {
    font-size: 18px;
}

.musterpanelcontent.usermusterlist .slidebutton:first-child {
    margin: 0 15px 0 0;
}

.musterpanelcontent svg {
    position: relative;
    display: block;
    margin: 0 auto 5px;
    width: 80px;
    height: 80px;
}

@media (max-width: 991px) {
    .musterpanelcontainer {
        padding: 0 15px;
    }
    
    .aggienetworkuserpanel.musteroption {
        margin: 0 0 45px;
        padding: 0;
        width: 30%;
    }

    .aggienetworkuserpanel.musteroption {
        margin: 0 2.5% 45px;
    }

    .aggienetworkuserpanel.musteroption:first-child {
        margin: 0 2.5% 45px 0;
    }

    .aggienetworkuserpanel.musteroption:last-child {
        margin: 0 0 45px 2.5%;
    }

    .aggienetworkuserpanel > a > .musterpanelcontent {
        font-size: 16px;
        line-height: 24px;
    }

    .musterpanelcontent svg {
        width: 60px;
        height: 60px;
    }

    .usermustertitle {
        font-size: 18px;
        line-height: 26px;
    }

    .musterpanelcontent.usermusterlist .slidebutton {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    h1.musterchair {
        font-size: 35px;
        line-height: 43px;
    }
    
    .usermustertitle {
        flex: none;
        margin-bottom: 15px;
        padding: 0;
        width: 100%;
        text-align: center;
    }   

    .usermusteroptions {
        flex: 1 auto;
        text-align: center;
    }

    .musterpanelcontent.usermusterlist .slidebutton:first-child {
        margin: 0 10px 0 0;
    }

    .aggienetworkuserpanel.musteroption {
        margin: 0 2.5% 15px !important;
        width: 45%;
    }

    .musterpanelcontent svg {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 360px) {
    .aggienetworkuserpanel.musteroption {
        margin: 0 0 15px !important;
        width: 100%;
    }
}

#hostamusterheader {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
#hostamusterheader img {
    display: block;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 600px;
}



#hostamusterheader a {
    margin-top: 20px;
    font-size: 18px;
}

#hostamustercontent {
    position: relative;
    display: block;
    margin: 40px auto 0;
    width: 100%;
    max-width: 800px;
}