html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #4D4D4D;
}

a {
	color: #C1272D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	border: 0;
	background-color: #ccc;
	margin: 20px 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.buttonlink {
	 	display: inline-block;
	 	vertical-align: top;
	 	box-sizing: border-box;
    width: 380px;
    height: 70px;
    background-color: #39B54A;
    cursor: pointer;
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		font-size: 22px;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #fff;
		margin: 0px 10px 20px 0;
		padding: 22px 20px 0px 20px;
		text-align: center;
		border-radius: 5px;
		cursor: pointer;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		  -webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
		-webkit-appearance: none;
}

.buttonlink:hover {
	color: #fff;
	background-color: #00D600;
}

header {
	background-image: url(images/varsity2025_header.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100px;
}

#header-content {
	max-width: 1200px;
	padding: 50px 20px 10px 20px;
	margin: 0 auto;
}

.logo {
	display: block;
	width: 200px;
	float: left;
}

#header-right {
	float: right;
	margin: 0;
	text-align: right;
}

#main-menu {
	margin: 0px;
}

#main-menu ul {
	margin: 10px 0 0 0;
	padding: 0px;
}

#main-menu ul li {
	list-style-type: none;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#main-menu a {
	color: #fff;
	text-decoration: none;
	padding: 0px 15px 10px 15px;
}

#main-menu a:hover {
	color: #F79420;
	padding: 0px 15px 10px 15px;
	border-bottom: 2px solid #F79420;
}

#m-menu {
  	display: none;
}

.red {
	color: #EF3E42;
}

#banner-container {
	display: block;
	margin: 0 auto;
	padding: 140px 20px 120px 20px;
	max-width: 1200px;
	height: auto;
}

.banner-container-img {
	float: right;
	width: 45%;
	margin: -100px 10px 0 40px;
}

.banner-container-img img {
	width: 100%;
}

.banner-text {
	display: block;
	width: 50%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: left;
}

.banner-text h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 52px;
	line-height: 62px;
	color: #fff;
	margin: 0 0 20px 0;
}

.banner-text p {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin: 0px 40px 40px 0;
}

.boldtext {
	ffont-family: 'Lato', sans-serif;
	font-weight: 400;
}

.poweredby-img {
	width: 300px;
	margin-top: 30px;
}

.arrow {
    margin: 0px auto 0px auto;
    transform: translate(-50%, -50%);
    transform: rotate(0deg);
    cursor: pointer;
}

.arrow span {
    display: block;
    width: 1vw;
    height: 1vw;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: -5px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

#wrapper {
	position: relative;
}
	
#content {
	width: 100%;
}

#content h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 42px;
	color: #C1272D;
	margin: 0 0 10px 0;
}

#content h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 48px;
	color: #C1272D;
	margin: 0 0 20px 0;
}

#content h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #C1272D;
	margin: 0 0 10px 0;
}

#content h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
	color: #333;
	margin: 0 0 10px 0;
}

#content-inner {
	max-width: 1200px;
	min-height: 300px;
	padding: 100px 20px 0px 20px;
	margin: 0 auto;
	text-align: center;
}

#content-inner2 {
	background-color: #fff;
	max-width: 100%;
}

#content-inner ol, ul {
    margin: 20px 20px 40px 0px;
	padding: 0 20px 0 40px;
}

#content-inner li {
    margin: 0 0 8px -10px;
    padding: 0 0 0 10px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}

#content-inner li ul, li ol {
    margin: 0px 20px 20px 0px;
	padding: 0 20px 0 40px;
}

.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active1 {
  transform: translateY(0);
  opacity: 1;
}

.intro {
	display: block;
	width: 70%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

.intro p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 20px 0;
}

.intro-left {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 48%;
	text-align: left;
	padding: 20px;
	margin: 0 0 20px 0;
}

.intro-left p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 20px 0;
}

.blurb {
	font-size: 22px;
	line-height: 28px;
	color: #C1272D;
	margin: 0 0 20px 0;
}

.intro-right {
	float: right;
	box-sizing: border-box;
	width: 45%;
	padding: 0px;
	margin: 20ox 0 20px 0;
}

.intro-right img {
	width: 100%;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #C1272D;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-container {
  padding: 10px 40px;
  position: relative;
  width: 50%;
  z-index: 100;
}

/* The circles on the timeline */
.timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 4px solid #C1272D;
  top: 20px;
  border-radius: 50%;
}

/* Place the container to the left */
.tleft {
  left: 0;
}

/* Place the container to the right */
.tright {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.tleft::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #C1272D;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #C1272D;
}

/* Add arrows to the right container (pointing left) */
.tright::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #C1272D;
  border-width: 10px 10px 10px 0;
  border-color: transparent #C1272D transparent transparent;
}

/* Fix the circle for containers on the right side */
.tright::after {
  left: -14px;
  z-index: 100;
}

/* The actual content */
.timeline-content {
  padding: 30px 30px;
  background-color: #C1272D;
  position: relative;
  border-radius: 9px;
}

.timeline-title {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	margin: 0 0 10px 0;
}

.timeline-date {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	margin: 0px;
}

.timeline-content p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.timeline-content img {
	margin: 0px auto 10px auto;
	width: 25%;
}

.contentodd {
	display: inline-block;
	width: 32%;
	box-sizing: border-box;
	background-color: #fff;
	margin: 20px 5px 40px 0;
	vertical-align: top;
	text-align: center;
	padding: 30px 20px;
	border: 1px solid #322978;
	border-radius: 9px;
}

.contentodd p {
	font-size: 14px;
	line-height: 20px;
	color: #4D4D4D;
	margin: 0px;
}

.contentodd img {
	margin: 10px auto 20px auto;
	width: 80%;
}

.contentodd-title {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #C1272D;
	margin: 0 0 5px 0;
}

.contenteven {
	display: inline-block;
	width: 45%;
	box-sizing: border-box;
	margin: 10px 10px 10px 10px;
	vertical-align: top;
	text-align: center;
	padding: 25px;
}

.contenteven p {
	font-size: 14px;
	line-height: 22px;
	color: #4D4D4D;
	margin: 0px;
}

.contenteven img {
	margin: 10px auto 20px auto;
	width: 40%;
}


.prize {
	display: inline-block;
	width: 30%;
	box-sizing: border-box;
	margin: 20px 5px 40px 0;
	vertical-align: top;
	text-align: center;
	padding: 10px;
}

.prize p {
	font-size: 14px;
	line-height: 22px;
	color: #4D4D4D;
	margin: 0px;
}

.prize img {
	margin: 10px auto 20px auto;
	width: 50%;
}

.prize-title {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 18px;
	text-transform: uppercase;
	color: #C1272D;
	margin: 0 0 5px 0;
}

.prize-amount {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 42px;
	text-transform: uppercase;
	color: #C1272D;
	margin: 0 0 10px 0;
}

/* Style the button that is used to open and close the collapsible content */

.collapsible {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
    width: 90%;
    background-color: #C1272D;
    cursor: pointer;
    border: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin: 0px 0px -10px 0px;
	padding: 15px 20px;
	text-align: left;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
	-webkit-appearance: none;
}

/* 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) */
.active, .collapsible:hover {
  	color: #fff;
	background-color: #C1272D;
}

.collapsible:active {
  	color: #fff;
	background-color: #C1272D;
	border: 0px;
}

.collapsible:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 10px;
}

.active:after {
  content: "\2212";
}

/* Style the collapsible content. Note: hidden by default */
.collapsible2 {
  margin: 20px 20px 0px 20px;
  box-sizing: border-box;
  width: 88%;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.faq {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0px 0px 10px 0px;
	vertical-align: top;
	padding: 0px;
}

.faq p {
	font-size: 14px;
	line-height: 24px;
	color: #4D4D4D;
	margin: 10px 0 0 0;
}

.speakers {
	display: inline-block;
	width: 19%;
	padding: 0;
	margin: 0 5px 30px 0;
	vertical-align: top;
	text-align: center;
}

.speakers img {
	width: 90%;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	border: 1px solid #ccc;
}

.speakers .name {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px;
}

.speakers p {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
}

.partners {
	display: inline-block;
	margin: 0 50px 40px 0;
}

.partners img {
	height: 50px;
}

/* Content Pages */

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 20px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#page-content {
	width: 70%;
	display: block;
	color: #333;
	margin: 0 auto;
	padding: 40px 30px;
	box-sizing: border-box;
}

#page-content h3 {
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 1px;
	color: #333;
	margin: 0 0 20px 0;
}

#page-content p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 20px 20px 0;
	text-align: justify;
}

#page-content ol, ul {
  margin: 0 10px 20px 0px;
	padding: 0 0 0 30px;
}

#page-content li {
    margin: 0 0 10px -10px;
    text-align: justify;
}

#page-content li > ul {
    margin: 10px 0 0 0;
}

#page-content li > ul > li {
    margin: 0px 0 0px -20px;
}

.enquiry {
	width: 70%;
	margin: 0 auto;
}

.enquiry input[type=text] {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 15px 0 15px;
	margin: 0px 10px 10px 0;
	height: 60px;
	border: 1px solid #ccc;
	color: #000;
	font-size: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.enquiry input[type=text]:focus {
	border: 1px solid #C1272D;
}

.enquiry select {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 15px 0 15px;
	margin: 0px 10px 10px 0;
	height: 60px;
	border: 1px solid #ccc;
	box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	color: #000;
	font-size: 16px;
	border-radius: 3px;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
}

.enquiry select::-ms-expand {
    display: none;
}

.enquiry textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	margin: 0px 10px 10px 0;
	height: 150px;
	border: 1px solid #ccc;
	color: #000;
	font-size: 16px;
	vertical-align: top;
	border-radius: 3px;
}

.enquiry .ebutton {
	position: relative;
	vertical-align: top;
  width: auto;
  height: 60px;
	background-color: #C1272D;
	box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 0px 30px;
	color: #fff;
	border: 0px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
	-webkit-appearance: none;
}

.enquiry .ebutton:hover {
	box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	color: #fff;
	background-color: #ED1C24;
}

.enquiry label {
	font-size: 14px;
	line-height: 24px;
	}

.form-error {
	margin: 0;
	padding: 0 !important;
}

.form-error ul {
	color: #dc0000;
	margin: 0;
	padding-left: 17px;
}

#sidebar {
	width: 30%;
	float: right;
	padding: 0;
}

#sidebar p {
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 28px;
}

.sidebarimg {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	border-radius: 50%;
}

.sidebarimg img {
	width: 100%;
}

#sidebar ol, ul {
    margin: 0 10px 40px 0px;
	padding: 0 0 0 30px;
}

#sidebar li {
    margin: 0 0 10px -10px;
}

.social {
	display: inline-block;
	margin: 0 20px 10px 0;
	}

.social img {
	width: 48px;
	}


.dim {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
	display: none;
}

.popup {
	cursor: pointer;
}

.pop-box {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
	padding: 10px;
	background-color: #006464;
	//margin: 0 auto;
	//max-width: 1000px;
	//width: 100%;
}

.pop-box img {
	max-width: 800px;
	//width: auto;
	width: 100%;
}

.pop-desc {
	padding-top: 5px;
}

.pop-box p {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: #fff;
}

.close {
	float: right;
	border: 1px solid #000;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 10px;
	background-color: #fff;
	//color: #fff;
}

footer {
	width: 100%;
	padding: 40px 0;
	margin: -6px 0 0 0;
	text-align: center;
	}
	
footer p {
	padding: 0 20px;
	font-size: 13px;
	line-height: 24px;
	}

.clearfix::after{content:""; display:block; clear:both; visibility:hidden; height:0;}


@media screen and (max-width:1200px) {


#header-content {
	padding: 50px 0px 10px 40px;
	margin: 0 auto;
}

#banner-container {
	padding: 120px 0px 120px 40px;
}

.banner-text h1 {
	font-size: 48px;
	line-height: 58px;
}

#content h3 {
	font-size: 24px;
	line-height: 30px;
}

.contenteven {
	min-height: 200px;
}

	
}

@media screen and (max-width:820px) {

#m-menu {
	display: none;
  	background-color: #0067B1;
  	margin: 0;
  	position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
#m-menu #myLinks {
  display: none;
}

/* Style navigation menu links */
#m-menu a {
  color: #fff;
  padding: 28px 20px;
  text-decoration: none;
  font-size: 24px;
  text-align: left;
  display: block;
  border-bottom: 1px solid #eee;
}

/* Style the hamburger menu */
#m-menu a.icon {
 	display: block;
 	position: absolute;
	font-size: 36px;
	padding: 5px 10px;
  	right: 20px;
  	top: 20px;
	border: none;
}
	
#header-content {
	padding: 10px 20px 0 20px;
}
	
.logo {
	float: none;
	margin: 20px auto 10px auto;
}

#header-right {
	display: none;
}
	
#main-menu {
	display: none;
}

.banner-container-img {
	float: none;
	width: 70%;
	margin: 0px auto 0px auto;
	align-content: center;
}
	
.banner-text {
	width: 80%;
	display: block;
	margin: 20px auto 0 auto;
	text-align: center;
}

#content-inner {
	padding: 50px 20px 50px 20px;
	height: auto;
}

#content-inner ol, ul {
    margin: 20px 20px 40px 10px;
	padding: 0 4px 0 40px;
}

.intro {
	width: 90%;
}

.intro-left {
	display: block;
	float: none;
	width: 100%;
	padding: 0px 10px;
}

.intro-left p {
	font-size: 14px;
	line-height: 24px;
}

.intro-right {
	float: none;
	width: 100%;
	padding: 20px 10px;
}

 /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
    left: 60px;
    border: medium solid #322978;
    border-width: 10px 10px 10px 0;
    border-color: transparent #322978 transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .tleft::after, .tright::after {
    left: 18px;
  }

/* Make all right containers behave like the left ones */
  .tright {
    left: 0%;
  }

.contentodd {
	width: 45%;
	margin: 20px 10px 20px 0;
}

.contenteven {
	margin: 10px 5px 10px 5px;
}

.prize {
	margin: 20px 10px 20px 0;
}

.speakers {
	width: 23%;
}

.collapsible {
	font-size: 16px;
	width: 100%;
}

.faq {
	margin: 0px 0px 10px 0px;
}

#page-content {
	width: 100%;
	padding: 40px 10px;
}
	
#sidebar {
	width: 90%;
	float: none;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

}

@media screen and (max-width:640px) {

.buttonlink {
	display: block;
    width: 90%;
	margin: 10px auto;
}
	
header {
	background-position: 10% 0%;
}
	
#banner-container {
	padding: 40px 20px 80px 20px;
}

.banner-container-img {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.banner-text {
	width: 100%;
}

.banner-text h1 {
	font-size: 32px;
	line-height: 34px;
	margin: 0 0 10px 0;
}

.banner-text p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin: 0px 0px 40px 0;
}

.arrow span {
    width: 20px;
    height: 20px;
}


#content h1 {
	font-size: 32px;
	line-height: 38px;
}

#content h2 {
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0px;
}
	
.intro {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
}

.intro p {
	font-size: 16px;
	line-height: 26px;
}

.intro img {
	width: 100%;
}

.blurb {
	font-size: 18px;
	line-height: 26px;
}

 /* Place the timelime to the left */
  .timeline::after {
    left: 20px;
  }

/* Full-width containers */
  .timeline-container {
    width: 100%;
    padding-left: 50px;
    padding-right: 0px;
  }

/* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
    left: 40px;
    border: medium solid #C1272D;
    border-width: 10px 10px 10px 0;
    border-color: transparent #C1272D transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .tleft::after, .tright::after {
    left: 7px;
  }

/* Make all right containers behave like the left ones */
  .tright {
    left: 0%;
  }


.contentodd {
	display: block;
	width: 100%;
	margin: 40px 0px 20px 0px;
	padding: 20px 10px;
}

.contenteven {
	display: block;
	width: 100%;
	margin: 20px 0px 40px 0px;
	padding: 0px;
}

.contenteven img {
	width: 50%;
}

.prize {
	display: block;
	width: 100%;
	margin: 20px 0px 0px 0px;
}

.prize img {
	margin: 10px auto 10px auto;
	width: 50%;
}

.prize-title {
	font-size: 21px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.prize-amount {
	font-size: 42px;
	line-height: 42px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.collapsible2 {
  margin: 20px 0px 0px 0px;
  width: 100%;
}

.partners {
	display: inline-block;
	margin: 0 20px 40px 20px;
}
	
}
