/*
* Website created by Tropical Exposure
* http://www.tropicalexposure.com.au
* Coded by David May
*/

body {
    font-family: 'Roboto Condensed', sans-serif;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1.7rem;
}

h3 {
    font-size: 1.6rem;
}

.contain-width {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
	text-align: justify;
}

header > div.row {
    background-color: white;
    /* padding-bottom: 25px; */
}

	img {
		outline: 1px solid white;
	}
	video {
		outline: 1px solid white;
	}
	
    header h1 {
        font-weight: bold;
        margin: 0;
        text-transform: uppercase;
    }   

    header h1 > span {
        font-weight: normal;
    }

    .col-title, .col-navigation {
        height: 60px;
		
    }

    .col-navigation {
        background-color: #000;
        color: white;
        position: relative;
    }

    .col-navigation::before {
        content: "";
        position: absolute;
        top: 0;
        left: 10%;
        width: 10%;
        height: 100%;
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
        z-index: 999;
    }

    .col-navigation::after {
        content: "";
        position: absolute;
        top: 0;
        right: 10%;
        width: 10%;
        height: 100%;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); 
        z-index: 999;
    }

    .col-navigation > div::after {
        content: '';
        position: absolute;
        text-align: center;
        width: 100%;
        height: 15px;
        background: url('../images/down-arrow-0.svg') no-repeat bottom center;
        bottom: -10px;
        left: 0;
    }

div.main {
    /* height: 75vh; */
    /* overflow: hidden; */
    margin: 120px 0 0;
}

ul {
    list-style: none;
}

text_right { text-align: center; }

ul.timeline-horizontal {
    /* overflow: hidden; */
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 0;
    margin: 0 auto;
    transition: linear;
    transition-property: all;
    transition-duration: 250ms;
    /* width: 0; */
}

    ul.timeline-horizontal li {
        padding: 0;
        margin: 0;
        display: block;
        color: #666666;
        border-bottom: 1px solid #363636;
        position: relative;
    }

        ul.timeline-horizontal li > div {
            width: 12rem;
            transition: linear;
            transition-property: all;
            transition-duration: 250ms;
        }

    ul.timeline-horizontal > li h2 {
        font-size: 0.9rem;
        padding: 0; margin: 0; 
        /* line-height: 0; */
        font-weight: normal;
        cursor: pointer;
        line-height: 2.5rem;
        z-index: 1000;
    }

    ul.timeline-horizontal > li.active-year h2 {
        font-weight: bold;
        font-size: 1.5rem;
        /* margin-bottom: -0.2rem; */
        color: white;
    }

    ul.timeline-horizontal > li.active-year, ul.timeline-horizontal > li.active-year > div {
        position: relative;
    }

    ul.timeline-horizontal > li.active-year > div::before {
        content: '';
        position: absolute;
        text-align: center;
        width: 100%;
        height: 10px;
        background: url('../images/down-arrow.svg') no-repeat bottom center;
        top: -3px;
        left: 0;
    }

    ul.timeline-horizontal > li > div::after {
        content: '';
        position: absolute;
        text-align: center;
        width: 100%;
        height: 5px;
        background: url('../images/circle.svg') no-repeat bottom center;
        bottom: -3px;
        left: 0;
        opacity: 0.6;
    }

    ul.timeline-horizontal > li.active-year > div::after {
        opacity: 0.8;
    }

    .timeline-li > div.row > div.time-main {
        padding: 1rem 1rem;
    }

    .time-main h3 {
        margin-bottom: 1.1rem;
        color: #1a3c6c;
    }

    .time-left h3 {
        margin: 0;
        line-height: 1.5rem;
    }
    
    .time-left h5 {
        font-weight: normal;
        font-size: 0.8rem;
    }

    .timeline-alt .time-main h3 {
        color: #FFFFFF;
    }

    .time-main p {
        font-size: 1.1rem;
        font-weight: lighter;
    }

    .time-main p:last-of-type {
        margin-bottom: 0;
    }

    .time-main p.excerpt {
        font-weight: normal;
		text-align: justify;
		
    }

ul.timeline {
    overflow: hidden;
}

    .timeline-li {
        padding: 1rem;
        position: relative;
    }

        .timeline-bg {
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

    .timeline-alt {
        background-color: #1a3c6c;
        color: #fff;
    }

    .timeline-black {
        background-color: #000000;
        color: #fff;
    }

    .timeline-li.timeline-with-bg {
        background-color: rgba(255, 255, 255, 0.7);
    }

    .timeline-alt.timeline-with-bg {
        background-color: rgba(26, 60, 108, 0.7);
    }

    .timeline-black.timeline-with-bg {
        background-color: rgba(0, 0, 0, 0.7);
    }

    ul.timeline > li > div {
        /* height: 100vh; */
        /* padding-bottom: 5vh; */
        /* margin-bottom: 10vh; */
        justify-content: center;
        align-items: center;
    }

footer {
    background-color: white;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

    .video-container iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

/* RESPONSIVE BREAKPOINTS */

/* sm */
@media (min-width: 576px) { 

}

/* md */
@media (min-width: 768px) {
    .timeline-li {
        padding: 0;
    }

    .timeline-li .line-bg {
        background: url('../images/square-alt.svg') top right repeat-y;
    }

    .timeline-alt .line-bg {
        background: url('../images/square.svg') top right repeat-y;
    }

    .timeline-li .arrow-bg {
        position: relative; overflow: hidden;
        background: url('../images/right-arrow-inset-alt.svg') top 0px right 0px no-repeat;
    }

        .timeline-li .arrow-bg::after {
            content: '';
            position: absolute;
            top: 20px;
            right: 0px;
            width: 20px;
            height: 100%;
            background: url('../images/square-alt.svg') top right repeat-y;
        }

    .timeline-alt .arrow-bg {
        background: url('../images/right-arrow-inset.svg') top 0px right 0px no-repeat;
    }

        .timeline-alt .arrow-bg::after {
            content: '';
            position: absolute;
            top: 20px;
            right: 0px;
            width: 20px;
            height: 100%;
            background: url('../images/square.svg') top right repeat-y;
        }

	.time-left {
		background: none;
		color: #1a3c6c;
		}

	.timeline-alt .time-left {
		color: #ffffff;
		}

        .pt-45 { padding-top: 2rem; }

        .time-left h3 {
            display: block;
            width: 100%;
            padding-right: 40px;
        }

        .time-left h5 {
            padding-right: 43px;
        }

    .timeline-li:last-of-type > div.row > div {
        padding-bottom: 5vh;
    }

    .timeline-li .time-left::after {
        content: '';
        position: absolute;
        text-align: center;
        width: 25px;
        height: 25px;
        /* background: url('../images/right-arrow.svg') no-repeat bottom center; */
        top: 2.25rem;
        right: 2px;
    }

    .timeline-li.timeline-alt .time-left::after {
        /* background: url('../images/right-arrow-alt.svg') no-repeat bottom center; */
    }

    .timeline-li:nth-of-type(2) .time-left::after {
        top: 5.25rem;
    }

    .timeline-li:nth-of-type(2) > div.row > div, .timeline-li:nth-of-type(2) > div.row .pt-45 {
        padding-top: 5rem;
    }

    .timeline-li > div.row > div {
        padding: 2rem 0 2rem 0;
    }

    .timeline-li > div.row > div.time-main {
        padding: 2rem 3rem;
    }

    .timeline-li:last-of-type > div.row > div {
        padding-bottom: 30vh;
    }

    .timeline-li.timeline-alt.timeline-top {
        position: relative;
    }
    
        .timeline-li.timeline-alt.timeline-top::after {
            content: '';
            bottom: 0;
            left: 50%;
            height: 20px;
            background: transparent url('../images/lbg.png') repeat-x bottom;
            position: absolute;
            width: 50%;
        }

        .timeline-top-start {
            background: url('../images/lbg.png') no-repeat bottom right;
        }

        .timeline-top-end {
            background: url('../images/lbg.png') repeat-x bottom left;
        }

    .timeline-bottom {
        position: relative;
    }

        .timeline-bottom > .row {
            min-height: 50px;
        }

        .timeline-bottom-start {
            background: url('../images/square-alt.svg') repeat-y top right;
        }

        .timeline-bottom-end {
            background: url('../images/square-alt.svg') repeat-x bottom left;
        }

    .timeline-bottom::after {
        content: '';
        bottom: 0;
        left: 50%;
        height: 20px;
        background: transparent url('../images/square-alt.svg') repeat-x bottom;
        position: absolute;
        width: 50%;
    }

    .timeline-li .time-left {
        padding-top: 1rem;
    }

footer {
    /* height: 50px; */
    background-color: white;
}

    footer h2 {
        font-weight: bold;
        margin: 0;
    }   

    footer h2 > span {
        font-weight: normal;
    }

    footer {
        height: 150px;
    }
}

/* lg */
@media (min-width: 992px) {
}

/* xl */
@media (min-width: 1200px) {
	header h1 > span:first-child {
        margin-left: 76px;
    }
}

/* xxl */
@media (min-width: 1600px) {
	
}