/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

/*Header Styles*/

html {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 1em;
	font-weight: 300;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #2D6793;
    margin: 1em 0;
    padding: 0;
}

button:focus {outline:0;}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

h4{
    margin-bottom: 0px;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.splashPage {
	position: fixed;
	float: left;
	overflow: hidden;

	height: 100vh;
	width: 100vw;

    background-color: transparent;
		
	z-index: -1000;
}

.splashImage{
	height: 100%;
	width: 100%;
	position: fixed;

	opacity: 1;

    background-color: transparent;

	background-image: url(../images/branding/Splash.png);
	background-position: center;
	background-size: cover;
}

.blankSplash{
	height: 100%;
	width: 100%;

	position: fixed;
	top: 0px;

    opacity: 1;

    background-color: transparent;
	background-image: url(../images/branding/splashBlank.png);
	background-position: top center;
	background-size: cover;
}

.exploreButton{
	display: block;
	
	position: fixed;
	z-index: 1000;
	top: 80%;
	left: 50%;

	height: 50px;
	width: 250px;
	
	margin-bottom: -50px;
	margin-left: -125px;
	
	border: 3px solid #FFFFFF;
	border-radius: 4px;

	color: #FFFFFF;
	background-color: transparent;
	
	font-size: 14pt;
	text-align: center;
	line-height: 25px;
	font-variant: small-caps;
	
	cursor: pointer;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    color: #FFFFFF;
}

.mountains
{
    background-image: url(../images/background/mountains.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.wrapper {
    overflow: hidden;
    width: 65vw;
    margin: 0 auto;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container{
    position:  fixed;

    height: 50px;
    width: 100vw;

    border-bottom: 2px solid #FFFFFF;
    background-color: #2A2A32;

    z-index: 1000;
}

.title {
    color: #FFFFFF;
}

.header-container .title a
    {
        text-decoration: none;
    }

/* ==============
    MOBILE: Menu
   ============== */

.socialMediaLinks{
	float: left;

	height: 50px;
	width: 135px;

	padding: 0px;
    margin: 0px;

    list-style-type: none;

    margin-left: 20px;
    line-height: 45px;
}

.socialMediaLinks a{
	float: left;
	margin-right: 5px;

}

.footerSocial{
	width: 170px;
	margin: auto;

	line-height: 80px;
}

.footerSocial li{
	float: left;
	margin: 0px 3px;
}

#menuStack{
    display: block;

    margin: auto;
    margin-top: 5px;

    padding: 5px;
    width: 25px;
}

.menuBar{
    display: block;

    height: 4px;
    width: 25px;

    margin: 4px 0px;
    
    background-color: #FFFFFF;
    
}

nav{
    margin-right: 8px;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav li{
	margin-right: 10px;
}

nav a {
    display: block;

    height: 50px;
    width: 140px;

    font-size: 18px;
    font-variant: small-caps;
    text-align: center;
    text-decoration: none;

    color: #FFFFFF;

    background-position: 0px 0px;
    background-size: 155px 190px;
    background-repeat:   no-repeat;

    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

nav a:hover{
    color: #ffffff;
    background-color: #617475;
    background-position: 0px -95px;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 53px 0 0 0;
}

.main article h1 {
    font-size: 2em;
}

.main article section {
    clear: both;

    padding: 20px;
    margin: 20px 0px;
}

.main article section a{
    text-decoration: none;
    color: #30c0e0;
}

.main aside {
    color: #30c0e0;
    padding: 0px 5% 10px;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Custom Styles
   ========================================================================== */

article
{
    overflow: hidden;
}

footer
{
	height: 90px;
    width: 100%;
	
	background-image: url(../images/branding/footer.png);
	background-repeat: no-repeat;
    background-color: rgba(42,42,50, 0.8);
    text-align: center;
    font-size: 8pt;
    line-height: -5px;

}

footer h3
{
    width: 250px;
    margin: auto;
    margin-top: -42px;
    text-align: center;
}

footer a
{
    margin-top: 20px;
    margin-bottom: 0px;

    text-decoration: none;
    color: #30c0e0;
}

footer a:hover
{
    color: #FFFFFF;
}

footer p
{
    margin-top: -1px;
}

footer ul
{
    list-style-type: none;
    padding: 0px;
}

footer ul li
{
    margin: 10px 10px; 
}

.main article
{
    background-color: rgba(42,42,50, 0.65);
    min-height: calc(100vh - 53px);
}

.align-centre
{
    margin: auto;
    display: block;
}

.projectList
{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.projectListItem
{
    display: block;
    min-height: 580px;
    width: 300px;
    padding: 10px;
    margin: 20px;

    background-color: #4b4c52;
    opacity: 0.75;
}

.projectListItem img
{
    margin: auto;
    margin-top: 10px;
    display: inherit;
}

.projectListItem h2
{
    width: 280px;
    margin: auto;
    font-variant: small-caps;
}

.projectListItem p
{
    font-size: 10pt;
    text-align: justify;
    width: 280px;
    margin: auto;
}

.projectListAnchor
{
    height: 40px;
    width: 153px;
    display: inline-block;
    float: right;
    border: solid;
    border-color: #758187;
    background-color: #232729;
    color: #FFFFFF !important;
    text-align: right;
    line-height: 2;
    padding: 5px;
}

.projectListAnchor img
{
    margin: auto;
    margin-top: -5px;
    display: inline;
}

.menuLinkImage
{
    margin: auto;
    display: block;
    margin-top: 7px;
}

.titleName
{
    float: left;
    font-variant: small-caps;
    margin: 0px 0px 0px 10px;
}

.img-cover
{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bannerLink
{
    display: block;
    position: relative;
    height: 50px;
    width: 180px;
    margin: auto;
    margin-top: -80px;
    
    background-color: rgb(35, 39, 41, .75);
    color: #FFFFFF !important;
    text-align: center;
    line-height: 47px;
    padding: 5px;
    text-decoration: none;
    font-weight: 800;
}

.bannerLink img
{
    margin: auto;
    margin-top: -5px;
    display: inline;
}
/* ===============
    News List
   =============== */

#newsSection
{
    position: relative;

    height: 240px;
    width: 100%;
    
    padding: 0px;
    

    background-color: rgba(00, 00, 00, 0.75);
}

.article
{
    position: relative;
    float: left;

    height: 180px;
    width: 230px;

    padding: 10px;
    margin: 20px;
    
    font-size: 12px;
    background-color: rgba(42,42,50, 0.92);
}

.article p
{
    clear: both;
    margin: 2px 0px;
}

.article img
{
    position: absolute;
    left: -20px;
    top: -5px;
    
    display: block;

    height: 55px;
    width: 230px;

    border: 1px solid #2D6793;
}

.article h2
{
    margin: 0px;
}

.article h3
{
    margin: 2px 0px;
    padding-bottom: 2px;
    border-bottom: 1px solid #2D6793;
}

.article a
{
    position: absolute;

    right: 10px;
    bottom: 5px;

    margin-top: -3px;

    color: #30c0e0;
    text-decoration: none;
}
.article a:hover
{
    color: #FFFFFF;
}

.article span
{
    position: absolute;

    right: 70px;
    bottom: 12px;
;

    height: 10px;
    width: 5px;

    margin-right: 2px;

    background-color: #30c0e0;
}

.infoCon{
    height: 41px;
    width: 55px;
    margin-right: 10px;
    display: inline-block;
    float: left;
}

.infoCon-List{
    margin: auto;
    max-width: 700px;
    list-style-type: none;
    padding-left: 0px;
}

.infoCon-Info{
    font-size: 14px;
    margin-top: 0px;
    margin-left: 65px;
    max-width: 600px;
}

#newsSection div.scrollableArea img
{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
/* ===============
    Sections
   =============== */

.sectionTypeOne
{   
    float: right;
    position: relative;

    min-height: 240px;

    width: 65%;

    padding: 20px;
    padding-right: 40px;
    padding-left: 150px;
    margin-right: -20px;
    margin-top: 40px;
    margin-bottom: 80px;

    background-color: rgba(42,42,50, 0.6);
    vertical-align: middle;
}

.sectionTypeOne img
{
    position: absolute;

    left: -150px;
    top: 30px;
    display: block;

    
    width: 250px;
}

.sectionTypeOneA
{   
    float: left;
    position: relative;

    min-height: 260px;

    width: 65%;

    padding: 20px;
    padding-left: 40px;
    padding-right: 150px;
    margin-left: -20px;
    margin-top: 40px;
    margin-bottom: 80px;

    background-color: rgba(42,42,50, 0.8);
}

.sectionTypeOneA img
{
    position: absolute;

    right: -150px;
    top: 75px;
    display: block;

    
    width: 250px;
}


.sectionTypeTwoBackground
{
    background-color: rgba(42,42,50, 0.6);
    padding: 10px;
}

.sectionTypeTwoBackground h1
{
    font-variant: small-caps;
}

.sectionTypeTwoBackground-Home{
    height: 200px;
}

.sectionTypeTwo
{   
    float: left;
    position: relative;    

    width: 50%;

    padding: 0px 50px;
    margin-left: -20px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1280px) {
    .sectionTypeTwoBackground
    {
    	height: auto;
        text-align: center;
    }
    .sectionTypeTwo
    {
        width: 80%;
        left: 10%;
        text-align: left;
    }

    .sectionTypeOne
    {
        width: auto;
        margin-right: 0px;
        padding-left: 10vw;
    }

    .sectionTypeOne img
    {
    	display: inline-block;
        position: relative;

        margin-bottom: 80px;
        left: 0;
    }

    .sectionTypeOne span{
    	display: inline-block;
    }

}

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


.main{
        padding: 154px 0 0 0;
    }

.splashImage {
    top: -1px;
}

.wrapper {
        width: auto;
    }
}

@media only screen and (min-width: 920px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        margin: 0 1px;
        margin-bottom: 0;

        line-height: 50px;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media (max-width: 920px) {

    body
    {
        overflow-x: hidden;
    }

/* ====================
    MOBILE: Menu
   ==================== */

   	nav {
   	    width: calc(80vw - 20px);
   	    margin: auto;
   	}

   	nav li {
   		line-height: 50px;
   	}

    nav a {
        float: left;
        width: calc(80vw - 20px);
        margin: 2px 0;
        padding: 0 0 0 5px;
        margin-bottom: 0;

        background-position: 0px 0px;
        background-size: 100% 190px;
        background-repeat:   no-repeat;

    }

    .header-container{
        overflow: hidden;
        position:  relative;

        text-align: center;

        height: 50px;

        cursor: pointer;



        -webkit-transition: height 2s; /* Safari */
        transition: height 2s;
    }

    .header-container .title:hover
    {
        background-color: #4d4d5b;
        border-radius: 5px;
    }

     .header-container .title:active
     {
        background-color: #5d5d6b;
        border-radius: 5px;
     }

    .header-container-active{
        height: 325px;
    }

    .main
    {
        padding-top: 0;
    }
  
    footer
    {
        width: 100%;
        margin: 0px;
    }
}

@media only screen and (min-width: 920px) {

/* ============
    WIDE: Menu
   ============ */
   #menuStack{
        display: none;
    }

    .title {
        float: left;

        width: 200px;

        padding: 0px;
        line-height: 25px;

        font-size: 20px;
        color: #FFFFFF;
    }

    nav {
        float: right;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        padding: 0;
        margin: auto;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearFloat{
    position: relative;
    float: none;
    line-height: 0px;
}

/* unvisited link */
a:link {color: #FFFFFF;}

/* visited link */
a:visited {color: #FFFFFF;}

/* mouse over link */
a:hover {color: #FFFFFF;}

/* selected link */
a:active {color: #FFFFFF;}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}