/*
Airnz Font external import
*/
@font-face {
	font-family: airnewzald;
	font-weight: 800;
	src: url(../webfonts/AirNewzald-BlackItalic.eot?#iefix);
	src: url(../webfonts/AirNewzald-BlackItalic.eot?#iefix) format("eot"), url(../webfonts/AirNewzald-BlackItalic.woff2) format("woff2"), url(../webfonts/AirNewzald-BlackItalic.woff) format("woff");
}

@font-face {
	font-family: Roboto;
	src: url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
}


	

body {
    background-color: #131313;
    position: relative;
}
#navBarOutterContainer {
    width: 100%;
    height: 65px;
    background-color: rgba(0,0,0,0.41);
    position: fixed;
    z-index: 100;
}
#navBarInnerContainer {
    width: 100%;
    height: 100%;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px)
}

#navHomeButton {
    height: 100%;
    width: 114px;
    background-color: rgba(0,0,0,0.31);
    background-image: url(../images/HomeButtonIcon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 23px auto;
    display: table;
    float: left;
}
#navHomeButton:hover {
    background-color: rgba(0,0,0,0.65);
}
#navHomeRightLogo {
    height: 100%;
    width: 244px;
    float: right;
    background-image: url(../images/SecondaryLogo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 194px auto;
}



#headingBarOutterContainer {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 554px;
    position: absolute;
    z-index: 1;
}

#headingBarInnerContainer {
    background-image: -webkit-linear-gradient(270deg,rgba(19,19,19,0.00) 18.65%,rgba(19,19,19,0.55) 40.76%,rgba(19,19,19,1.00) 93.79%);
    background-image: -moz-linear-gradient(270deg,rgba(19,19,19,0.00) 18.65%,rgba(19,19,19,0.55) 40.76%,rgba(19,19,19,1.00) 93.79%);
    background-image: -o-linear-gradient(270deg,rgba(19,19,19,0.00) 18.65%,rgba(19,19,19,0.55) 40.76%,rgba(19,19,19,1.00) 93.79%);
    background-image: linear-gradient(180deg,rgba(19,19,19,0.00) 18.65%,rgba(19,19,19,0.55) 40.76%,rgba(19,19,19,1.00) 93.79%);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}
#headingDeptTitle {
    width: 100%;
    text-align: center;
    margin-top: 153px;
    font-size: 76px;
    color: rgba(255,255,255,1.00);
    font-family: airnewzald;
    text-rendering: optimizeLegibility;
    font-variant-ligatures: common-ligatures;
    font-feature-settings: "liga" on;
    font-weight: 800;
    letter-spacing: -.01em;
}
#headingDeptSubTitle {
    width: 100%;
    text-align: center;
    font-size: 39px;
    color: rgba(255,255,255,1.00);
    font-family: 'Roboto', sans-serif;
    text-rendering: optimizeLegibility;
    font-variant-ligatures: common-ligatures;
    font-feature-settings: "liga" on;
    font-weight: 300;
    letter-spacing: -.01em;
}

#mainBodyContentOutterWrapper {
    width: 100%;
    min-height: 938px;
    z-index: 10;
    position: relative;
    padding-top: 356px;
    color: rgba(255,255,255,1.00);
    font-size: 13px;
    padding-bottom: 43px;
}
#mainBodyContentInnerWrapper {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px;
}

.contentSectionWrapper {
    width: 100%;
    height: auto;
    margin-bottom: 57px;
}
.contentSectionTitle {
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 29px;
}
.contentSectionDescription {
    margin-top: 9px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 29px;
}
.contentSectionItemWrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 22px;
}
.leftSingleSection {
    border-right: 2px solid rgba(111,111,111,1.00);
}

.contentSectionWrapper.half {
    width: 50%;
    float: left;
}
.contentSectionWrapper.quarter {
    width: 33%;
    float: left;
}

.contentItemOutterWrapper {
    width: 25%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    align-self: flex-start;
    position: relative;
    min-width: 337px;
    flex-grow: 1
	
}
.contentItemOutterWrapper.threeItems {
    width: 33%;
}
.contentItemOutterWrapper.fourOrMoreItems {
    width:25%;
}
.contentItemOutterWrapper.twoItems {
    width:50%;
}


.contentItemInnerWrapper {
    width: 90%;
    position: relative;
    max-width: 397px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.contentItemImageOutterWrapper {
    width: 100%;
    height: 214px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.contentItemImage {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.contentItemImageOutterWrapper:hover .contentItemImage  {
	transform: scale(1.05);
}
.contentItemTitle {
    color: rgba(224,224,224,1.00);
    text-decoration: none;
    margin-top: 7px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.contentItemInnerWrapper:hover .contentItemTitle {
    color: rgba(255,255,255,1.00);

}
.contentItemDescription {
    position: relative;
    max-width: 397px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    box-sizing: border-box;
    width: 90%;
    margin-top: 10px;
}
.contentItemDescriptionTitle {
    font-weight: 500;
    margin-bottom: 15px;
    color: rgba(175,175,175,1.00);
}
.contentItemDescriptionContent {
}
.contentItemDescriptionItem {
    padding: 10px;
    background-color: rgba(68,68,68,1.00);
    width: auto;
    border-radius: 5px;
    display: table;
    margin-bottom: 11px;
    float: left;
    margin-right: 13px;
    color: rgba(232,232,232,1.00);
    text-decoration: none;
}
.contentItemDescriptionItem:hover {
    background-color: rgba(85,2,168,1.00);
    color: rgba(255,255,255,1.00);
}
.contentItemDownloadWrapper {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-image: url(../images/downloadButton.png);
	background-position: center center;
	background-size: contain;
}
.contentItemDownloadWrapper:hover {
	background-image: url(../images/downloadButtonHover.png);
}


@media (max-width: 1170px){
	.contentSectionWrapper.quarter {
    width: 50%;
    float: left;
}
}




@media (max-width:500px){
	.contentSectionItemWrapper {
    justify-content: space-around;
}
}

@media (max-width:748px){
.contentSectionWrapper.half {
    width: 100%;
    float: none;
}
.contentSectionWrapper.quarter {
    width: 100%;
    float: none;
}

.leftSingleSection {
    border-right-style: none;
}

}

@media (max-width:600px){
#navBarOutterContainer {
    height: 45px;
}
#navHomeButton {
    width: 78px;
    background-size: 14px auto
}
#navHomeRightLogo {
    width: 244px;
    background-size: 131px auto;
}
#headingBarOutterContainer {
    height: 405px;
}
	
#headingDeptTitle {
    margin-top: 148px;
    font-size: 41px;
    color: rgba(255,255,255,1.00);
    font-weight: 500;
}
#mainBodyContentOutterWrapper {
    padding-top: 258px;
    padding-bottom: 43px;
}
#mainBodyContentInnerWrapper {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px;
}

}
