/*********************************************************************/
/***** BEGIN DESIGN TOOLS THEME IMPORT & CUSTOMIZATION  **************/
/*********************************************************************/
/* Import statements need to be at the top of your CSS file */
/* For Main CSS file */
@import url(https://designtools.ciditools.com/css/themes.css);
/* For Mobile app CSS file */
/*@import url(https://designtools.ciditools.com/css/app.css);*/
/* Institution color customizations */
@import url(https://designtools.ciditools.com/css/inst_theme_overrides.css);
/* Theme Colors */
:root {
    --dt-color-primary: #023E88;
    --dt-color-primary-contrast: #FFFFFF;
    --dt-color-primary-dark-text: #023E88;
    --dt-color-secondary: #2A333C;
    --dt-color-secondary-contrast: #FFFFFF;
    --dt-color-secondary-dark-text: #2A333C;
    --dt-color-accent: #0069B4;
    --dt-color-accent-contrast: #FFFFFF;
    --dt-color-graybg: #E6E6E6;
    --dt-color-graybg-contrast: #000000;
}
/*********************************************************************/
/***** END DESIGN TOOLS HEME IMPORT & CUSTOMIZATION   ****************/
/*********************************************************************/


/*********************************************************************/
/***** Start of K-2 styles  ****************/
/*********************************************************************/
.acc_k2_HomePage_Large_Background_Structure {
    background-color: white;
    border: 2px solid;
    color: black;
    width: 100%;
    padding: 50px 50px 70px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 10px;
    letter-spacing: 0.8px;
    word-spacing: -1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 1s;
    font-weight: bold;
    position: relative;
    z-index: 0;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.75s;
    font-size: 24px;
}

/*English*/
.acc_k2_HomePage_Large_Background_Structure_English{
    background-color: #a04c78;
    color: #ffffff;
    border: #a04c78;
    margin-top:15px;
}
.acc_k2_HomePage_Large_Background_Structure_English span{
    font-size: 100%;
}

.acc_k2_HomePage_Small_Button_Style_EnglishLesson5 ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin-top: -110px;
    margin-bottom: 0;
    padding-top: 50px;
    margin-left: 0;
    width: 100%;
}
.acc_k2_HomePage_Small_Button_Style_EnglishLesson5 li{
    background-color: #c95c94;
    color: white;
    border: 2px solid #a04c78;
    border-radius: 10px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 19%;
    padding-bottom: .75%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding-left: 3.6px;
}
.acc_k2_HomePage_Small_Button_Style_EnglishLesson5 a{
    text-decoration: none;
}
.acc_k2_HomePage_Small_Button_Style_EnglishLesson1 ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin-top: -110px;
    margin-bottom: 0;
    padding-top: 50px;
    margin-left: 0;
    width: 100%;
    padding-right: 0.5%;
    padding-left: 0.5%;
}
.acc_k2_HomePage_Small_Button_Style_EnglishLesson1 li{
    background-color: #c95c94;
    color: white;
    border: 2px solid #a04c78;
    border-radius: 10px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 97%;
    padding-bottom: .75%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-left: 3.6px;
}

.acc_k2_HomePage_Small_Button_Style_EnglishLesson1 a{
    text-decoration: none;
}
.acc_k2_HomePage_Small_Button_Style_EnglishLesson4 ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin-top: -110px;
    margin-bottom: 50px;
    margin-left: 0;
}

.acc_k2_HomePage_Small_Button_Style_EnglishLesson4 li{
    background-color: #c95c94;
    color: white;
    border: 2px solid #a04c78;
    border-radius: 10px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    width: 15%;
    margin-left: 3.3%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.acc_k2_HomePage_Small_Button_Style_EnglishLesson3 ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin-top: -110px;
    margin-bottom: 50px;
    margin-left: 0;
}
.acc_k2_HomePage_Small_Button_Style_EnglishLesson3 li{
    background-color: #c95c94;
    color: white;
    border: 2px solid #a04c78;
    border-radius: 10px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 30%;
    padding-left: 3.6px;
    padding-bottom: .75%;
}

.acc_k2_HomePage_Small_Button_Style_EnglishLesson{
    width: 10%;
    padding-top: 0.5%;
    padding-bottom: 0.75%;

}
.acc_k2_HomePage_Small_Button_Style_EnglishLesson:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.19),0 17px 50px 0 rgba(0,0,0,0.10);
    background-color: white;
    color: #a04c78;
    font-size: 85%;
}
.acc_k2_HomePage_Small_Button_Style_EnglishLesson:active {
    background-color: white;
    box-shadow: 0 5px #666;
    border-radius: 10px;
    transform: translateY(2%);
}
.acc_k2_HomePage_Small_Button_Style_EnglishLesson span{
    cursor: pointer;
    transition: 0.05s;
    text-align: center;
}
.acc_k2_HomePage_Small_Button_Style_EnglishLesson span:after {
    content: '\261E';
    position: absolute;
    opacity: 0;
    right: 45%;
    transition: 0.4s;
    display: none;
}
.acc_k2_HomePage_Small_Button_Style_EnglishLesson:hover span{
    padding-right: 10%;

}
.acc_k2_HomePage_Small_Button_Style_EnglishLesson:hover span:after {
    opacity: 1;
    left: 85%;
    display: inline;
}
.acc_k2_HomePage_Small_Button_Style_EnglishLesson:active span:after {
    left: 100%;
    transition: 0.5s;
    opacity: 0;
}
.acc_k2_HomePage_Small_Button_Style_EnglishLesson a{
    text-align: center;
    text-decoration: none;
    color: white;
}
.acc_k2_HomePage_Small_Button_Style_EnglishLesson:hover a{
    color: #a04c78;

}
.acc_k2_HomePage_Small_Button_Style_Englishinfo{
    width: 100%;
    padding-top: 1.5%;
    padding-bottom: 1.75%;

}
.acc_k2_HomePage_Small_Button_Style_Englishinfo:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.19),0 17px 50px 0 rgba(0,0,0,0.10);
    background-color: white;
    color: #a04c78;
}
.acc_k2_HomePage_Small_Button_Style_Englishinfo:active {
    background-color: white;
    box-shadow: 0 5px #666;
    border-radius: 10px;
    transform: translateY(2%);
}
.acc_k2_HomePage_Small_Button_Style_Englishinfo span{
    cursor: pointer;
    transition: 0.05s;
    text-align: center;
}
.acc_k2_HomePage_Small_Button_Style_Englishinfo span:after {
    content: '\261E';
    position: absolute;
    opacity: 0;
    right: 45%;
    transition: 0.4s;
    display: none;
}
.acc_k2_HomePage_Small_Button_Style_Englishinfo:hover span{
    padding-right: 10%;

}
.acc_k2_HomePage_Small_Button_Style_Englishinfo:hover span:after {
    opacity: 1;
    left: 85%;
    display: inline;
}
.acc_k2_HomePage_Small_Button_Style_Englishinfo:active span:after {
    left: 100%;
    transition: 0.5s;
    opacity: 0;
}
.acc_k2_HomePage_Small_Button_Style_Englishinfo a{
    text-align: center;
    text-decoration: none;
    color: white;
}
.acc_k2_HomePage_Small_Button_Style_Englishinfo:hover a{
    color: #a04c78;
}

/*Spiritual and Physical Fitness*/
.acc_k2_HomePage_Large_Background_Structure_SPF{
    background-color: #3b75d1;;
    color: #ffffff;
    border: #3b75d1;
    margin-top:3px;
}
.acc_k2_HomePage_Large_Background_Structure_SPF span{
    font-size: 100%;
}

.acc_k2_HomePage_Small_Button_Style_SPFLesson5 ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin-top: -110px;
    margin-bottom: 0;
    padding-top: 50px;
    margin-left: 0;
    width: 100%;
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson4 ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin-top: -110px;
    margin-bottom: 50px;
    margin-left: 0;
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson3 ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin-top: -110px;
    margin-bottom: 50px;
    margin-left: 0;
}

.acc_k2_HomePage_Small_Button_Style_SPFLesson1 ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin-top: -110px;
    margin-bottom: 0;
    padding-top: 50px;
    margin-left: 0;
    width: 100%;
    padding-right: 0.5%;
    padding-left: 0.5%;
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson1 li{
    background-color: #70a7ff;;
    color: white;
    border: 2px solid #3b75d1;
    border-radius: 10px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 97%;
    padding-bottom: .75%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-left: 3.6px;
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson1 a{
    text-decoration: none;
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson5 li{
    background-color: #70a7ff;;
    color: white;
    border: 2px solid #3b75d1;
    border-radius: 10px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 19%;
    padding-bottom: .75%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding-left: 3.6px;
}

.acc_k2_HomePage_Small_Button_Style_SPFLesson5 a{
    text-decoration: none;
}

.acc_k2_HomePage_Small_Button_Style_SPFLesson4 li{
    background-color: #70a7ff;
    color: white;
    border: 2px solid #3b75d1;
    border-radius: 10px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    width: 20%;
    margin-left: 4%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson3 li{
    background-color: #70a7ff;
    color: white;
    border: 2px solid #3b75d1;
    border-radius: 10px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 30%;
    padding-left: 3.6px;
    padding-bottom: .75%;
}

.acc_k2_HomePage_Small_Button_Style_SPFLesson3 li:nth-child(1){
    margin-left: 2.5%;
    margin-right: 1.25%;
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson3 li:nth-child(2){
    margin-left:1.25%;
    margin-right: 1.25%;
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson3 li:nth-child(3){
    margin-left: 1.25%;
    margin-right: 2.5%;
}

.acc_k2_HomePage_Small_Button_Style_SPFLesson{
    width: 10%;
    padding-top: 0.5%;
    padding-bottom: 0.75%;
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.19),0 17px 50px 0 rgba(0,0,0,0.10);
    background-color: white;
    color: #3b75d1;
    font-size: 85%;
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson:active {
    background-color: white;
    box-shadow: 0 5px #666;
    border-radius: 10px;
    transform: translateY(2%);
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson span{
    cursor: pointer;
    transition: 0.05s;
    text-align: center;
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson span:after {
    content: '\261E';
    position: absolute;
    opacity: 0;
    right: 45%;
    transition: 0.4s;
    display: none;
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson:hover span{
    padding-right: 10%;
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson:hover span:after {
    opacity: 1;
    left: 85%;
    display: inline;
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson:active span:after {
    left: 100%;
    transition: 0.5s;
    opacity: 0;
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson a{
    text-align: center;
    text-decoration: none;
    color: white;
}
.acc_k2_HomePage_Small_Button_Style_SPFLesson:hover a{
    color: #3b75d1;

}

.acc_k2_HomePage_Small_Button_Style_SPFinfo{
    width: 100%;
    padding-top: 1.5%;
    padding-bottom: 1.75%;

}
.acc_k2_HomePage_Small_Button_Style_SPFinfo:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.19),0 17px 50px 0 rgba(0,0,0,0.10);
    background-color: white;
    color: #3b75d1;
}
.acc_k2_HomePage_Small_Button_Style_SPFinfo:active {
    background-color: white;
    box-shadow: 0 5px #666;
    border-radius: 10px;
    transform: translateY(2%);
}
.acc_k2_HomePage_Small_Button_Style_SPFinfo span{
    cursor: pointer;
    transition: 0.05s;
    text-align: center;
}
.acc_k2_HomePage_Small_Button_Style_SPFinfo span:after {
    content: '\261E';
    position: absolute;
    opacity: 0;
    right: 45%;
    transition: 0.4s;
    display: none;
}
.acc_k2_HomePage_Small_Button_Style_SPFinfo:hover span{
    padding-right: 10%;

}
.acc_k2_HomePage_Small_Button_Style_SPFinfo:hover span:after {
    opacity: 1;
    left: 85%;
    display: inline;
}
.acc_k2_HomePage_Small_Button_Style_SPFinfo:active span:after {
    left: 100%;
    transition: 0.5s;
    opacity: 0;
}
.acc_k2_HomePage_Small_Button_Style_SPFinfo a{
    text-align: center;
    text-decoration: none;
    color: white;
}
.acc_k2_HomePage_Small_Button_Style_SPFinfo:hover a{
    color: #3b75d1;
}

/*Mathematics*/
.acc_k2_HomePage_Large_Background_Structure_Maths{
    background-color: #68a350;;
    color: #ffffff;
    border: #68a350;
    margin-top:15px;

}
.acc_k2_HomePage_Large_Background_Structure_Maths span{
    font-size: 100%;
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson5 ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin-top: -110px;
    margin-bottom: 0;
    padding-top: 50px;
    margin-left: 0;
    width: 100%;
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson1 ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin-top: -110px;
    margin-bottom: 0;
    padding-top: 50px;
    margin-left: 0;
    width: 100%;
    padding-right: 0.5%;
    padding-left: 0.5%;
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson1 li{
    background-color: #80db5c;
    color: white;
    border: 2px solid #68a350;
    border-radius: 10px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 97%;
    padding-bottom: .75%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-left: 3.6px;
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson1 a{
    text-decoration: none;
}

.acc_k2_HomePage_Small_Button_Style_MathsLesson4 ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin-top: -110px;
    margin-bottom: 50px;
    margin-left: 0;
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson3 ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin-top: -110px;
    margin-bottom: 50px;
    margin-left: 0;
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson5 li{
    background-color: #80db5c;
    color: white;
    border: 2px solid #68a350;
    border-radius: 10px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 19%;
    padding-bottom: .75%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding-left: 3.6px;
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson5 a{
    text-decoration: none;
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson4 li{
    background-color: #80db5c;
    color: white;
    border: 2px solid #68a350;
    border-radius: 10px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    width: 20%;
    margin-left: 4%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson3 li{
    background-color: #80db5c;
    color: white;
    border: 2px solid #68a350;
    border-radius: 10px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 30%;
    padding-left: 3.6px;
    padding-bottom: .75%;
}

.acc_k2_HomePage_Small_Button_Style_MathsLesson {
    width: 10%;
    padding-top: 0.5%;
    padding-bottom: 0.75%;
}

.acc_k2_HomePage_Small_Button_Style_MathsLesson:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.19),0 17px 50px 0 rgba(0,0,0,0.10);
    background-color: white;
    color: #68a350;
    font-size: 85%;
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson:active {
    background-color: white;
    box-shadow: 0 5px #666;
    border-radius: 10px;
    transform: translateY(2%);
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson span{
    cursor: pointer;
    transition: 0.05s;
    text-align: center;
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson span:after {
    content: '\261E';
    position: absolute;
    opacity: 0;
    right: 45%;
    transition: 0.4s;
    display: none;
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson:hover span{
    padding-right: 10%;
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson:hover span:after {
    opacity: 1;
    left: 85%;
    display: inline;
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson:active span:after {
    left: 100%;
    transition: 0.5s;
    opacity: 0;
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson a{
    text-align: center;
    text-decoration: none;
    color: white;
}
.acc_k2_HomePage_Small_Button_Style_MathsLesson:hover a{
    color: #68a350;

}
.acc_k2_HomePage_Small_Button_Style_Mathsinfo{
    width: 100%;
    padding-top: 1.5%;
    padding-bottom: 1.75%;

}
.acc_k2_HomePage_Small_Button_Style_Mathsinfo:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.19),0 17px 50px 0 rgba(0,0,0,0.10);
    background-color: white;
    color: #68a350;
}
.acc_k2_HomePage_Small_Button_Style_Mathsinfo:active {
    background-color: white;
    box-shadow: 0 5px #666;
    border-radius: 10px;
    transform: translateY(2%);
}
.acc_k2_HomePage_Small_Button_Style_Mathsinfo span{
    cursor: pointer;
    transition: 0.05s;
    text-align: center;
}
.acc_k2_HomePage_Small_Button_Style_Mathsinfo span:after {
    content: '\261E';
    position: absolute;
    opacity: 0;
    right: 45%;
    transition: 0.4s;
    display: none;
}
.acc_k2_HomePage_Small_Button_Style_Mathsinfo:hover span{
    padding-right: 10%;

}
.acc_k2_HomePage_Small_Button_Style_Mathsinfo:hover span:after {
    opacity: 1;
    left: 85%;
    display: inline;
}
.acc_k2_HomePage_Small_Button_Style_Mathsinfo:active span:after {
    left: 100%;
    transition: 0.5s;
    opacity: 0;
}
.acc_k2_HomePage_Small_Button_Style_Mathsinfo a{
    text-align: center;
    text-decoration: none;
    color: white;
}
.acc_k2_HomePage_Small_Button_Style_Mathsinfo:hover a{
    color: #68a350;
}
/*ExtraKLA*/
.acc_k2_HomePage_Large_Background_Structure_EXTRA{
    background-color: #e8ba33;
    color: #ffffff;
    border: #e8ba33;
    margin-top:15px;

}
.acc_k2_HomePage_Large_Background_Structure_EXTRA span{
    font-size: 100%;
}
.acc_k2_HomePage_Small_Button_Style_EXTRALesson1 ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin-top: -110px;
    margin-bottom: 0;
    padding-top: 50px;
    margin-left: 0;
    width: 100%;
    padding-right: 0.5%;
    padding-left: 0.5%;
}
.acc_k2_HomePage_Small_Button_Style_EXTRALesson1 li{
    background-color: #ffcb2e;
    color: white;
    border: 2px solid #e8ba33;
    border-radius: 10px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 97%;
    padding-bottom: .75%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-left: 3.6px;
}
.acc_k2_HomePage_Small_Button_Style_EXTRALesson1 a{
    text-decoration: none;
}

.acc_k2_HomePage_Small_Button_Style_EXTRALesson5 ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin-top: -110px;
    margin-bottom: 0;
    padding-top: 50px;
    margin-left: 0;
    width: 100%;
}
.acc_k2_HomePage_Small_Button_Style_EXTRALesson5 a{
    text-decoration: none;
}

.acc_k2_HomePage_Small_Button_Style_EXTRALesson4 ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin-top: -110px;
    margin-bottom: 50px;
    margin-left: 0;
}
.acc_k2_HomePage_Small_Button_Style_EXTRALesson3 ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin-top: -110px;
    margin-bottom: 50px;
    margin-left: 0;
}

.acc_k2_HomePage_Small_Button_Style_EXTRALesson5 li {
    background-color: #ffcb2e;
    color: white;
    border: 2px solid #e8ba33;
    border-radius: 10px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 19%;
    padding-bottom: .75%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding-left: 3.6px;
}

.acc_k2_HomePage_Small_Button_Style_EXTRALesson4 li{
    background-color: #ffcb2e;
    color: white;
    border: 2px solid #e8ba33;
    border-radius: 10px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    width: 20%;
    margin-left: 4%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.acc_k2_HomePage_Small_Button_Style_EXTRALesson3 li{
    background-color: #ffcb2e;
    color: white;
    border: 2px solid #e8ba33;
    border-radius: 10px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 30%;
    padding-left: 3.6px;
    padding-bottom: .75%;
}

.acc_k2_HomePage_Small_Button_Style_EXTRALesson {
    width: 10%;
    padding-top: 0.5%;
    padding-bottom: 0.75%;
}
.acc_k2_HomePage_Small_Button_Style_EXTRALesson:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.19),0 17px 50px 0 rgba(0,0,0,0.10);
    background-color: white;
    color: #e8ba33;
    font-size: 85%;
}
.acc_k2_HomePage_Small_Button_Style_EXTRALesson:active {
    background-color: white;
    box-shadow: 0 5px #666;
    border-radius: 10px;
    transform: translateY(2%);
}
.acc_k2_HomePage_Small_Button_Style_EXTRALesson span{
    cursor: pointer;
    transition: 0.05s;
    text-align: center;
}
.acc_k2_HomePage_Small_Button_Style_EXTRALesson span:after {
    content: '\261E';
    position: absolute;
    opacity: 0;
    right: 45%;
    transition: 0.4s;
    display: none;
}
.acc_k2_HomePage_Small_Button_Style_EXTRALesson:hover span{
    padding-right: 10%;
}
.acc_k2_HomePage_Small_Button_Style_EXTRALesson:hover span:after {
    opacity: 1;
    left: 85%;
    display: inline;
}
.acc_k2_HomePage_Small_Button_Style_EXTRALesson:active span:after {
    left: 100%;
    transition: 0.5s;
    opacity: 0;
}
.acc_k2_HomePage_Small_Button_Style_EXTRALesson a{
    text-align: center;
    text-decoration: none;
    color: white;
}
.acc_k2_HomePage_Small_Button_Style_EXTRALesson:hover a{
    color: #e8ba33;

}

.acc_k2_HomePage_Small_Button_Style_EXTRAinfo{
    width: 100%;
    padding-top: 1.5%;
    padding-bottom: 1.75%;

}
.acc_k2_HomePage_Small_Button_Style_EXTRAinfo:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.19),0 17px 50px 0 rgba(0,0,0,0.10);
    background-color: white;
    color: #e8ba33;
}
.acc_k2_HomePage_Small_Button_Style_EXTRAinfo:active {
    background-color: white;
    box-shadow: 0 5px #666;
    border-radius: 10px;
    transform: translateY(2%);
}
.acc_k2_HomePage_Small_Button_Style_EXTRAinfo span{
    cursor: pointer;
    transition: 0.05s;
    text-align: center;
}
.acc_k2_HomePage_Small_Button_Style_EXTRAinfo span:after {
    content: '\261E';
    position: absolute;
    opacity: 0;
    right: 45%;
    transition: 0.4s;
    display: none;
}
.acc_k2_HomePage_Small_Button_Style_EXTRAinfo:hover span{
    padding-right: 10%;

}
.acc_k2_HomePage_Small_Button_Style_EXTRAinfo:hover span:after {
    opacity: 1;
    left: 85%;
    display: inline;
}
.acc_k2_HomePage_Small_Button_Style_EXTRAinfo:active span:after {
    left: 100%;
    transition: 0.5s;
    opacity: 0;
}
.acc_k2_HomePage_Small_Button_Style_EXTRAinfo a{
    text-align: center;
    text-decoration: none;
    color: white;
}
.acc_k2_HomePage_Small_Button_Style_EXTRAinfo:hover a{
    color: #e8ba33;
}

/*Back Button for with in the course pages*/
.acc_k2_LessonPage_Small_Button_return_to_HomeBase {
    background-color: white; /* Green */
    border: none;
    color: black;
    width: 30%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 10px;
    letter-spacing: 0.8px;
    word-spacing: -1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    font-weight: bold;
    position: relative;
}
.acc_k2_LessonPage_Small_Button_return_to_HomeBase{
    background-color: #023e88;
    color: white;
    border: 2px solid #023e88;
    animation-name: example;
}
.acc_k2_LessonPage_Small_Button_return_to_HomeBase:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.19),0 17px 50px 0 rgba(0,0,0,0.10);
    background-color: white;
    color: #023e88;
}
.acc_k2_LessonPage_Small_Button_return_to_HomeBase:active {
    background-color: white;
    box-shadow: 0 5px #666;
    transform: translateY(2px);
}
.acc_k2_LessonPage_Small_Button_return_to_HomeBase span{
    text-decoration: none;
}

.acc_k2_LessonPage_Small_Button_return_to_HomeBase a{
    text-align: center;
    text-decoration: none;
    color: white;
}
.acc_k2_LessonPage_Small_Button_return_to_HomeBase:hover a{
    color: #023e88;
}

.acc_k2_HomePage_Small_Button_Style_LessonPlanner {
    border: 2px solid;
    padding: 25px 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    letter-spacing: 0.8px;
    word-spacing: -1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 1s;
    font-weight: bold;
    position: relative;
    z-index: 0;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.75s;
    background-color: #023e88;
    margin: 0 20% 0;
    width: 60%;
    font-size: 20px;
}
.acc_k2_HomePage_Small_Button_Style_LessonPlanner:hover {
    box-shadow: 0 5px 2px 0 #4a73af,0 8.5px 25px 0 #6f99d7;
    background-color: white;
    color:#023e88;
    font-size: 85%;
}
.acc_k2_HomePage_Small_Button_Style_LessonPlanner:active {
    background-color: white;
    box-shadow: 0 5px 30px #4a73af;
    border-radius: 0;
    transform: translateY(2%);
}
.acc_k2_HomePage_Small_Button_Style_LessonPlanner span{
    cursor: pointer;
    transition: 0.05s;
    text-align: center;
    color: white;
}
.acc_k2_HomePage_Small_Button_Style_LessonPlanner span:nth-of-type(1):after {
    content: '\261E';
    position: absolute;
    opacity: 0;
    right: 45%;
    transition: 0.4s;
    display: none;
}
.acc_k2_HomePage_Small_Button_Style_LessonPlanner:hover span{
    padding-right: 10%;
    color: #023e88;
}

.acc_k2_HomePage_Small_Button_Style_LessonPlanner:hover span:nth-of-type(1):after {
    opacity: 1;
    left: 85%;
    display: inline;
}
.acc_k2_HomePage_Small_Button_Style_LessonPlanner:active span:nth-of-type(1):after {
    left: 100%;
    transition: 0.5s;
    opacity: 0;
}
.acc_k2_HomePage_Small_Button_Style_LessonPlanner a{
    text-align: center;
    text-decoration: none;
    color: white;
}
.acc_k2_HomePage_Small_Button_Style_LessonPlanner:hover a{
    color: #023e88;
}

/*******Foundation lesson page********/
.acc_k2_LessonPage_Small_Button_return_to_Weeklypage {
    background-color: white; /* Green */
    border: none;
    color: black;
    width: 70px;
    padding: 9px 5.5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin:-58px 33px 0 0;
    cursor: pointer;
    border-radius: 10px;
    letter-spacing: 0.8px;
    word-spacing: -1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    font-weight: bold;
    position: relative;
    font-size: 12px;
    font-family: "Chalkboard SE","Comic Sans MS";
    animation-name: acc_k2_animation_fadeInOpen;
    animation-duration: 2.1s;
}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageSPF{
    background-color: #3b75d1;
    color: white;
    border: 3px solid #855e42;
}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageEnglish{
    background-color: #a04c78;
    color: white;
    border: 3px solid #855e42;
}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageMaths{
    background-color: #45bd2f;
    color: white;
    border: 3px solid #855e42;
}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageExtra{
    background-color: #ffcb2e;
    color: white;
    border: 3px solid #855e42;
}
.acc_k2_LessonPage_Small_Button_return_to_Weeklypage:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.19),0 17px 50px 0 rgba(0,0,0,0.10);
    background-color: white;
    color: #023e88;
}
.acc_k2_LessonPage_Small_Button_return_to_Weeklypage:active {
    background-color: white;
    box-shadow: 0 5px #666;
    transform: translateY(2px);
}
.acc_k2_LessonPage_Small_Button_return_to_Weeklypage a{
    text-align: center;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
.acc_k2_LessonPage_Small_Button_return_to_Weeklypage:hover a{
    color: #023e88;
}
.acc_K2_lessonPage_LearningTaskDiv {
    margin-left: 10%; margin-top: 0; margin-right: 10%;
}
.acc_K2_lessonPage_LearningTaskDiv ol{
    list-style-type: none;
    padding-left: 3px
}
.acc_K2_lessonPage_LearningTaskDiv li {
    margin-bottom: 10px;
}
.acc_K2_lessonPage_LearningTaskDiv i{
    margin-right: 5px;
}



.acc_k2_LessonPage_Accordion_information_panel {

    margin-bottom: 22px;
    margin-top: -5px;
    border-radius: 0 0 10px 10px;
    transition: 1s ease-in-out;
    padding-left: 2%;
    overflow: hidden;
    animation-name: acc_k2_animation_fadeInOpen;
    animation-duration: 2s;
    position: relative;
    display: none;
    width: 98%;
    opacity: 1;
}

.acc_k2_LessonPage_Accordion_Large_heading {
    cursor: pointer;
    outline: none;
    transition: 0.4s;
    width: 100%;
    border: none;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 2s;
    position: relative;

}
.acc_k2_LessonPage_accordion_active, .acc_k2_LessonPage_Accordion_Large_heading:hover {
}

.acc_k2_LessonPage_Accordion_Large_heading:after {

    content: "\2212";
    color: white;
    font-weight: bold;
    float: right;
    padding-right: 20px;
    margin-left: -20px;


}

.acc_k2_LessonPage_accordion_active:after {
    content: '\002B';
    color: white;
}
.acc_k2_LessonPage_images {
    position: relative;
    animation-name: acc_k2_animation_fadeInOpen;
    animation-duration: 2s;
}
.acc_PrimaryTask_Small_Button_Stucture {
    width: 40%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    letter-spacing: 0.8px;
    word-spacing: -1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    font-weight: bold;
    position: relative;
    font-size: 14pt;
    margin: auto;

}
.acc_PrimaryTask_Small_Button_Return_To_Lesson{
    background-color: #023e88;
    color: white;
    border: 2px solid #023e88;
    animation-name: example;
}
.acc_PrimaryTask_Small_Button_Return_To_Lesson:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.19),0 17px 50px 0 rgba(0,0,0,0.10);
    background-color: white;
    color: #023e88;
}
.acc_PrimaryTask_Small_Button_Return_To_Lesson:active {
    background-color: white;
    box-shadow: 0 5px #666;
    transform: translateY(2px);
}
.acc_PrimaryTask_Small_Button_Return_To_Lesson span{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.acc_PrimaryTask_Small_Button_Return_To_Lesson span:after {
    content: '\21B5';
    position: absolute;
    opacity: 0;
    top: 65%;
    left: 0;
    transition: 0.5s;
}
.acc_PrimaryTask_Small_Button_Return_To_Lesson:hover span{
    padding-bottom: 20px;
}
.acc_PrimaryTask_Small_Button_Return_To_Lesson:hover span:after {
    opacity: 1;
    left: 45%;
}
.acc_PrimaryTask_Small_Button_Return_To_Lesson:active span:after {
    left: -100%;
    transition: 0.5s;
    opacity: 0;
}
.acc_PrimaryTask_Small_Button_Return_To_Lesson a{
    text-align: center;
    text-decoration: none;
    color: white;
}
.acc_PrimaryTask_Small_Button_Return_To_Lesson:hover a{
    color: #023e88;
}

/*******year one lesson page********/
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearOne {
    background-color: white; /* Green */
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0.5px;
    word-spacing: -1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    font-weight: bold;
    position: relative;
    width: 45px;
    padding-bottom: 9px;
    padding-top: 8px;
    margin: -65.53px 30px 0 0;
    border-radius: 0;
    font-size: 11.4px;
    animation-name: acc_k2_animation_fadeInOpen;
    animation-duration: 2.1s;
}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearOneSPF{
    background-color: #3b75d1;
    color: white;

}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearOneEnglish{
    background-color: #a04c78;
    color: white;

}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearOneMaths{
    background-color: #45bd2f;
    color: white;

}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearOneExtra{
    background-color: #ffcb2e;
    color: white;
}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearOne:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.19),0 17px 50px 0 rgba(0,0,0,0.10);
    background-color: white;
    color: #023e88;
}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearOne:active {
    background-color: white;
    box-shadow: 0 5px #666;
    transform: translateY(2px);
}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearOne a{
    text-align: center;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearOne:hover a{
    color: #023e88;
}

/*******year two lesson page********/
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearTwo {
    background-color: white; /* Green */
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0.8px;
    word-spacing: -1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    font-weight: bold;
    position: relative;
    margin: -65.53px 30px 0 0;
    border-radius: 0;
    margin-top: -55px;
    margin-right: 16px;
    transform: rotate(4deg);
    padding: 5px 0 6px;
    font-size: 9.5px;
    width: 70px;
    animation-name: acc_k2_animation_fadeInOpen;
    animation-duration: 2.1s;

}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearTwoSPF{
    background-color: #3b75d1;
    color: white;
    rotation: 90deg;

}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearTwoEnglish{
    background-color: #a04c78;
    color: white;

}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearTwoMaths{
    background-color: #45bd2f;
    color: white;

}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearTwoExtra{
    background-color: #ffcb2e;
    color: white;
}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearTwo:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.19),0 17px 50px 0 rgba(0,0,0,0.10);
    background-color: white;
    color: #023e88;
}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearTwo:active {
    background-color: white;
    box-shadow: 0 5px #666;
    transform: translateY(2px);
}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearTwo a{
    text-align: center;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
.acc_k2_LessonPage_Small_Button_return_to_WeeklypageyearTwo:hover a{
    color: #023e88;
}

.acc_F6_wrapper{
    position: relative;
    max-width: 1100px;
    display: block;
    word-wrap: break-word;
    overflow-x: auto;
    box-sizing: border-box;
    padding: 0 12px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;

}
.acc_F6_lesson_banner{
    padding: 36px 1px 16px 4px;
    margin-left: 4px;
    background-color: #023e88;
    color: #ffffff;
    font-family: 'Comic Sans MS';
}
.acc_F6_lesson_banner h2{
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
    box-sizing: border-box;
    text-align:center;
    margin: 0;
    border-top: 1px white solid;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

.acc_F6_lesson_banner span:nth-child(1){
    font-size: 30px;
    background-color: #fff;
    color: #444;
    border-radius: 30px;
    margin: -15px auto 10px;
    width: 250px;
    line-height: 30px;
    display: block;
}
.acc_F6_lesson_banner span:nth-child(2){
    box-sizing: border-box;
    font-size: 30px;
    line-height: 30px;
    text-transform: none;
    text-align: center;
    font-weight: bold;
}

.acc_F6_lesson_banner span:nth-of-type(2){
    font-size: 24px; box-sizing: border-box;
    text-transform: none;
    text-align: center;
    color: white
}
.acc_F6_lesson_banner img{
    position: relative;
    animation-name: acc_k2_animation_fadeInOpen;
    animation-duration: 2s;
    width: 100px;
    height: auto;
    margin-top: -64px;
    margin-left: -100px;
    float: right;
    vertical-align: middle;
    border: 0;
}

.acc_f6_lesson_content_Block {
    box-sizing: border-box;
    display: block;
    margin-top: 2px;
    padding: 12px 40px 2px;
    font-family: 'Comic Sans MS';
    overflow-y: hidden;
    overflow-x: auto;

}
.acc_f6_lesson_content_Block div{
    background-color: #ece3ec;
    border-radius: 0 0 10px 10px;
    padding-bottom: 20px;
    border-style: none;
    padding-top: 2px;
    box-sizing: border-box;
}
.acc_f6_lesson_content_Block div:nth-child(1){
    margin: 1% 25% 1%;
    padding: 8% 0 8% 0;
    font-weight: normal;
}
.acc_f6_lesson_content_Block_heading {
    border-color: #ffffff;
    background-color: #a04c78;
    color: #ffffff;
    margin-bottom: 5px;
    font-family: 'Comic Sans MS';
    border-top: 1px solid lightgray;
    text-transform: none;
    text-align: center;
    font-size: 22px;
    letter-spacing: 3px;
    margin-top: 15px;
    box-shadow: 0 8px 8px -5px grey;
    display: block;
}
.acc_f6_lesson_content_Block_heading i {
    background-color: #a04c78;
    color: #ffffff;
    border: 1px solid white;
    display: block;
    margin: -25px auto 0;
    text-align: center;
    width: 50px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    position: relative;
    padding-left: 3px;
    box-sizing: border-box;
}


.acc_f2_week_large_button {
    border: none;
    width: 125px;
    height: 125px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    letter-spacing: 0.8px;
    word-spacing: -1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    font-weight: bold;
    position: absolute;
    font-size: 75px;
    font-family: "Chalkboard SE","Comic Sans MS";
    animation-name: acc_k2_animation_fadeInOpen;
    animation-duration: 2.1s;
}

.acc_f2_week_large_button:active {
    background-color: white;
    box-shadow: 0 2px #666;
    transform: translateY(2px);
}

.acc_f2_week_large_button_week1{
    background-color: #7bced4;
    color: white;
}
.acc_f2_week_large_button_week1:hover {
    color: #7bced4;
    background-color: white;
}

.acc_f2_week_large_button_week2{
    background-color: #4c539e;
    color: white;
}
.acc_f2_week_large_button_week2:hover {
    color: #4c539e;
    background-color: white;
}
.acc_f2_week_large_button_week3{
    background-color: #f067a3;
    color: white;
}
.acc_f2_week_large_button_week3:hover {
    color: #f067a3;
    background-color: white;
}
.acc_f2_week_large_button_week4{
    background-color: #fcc318;
    color: white;
}
.acc_f2_week_large_button_week4:hover {
    color: #fcc318;
    background-color: white;
}
.acc_f2_week_large_button_week5{
    background-color: #e01e26;
    color: white;
}
.acc_f2_week_large_button_week5:hover {
    color: #e01e26;
    background-color: white;
}
.acc_f2_week_large_button_week6{
    background-color: #f2652e;
    color: white;
}
.acc_f2_week_large_button_week6:hover {
    color: #f2652e;
    background-color: white;
}
.acc_f2_week_large_button_week7{
    background-color: #048090;
    color: white;
}
.acc_f2_week_large_button_week7:hover {
    color: #048090;
    background-color: white;
}
.acc_f2_week_large_button_week8{
    background-color: #fbafce;
    color: white;
}
.acc_f2_week_large_button_week8:hover {
    color: #fbafce;
    background-color: white;
}
.acc_f2_week_large_button_week9{
    background-color: #069a49;
    color: white;
}
.acc_f2_week_large_button_week9:hover {
    color: #069a49;
    background-color: white;
}



.kl_flat_sections h2{
    font-family: "Comic Sans MS","Chalkboard SE";
}
.kl_flat_sections h1{
    font-family: "Comic Sans MS","Chalkboard SE";
}
.kl_flat_sections h3{
    font-family: "Comic Sans MS","Chalkboard SE";
}
.kl_flat_sections h4{
    font-family: "Comic Sans MS","Chalkboard SE";
}
.kl_flat_sections h5{
    font-family: "Comic Sans MS","Chalkboard SE";
}
.kl_flat_sections div{
    font-family: "Comic Sans MS","Chalkboard SE";
}
.kl_flat_sections p{
    font-family: "Comic Sans MS","Chalkboard SE";
}
.kl_flat_sections span{
    font-family: "Comic Sans MS","Chalkboard SE";
}
.kl_flat_sections ul{
    font-family: "Comic Sans MS","Chalkboard SE";
}
.kl_flat_sections li{
    font-family: "Comic Sans MS","Chalkboard SE";
}

.acc_f6_lesson_content_Block_heading i:before {
    font-size: 25px;
    line-height: 50px;
}
.fa-star:before{
    content:"\f005";
}
.fas{
    font-weight: 900;
}
.fa,.far,.fas{
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
@keyframes acc_k2_animation_rollIn {
    0%   {top: 10000px ;}
    100% { top:0;}
}
@keyframes acc_k2_animation_fadeInOpen {
    0%{opacity: 0;}
    100%{opacity: 1;}
}

.acc_k2_termplanner_container {
    top: 50px;
    left: 32px;
    width: 33%;
    height: 75px;
    position: relative;
    border-style: none;
    border-radius: 15px;
    margin: -35px 50px -32px 0px;
    background-color: #3b75d1;
    color: white;
}
.acc_k2_termplanner_buttons ul{
    text-align: center;
    text-decoration: none;
    position: relative;
    list-style-type: none;
    margin: -40px -41px 45px 8px;
}
.acc_k2_termplanner_buttons li{
    background-color: #023E88;
    color: white;
    border: 2px solid #023E88;
    border-radius: 15px;
    animation-name: acc_k2_animation_rollIn;
    animation-duration: 0.86s;
    position: relative;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 40%;
    padding-left: 3.6px;
    padding-bottom: .75%;
    font-size:100%;
}
.acc_k2_termplanner_buttons li:nth-child(1){
    font-size: 95%;
    margin: 0px 15px 0px 5px;
}
.acc_k2_termplanner_buttons :hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.19),0 17px 50px 0 rgba(0,0,0,0.10);
    background-color: white;
    color: #023E88;
    cursor: pointer;
    transition: 0.05s;
    text-align: center;
}
.acc_k2_termplanner_buttons :active {
    background-color: white;
    box-shadow: 0 5px #666;
    border-radius: 20px;
    transform: translateY(2%);

}

.acc_k2_termplanner_buttons a{
    color: white;
    text-decoration: none;
}

.acc_k2_termplanner_buttons :hover a{
    color: #023E88;
    text-decoration: none;
}

.acc_k2_termplanner_button a{
    color: white;
    text-decoration: none;
}

.acc_k2_termplanner_button :hover a{
    color: #023E88;
    text-decoration: none;
    border-radius: 20px;
}

/*********************************************************************/
/***** END of K-2 Styles   ****************/
/*********************************************************************/
/*********************************************************************/
/***** Start Global Style  ****************/
/*********************************************************************/
h1.page-title{
    display: none;
}

/*********************************************************************/
/***** End Global Style  ****************/
/*********************************************************************/