/*
Airnz Font local import
*/
@font-face {
	font-family: airnewzald;
	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"),url(../webfonts/AirNewzald-BlackItalic_0.otf) format("opentype")


}

@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"), url(../webfonts/AirNewzald-BlackItalic_0.otf) format("opentype")


}

@font-face {
	font-family: airnewzald;
	font-style: italic;
	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"), url(../webfonts/AirNewzald-BlackItalic_0.otf) format("opentype")


}
@font-face {
	font-family: airnewzald;
	font-weight: 800;
	font-style: italic;
	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"), url(../webfonts/AirNewzald-BlackItalic_0.otf) format("opentype")

}


/*
Airnz Font external import

@font-face {
	font-family: airnewzald;
	font-weight: 800;
	src: url(/Core/77.sumtfile?#iefix);
	src: url(/Core/77.sumtfile?#iefix) format("eot"), url(/Core/76.sumtfile) format("woff2"), url(/Core/75.sumtfile) format("woff")
}*/
a.contentLinkButton:focus{
	font-size: 12px !important;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    height: auto;
    z-index: 0;
    font-size: medium;

}
a{
	color: 
}
.subMenuIcon {
    font-size: 20px;
    float: left;
    width: 33px;
    line-height: 35px;
}



.pageHeadingWrapper {
    width: 100%;
    height: 56px;
    background-color: rgba(0,0,0,0.92);
    position: fixed;
    z-index: 500;
}
.pageHeadingWrapperHueStrip {
    width: 100%;
    height: 4px;
    background: linear-gradient(270deg, #ff0078, #b400ff, #00c6ff, #00e29d, #00c6ff, #b400ff, #ff0078, #b400ff, #00e29d);
    background-size: 500% 500%;
    -webkit-animation: AnimationName 15s ease infinite;
    -moz-animation: AnimationName 15s ease infinite;
    animation: AnimationName 15s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.pageHeadingContainer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.pageHeadingLeftWrapper {
    float: right;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 22px;

}

.pageHeadingRightWrapper {
    height: 100%;
    width: 408px;
}
.pageHeadingLogo {
    height: 100%;
    width: 50%;
    float: left;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 160px auto;
}
.pageHeadingTitle {
    height: 100%;
    width: 50%;
    float: right;
    color: #FFFFFF;
    font-size: 16px;
    text-indent: 24px;
    font-weight: 300;
    line-height: 61px;
}
.pageHeadingBold {
    font-weight: 900;
}
#pageHeadingNavContainer {
    padding: 0px;
    margin: 0px;
    top: 0px;
}

.pageHeadingTabItem {
    height: 100%;
    float: right;
}
.pageHeadingTabLink {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    width: auto;
    display: table;
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    font-size: 14px;
    line-height: 56px;
}
.pageHeadingTabLink:hover {
    background-color: rgba(61,61,61,1.00);    
}


.pageTopBannerWrapper {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0px;
}
.pageTopBannerContainer {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
}
.pageTopBannerImageItem {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.pageTopBannerOverlayWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
.pageTopBannerOverlayTextWrapper {
    height: 100%;
    width: 433px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 99px;
    color: #1c2834;
}
.pageTopBannerOverlayTextWrapper.smaller {
    padding-top: 150px;
}
.pageTopBannerOverlayText {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
	text-shadow: 0px 0px 11px white;
}
.pageTopBannerOverlayText.Line1 {
    font-size: 32px;
    font-weight: 300;
}
.pageTopBannerOverlayText.Line2 {
    font-size: 26px;
    font-weight: 300;
}
.pageTopBannerOverlayText.Line3 {
    font-size: 47px;
    font-family: airnewzald;
	 text-rendering: optimizeLegibility;
    font-variant-ligatures: common-ligatures;
    font-feature-settings: "liga" on;
    font-weight: 800;
    letter-spacing: -.01em;
	font-style:italic;
}











a.telLinkWhite {
    color: #FFFFFF;
}
.tabbedNavPanelSignalWrapper {
    width: 100%;
    height: 2px;
    position: absolute;
    top: -30px;
}
.tabbedNavPanelSignalContainer {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.bouncingHand{
	-webkit-animation: blink-1 4s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
	        animation: blink-1 4s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
}
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}




a.telLinkBlack {
    color: #000000;
}


oli {
    display: list-item;
    list-style-type: none;
}

li {
    list-style-type: none;

}

.tabs {
    padding-left: 0px;
    margin: 0px;
}

.pageWrapper {
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 298px;
    overflow-x: hidden;
	padding-bottom: 75px;
}
.pageContainer {
    width: 100%;
    height: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 70px;
    position: relative;
    display: table;
}

a:hover {
	 cursor: pointer;
}
.pageFooterQuickLinkItemLinkLogo {
    width: 45px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.pageFooterQuickLinkItemLinkText {
    color: #E2E2E2;
    font-size: 12px;
    font-weight: 300;
}

a {
    color: #000000;
}




/* CSS Document */


.tab_content {
    width: 100%;
    z-index: 24;
    position: relative;
    background-color: rgb(38, 38, 38);
    min-height: 360px;
}

.tabs li {
    list-style: none;
    float: left;
}
.tabs a {
    color: #dadada;
    display: block;
}
.tabs a.active {


}.ul {
    margin: 0px;
    width: auto;
}
.topTabItems {
    width: 16%;
    height: 100%;
    bottom: 0px;
    position: relative;
}

.topTabLink {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 90px auto;
    background-repeat: no-repeat;
    -webkit-transition: all  300ms ease-in-out;
    -moz-transition: all  200ms ease-in-out;
    -ms-transition: all  200ms ease-in-out;
    -o-transition: all  200ms ease-in-out;
    transition: all  200ms ease-in-out;
    border-bottom: 6px solid #EBEBEB !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topTabLink.active {
    background-color: #2A2A2A;
}
.topTabLink:hover {
    background-color: #888888;
    border-bottom-color: #B5B5B5 !important;
}
.tabbedNavPanelWrapper {
    width: 100%;
    height: 70px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EBEBEB;
    z-index: 100;
    position: absolute;
    -webkit-box-shadow: 14px 9px 11px -10px #686868;
    box-shadow: 14px 9px 11px -10px #686868;
    top: 0px;
}
.tabbedNavPaneContainer {
    height: 100%;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all  300ms ease-in-out;
    -moz-transition: all  200ms ease-in-out;
    -ms-transition: all  200ms ease-in-out;
    -o-transition: all  200ms ease-in-out;
    transition: all  200ms ease-in-out;
    max-width: 1196px;
} 
.noPaddingPanelContainer{
    padding-left: 0px;
}

#topTabWrapper {
    width: 100%;
    height: 100%;
    padding: 0px;
    text-align: center;
    vertical-align: top;
    line-height: 0px;
}
.tabbedColourWrapper {
    width: 100%;
    height: 100%;
    float: right;
    padding-top: 0px;
}
.tabContentWrapper {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #323232;
}
.tabContentContainer {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}
.myToDoListContainer {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.mainContentWrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 230px;
    color: #4D4D4D;
    background-color: white;
}

.mainContentWrapperNoSidebar {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #4D4D4D;
    background-color: rgba(255,255,255,1.00);
    display: table;
}
.mainContentContainer {
    width: 100%;
    height: auto;
    text-align: center;
    text-shadow: 0px 0px;
    background-color: rgba(255,255,255,1.00);
    min-height: calc(100vh - 550px);
    
}


.sideMenuWrapper {
    height: inherit;
    width: 230px;
    position: absolute;
    float: left;
    z-index: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right-style: solid;
    border-right-width: 6px;
    background-color: #323232;
    min-height: calc(100vh - 550px);
}
a.sideBarLink {
    width: 100%;
    display: block;
    height: 100%;
    line-height: 38px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
    text-indent: 42px;
    text-align: left;
	
	
-webkit-transition: all  300ms ease-in-out;
-moz-transition: all  200ms ease-in-out;
-ms-transition: all  200ms ease-in-out;
-o-transition: all  200ms ease-in-out;
transition: all  200ms ease-in-out;
}
a.sideBarLink:hover {
    background-color: rgba(255,255,255,0.82);
    font-weight: bold;
}
a.sideBarLink.active {
    background-color: #FFFFFF;
    font-weight: bold;
}


.sideBarTabItem {
    width: 100%;
    height: 40px;
}

.contentLinkItemWrapper {
    width: 100%;
    position: relative;
    margin-bottom: 9px;
    display: block;
    vertical-align: middle;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(229,229,229,1.00);
    box-shadow: 0px 0px 0px 0px rgba(229,229,229,1.00);
    min-height: 38px;
	height: auto;
	padding-bottom: 3px;
	padding-top: 3px;
    background-color: #f1f1f1;
	-webkit-transition: all  300ms ease-in-out;
-moz-transition: all  200ms ease-in-out;
-ms-transition: all  200ms ease-in-out;
-o-transition: all  200ms ease-in-out;
transition: all  200ms ease-in-out;
}
.contentLinkItemWrapper:hover {
    background-color: #E4E4E4;
}
a.contentLinkButton {
    height: 100%;
    width: 81px;
    background-color: #404040;
    position: absolute;
    border-radius: 3px;
    line-height: 38px;
    color: #BABABA;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.42);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.42);
    left: 0px;
    top: 0px;
	-webkit-transition: all  300ms ease-in-out;
-moz-transition: all  200ms ease-in-out;
-ms-transition: all  200ms ease-in-out;
-o-transition: all  200ms ease-in-out;
transition: all  200ms ease-in-out;
}
a.contentLinkButton:hover {
    background-color: #565656;
    color: rgba(255,255,255,1.00);
}

.contentLinkItemContainer {
    height: 38px;
    width: 100%;
    font-size: 12px;
    text-align: left;
    padding-left: 105px;
    vertical-align: middle;
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
}
.mainContentTitle {
    width: 100%;
    text-align: center;
    height: 100%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bolder;
    font-size: 17px;
    margin-bottom: 20px;
    box-sizing: border-box;
    line-height: 47px;
}
.mainContentInformationContainer {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #f1f1f1;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}
.mainContentSectionTitle {
    width: 100%;
    text-align: left;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 6px;
    font-size: 14px;
    text-indent: 23px;
    padding-top: 6px;
    margin-bottom: 9px;
    min-height: 54px;
    vertical-align: middle;
    line-height: 44px;
    background-color: #e4e4e4;
    border-left-style: solid;
    border-left-width: 23px;
    color: #000000;
    height: 55px;
}
.contentSectionClearInformationContainer {
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
	background-color: #dd0254;
    padding: 10px;
    border-radius: 5px;
}
.redText {
    color: #ffffff;
}
.italicText {
    font-style: italic;
}
.sideMenuFleetInformationContainer {
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,0.24);
    padding-top: 15px;
	margin-bottom: 25px;}

.sideMenuFleetPlaneImage {
    width: 90%;
    height: 51px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11px;
}
.sideMenuFleetLogoImage {
    width: 100%;
    height: 40px;
    background-color: rgba(0,0,0,0.18);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 64% auto;
}

.sideMenuTabs {
    display: table;
	width: 100% !important;

}
.sideMenuContainer {
    width: 100%;
	padding-bottom: 50px;
}
.topInformationWapper {
    width: 100%;
    height: auto;
    background-color: #252525;	
}
.topInformationContainer {
    width: 90%;
    height: 57px;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}
.topDepartmentInfoContainer {
    width: 100%;
    height: 97px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e3e3e3;
	box-sizing: border-box;
    padding-top: 17px;
}
.topTabSelectionNotice {
    width: 100%;
    height: 28px;
    text-align: center;
    background-color: #252525;
    color: #a3a3a3;
    font-size: 12px;
    font-weight: bold;
    line-height: 24pt;
}

.quickLinkWrappers {
    width: 60%;
    height: 100%;
    float: left;
}
.quickLinkContainer {
    width: 100%;
    height: 44px;
    margin-top: 22px;
    display: table;
    text-align: center;
}
.quickLinkButton {
    width: auto;
    height: 40px;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 2px;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    -webkit-transition: all  300ms ease-in-out;
    -moz-transition: all  200ms ease-in-out;
    -ms-transition: all  200ms ease-in-out;
    -o-transition: all  200ms ease-in-out;
    transition: all  200ms ease-in-out;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: table;
}
.departmentInformationTitleContainer {
    height: 100%;
    width: 146px;
    float: right;
}
.departmentInformationMainTitle {
    width: 100%;
    height: auto;
    display: block;
    font-size: 29px;
    font-weight: 300;
    margin-top: 15px;
}
.departmentInformationMainSubTitle {
    width: auto;
    height: auto;
    display: block;
    float: right;
    margin-right: 12px;
    font-size: 12px;
    font-weight: bold;
}
.topButtonIcon {
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}

.mainContentTitleContainer {
    width: 100%;
    height: 87px;
}


.s-sidebar__trigger {
      display: none
   }
.mobileStickyTitleSpacer {
    height: 0px;
    display: none;
    width: 0px;
}
.sideMenuOverlay {
    display: none;
    width: 0px;
    height: 0px;
}

.comingSoonPlaceholder {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mainContentSectionContainer li {
    margin-left: 10px;
    margin-right: 10px;
    list-style-position: outside;
    list-style-type: disc !important;
    display: list-item;
}

.mainContentSectionContainer oli {
    margin-left: 10px;
    margin-right: 10px;
    list-style-position: outside;
    list-style-type: decimal !important;
}
.modularSelectionWrapper {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0px;
}

.toDoListIframe {
    border: 0px none transparent !important;
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: table;
    background-color: rgba(255,255,255,1.00);
}
.modularPageWrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.moduleSelectionContainer {
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 1350px;
    width: 90%;
}
#departmentPageSelector {
    width: 106px;
    height: 27px;
    margin-top: 10px;
    text-indent: 8px;
    font-weight: bold;
    border-radius: 5px;
    background-color: #353535;
    border-style: none;
    color: #FFFFFF;
    float: left;
}
.moduleSelectionTitle {
    float: left;
    margin-right: 25px;
    margin-top: 15px;
    font-size: 14px;
    margin-left: 21px;
}
.bottomAlertWrapper {
    height: auto;
    min-height: 39px;
    background-color: #ff0060;
    margin-top: 24px;
    width: 90%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 28px;
}
.bottomAlertContentContainer {
    color: #FFFFFF;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 73px;
    padding-right: 165px;
    font-size: 12px;
    padding-top: 10px;
    line-height: 19px;
    text-align: center;
}
.bottomAlertIconContainer {
    height: 100%;
    position: absolute;
    width: 73px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 32px;
    color: #FFFFFF;
    font-size: 31px;
}
.bottomAlertButtonContainer {
    height: 100%;
    width: 136px;
    float: right;
    position: absolute;
    text-align: right;
    right: 0px;
    margin-right: 18px;
}
a.bottomAlertButtonLink {
    height: 39px;
    width: 100%;
    background-color: #8a01d1;
    position: absolute;
    border-radius: 3px;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.42);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.42);
    left: 0px;
    top: 0px;
    -webkit-transition: all  300ms ease-in-out;
    -moz-transition: all  200ms ease-in-out;
    -ms-transition: all  200ms ease-in-out;
    -o-transition: all  200ms ease-in-out;
    transition: all  200ms ease-in-out;
    margin-top: 32px;
}


a.bottomAlertButtonLink:hover {
    background-color: #5D008E;
}
.bottomAlertContentContactInfo {
    width: 100%;
    background-color: #C30049;
    display: table;
    padding-top: 5px;
    padding-bottom: 9px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 11px;
}
.bottomAlertContentTitle {
    width: 100%;
    display: table;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}



/* new top section */

.topButtonContainer {
    height: 36px;
    float: left;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
}

.FourButtonContainer {
    width: 25%;

}


.quickLinkButton.active{
    border-bottom: 3px solid rgba(255,255,255,0.69);
}

#quickLinkButton1 {
    background-color: #E1006A;
}
#quickLinkButton1:hover {
    background-color: #B50055;
}
#quickLinkButton2 {
    background-color: #8a01d1;
   -webkit-animation: pulsate-bck 3s ease-in-out infinite both;
	        animation: pulsate-bck 3s ease-in-out infinite both;
    
}
#quickLinkButton2:hover {
    background-color: #6C00A4;
}
#quickLinkButton3 {
    background-color: #00b591;
}
#quickLinkButton3:hover {
    background-color: #00876C;
}
#quickLinkButton4 {
    background-color: #00c9e1;
}
#quickLinkButton4:hover {
    background-color: #009FB2;
}
#quickLinkButton5 {
    background-color: #00b591;
}
#quickLinkButton5:hover {
    background-color: #00876C;
}

@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}



.topDepartmentEmojiHolder {
    height: 100%;
    width: 79px;
    float: left;
	background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.departmentInformationTitleContainer {
    float: left;
    margin-left: 23px;
    width: auto;
}

.departmentInformationWrapper {
    width: auto;
    display: table;
    height: 80px;
	margin-right: auto;
	margin-left: auto;
}
.tabbedPanelTitle {
    width: 100%;
    height: auto;
    color: rgba(255,255,255,1.00);
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    text-align: center;
    font-weight: 200;
}

.tabbedPanelSubTitle {
    width: 100%;
    height: auto;
    color: rgba(255,255,255,1.00);
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    text-align: center;
    font-weight: 300;
}
.tabbedPanelRightButtonWrapper {
    width: 158px;
    height: 71px;
    top: 0px;
    position: absolute;
    right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 13px;
}


.pageFooterWrapper {
    width: 100%;
    position: relative;
    z-index: 15;
    bottom: 0px;
	display: table;
}
.pageFooterContainer {
    width: 100%;
    position: relative;
}
.pageFooterTrademarkWrapper {
    width: 100%;
    height: 31px;
    background-color: #000000;
    color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 10px;
    line-height: 31px;
}
.pageFooterQuickLinksWrapper {
    width: 100%;
    height: 81px;
    position: relative;
    background-color: #262626;
}
.pageFooterQuickLinksContainer {
    max-width: 673px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    height: 100%;
}
.pageFooterQuickLinkItemLink {
    width: 100%;
    height: 100%;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 18px;
}
.pageFooterQuickLinkItemLink:hover {
    background-color: #505050;
}


.pageFooterQuickLinkItem {
    width: 25%;
    height: 100%;
    display: block;
    text-align: center;
    vertical-align: top;
    float: left;
}

#AirbusA320Tab {
    min-height: 515px;
}

.redirectNoticeWrapper{
	display: none;
	height: 100%;
	width: 100%;
	z-index: 500;
	position: fixed;
	background: red;
	top: 0;
	
}
.tabbedNavPanelTextContainer {
    text-align: center;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 22px;
    font-weight: 300;
}
.tabbedNavPanelRefreshButtonWrapper {
    height: 70px;
    width: 100%;
    padding-top: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
    background-color: rgba(255,255,255,1.00);
}

.mainContentExternalContentWrapper {
    width: 95%;
    min-height: 318px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
}
.contentGridHeaderWrapper {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background-color: #e4e4e4;
    height: 50px;
    position: relative;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.contentGridHeaderNumber {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #262626;
    border-style: solid;
    border-width: 4px;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 30px;
    position: absolute;
    left: -20px;
    top: -8px;
    line-height: 51px;
}
.tutorialHeaderNumber {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #262626;
    border-style: solid;
    border-width: 4px;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 17px;
    position: absolute;
    left: -20px;
    top: -8px;
    line-height: 31px;
    text-align: center;
}
.contentGridHeaderTitle {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-left: 75px;
    line-height: 46px;
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.tabbedNavPanelRefreshButtonWrapper.contentPages {
    padding-top: 0px;
    height: auto;
    padding-bottom: 17px;
}
.profileSwitcher {
    background-image: url(../images/SnTBackground1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 100vh;
    width: 100vw;
}
.redirectorFooter {
    width: 100%;
    height: 65px;
    position: fixed;
    bottom: 0px;
    background-image: url(../images/helpPortal/topLogoPure.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 167px auto;
    z-index: 1000;
}

ul.modalTabsSelector{
    padding-inline-start: 0px;
}
.menuSelectionPromptContainer {
    width: auto;
    height: auto;
    float: left;
    margin-top: 88px;
    padding-left: 54px;
}
.menuSelectionPromptText {
    width: 163px;
    background-color: #EAEAEA;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 500;
    margin-left: 115px;
}
.menuSelectionPromptimage {
    width: 257px;
    height: 264px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.pageTopGreetingContainer {
    width: auto;
    height: auto;
    margin-top: 84px;
}
.pageTopGreetingLineColorWrapper {
    width: auto;
    height: 50px;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 165px;
    color: rgba(255,255,255,1.00);
    margin-bottom: 6px;
}
.GreetingLineColor1 {
    background-color: #5c0da7;
}
.GreetingLineColor2 {
    background-color: #150c5f;
}



.pageTopGreetingLineText1 {
    font-size: 40px;
    font-family: airnewzald;
    text-rendering: optimizeLegibility;
    font-variant-ligatures: common-ligatures;
    font-feature-settings: "liga" on;
    font-weight: 800;
    letter-spacing: -.01em;
    margin-right: 25px;
    float: left;
    line-height: 47px;
}
.pageTopGreetingLineText2 {
    font-size: 28px;
    font-weight: 300;
    margin-right: 25px;
    line-height: 49px;
    float: left;
}
#pageTopGreetingPageSwticher {
    float: left;
    height: 100%;
    background-color: rgba(0,0,0,0.38);
    width: 49px;
    color: rgba(255,255,255,1.00);
    text-align: center;
    line-height: 49px;
    font-size: 22px;
    display: none;
}
#pageTopGreetingPageSwticher:hover {
    background-color: rgba(92,13,167,1.00);
    color: rgba(255,255,255,1.00);
}

.tempTitleSplitter{
width:100%;
height:20px;
}



.fullIframe {
    width: 100%;
    height: 100%;
    border-style: none;
}


#tutorialFamiliarCBT {
    height: 70vh;

}

:not([hidden]).mainContentContainer {
    display: table;
}

.learningHistoryFloatyContainer {
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 150;
}
.learningHistoryFloatyWrapper {
    height: 100%;
    position: relative;
    width: 0px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.learningHistoryFloatyItemOutter {
    width: 106px;
    height: 94px;
    position: relative;
}
.learningHistoryFloatyItemInner {
    width: 119px;
    display: table;
    position: absolute;
    right: 0px;
    color: rgba(255,255,255,1.00);
    padding-top: 13px;
    padding-bottom: 14px;
    padding-left: 6px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: medium;
    -webkit-animation: color-change12-2x 1.5s ease-in-out infinite alternate both;
    animation: color-change12-2x 1.5s ease-in-out infinite alternate both;
	
    
}
@-webkit-keyframes color-change12-2x {
  0% {
    background-color: #ffbf10  !important;
  }
  100% {
    background-color: #f17800 !important;
  }
}
@keyframes color-change12-2x {
  0% {
    background-color: #ffbf10 ;
  }
  100% {
    background-color: #f17800;
  }
}

.learningHistoryFloatyText {
    float: left;
    font-weight: 500;
    font-size: 13px;
    width: auto;
}
.fa.fa-list.learningHistoryFloatyIcon {
    height: 100%;
    width: 40px;
    text-align: center;
    float: left;
    padding-top: 10px;
}

















/*media queries */
@media (max-width:1200px){

.tabbedNavPaneContainer {
    padding-left: 0px;
}
.sideMenuWrapper {
    width: 200px;
}
.mainContentWrapper {
    padding-left: 200px;
}
a.sideBarLink {
    text-indent: 24px;
}

.bottomAlertWrapper {
    width: 95%;
}


}
@media (min-width:701px){
	.topTabItems.fiveItem {
	width: 20%;
}
}
@media (max-width:1100px){
    .pageHeadingWrapperHueStrip {
        background: linear-gradient(270deg, #00c6ff, #b400ff, #ff0078, #b400ff, #00c6ff, #00e29d);
        background-size: 159% 100%;
        animation: none;
    }
	.pageTopGreetingLineColorWrapper{
		padding-left: 80px;
	}
	.pageTopBannerImageItem{
    background-position: 72% center;
	}
}
@media (max-width:1100px) and (min-width:700px){
	
.snow.stage2snow{
	display:none;
}
.pageTopBannerOverlayTextWrapper.smaller {
    padding-top: 78px;
}
.pageHeadingRightWrapper {
    width: 100%;
    height: 38px;
    float: none;
    position: relative;
    background-color: rgba(255,255,255,0.11);
}
.pageHeadingTitle {
    font-size: 13px;
    line-height: 38px;
}
.pageHeadingLogo {
    background-size: 124px auto;
}


.pageHeadingLeftWrapper {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    float: none;
    display: table;
}
.pageHeadingWrapper {
    height: 94px;
    position: relative;
}
.pageHeadingContainer {
    margin: 0px;
}




.pageTopBannerOverlayTextWrapper{
    padding-top: 23px;
}


}

@media (max-width:700px){
.snow.stage2snow{
	display:none;
}
.snow.stage3snow{
	display:none;
}
	.topTabItems {
    width: 32%;
    height: 49px;
    bottom: 0px;
    position: relative;
    margin-bottom: 4px;
}
.topTabLink {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 90px auto;
    border-radius: 4px;
    background-repeat: no-repeat;
    border-bottom-style: none;	
}

	.mainContentWrapper {
    padding-left: 0px;
}
	.tab_content {
    padding-top: 99px;
    width: 100%;
    height: 490px;
}
	.bottomAlertWrapper {
    width: 100%;
}



.quickLinkWrappers {
    width: 40%;
    height: 100%;
    float: left;
}
.quickLinkContainer {
    width: 100%;
    height: 44px;
    display: table;
    text-align: center;
    margin-top: 0px;
}

.departmentInformationEmoji {
    width: 80px;
    margin-right: 0px;
}
.departmentInformationTitleContainer {
    width: 147px;
}
.departmentInformationMainTitle {
    width: 100%;
    height: auto;
    display: block;
    font-size: 26px;
    font-weight: 300;
    margin-top: 20px;
}
.departmentInformationMainSubTitle {
    margin-right: 25px;
    font-size: 13px;
}

	
.s-sidebar__trigger {
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    width: 59px;
    height: 56px;
    background-color: #DBDBDB;
    display: block;
    text-decoration: none;
	
}

.s-sidebar__trigger > i {
    display: inline-block;
    margin-top: 13px;
    margin-right: 0;
    margin-left: 1.4em;
    margin-bottom: 0;
    color: #2C2C2C;
}	
	

.s-sidebar__trigger:focus + .sideMenuWrapper{
   left: 0;
}
.s-sidebar__trigger:focus ~ .sideMenuOverlay{
   background-color: rgba(0,0,0,0.30);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 90;
    position: absolute;
	backdrop-filter: blur(5px);
}
.s-sidebar__trigger:focus{
    background-color: rgba(0,0,0,0.00);
}
	
.sideMenuWrapper:focus{
	left: -15em;
}

.sideMenuWrapper:focus{
	font-size: 0px;
}
	
.sideMenuWrapper {
    position: absolute;
    top: 0;
    left: -15em;
    transition: all .3s ease-in;
    width: 15em;
    background-color: #3B3B3B;
    color: rgba(255, 255, 255, 0.7);
}
	


.mainContentTitle {
    position: absolute;
    z-index: 50;
    padding-left: 70px;
    padding-right: 30px;
    line-height: 23px;
}
.mobileStickyTitleSpacer{
    display: block;
    height: 73px;
}
#topTabWrapper {
    margin-top: 5px;
    margin-bottom: 5px;
}
.sideBarMenuToggleLabel {
    width: 100%;
    text-align: center;
    display: table;
    text-decoration: none;
    font-size: 13px;
    font-weight: bolder;
    color: #333333;


}



.FourButtonContainer {
    width: 50%;
}
.topButtonContainer {
    padding-left: 15px;
    padding-right: 15px;
	margin-bottom: 5px;
}
	
	.topInformationContainer{
		height: 90px;
	}
	
.tabbedPanelRightButtonWrapper {
    width: 150px;
    height: 71px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
	margin: auto;
	clear: both;
}
.tabbedNavPaneContainer {
    height: auto;
    display: table;
}
.tabs li {
    display: inline-block;
    float: none;
}

.tabbedNavPanelWrapper {
    height: auto;
    display: table;
}


.pageHeadingLeftWrapper {
    padding-right: 0px;	
}
.pageHeadingRightWrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 60px;

}

.mainContentTitleContainer{
    position: relative;
}
.pageHeadingTitle{
    font-size: 13px;
}
.pageHeadingLogo{
    background-size: 130px auto;
}	
.pageTopBannerOverlayTextWrapper{
    width: 100%;
}
.nav-collapse {
    transition:none !important;
}
.GreetingLineColor1  {
	background-color: unset;
}
.GreetingLineColor2  {
	background-color: unset;
}
.pageTopBannerImageItem{
    background-position: 36% center;
}
	.pageTopGreetingLineColorWrapper{
		padding: 0px;
		width: 100%;
		height: 42px;
	}
	.pageTopGreetingLineText1{
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		text-align:center;
		color: #4d5e67;
		font-size: 34px;
	}
	.pageTopGreetingLineText2{
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		text-align:center;
		display: inline-block;
    	font-size: 22px;
	}
	#pageTopGreetingPageSwticher{
		display: inline-block !important;
		float: none;
		margin-left: 20px;
	}
	.GreetingLineColor2{
		display: table;
		text-align: center;
	}
}



@media (max-width:880px){

}


@media (max-width:810px){

.tabbedNavPaneContainer {
    width: 98%;
}
.topButtonContainer {
    padding-left: 5px;
    padding-right: 5px;
}
	.topInformationContainer {
    width: 96%;
}



}
@media (max-height: 1055px){

    
.mainContentContainer {
    min-height:700px
}


.sideMenuWrapper {
    min-height:700px
}
}
