@charset "utf-8";
#homePageOverallContainer {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 999;
    top: 0px;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.47);
	display:none
}

.homePageOverallWrapper {
    width: 100%;
    height: 100%;
    background-color: #11111b;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}
.homePageOverallInnerWrapper {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.homePageContentContainer {
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: 100% auto;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




/* copy over from general dashboard*/


#headingContainer {
    width: 100%;
    height: auto;
    position: relative;
    display: table;
}
#headingWrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}
#headingGreetingContainer {
    width: 100%;
    height: auto;
}
#headingGreetingWrapper {
    padding-top: 24px;
    padding-left: 64px;
	
}
#hdeadingGreetingLineOne {
    font-size: 43px;
    font-family: airnewzald;
    text-rendering: optimizeLegibility;
    font-variant-ligatures: common-ligatures;
    font-feature-settings: "liga" on;
    font-weight: 800;
    letter-spacing: -.01em;
    color: #dee1ee;
	height: 41px;
	line-height: 37px;
    margin-top: 16px;
}
#hdeadingGreetingLineTwo {
    font-size: 31px;
    color: #FFFFFF;
    font-weight: 300;
	height: 41px;
	line-height: 40px;
    margin-top: 5px;
}
#headerMainContentContainer {
    width: 100%;
    height: auto;
    margin-top: 45px;
    display: table;
    position: relative;
}
#headerMainContentVideo {
    width: 100%;
    height: 334px;
    background-color: #000000;
    max-width: 594px;
    float: left;
	position:relative;
}
#headerMainContentVideoPointer {
    width: 156px;
    height: 334px;
    float: left;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    margin-left: 20px;
}
.headerMainContentRightContainer {
    width: 100%;
    height: 334px;
    position: absolute;
    top: 0px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 635px;
}
.headerMainTrainingButtonContainer {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 173px auto;
}
.headerMainTrainingButtonWrapper {
    width: 100%;
    height: auto;
    position: absolute;
    display: table;
    bottom: 51px;
}
.headerMainTrainingButtonItemsWrapper {
    width: auto;
    display: table;
    height: 117px;
    position: relative;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.49);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.headerMainTrainingButtonItem {
    padding-left: 25px;
    padding-right: 25px;
    color: rgba(255,255,255,1.00);
    border-radius: 10px;
    font-size: 22px;
    height: 94px;
    display: inline-block;
    border: 5px solid;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0px;
}
#goToTrainingButton{
	-webkit-animation: color-change11-2x 0.8s ease-in-out infinite alternate both;
	        animation: color-change11-2x 0.8s ease-in-out infinite alternate both;
}
@-webkit-keyframes color-change11-2x {
  0% {
    background-color: #4cb7ad !important;
    border-color: #41a59b !important;
  }
  100% {
    background-color: #35867E !important;
    border-color: #2e6e66 !important;
  }
}
@keyframes color-change11-2x {
  0% {
    background-color: #4cb7ad;
    border-color: #41a59b;
  }
  100% {
    background-color: #35867E;
    border-color: #2e6e66;
  }
}
.headerMainTrainingButtonItem:hover {
    background-color: #28625c;
    border-color: #20514b;
	text-decoration: none;
    color: #ffffff;
}
.headerMainTrainingButtonItemIcon {
    margin-right: 13px;
}
.headerMainTrainingButtonTitle {
    width: 100%;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 7px;
}
#homePageCloseButton {
    position: absolute;
    width: 60px;
    background-color: rgba(58,58,58,1.00);
    height: 40px;
    top: 0px;
    right: 0px;
    color: rgba(255,255,255,1.00);
    text-align: center;
    line-height: 38px;
    z-index: 1;
}
#homePageCloseButton:hover {
    background-color: rgba(216,0,64,1.00);	
}


#primarySwitchPageButton {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #3c968d;
    border-color: #368278;
    display: none;
}
#primarySwitchPageButton:hover {
    background-color: #67C2B9;
    border-color: #45AFA4;
}






#quickLinksContainer {
    width: 100%;
    height: auto;
    position: relative;
    display: table;
    margin-top: 59px;
}
#quickLinksWrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}
.qickLinksDevider {
    width: 50%;
    height: auto;
    float: left;
}
.quickLinkItemContainer {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
.quickLinkItemWrapper {
    width: 100%;
    backdrop-filter: blur(5px);
    display: table;
}
.quickLinkItemHeader {
    width: 100%;
    height: 49px;
    color: #FFFFFF;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.quickLinkItemContent {
    width: 100%;
    height: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    min-height: 62px;
    color: rgba(255,255,255,0.74);
    font-size: 13px;
    font-weight: 400;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.quickLinkItemHeaderIcon {
    margin-right: 7px;
    font-size: 19px;
}
.quickLinkItemWrapper:hover{
    cursor: pointer;
    text-decoration: none;
}
.quickLinkItemWrapper active{
    cursor: pointer;
    text-decoration: none;
}
.quickLinkItemWrapper.blue .quickLinkItemHeader {
    background-color: #242a3f;
}
.quickLinkItemWrapper.blue .quickLinkItemContent {
    background-color: rgba(36,42,63,0.78);
}
.quickLinkItemWrapper.blue:hover .quickLinkItemHeader {
    background-color: #36436f;
}
.quickLinkItemWrapper.blue:hover .quickLinkItemContent {
    background-color: rgba(57,67,111,0.78);
}
.quickLinkItemWrapper.purple .quickLinkItemHeader {
    background-color: #3f2438;
}
.quickLinkItemWrapper.purple .quickLinkItemContent {
    background-color: rgba(63,36,56,0.78);
}
.quickLinkItemWrapper.purple:hover .quickLinkItemHeader {
    background-color: #5b1e4b;
}
.quickLinkItemWrapper.purple:hover .quickLinkItemContent {
    background-color: rgba(91,30,75,0.78);
}


.homePageNewContentContainer {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 59px;
}
.homePageNewsContantTitle {
    height: auto;
    width: 100%;
    display: table;
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: center;
    color: rgba(255,255,255,1.00);
    font-weight: 500;
    font-size: 18px;
}

.homePageNewContentWrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    border-radius: 5px;
    height: auto;
    display: table;
    background-color: rgba(255,255,255,0.16);
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.homePageNewItemContainer {
    width: 49%;
    height: 256px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.homePageNewItemWrapper {
    background-color: rgba(255,255,255,0.84);
    width: 100%;
    border-radius: 5px;
    height: 100%;
    position: relative;
    display: table;
}
.homePageNewItemWrapper:hover {
    background-color: rgba(255,255,255,1.00);
	text-decoration: none;
    color: #000000;
}
.homePageNewItemImage {
    width: 180px;
    height: 100%;
    background-color: rgba(63,36,56,1.00);
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.homePageNewItemInnerContentContainer {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 180px;
}
.homePageNewItemTitle {
    width: 100%;
    height: 43px;
    color: rgba(38,38,38,1.00);
    line-height: 48px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
}
.homePageNewItemInnerContent {
    width: 100%;
    height: 121px;
    font-size: 13px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 26px;
}
.homePageNewItemDate {
    width: 100%;
    height: 24px;
    font-size: 11px;
    font-weight: 500;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1px;
    padding-right: 15px;
	
}










@media (max-width:1280px){
.headerMainContentRightContainer {
    padding: 0px;
    position: relative;
    height: 153px;
    margin-top: 25px;
}
.headerMainTrainingButtonContainer {
    background-image: unset;
    width: 100%;
}
#headerMainContentVideo {
    max-width: 594px;
}
.headerMainTrainingButtonWrapper {
	position: unset;
}
#quickLinksContainer {
    margin-top: 14px;
}
.homePageNewItemContainer {
    width: 100%;
}
#headerMainContentVideo {
    margin-left: auto;
    margin-right: auto;
	float: unset;
}
#headingGreetingWrapper {
    padding-left: 0px;

}

#hdeadingGreetingLineOne {
    text-indent: 0px;
    text-align: center;
    font-size: 34px;
}
#hdeadingGreetingLineTwo {
    text-align: center;
    font-size: 24px;
}






}

@media (max-width:1023px){

#bodyContentContainer {
    background-size: 1218px auto;
}
.quickLinkItemContainer {
    padding-left: 10px;
    padding-right: 10px;
}

}



@media (max-width:769px){
.qickLinksDevider {
    width: 100%;
    margin-bottom: 33px;
}

#pageContentContainer {
    margin-top: 0px;
}
#homePageOverallContainer {
    padding: 0px;
}








}
