@charset "utf-8";
/* CSS Document */

/* General Styles */
.center {text-align: center;}
.right {text-align: right;}
.justify {text-align: justify;}

.purple {color: #7100EB;}
.green {color: #95f4a0;}
.darkPurple {color: #320070;}
.darkGreen {color: #084e2b;}
.warmGray {color: #d7d2cb;}
.white {color: #fff;}
.black {color: #000;}
.blue {color:#75C5FF;}
.lime {color:#E8F75C;}
.orange {color:#FFC800;}
.purple20 {color:#E3CCFB;}
.purple40 {color:#C699F7;}
.purple60 {color:#AA66F3;}
.purple80 {color:#8D33EF;}
.green20 {color:#EAFDEC;}
.green40 {color:#D5FBD9;}
.green60 {color:#BFF8C6;}
.green80 {color:#AAF6B3;}

html {scroll-behavior: smooth;}

h1, h2, h3, h4, h5, h6, p, ul, ol {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {font-family: 'Poppins', sans-serif;}

p {
    line-height: 1.5;
    font-size: 1.8rem;
    padding-bottom: 1em;
    margin-bottom: 0 !important;
    font-family: 'Montserrat', 'Roboto',sans-serif;
}


/* Buttons */
.button {
    text-align: center;
    display: inline-block;
    font-family: 'Montserrat', 'Roboto',sans-serif;
    background: #7100EB !important;
    border: none !important;
    color: #ffffff;
    padding: 1.25rem 2.5rem;
    font-weight: 700;
    text-shadow: none;
    font-size: 1.25em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.button:hover {
	background-color: #320070 !important;
	color: #ffffff;
	border: none;
}
.buttonSecondary {    
    text-align: center;
    display: inline-block;
    font-family: 'Montserrat', 'Roboto',sans-serif;
    background: #95f4a0 !important;
    border: none !important;
    color: #000;
    padding: 1.25rem 2.5rem;
    font-weight: 700;
    text-shadow: none;
    font-size: 1.25em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.buttonSecondary:hover {
	background-color: #320070 !important;
	color: #ffffff;
	border: none;
}

.buttonThree {    
    text-align: center;
    display: inline-block;
    font-family: 'Montserrat', 'Roboto',sans-serif;
    background: #FFC800 !important;
    border: none !important;
    color: #000;
    padding: 1.25rem 2.5rem;
    font-weight: 700;
    text-shadow: none;
    font-size: 1.25em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.buttonThree:hover {
	background-color: #320070 !important;
	color: #ffffff;
	border: none;
}
.buttonFour {
    text-align: center;
    display: inline-block;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    background: #FFC800 !important;
    border: none !important;
    color: #000;
    padding: 1.25rem 2.5rem;
    font-weight: 700;
    text-shadow: none;
    font-size: 1.25em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.buttonFour:hover {
	background-color: #95f4a0 !important;
	color: #000;
	border: none;
}

a.button.small{
   font-size: 0.85em;
   padding: .5em 1em; 
}
/* End Buttons */

/*List Styles*/
ul, ol {
    list-style-position: outside;
    margin: 0;
    padding-left: 4%;
    display: block;
    font-size: 1.8rem;
    line-height: 1.25em;
}
ul {list-style-type: disc !important;}
li {padding-bottom: 0.5em;}
/*End List Styles*/

/*Columns*/
.topBlock {padding: 2rem 30px;}
.midBlock {
    padding: 30px;
    min-height: 200px;
}
.btmBlock {padding: 40px 30px;}
.rowBlock {
    padding: 6rem 0 0 0;
    float: none;
    display: inline-block;
	& .col-md-6 { padding-left: 2em;
        padding-right: 2rem;}
	& .col-md-4 {padding-left: 2em; padding-right: 2rem;}
}
.col2 {
    display: block;
    float: left;
    margin: 1% 0 1% 0%;
    padding: 0;
}
/*End Columns*/
blockquote {
    font-size: 1.25em;
    line-height: 1.45em;
    margin-inline-start: 40px;
}

.linkedImg:hover {    
	text-align: center;
        display:block;
	background-color: #009cdf !important;
	border-radius: 0 2rem 0 2rem !important;
	border: none;
	margin:auto;
& img {
padding:1rem !important;
display:inline-block;
}
}

/* Tables */
.tablebox {
    background-color: #F6EFFB;
    margin: 1rem 0 !important;
    display: grid;
    float: none;
    border-radius: 0;
    padding: 2rem 2rem;
}
.tableInline {
    margin: 0;
    padding: 0;
}
.tableInlineSecond{
    background-color: #E4CCFB;
    margin: 2rem 0;
    padding: 2rem 0;
}
.leftText{
    display: inline-block;
    line-height: 1em !important;
    padding-bottom: 0!important;
}
.rightText{
    display: inline-block;
    border-left: none;
    line-height: 1em !important;
    padding-left: 0em;
    padding-bottom: 0!important;
}
.line hr {
    height: 5px;
    border-radius: 25px;
    width: 60%;
    border: 0px solid #320070;
    background-color: #320070;
    margin: auto;
}
/*End Tables */

/* Padding Classes */
.padTop {padding-top: 2rem;}
.padBtm {padding-bottom: 2rem;}
.padTop2 {padding-top: 4rem;}
.padBtm2 {padding-bottom: 4rem;}
.padding {padding: 0 0.5em;}
/* End Padding Classes */

/* Section Styles*/
#mainContent {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 72px;
}

#head {
    position: fixed;
    max-height: 86px;
    left: 0;
    right: 0;
    z-index: 10;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 70%, rgba(255, 255, 255, 0.81) 100%) !important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

#fullWidth {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    max-height: 400px;
}
.collapse {margin: 0 !important;}

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}
.contentWidth {
    width: 100% !important;
    max-width: 1332px;
    margin: 0 auto !important;
}

.sectionGrouping {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.sectionText  {
    float: none;
    margin: auto;
    clear: both;
}

#section1, #section2, #section3, #section4 img {
    display: inline-block;
}

#headlineText p {display: inline-block;}
#headlineText img {
    display: inline-block;
    padding-right: 1em;
}
#heroImgOverlay1 img {
    display: block;
    margin-left: auto;
    width: 100%;
}
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
#headline h1{padding-top: 40px;}
#subHeader h2 {
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: 1.3em;
    padding: 1rem 0;
}
#submission-fu.details h3{
 	padding: 0.4em 0;
  	font-weight: 600;
}
#submission-fu .padding{padding: 0 1em 2em 1em;}
#success-messageHero{padding-bottom:15%;}
#success-messageForm{padding-bottom:15%;}
#success-messageHero{padding-bottom:15%;}
#subHeader {background-color: #000000;}
/* End Section Styles */

/* Logo And Nav Bar*/
#topNav {
    display: inherit;    
    border-left: 3px solid rgba(53, 0, 64, 0.4);
    margin-top: 2em;
    margin-bottom: 1em;
    height: 3em;
    vertical-align: top;

}
#topNav p {
    float: left;
    height: 3em;
    padding-top: 0.5em;
    padding-left: 2em;
    display: inline-block;
    font-weight: 500;
    font-size: 1.2em;

}
#logoDiv {
    margin-top: 1em;
    margin-bottom: 1em;
}
ul.topNav {
    list-style: none !important;
    float: left;
    padding-inline-start: 0!important;
}
ul.topNav li {
    padding: .5em 1em 1em 1em;
	font-weight: 500;
	font-size: 1.2em;
	float: left !important;
}
ul.topNav li a {
    color: #000;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
ul.topNav li a:hover, ul.topNav li a:focus { color: #6d6d6d;}
/* End Logo and Nav bar*/

/* Event Section Details */
#moreDetails li{padding-bottom: .5em;}
#presenterBox {
    padding: 0;
    margin: 3rem 0;
}

#presenterBox small {font-size: 1.25em;}
#presenterBox p {
        padding-top: 4rem;
        padding-bottom: .25em;}
#presenterBox2 small {font-size: 1.25em;}
#presenterBox2 p {padding-bottom: .25em;}
#presenterBox img {width: 100%;}
#presenterBox2 img {width: 100%;}
/*  End Event Section Details*/

/*Footer Styles*/
#footer {
    padding: 4rem 0!important;
    background-color: #000000!important;
}
#footer a:hover {
    color: #7100EB;
}
#footer a {
    color: #fff;
}
.social-bar img{
    width: 30px;
    min-height: 30px;
    display: inline-block;
    margin: 0 0.2rem;
    background: transparent center top no-repeat;
}
p.copyright {
    padding: 1.2rem 0 !important;
    color: #fefefe;
    line-height: 1.1;
    font-size: 1.15em;
}
#legalText {
    padding-right: 0;
    float: right;
}
#copyRight img {margin-left: 0 !important;}
/*End Footer Styles*/


