@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h3 { font-family: 'Nunito', sans-serif;;
font-weight: 900; }

.bubbles h3 { font-family: 'Nunito', sans-serif;;
font-weight: 900; }

p {font-family:'Montserrat', sans-serif;
    font-weight: 400}

/*---------- calander ----------*/
.table td a {
    text-decoration: none;
}

.table .blue a {
   color: #459bf3;
}
.table  .orange a {
    color: #f48f32;
}
.table  .green a {
    color: #74bf5c;
}

.container {
    max-width: 1440px !important;
}
/*---------- New Speech Boxes ----------*/
/*---------- Purple ----------*/
.boxp {
  width: 100%;
  margin: 50px auto;
  background: #7e549f;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  position: relative;
  border-radius: 10px;
}

.pb1:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #7e549f;
  border-right: 10px solid transparent;
  border-top: 10px solid #7e549f;
  border-bottom: 10px solid transparent;
  right: -19px;
  top: 6px;
}

.pb2:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #7e549f;
  border-top: 10px solid #7e549f;
  border-bottom: 10px solid transparent;
  left: -19px;
  top: 6px;
}

.pb3:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #7e549f;
  border-right: 10px solid transparent;
  border-top: 10px solid #7e549f;
  border-bottom: 10px solid transparent;
  left: 19px;
  bottom: -19px;
}

.pb4:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #7e549f;
  border-top: 10px solid #7e549f;
  border-bottom: 10px solid transparent;
  right: 19px;
  bottom: -19px;
}

/*---------- Purple outline ----------*/
.boxop {
  width: 100%;
    
  margin: 50px auto;
  border: 5px solid #7e549f;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  font-family: arial;
  position: relative;
  border-radius: 10px;
    box-shadow: 5px 10px #3f99f6;
}

 .boxop h3 {
    color: #4070b2;
}

/* speech bubble 5 */

.pb5:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid #7e549f;
  border-right: 20px solid transparent;
  border-top: 20px solid #7e549f;
  border-bottom: 20px solid transparent;
  right: -41px;
  top: 180px;
  
    
}

.pb5:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 17px solid #fff;
  border-right: 17px solid transparent;
  border-top: 17px solid #fff;
  border-bottom: 17px solid transparent;
  right: -31px;
  top: 184px;
     
   
}


/* speech bubble 6 */

.pb6:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #7e549f;
  border-top: 10px solid #7e549f;
  border-bottom: 10px solid transparent;
  left: -21px;
  top: 6px;
}

.pb6:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid #fff;
  border-top: 7px solid #fff;
  border-bottom: 7px solid transparent;
  left: -11px;
  top: 10px;
}


/* speech bubble 7 */

.pb7:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #7e549f;
  border-right: 10px solid transparent;
  border-top: 10px solid #7e549f;
  border-bottom: 10px solid transparent;
  left: 20px;
  bottom: -23px;
}

.pb7:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  left: 24px;
  bottom: -13px;
}


/* speech bubble 8 */

.pb8:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #7e549f;
  border-top: 10px solid #7e549f;
  border-bottom: 10px solid transparent;
  right: 20px;
  bottom: -23px;
}

.pb8:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  right: 24px;
  bottom: -13px;
}


/*---------- Yellow  ----------*/
/*---------- Yellow  Outline ----------*/
.boxoy {
  width: 100%;
   
  margin: 0px auto;
  border: 5px solid #f1d736;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  font-family: arial;
  position: relative;
  border-radius: 10px;
}

 .boxoy h3 {
    color: #4070b2;
}

/* speech bubble 5 */

.yb5:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid #f1d736;
  border-right: 20px solid transparent;
  border-top: 20px solid #f1d736;
  border-bottom: 20px solid transparent;
  right: -41px;
  top: 106px;
}

.yb5:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 17px solid #fff;
  border-right: 17px solid transparent;
  border-top: 17px solid #fff;
  border-bottom: 17px solid transparent;
  right: -31px;
  top: 110px;
}


/* speech bubble 6 */

.yb6:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #f1d736;
  border-top: 10px solid #f1d736;
  border-bottom: 10px solid transparent;
  left: -21px;
  top: 6px;
}

.yb6:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid #fff;
  border-top: 7px solid #fff;
  border-bottom: 7px solid transparent;
  left: -11px;
  top: 10px;
}


/* speech bubble 7 */

.yb7:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #f1d736;
  border-right: 10px solid transparent;
  border-top: 10px solid #f1d736;
  border-bottom: 10px solid transparent;
  left: 20px;
  bottom: -23px;
}

.yb7:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  left: 24px;
  bottom: -13px;
}


/* speech bubble 8 */

.yb8:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid#f1d736;
  border-top: 10px solid #f1d736;
  border-bottom: 10px solid transparent;
  right: 20px;
  bottom: -23px;
}

.yb8:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  right: 24px;
  bottom: -13px;
}


/*---------- Orange----------*/
.boxo {
  width: 100%;
  margin: 50px auto;
  background: #f58f31;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  position: relative;
  border-radius: 10px;
}

.ob1:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #f58f31;
  border-right: 10px solid transparent;
  border-top: 10px solid #f58f31;
  border-bottom: 10px solid transparent;
  right: -19px;
  top: 6px;
}

.ob2:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #f58f31;
  border-top: 10px solid #f58f31;
  border-bottom: 10px solid transparent;
  left: -19px;
  top: 6px;
}

.ob3:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #f58f31;
  border-right: 10px solid transparent;
  border-top: 10px solid #f58f31;
  border-bottom: 10px solid transparent;
  left: 19px;
  bottom: -19px;
}

.ob4:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #f58f31;
  border-top: 10px solid #f58f31;
  border-bottom: 10px solid transparent;
  right: 19px;
  bottom: -19px;
}


/*---------- Orange Outline----------*/
.boxoo {
  width: 100%;
    
  margin: 50px auto;
  border: 5px solid #f58f31;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  font-family: arial;
  position: relative;
  border-radius: 10px;
}

.boxoo h3 {
    color: #4070b2;
}
/* speech bubble 5 */

.ob5:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid #f58f31;
  border-right: 20px solid transparent;
  border-top: 20px solid #f58f31;
  border-bottom: 20px solid transparent;
  right: -41px;
  top: 6px;
}

.ob5:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 17px solid #fff;
  border-right: 17px solid transparent;
  border-top: 17px solid #fff;
  border-bottom: 17px solid transparent;
  right: -31px;
  top: 10px;
}


/* speech bubble 6 */

.ob6:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid #f58f31;
  border-top: 20px solid #f58f31;
  border-bottom: 20px solid transparent;
  left: -41px;
  top: 180px;
}

.ob6:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 17px solid transparent;
  border-right: 17px solid #fff;
  border-top: 17px solid #fff;
  border-bottom: 17px solid transparent;
  left: -31px;
  top: 184px;
}


/* speech bubble 7 */

.ob7:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #f58f31;
  border-right: 10px solid transparent;
  border-top: 10px solid #f58f31;
  border-bottom: 10px solid transparent;
  left: 20px;
  bottom: -23px;
}

.ob7:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  left: 24px;
  bottom: -13px;
}


/* speech bubble 8 */

.ob8:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #f58f31;
  border-top: 10px solid #f58f31;
  border-bottom: 10px solid transparent;
  right: 20px;
  bottom: -23px;
}

.ob8:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  right: 24px;
  bottom: -13px;
}

/*---------- Green Outline----------*/
.boxog {
  width: 100%;
  margin: 0px auto;
  border: 5px solid #74bf5c;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  font-family: arial;
  position: relative;
  border-radius: 10px;
    
}

 .boxog h3 {
    color: #4070b2;
}
/* speech bubble 5 */

.gb5:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid #74bf5c;
  border-right: 20px solid transparent;
  border-top: 20px solid #74bf5c;
  border-bottom: 20px solid transparent;
  right: -41px;
  top: 6px;
}

.gb5:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 17px solid #fff;
  border-right: 17px solid transparent;
  border-top: 17px solid #fff;
  border-bottom: 17px solid transparent;
  right: -31px;
  top: 10px;
}


/* speech bubble 6 */

.gb6:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid #74bf5c;
  border-top: 20px solid #74bf5c;
  border-bottom: 20px solid transparent;
  left: -41px;
  top: 106px;
}

.gb6:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 17px solid transparent;
  border-right: 17px solid #fff;
  border-top: 17px solid #fff;
  border-bottom: 17px solid transparent;
  left: -31px;
  top: 110px;
}


/* speech bubble 7 */

.gb7:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #74bf5c;
  border-right: 10px solid transparent;
  border-top: 10px solid #74bf5c;
  border-bottom: 10px solid transparent;
  left: 20px;
  bottom: -23px;
}

.gb7:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  left: 24px;
  bottom: -13px;
}


/* speech bubble 8 */

.gb8:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #74bf5c;
  border-top: 10px solid #74bf5c;
  border-bottom: 10px solid transparent;
  right: 20px;
  bottom: -23px;
}

.gb8:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  right: 24px;
  bottom: -13px;
}


.modal-content {
    background-color: #3F99F6;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
    padding: 15px;
}

.modal-content {
    border: none;
}

/*---------- over drive ----------*/
@media (max-width: 576px) {
  .table tbody, td, tfoot, th, thead, tr { 
    font-size: 10px;
  }
    
    .page-content .nav-link {
        font-size: 8px;
    }
  
}

.page-content ul li {
list-style-type: disc;
    font-family: 'Nunito', sans-serif;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link { background-color: #459bf3;font-family:'Montserrat', sans-serif;
    font-weight: 800;}
.page-content .nav-link {color: #459bf3; background-color: #ccc; margin-bottom: 5px; font-family:'Montserrat', sans-serif;
    font-weight: 800;}
.page-content .nav-link a:hover  {background-color: #459bf3;}
.btn-primary {
    color: #fff;
    background-color: #459bf3;
    border-color: #459bf3;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 8px;}
    
.btn-primary:hover {
    color: #fff;
    background-color: #f68f20;
    border-color: #f68f20;}
.btn-secondary {
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 8px;}
.btn-success {
    color: #ffff !important;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 8px;
    font-size:.7em;
}
.btn-purple {
    color: #fff;
    background-color: #7e549f;
    border-color: #7e549f;
    margin-bottom: 10px;
    margin-right 10px;
    padding: 10px;
    width: 100%;
    font-family:'Montserrat', sans-serif;
    font-weight: 800;}

.btn-purple:hover {
    color: #fff;
    background-color: #459bf3;
    border-color: #459bf3;}

.btn-orange {
    color: #fff;
    background-color: #f48f32;
    border-color: #f48f32;
    margin-bottom: 10px;
    margin-right 10px;
    padding: 10px;
    width: 100%;
    font-family:'Montserrat', sans-serif;
    font-weight: 800;}

.btn-orange:hover {
    color: #fff;
    background-color: #459bf3;
    border-color: #459bf3;}

.btn-green {
    color: #fff;
    background-color: #74bf5c;
    border-color: #74bf5c;
    margin-bottom: 10px;
    margin-right 10px;
    padding: 10px;
    width: 100%;
    font-family:'Montserrat', sans-serif;
    font-weight: 800;}

.btn-green:hover {
    color: #fff;
    background-color: #459bf3;
    border-color: #459bf3;}




/*---------- speech bubbles sides ----------*/

.box_purple {
    background: #7e549f;
}

.box_orange {
    background: #f58f31;
}

.box_yellow {
    background: #f1d736;
    color: #2472e7;
}



.lsls_box_dk {
  /* (A1) FONT */
  
  font-size: 1.1em;
  background: #4070b2;
  /* (A2) COLORS */
  color: #ffffff;
  
 
  /* (A3) DIMENSIONS + POSITION */
  position: relative;
  padding: 20px;
  border-radius: 10px;
    
  width: 100%;
}

.bubbles  a {
    text-decoration: none;
    
}

.lsls_box_dk::after {
  /* (B1-1) ATTACH TRANSPARENT BORDERS */
  content: "";
  border: 20px solid transparent;
 
  /* (B1-2) NECESSARY TO POSITION THE "TAIL" */
  position: absolute;
}
 
/* (B2) BOTTOM "CALLOUT TAIL" */
.bottom.lsls_box_dk::after {
  /* (B2-1) DOWN TRIANGLE */
  border-top-color: #4070b2;
  border-bottom: 0;
 
  /* (B2-2) POSITION AT BOTTOM */
  bottom: -20px; left: 50%;
  margin-left: -20px;
}



/*---------- carousel----------*/


@media (min-width: 768px) {
  .carousel-inner {
    display: flex;
  }
  .carousel-item {
    margin-right: 0;
    flex: 0 0 100%;
    display: block;
    
  }
}
.carousel-inner{
    padding: 1em;
}
.card{
    margin: 0 .5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}

.card_border_o {
    border: 5px solid #f48f32;
}

.card_border_g {
    border: 5px solid #74bf5c;
}

.card_border_b {
    border: 5px solid #4070b2;
}
    
    .carousel-control-prev, .carousel-control-next{
    background-color: #459bf3;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(10%);
        opacity: .95;
}

.carousel-control-prev {
    margin-left: -2em;
}

 .carousel-control-next {
    margin-right: -2em;
}

.card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
  align-items: center;
    padding: 15px;
}
.card img{
  max-height: 13em;
    padding-top: 10px;
}

/* added by Bill for on-demand recordings */
.coming-soon {
    opacity: .4;
    pointer-events: none;
}

/*---------- colors----------*/

.blue {
   color: #459bf3; 
}
.orange {
    color: #f48f32; font-family:'Montserrat', sans-serif;
    font-weight: 600;
}
.green {
    color: #74bf5c;font-family:'Montserrat', sans-serif;
    font-weight: 600;
}

.dk_blue {
    color: #4070b2; font-family:'Montserrat', sans-serif;
    font-weight: 600;
}

.orange_bg {
    background: #f48f32;
}


/*---------- end----------*/







.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.navbar{
    background-color: #3F99F6!important;
}
footer{
    background-color: #0096F5!important;
}
.logo > img{
    width: 155px;
    height: 50px;
    max-width: 100%;
}
.footer-logo{
    width: 135px;
    height: 44px;
    max-width: 100%;
}
.navbar .navbar-nav .nav-link{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 15px 15px 15px 15px;
    min-height: 110px;
}
.navbar .navbar-nav .nav-link.bold{
    font-weight: 600;
    font-size: 20px;
}
footer a, header a{
    color: #fff;
    text-decoration: none;
}
ul li{
    list-style: none;
}
.page-content .page-title{
    padding: 0px 0px 25px 0px;
    text-align: center;
}
.page-content .page-title h2{
    color: #0096F5;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    padding: 15px 0px 0px 0px;
}
.page-content .first-block{
    margin-bottom: 60px;
}
.page-content .first-block .col-4 > p{
    font-size: 18px;
    color: #6b616f;
    font-weight: 400;
    line-height: 30px;
    width: 96%;
}
.page-content .first-block .col > a.btn{
    background-color: #3F99F6;
    color: #FFFFFF;
    border-style: none;
    border-radius: 4px 4px 4px 4px;
    padding: 17px 40px 17px 40px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 26px;

}
footer .footer-mid-links ul{
    padding: 0;
}
footer .footer-mid-links ul li:not(:first-child){
    margin-top: calc(20px/2);
    display: flex;
    align-items: center;
}
footer .footer-mid-links ul li{
    padding-bottom: calc(20px/2);
}
footer .footer-mid-links ul li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
}
footer .footer-mid-links ul li a span{
    padding-left: 20px;
}
footer .mb-5{
    word-break: break-word;
}
footer .footer-copyright.text-center{
    font-size: 14px;
    color: #fff;
}
.collapsed-content.text-center.btn-cs .btn{
    color: #0096F5;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    padding: 7px 30px 7px 30px;
    font-family: "Nunito", Sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 26px;
}
img{
    max-width: 100%;
}
@media (max-width: 991px){
    .navbar .navbar-nav .nav-link{
        min-height: unset;
    }
    footer .not-on-mobile{
        text-align: unset!important;
    }
    .page-num3 .first-block .col > img{
        object-fit: contain!important;
    }
    .page-num4 .page-content .first-block .col img{
        width: 299px!important;
    }
    .page-num4 .dual-buttons{
        width: 100% !important;
    }
    .page-num5 .dual-buttons{
        width: 100% !important;
    }
    .be-prepared_img img{
        height: unset!important;
    }
}

.page-num3 .first-block .col{
    border-right: 1px #e4e4e4 solid;
    border-bottom: 1px #e4e4e4 solid;
    border-top: 1px #e4e4e4 solid;
    padding: 20px 10px;
}
.page-num3 .first-block .col:first-child{
    border-left: 1px #e4e4e4 solid;
}
.page-num3 .first-block .col > img{
    height: 310px;
    width: 100%;
    object-fit: fill;
}
.page-num3 .second-block .text-m{
    color: #6b616f;
}
.page-num3 .second-block .text-m ul li{
    list-style: unset;
    line-height: 30px;
    font-size: 18px;
}
.page-num4 .page-content .first-block .col img{
    width: calc(100% / 3 - 15px);
    height: 152px;
    object-fit: contain;
    margin-bottom: 35px;
}
.page-num4 .page-content .first-block .all-programs a{
    color: #0096F5;
}
.page-num4 .page-content .text-m4 ul li{
    list-style: unset;
    line-height: 30px;
    font-size: 18px;
}
.page-num4 .dual-buttons .btn{
    text-transform: uppercase;
}
.dual-buttons .btn{
    margin-right: 5px;
    width: 100%;
    color: #3F99F6;
    border-color: #3F99F6;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-radius: 4px 4px 4px 4px;
    padding: 15px 10px 15px 10px;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.dual-buttons .btn:hover{
    color: #fff;
    background-color: #3F99F6;
}
.dual-buttons .dual-green:hover{
    box-shadow: 0px 0px 10px 0px #69cf54;
    background-color: #69CF54;
}
.dual-buttons{
    width: 45%;
    display: flex;
}
.dual-buttons .dual-green{
    border-color: #69CF54;
    color: #fff;
    background-color: #69CF54;
}
.img-center{
    display: block;
    margin: 0 auto;
    height: 240px;
    width: 299px;
    object-fit: contain;
}
.page-num4 .list-uls{
    margin: 0 0 1.5em 1em;
}
.page-num4 .edu-stand > p{
    margin-bottom: 25px;
    color: #291B2F;
    font-size: 18px;
    line-height: 30px;
}
.page-num4 .edu-stand > p > strong{
    color: #291B2F;
}
.page-num4 .edu-stand .lastel a{
    color: #291b2f;
    text-decoration: none;
}
.page-num4 .edu-stand .lastel a:hover{
    color: #fa2185;
}
.page-num4 .less-plans{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.page-num4 .less-plans .image-les img{
    width: 290px;
    height: 280px;
    object-fit: contain;
}
.page-num4 .less-plans .box-title a{
    text-decoration: none;
    font-size: 18px;
    line-height: 42px;
    color: #009AFF;
}
.page-num4 .less-plans .box-title a:hover{
    color: #fa2185;
}
.page-num4 #edu-assessment{
    margin-bottom: 25px;
    width: 100%;
    color: #6B616F;
    border-left: 1px #e4e4e4 solid;
    border-top: 1px #e4e4e4 solid;
}
.page-num4 #edu-assessment th, .page-num4 #edu-assessment td{
    border-right: 1px #e4e4e4 solid;
    border-bottom: 1px #e4e4e4 solid;
    padding: 20px 10px;
}
.page-num4 .additional-rss{
    margin: 0 0 1.5em 1em;
}
.page-num4 .additional-rss > li{
    list-style: disc;
}
.page-num4 .additional-rss > li > a{
    text-decoration: none;
    line-height: 30px;
    font-size: 18px;
    color: #291b2f;
}
.page-num4 .additional-rss > li > a:hover{
    color: #fa2185;
}
.page-num5 .right-pos{
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
}
.page-num5 .dual-buttons .dual-blue{
    background-color: #3f99f6;
    color: #FFFFFF;
}.page-num5 .dual-buttons .dual-blue:hover{
     box-shadow: 0px 0px 10px 0px #3f99f6;
}
.page-num5 .dual-buttons .dual-orange{
    background-color: #f78f1e;
    border-color: #f78f1e;
    color: #FFFFFF;
}
.page-num5 .dual-buttons .dual-orange:hover{
     box-shadow: 0px 0px 10px 0px #f78f1e;
}
.page-num5 .dual-buttons .dual-half-green{
    border-color: #69CF54;
    color: #69CF54;
}
.page-num5 .dual-buttons .dual-half-green:hover{
    box-shadow: 0px 0px 10px 0px #69CF54;
    background-color: #69CF54;
    color: #FFFFFF;
}
.page-num5 .flex-left{
    display: flex;
    margin-bottom: 15px;
}
.page-num5 .flex-right{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    align-items: flex-end;
}
.page-num8 .right-pos{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}
.page-num8 .dual-buttons .dual-orange{
    background-color: #f78f1e;
    border-color: #f78f1e;
    color: #FFFFFF;
}
.page-num8 .dual-buttons .dual-orange:hover{
    box-shadow: 0px 0px 10px 0px #f78f1e;
}
.be-prepared_img{
    filter: brightness(0.8);
}
.be-prepared_img img{
    height: 800px;
    width: -webkit-fill-available;
    object-fit: cover;
}