.btn.btn-main{
    background-color: #ffb71c;
    border: 2px solid transparent;
    padding: 8px 15px;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 0;
    transition: .2s ease-in-out;
    box-sizing: border-box;
    text-decoration: none !important;
    white-space: normal;
    text-shadow: none;
    text-decoration: none;
}

.btn.btn-main:hover{
    background: #15B4B7; 
    color: black;
}

.circle-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;   /* makes it a circle */
    object-fit: cover;    /* ensures it crops nicely */
}

.sidebar ul li a.button{
	border-bottom:1px solid #fff;
}
.text-grey{
	color:#585858 !important;
}

.container{
	max-width:1500px;
	margin:0 auto;
	padding-bottom:100px;
	padding-top:60px;
	padding-left: 15px;
	padding-right: 15px;
}

.container h1{
	margin-top: 0;
}

.blue{
	background: #0c0032;
}

.blue2{
	background: #190061;
}

.blue3{
	background: #240090;
}

.blue4{
	background: #3500D3;
}

.animex{
	background: #15B4B7;
}
.animex2{
	background: #FAB526;
}
.lightgrey{
	background: #e8e8e8;
}

.top-bar ul{
	background:none;
}

.menu .menu-text{
	color:#fff;
	font-weight:bold;
	font-size:20px;
}

Ul.accordion li.accordion-item{
	list-style: none !important;
}

a.accordion-title{
	font-size:inherit;
	color:#240090;
}

ul.tabs li{
	list-style: none;
}

ul.menu li{
	list-style:none ;
}

ul.menu a{ text-transform: uppercase;
	font-weight: 600;
	border-bottom:none;
}
ul.menu a:hover{
	text-decoration: underline;
	color: #000;
}

.is-dropdown-submenu{
	background:#282828;
	margin:0px;
}

.is-submenu-item.is-dropdown-submenu-item{
	background:#282828 !important;
	border-bottom: 1px solid #fff;
}

.is-submenu-item.is-dropdown-submenu-item:last-child{
	border-bottom: none;
}

li{
	list-style: square;
}

h1, h2, h3, h4, h5{
	margin-top:40px;
	margin-bottom:20px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight:bold;
}

.text-white{
	color: #fff;
}
.text-black{
	color: #000;
}

.title-bar-title {
	color: #000;
}

.social-footer-icons a {
	border-bottom: 0
}

body{
	font-family: 'Open Sans', sans-serif;
}

.hero-section {
	padding:20px;
    background: rgb(49, 168, 171);
    background: linear-gradient(176deg, rgba(49, 168, 171, 1) 0%, rgba(19, 126, 128, 1) 100%);
	height:50%;
	background-repeat: no-repeat;
  	background-size: cover;
  	/*height: 70vh;*/
  	text-align: center;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  	-webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
	border-bottom: 5px solid #FAB526;
}

.hero-section .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}

.hero-section h1{
	font-size: 24px;
    line-height: 26px;
}

.hero-section span{
	font-size:16px;
	display:block;
    line-height: 18px;
}

@media screen and (min-width: 1024px) {
    .hero-section h1{
        font-size: 3em;
        line-height: 48px;
        text-align: left;
    }

    .hero-section span{
        font-size:2.5vh;
        display:block;
        line-height: 32px;
    }
    .hero-section img.logo{
        text-align: left;
        display: block;
    }
    p.button-top{
        text-align: left;
        margin-left: 0;
    }
}

@media screen and (max-width: 1023px) {
    .hero-section img.mascot{
        max-height: 180px;
    }
    .hero-section img.logo{
        max-width: 180px;
    }
}

.social-footer {
  	padding: 1rem;
	padding-top:1.5rem;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  	-webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social-footer a{
	color:#fff;
}
section{
	margin-bttom:0px;
}

hr{
	width:100%;
	border-bottom: dashed 5px #e8e8e8;
	max-width:100%;
	padding-bottom:40px;
}

.travelbutton {
	min-width:100%;
	text-align: left;
	line-height: 1.5;
	text-decoration: none;
	background: #240090;
	font-size:20px;
	color:#fff !important;	
}

.travelbutton i{
	float:right;
	color:#fff;
	margin-top:-5px;
	padding:0px;
	font-size:2em;
}

a .travelbutton{
	color:#fff !important;
}

.travelbutton:hover {
	background: #190061;
	color:#fff;
	cursor:pointer;
}

.button{
	background:#FAB526;
	padding:20px;
	color: #000000;
	font-weight: 600;
}

.button:hover, .button:focus{
	background:#e8e8e8;
	color: black;
}

a{
	color:#190061;
	padding-bottom:2px;
	border-bottom:1px solid #190061;
}

.menu a:hover{
	color:#ccc;	
}

#submissions{
	background-image: url("../images/paperback.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.tabs{
	border:none;
	border-bottom:1px solid #000;
	margin-top:50px;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #FAB526;
	color:black;
}

.tabs-title a{
	font-size:20px;
	color:#000;
	margin-right:3px;
	border-bottom:0px;
	background: #e8e8e8;
}

thead{
	background :none;
	border:none;
}

tbody{
	border:none;
}

tr{
	border-bottom:1px solid #000;
}

tbody tr:nth-child(even) {
   border-bottom: 1px solid #000;
    background: none;
}

.tabs-content{
	border:none;
	padding:none;
}
.tabs-panel{
	padding-left:0px;
	padding-right:0px;
}

.card{
	border:none;
}

.card-product:hover .card-product-img-wrapper img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.card-product:hover .card-product-img-wrapper .button {
  -webkit-transform: translateY(-3rem);
      -ms-transform: translateY(-3rem);
          transform: translateY(-3rem);
}

.card-product-img-wrapper {
  margin-bottom: 1.375rem;
  position: relative;
  overflow: hidden;
}

.card-product-img-wrapper .button {
  transition: all 0.2s ease;
  background-color: #000;
  padding: 1rem 0.5rem;
  bottom: -3rem;
  -webkit-transform: translateY(3rem);
      -ms-transform: translateY(3rem);
          transform: translateY(3rem);
  position: absolute;
  z-index: 2;
  color: #fefefe;
  margin-bottom: 0;
}

.card-product-img-wrapper .button:hover {
  background-color: #1779ba;
}

.card-product-img-wrapper img {
  transition: all 0.2s ease;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 100%;
}

.card-product-img-wrapper .card-product-name {
  font-size: 1.375rem;
}

.card-product-img-wrapper .card-product-price {
  font-weight: bold;
}

.card-product-img-wrapper .card-product-description {
  color: #000;
  font-size: 0.875rem;
  margin-bottom: 0;
}

/* Timeline */

.timeline {
  	position: relative;
	margin-top: 40px;
}

.timeline::before {
  content: '';
  background: #e8e8e8;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-title{
	margin: 40px 0 60px 0 !important;
	background: #f4f4f4 !important;
	padding: 15px;
	border-bottom: 5px solid #ebebeb;
}

.timeline-item {
  width: 100%;
  margin-bottom: 0;
}

.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}

.timeline-item:nth-child(even) .timeline-content .timeline-date {
  right: auto;
  left: 0;
}

.timeline-item:nth-child(even) .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 12px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #ebebeb transparent transparent;
}

.timeline-item::after {
  content: '';
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 38%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #f4f4f4;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.17);
}

.timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 12px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f4f4f4;
}

.timeline-head { 
	position: relative;
	display: flex;
	align-items: center;
	background: #137E80;
	padding-right: 10px;
}

.timeline-content-orange::after {
  border-color: transparent transparent transparent #137E80;
}

.timeline-item:nth-child(even) .timeline-content-orange::after {
  border-color: transparent #137E80 transparent transparent;
}	

.timeline-head-grey {
	background: #949494;
}

.timeline-content-grey::after {
  border-color: transparent transparent transparent #949494;
}

.timeline-item:nth-child(even) .timeline-content-grey::after {
  border-color: transparent #949494 transparent transparent;
}	

.timeline-head h3{ 
	color:white;
	margin-bottom: 0;
	margin-top: 0;
	padding: 9px 20px;
	font-size: 20px;
}	
		
.timeline-img {
	width: 20px;
	height: 20px;
	background: #137E80;
	position: absolute;
	left: 50%;
	margin-top: 13px;
	margin-left: -10px;
	border: 3px solid #fff;
}

.timeline-card {
	width: 45%!important;
	padding: 0 !important;
}

.timeline-card p  {
  	padding: 0 20px;
}

.timeline-card ul  {
  	padding: 10px 20px;
	margin-bottom: 0;
}

.timeline-date {
	background: #FF4081;
	display: inline-block;
	color: #FFFFFF;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
		

@media screen and (max-width: 768px) {
	.container{
		padding-top:20px;
	}
	.tabs-timeline li{
		list-style: none;
		width: 100%;
		float: none;
		margin-bottom: 1px;
		text-align: center;
	}
	.timeline-item {
    	margin-bottom: 10px;
	}
  	.timeline::before {
  	  	left: 10px;
  	}
  	.timeline .timeline-img {
    	left: 10px;
  	}
  	.timeline .timeline-content {
    	max-width: 90%;
    	width: auto!important;
    	margin-left: 45px;
  	}
  	.timeline .timeline-item:nth-child(even) .timeline-content {
    	float: none;
  	}
  	.timeline .timeline-item:nth-child(odd) .timeline-content::after {
		content: '';
		position: absolute;
		border-style: solid;
		width: 0;
		height: 0;
		top: 13px;
		left: -15px;
		border-width: 10px 15px 10px 0;
		border-color: transparent #137E80 transparent transparent;
  	}
	.social-footer div{
		margin: 0 10px;
	}
}

.menu-icon::after {
    background: #000000;
	box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
}
.menu-icon:hover::after {
    background: #000000;
    -webkit-box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; 
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; 
    opacity: 0.5;
}