/* CSS Document */
.tutorialTabInput {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
/* Accordion styles */
.Acctabs {
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px;
}
.Acctab {
    width: 100%;
    overflow: hidden;
}
.Acctab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1em;
    background-color: #e9e9e9;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
    text-align: left;
  /* Icon */
}
.Acctab-label:hover {
    background-color: #c9c9c9;
    color: #000000;
}
.Acctab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.Acctab-content {
    max-height: 0;
    padding: 0 1em;
    -webkit-transition: all .35s;
    transition: all .35s;
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}
.Acctab-close {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: center;
    padding: 1em;
    font-size: 12.75px;
    background-color: #e9e9e9;
    cursor: pointer;
    color: #000000;
}
.Acctab-close:hover {
    background-color: #c9c9c9;
    color: #000000;
}
input:checked + .Acctab-label {

}
input:checked + .Acctab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
input:checked ~ .Acctab-content {
  max-height: 2000px;
  padding: 1em;
}
.tutorialSectionWrapper {
    text-align: justify;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 30px;
    line-height: 20px;
    font-size: 12px;
}
.tutorialSectionWrapperVideos {
    text-align: justify;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: -20px;
    line-height: 20px;
    font-size: 12px;
}
.tutorialSectionTitle {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
}
.tutorialAreaWrapper {
    display: table;
    width: 100%;
    height: auto;
}
.tutorialSectionWrapper li {
    list-style-position: outside;
    list-style-type: disc !important;
    display: list-item;
}
.tutorialIcon {
    font-size: 19px;
    margin-right: 7px;
    vertical-align: middle;
}
.tutorialSectionParagraphWrapper {
    width: 100%;
    height: auto;
    position: relative;
    display: table;
    margin-bottom: 40px;
}
.tutorialSectionParagraphText {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
}
.sectionSplitterHorizontal {
    width: 90%;
    height: 1px;
    background-color: #c3c3c3;
    margin-left: auto;
    margin-right: auto;
}


/* newREC2020 */

.sectionSplitterHorizontal {
    width: 90%;
    height: 1px;
    background-color: #c3c3c3;
    margin-left: auto;
    margin-right: auto;
}
.courseTopInformationContainer {
    width: 95%;
    background-color: #F1F1F1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    position: relative;
    font-size: 12px;
    text-align: left;
    line-height: 28px;
    display: table;
    height: 395px;
}
.twoButtonContainer {
    height: 412px;
}
.courseTopInformationBulletinContainer {
    width: 260px;
    background-color: #323232;
    height: 100%;
    min-height: 197px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    z-index: 1;
	display: table;
	text-align: center;
}
.courseTopInformationBulletinText {
    font-weight: 300;
    margin-bottom: 29px;
	text-align: left;
}
.courseTopInformationBulletinlinkContainer {
    width: 181px;
    height: 47px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
	display: inline-block;
}


a.courseTopInformationBulletinlink {
    height: 100%;
    width: 100%;
    background-color: #bfbfbf;
    border-radius: 3px;
    color: #000000;
    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;
    display: flex;
	align-items: center;
	justify-content: center;
}

a.courseTopInformationBulletinlink:hover {
    background-color: #E7E7E7;
}

.courseTopInformationContentContainer {
    width: 100%;
    position: absolute;
    top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 260px;
    z-index: 0;
}
.courseTopInformationContentHalfSectionWrapper {
    width: 49%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.courseTopInformationContentHalfSectionWrapper li {
    list-style-type: disc;
}

.courseTopInformationContentVerticleDevider {
    float: left;
    width: 1px;
    background-color: #000000;
    height: 202px;
	margin-top: 24px;
}
.courseTopWarningInformationContainer {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 28px;
    height: auto;
    display: table;
}
.courseTopWarningInformationHalfSectionWrapper {
    width: 50%;
    text-align: left;
    float: left;
    height: 136px;
    position: relative;
    background-color: #dd0254;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.courseTopWarningInformationHalfSectionWrapper.countdownHalfWrapper {
	justify-content: center;
}

.courseTopWarningInformationSectionFlexiWidthContentContainer {
    display: block;
    width: auto;


}

.courseTopWarningInformationSectionFullWidthContentContainer {
    position: absolute;
    float: left;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 150px;
    top: 0px;
    padding-right: 20px;
	display: flex;
	align-items: center
}
.courseTopWarningInformationSectionTitleContainer {
    height: 100%;
    display: flex;
    align-items: center;
    float: left;
    font-size: 14px;
}
.courseTopWarningInformationSectionTitleContainer.titleOne {
    width: 132px;
}
.courseTopWarningInformationSectionTitleContainer.titleTwo {
    width: 199px;

}
.courseTopWarningInformationSectionTitle {
    width: 100%;
    text-align: center;
}
.mobileTimingInfo {
    display: none;
}

@media (max-width:2130px){
	
	.courseTopInformationContentHalfSectionWrapper {
    width: 100%;
}
.courseTopInformationContentVerticleDevider {
    display: none;
}
.courseTopInformationContainer {
    height: 550px;
}
.twoButtonContainer {
    height: 612px;
}

	
}
@media (max-width:1400px){

.courseTopWarningInformationHalfSectionWrapper {
    width: 100%;
    position: relative;
    height: auto;
    display: table;
}
.courseTopWarningInformationSectionFullWidthContentContainer {
    height: auto;
    padding: 0px;
    position: relative;
}
.courseTopWarningInformationSectionTitleContainer.titleOne {
    width: 100%;
    position: relative;
    margin-top: 16px;
}
.courseTopWarningInformationSectionTitleContainer.titleTwo {
    display: none;
}
.mobileTimingInfo {
    display: contents;
    font-weight: 800;
    text-decoration: underline;
}
.courseTopWarningInformationSectionFullWidthContentContainer.titleOne {
    padding: 20px;
}
}

@media (max-width:1620px){
.courseTopInformationBulletinContainer {
    width: 100%;
    position: relative;
    height: auto;
	display: table;
}
.courseTopInformationContentHalfSectionWrapper {
    position: relative;
    width: 100%;
}
.courseTopInformationContentContainer {
    padding: 20px;
    position: relative;
}
.courseTopInformationBulletinText{
	text-align: center;
}

}

