<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {overflow-x:hidden;}
/* Hero Images - Static */
.img-wrapper {
    position: relative;
}
            .container {
  max-width: 1160px;
  margin: 0 auto;
}

.grid-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.grid-item {
  
  flex-basis: 33%;
  -ms-flex: auto;
 
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}

@media(max-width: 1333px) {
  .grid-item {
    flex-basis: 33.33%;
  }
}


@media(max-width: 1073px) {
   .grid-item {
    flex-basis: 50%;
  }
}

@media(max-width: 815px) {
  .grid-item {
    flex-basis: 50%;
  }
}

/* Buttons */
.btn-orange {
	 background-color: #FFB100;
	 text-align:center;
}
.btn-purple {
	 background-color: #4F2684;
	 text-align:center;
     border-radius: 3px 3px 3px 3px;
     height:30px;
}
.btn-purple a {
	 color:#ffffff;
	 line-height:30px;
	 text-align:center;
	 vertical-align:middle;
	 text-decoration:none;
}
.btn-orange a {
    color:#4f2683;
    line-height:2;
	text-align:center;
	text-decoration:none;
}
.btn-purple:hover {
	 background-color:#FFB100;
}
.btn-orange:hover {
	 background-color:#4f2683;
}
.btn-orange:hover a {
    color:white;
}
.btn-purple:hover a {
    color:#4f2683;
}
.orange, .purple {
	 color:white;
	 text-decoration:none;
}
.purple:hover {
	 background-color:#FFB100;
	 color:white;
	 text-decoration:none;
}
.orange:hover {
	 background-color:#4f2683;
	 color:white;
	 text-decoration:none;
}

@media(max-width: 555px) {
  .grid-item {
    flex-basis: 100%;
  }
}
.w3-card-4 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 170px;
    min-height: 170px;
    max-height: 170px;
}

.img-wrapper img {
    width: 100%;
}
.img-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgb(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.overlay h2.banner-header {
    color:white; 
    font-size:3.5vw;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}
.overlay h1 {
    color:white; 
    font-size:3.5vw;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}
.overlay h2 {
    font-size: 2.5vw;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
}
.overlay .orange {
    padding: 1vw;
    font-size: 2vw;
}
/* CTA Div - buttons */
.cta-blue {
    background-color: #1274BB;
}
.cta-violet {
    background-color: #9B247E;
}

.cta-purple {
	 background-color: #4F2684;
}
.cta-green {
	 background-color: #0D7C7D;
}
.cta-light-green{
	 background-color: #679393;
}
.cta-grey{
	 background-color: #9B9B9B;
}
div.cta div.col {
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
div.cta div.col:hover {
    background-color: 
    #FFB100;
}
div.cta &gt; div.section * a {
    color: 
    #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration:none;
}
/* Buttons */
.btn-orange {
	 background-color: #FFB100;
	 text-align:center;
}
.btn-purple {
	 background-color: #4F2684;
	 text-align:center;
}
.btn-purple a {
	 color:white;
	 line-height:2;
	 text-align:center;
	 text-decoration:none;
}
.btn-orange a {
    color:#4f2683;
    line-height:2;
	text-align:center;
	text-decoration:none;
}
.btn-purple:hover {
	 background-color:#FFB100;
}
.btn-orange:hover {
	 background-color:#4f2683;
}
.btn-orange:hover a {
    color:white;
}
.btn-purple:hover a {
    color:#4f2683;
}
.orange, .purple {
	 color:white;
	 text-decoration:none;
}
.purple:hover {
	 background-color:#FFB100;
	 color:white;
	 text-decoration:none;
}
.orange:hover {
	 background-color:#4f2683;
	 color:white;
	 text-decoration:none;
}
/* Other */
div.difference, div.spotlight, div.fw-container, div.btm-grey-box {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.bg-grey {
    background-color: #F4F4F4;
}
.fw-container {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.inside {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
div.inside h2 {
    color: black;
    text-align: center;
}



#content.grid_12 {
    max-width: 1160px;
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
}


.event-link {
    color:#4f2683;
}

.image-center, .image, .image-left, .image-right {
    background-image: none;
}
</pre></body></html>