

/******************* GENERAL STYLES *************************/

/* new colors */
/* yellow: close to logo: #FCC735 
blue: delft blue: #3D405B
red: #FF1654;
green: dark grass: #0B844F*/

body, .normal_font {
  font-family: "Open Sans";
  color: #555555;
  font-size: 14px;

}

p {
font-size:16px;
}



main {
background: #fff;
min-height:600px;
width:auto; overflow:hidden; max-width:auto;padding:0;
}

h3  {
  font-weight: 700;
  font-size: 18px;
}

h4 {
  font-weight: 400;
  font-size: 16px;
}

h1, h2, h3, h4, h5 {
  color: #333333;
}

hr {
border-bottom: 3px solid #FDC735;
width:50px;
}

.space-below {
  margin-bottom: 20px;
}

.btn-yellow {
  background-color:#FCC735 ;
}

.btn-text-contrast-dark {
  color: #1B264F !important;
}

.btn-white {
  background:#fff;
  color: #333333;
 }
 
 .btn-white:hover {
 background: #FDC735;
 }
 
 .btn-trans {
  background: transparent !important;
  /* color: #fff; */
  border:1px solid #fff;
 }
 
 .btn-trans:hover {
 color: #FDC735;
 border: 2px solid #FDC735;
 background: transparent;
 }

.full-width {
min-width:100%;
}

.full-width .columns {
padding-left:0;
padding-right:0;
}

.pageTitle {
color: #3D405B;
font-family:'Comfortaa', sans-serif;
margin-bottom: 40px;
}

img.icon {
float:left;
height:50px;
width:50px;
border-radius:5px 5px 5px 5px;
/* moz-border-radius:5px 5px 5px 5px; */
margin-left:5px;
}

img.icon_small {
  float:left;
height:25px;
width:25px;
border-radius:5px 5px 5px 5px;
/* moz-border-radius:5px 5px 5px 5px; */
margin-left:5px;
}

/************************ MODAL STYLES *************************/

.close-button {
position:absolute;
left:1rem;
right:auto;
}

.close-button.button {
padding: 8px;
color:#fff;
}

dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
top: 0rem;
right:inherit;
color:#fff;
font-size:1.5rem;
}

/************************HEADER STYLES *****************************/






/************************ NAVIGATION STYLES ***************************/


.top-bar {
  z-index:3;
  position:relative;
}



.top-bar, .top-bar ul {
  /* background-color:#317AD4; */
  background-color: #3D405B; 
  }
  
  
  .top-bar ul li a {
  color: #fff;
  text-transform: uppercase;
  /* font-weight:700; */
  /* border-bottom:3px solid transparent; */
  padding: 10px;
  line-height: 1;
  margin: .7rem 1rem;
  font-size: 18px;
  /* text-shadow: 1px 1px 1px #000; */
  }



/*small */
@media screen and (max-width:39.9375em) {
.top-bar ul li {
  float:left;
}
.top-bar ul li a {
  font-size:1em;
}
}

li.menu-text a.logo {
padding:0;
margin:0;
border-bottom:0;
margin-left:20px;
/* background:rgba(255,255,255, .5); */
}

li.menu-text a.logo:hover {
border-bottom:0;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
border:none;
left:10px;
background:#333333;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu li a {
color:#fff;
text-shadow:none;
font-weight:normal;
text-transform:none;
font-size:16px;
}


/***************************** HOME STYLES ****************************/


.gradient_overlay:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  background: -moz-linear-gradient(top,#000 0%,rgba(19,19,19,0.3) 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,#000000),color-stop(100%,rgba(19,19,19,0.3)));
  background: -webkit-linear-gradient(top,#000 0%,rgba(19,19,19,0.3) 100%);
  background: -o-linear-gradient(top,#000 0%,rgba(19,19,19,0.3) 100%);
  background: -ms-linear-gradient(top,#000 0%,rgba(19,19,19,0.3) 100%);
  background: linear-gradient(to bottom,#000 0%,rgba(19,19,19,0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#131313',GradientType=0);
  opacity: 0.3;
  z-index: 0;
}

#slideshow-container {
/* position:relative; */
/*top: -170px;*/
z-index:2;
margin-top: 0px;
/* margin-bottom: 0px; */
margin-bottom:-100px;
height:100vh;
}

/*small */
@media screen and (max-width:39.9375em) {
#slideshow-container {
  /*top: -250px;*/
  height:auto;
}
}

/*smaller medium */
@media screen and (min-width:580px) and (max-width:768px) {
#slideshow-container {
  /*top: -210px;*/
  height:100vh;
}
}

/* larger Medium */
@media screen and (min-width:769px) and (max-width:1142px) {
#slideshow-container {
  /*top: -155px;*/
  height:100vh;
}
}


#slideshow  {
margin-left:0;
visibility: visible;
display: block;
overflow: hidden;
width: 100%;
height: 100%;
max-height: none;
left: 0px;
height:80vh;
}

/*small */
@media screen and (max-width:39.9375em) {
#slideshow {
  height:900px;
}
}

/*small landscape */
@media screen and (orientation:landscape) and (max-width:768px) {
#slideshow {
  height:auto;
}
}
#slideshow h1 {
  z-index: 5;
  color: #317AD4;
  line-height: 44px;
  font-size: 48px !important;
  font-weight: 700;
  font-family: Montserrat;
  /* margin: 230px 50px 0; */
  text-transform:uppercase;
  margin: 100px auto 50px;
  text-align: center;
}

#slideshow h1.yellow {
color: #FDC735;
}

#slideshow h2 {
  z-index: 5;
  color: #fff;
  line-height: 44px;
  font-size: 30px;
  font-weight: 700;
  font-family: Montserrat;
  margin: 0px 50px;
  text-align:center;
/*     text-transform:uppercase; */
}

#slideshow .button-enroll {
font-size: 24px;
background:transparent;
opacity:1;
border: 1px solid #fff;
margin-top:40px;
color:#fff;
}

#slideshow div {
  display:inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;height:100%;width:100%;
}

#slideshow .slick-next {
right:20px;
top:195px;
position:relative;
}

#slideshow .slick-prev {
left:20px;
top:195px;
z-index:1;
position:relative;
}

#slideshow .slick-next, #slideshow .slick-prev {
cursor: pointer;
  background: #000;
  background: rgba(0,0,0,0.15);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
}

.slick-prev:before {
 content: "\f053" !important;
  font-family: FontAwesome !important;
  position: absolute;
  top: 25px;
  left: 27px;
}

.slick-next:before {
  content: '\f054' !important;
  font-family: FontAwesome !important;
  position: absolute;
  top: 25px;
  right: 27px;
}


.home-grid-box h2 {

color:#fff;
text-align: center;
font-size:1.5em;
}

.home-grid-box img {
width:100%;
}

.box {
  height:300px;
  color:#fff;
  padding-top: 30px !important;
  padding-right: 32px !important;
  padding-bottom: 50px !important;
  padding-left: 32px !important;
  transition: all 0.3s cubic-bezier(0,.01,.27,1);
}

.box:hover {
  margin-top:-20px;
  /* webkit-transition: all 0.3s cubic-bezier(0,.01,.27,1); */
  -moz-transition: all 0.3s cubic-bezier(0,.01,.27,1);
  -o-transition: all 0.3s cubic-bezier(0,.01,.27,1);
  transition: all 0.3s cubic-bezier(0,.01,.27,1);
}

.box.green-box {
  background: #0B844F;
  }
  
  .box.yellow-box {
  background: #FDC735;
  }
  
  .box.blue-box {
  background: #3D405B;
  }

.box.purple-box {
background: #E948AE;
}

.box .fa {
font-size: 73px;
margin-bottom: 25px;
}

.box h3 {
  color:#fff;
}

.box p {
  margin-bottom: 10px;
}

#curriculum-column {
width:100%;
/*max-width:720px;*/
padding:20px;
}

/*small */
@media screen and (max-width:39.9375em) {
#curriculum-column {
  width:100%;
}
}

/*smaller medium */
@media screen and (min-width:580px) and (max-width:768px) {
#curriculum-column {
  width:100%;
}
}

/* larger Medium */
@media screen and (min-width:769px) and (max-width:1142px) {
#curriculum-column {
  width:100%;
}
}

#result-curriculum a {
display:inline-block;
}




.color-box {
color:#fff;
font-family:Arial;
font-size:18px;
text-align:left;
padding:20px;
background: #222;
}

#slider .carousel-box .color-box h2 {
color:#fff;
font-family:'Comfortaa';
font-size:22px;
font-weight:bold;
}

.color-box.green {
  background: #0B844F;
  }
  
  .color-box.blue {
  background:#3D405B;
  }
  
  .color-box.light-blue  {
  background: #317AD4;
  }
  
  .color-box.red {
  background: #FF1654;
  }
  
  .color-box.orange {
  background:#E49226;
  }
  
  .color-box.purple {
  background:#ba26e2;
  }
  
  .color-box.yellow {
  background:#FCC735;
  }




/********************** STATS WALL STYLES ********************/
section#stats {
  background: #fff;
  
}

#stats-wall {
  /* background:url(../_img/footer_new.jpg); */
  background:url(../_img/footer_jeans.png);
  background-attachment:fixed;
  min-height: 400px;
  border-bottom:15px solid #fdc735;
  padding:100px;
  
 }

#stats-content {
padding: 50px 40px;
color:#fff;
background:rgba(255,255,255, .5);
}

#stats-content h2 {
  font-size: 32px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
    font-weight: 700;
  font-style: normal;
}

#stats-content h4 {
color: #fff;
text-align:center;
font-size:18px;
margin-bottom:50px;
}

#stats-content .fa {
font-size: 65px;
color: #fff;
}

.stats-number {
color: #eab830;
font-weight: 700;
font-size: 50px;
}

.stats-title {
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
}


#stats .btn-trans {
padding:20px;
position:relative;
}

#stats .btn-trans .fa {
position: absolute;
padding: 8px 18px;
height: 100%;
top: 0;
left: 0;
text-align: center;
font-size:20px;
display:inline-block;
border-right: 2px solid #fff;
}

#stats .btn-trans:hover .fa {
border-right: 2px solid #FDC735;
}
#stats .btn-trans .button-title {
display: block;
padding: 8.5px 0px 8.5px 10px;
min-width: 144px;
line-height: 1.66666666;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
}

#subscribe-free {
padding:100px 50px;
/*background: #EAB830;*/
color: #fff;
}

#subscribe-free a, #subscribe-free h2 {
color: #fff;
}

#subscribe-free .button {
width:150px;
margin-top:20px;
padding:10px;
text-transform:uppercase;
}

#subscribe-free .button:hover {
/*border:2px solid #FDC735;*/
color: #FDC735;
}

#subscribe-free .fa {
font-size:24px;
}

/*********************** SUB PAGES *******************/

#subpage-menu-background {
background:url(/_img/subpage-top-books.png);
position:relative;
/* top: -170px; */
z-index:2;
margin-top: 0px;
margin-bottom: 40px;
height:150px;
}

/*small */
@media screen and (max-width:39.9375em) {
#subpage-menu-background {
  top: -250px;
  height:230px;
  background-size:cover;
}
}

/*smaller medium */
@media screen and (min-width:640px) and (max-width:817px) {
#subpage-menu-background {
  top: -150px;
  height:120px;
  background-size:cover;
}
}

/*small landscape */
@media screen and (orientation:landscape) and (max-width:768px) {
#subpage-menu-background {
  top: -220px;
  height:200px;
  background-size:cover;
}
}

/* larger Medium */
@media screen and (min-width:818px) and (max-width:63.9375em) {
#subpage-menu-background {
  top: -100px;
}
}

section#home-top.subpage-home-top {
height:180px;
}



h2.orig_heading {
margin-bottom: 5px; margin-left: 0px; padding-bottom: 0px; border-width: 0px 0px 3px; border-bottom-style: solid; border-bottom-color: #EC1F27; outline: 0px; font-size: 14px; font-family: roboto_condensedregular, Arial, Geneva, sans-serif; vertical-align: baseline; font-weight: normal; color: black; text-transform: uppercase;
}


/************************** APPS PAGE STYLES **********************/

.paginate.button {
  background-color: #3D405B !important;
  color:#fff !important;
}

.paginate.button.current {
  background-color:#FF1654 !important;
  color:#fff !important;
}

.inner-nav {
font-size: 0;
position: relative;
z-index: 1;
}

.inner-nav:after, .single .inner-nav:after {
background: #007095;
}

.inner-nav:after {
content: "";
display: block;
height: 10px;
background: #eee;
}

.inner-nav a.filterby {
margin-left: 0;
z-index: 100;
}

.inner-nav a {
display: inline-block;
position: relative;
width: 200px;
height: 50px;
color: #fff;
font-weight: bold;
font-size: 1rem;
text-transform: uppercase;
margin: 0 0 0 -50px;
}

.inner-nav a.filterby svg {
fill: #eee;
}

.inner-nav a .shape-tab {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

svg:not(:root) {
overflow: hidden;
}

#filter {
  background: #eee;
  padding:10px;
}

#filter .button {
padding:.4em;
background:#fff;
border:1px solid #ccc;
color:#000;
}

#filter .fa-apple {
color: #000;
font-size:26px;
}

#filter .fa-android {
color: #A4C639;
font-size:26px;
}


.inner-nav .tab-title {
  display:block;
  position:absolute;
  padding:5px;
}


.inner-nav .filterby .tab-title {
  top: 5px;
  left: 30px;
  color: #007095
}

.inner-nav .featuredapps .tab-title {
  top:6px;
  right:80px;
}

.inner-nav .myapps .tab-title {
  top:6px;
  right:65px;
}

.inner-nav .addapps .tab-title {
  top:6px;
  right:10px;
}

.inner-nav a.featuredapps {
position: absolute;
right: 300px;
bottom: 10px;
width: 250px;
height: 62.4px;
z-index: 50;
font-size: 1rem;
margin: 0;
}


.inner-nav a.myapps {
position: absolute;
right: 150px;
bottom: 10px;
width: 250px;
height: 62.5px;
z-index: 50;
font-size: 1rem;
margin: 0;
}

.inner-nav .fa-star {
color:#fee509;
font-size:20px;
}


.inner-nav a.addapps {
position: absolute;
right: 0px;
bottom: 10px;
width: 250px;
height: 62.5px;
z-index: 60;
font-size: 1rem;
margin: 0;
}

.inner-nav a.featuredapps svg, body.featuredapps .inner-nav a.featuredapps svg {
fill: #FF1654;
}

.inner-nav a.myapps svg, body.myapps .inner-nav a.myapps svg {
fill: #3D405B;
}

.inner-nav a.addapps svg, body.addapps .inner-nav a.addapps svg {
fill: #000;
}

.inner-nav .small-nav {
  position:relative;
  top:-40px;
  width:80px;
  float:right;
}

.inner-nav .small-nav a {
  color:#000;
  clear:both;
  float:right;
  font-size:12px;
  width:100px;
  height:25px;
  text-align:right;
}

.inner-nav .small-nav a.featuredapps, .inner-nav .small-nav a.myapps, .inner-nav .small-nav a.addapps {
position:relative;
right:0;
bottom:0;
color:#fff;
padding:10px 8px 18px 3px;
margin-bottom:3px;
}

.inner-nav .small-nav a.featuredapps {
background:  #FF1654;
}

.inner-nav .small-nav a.myapps {
background:  #3D405B;
}

.inner-nav .small-nav a.addapps {
background:  #000;
}

.appBox .fa-apple {
color: #000;
font-size:36px;
}

.appBox .fa-android {
color: #A4C639;
font-size:36px;
}

.appBox .fa-star-o {
color:#ccc;
font-size:36px;
position:absolute;right:0px;bottom:0px
}

.appBox .fa-star {
color:#fee509;
font-size:36px;
position:absolute;right:0px;bottom:0px
}

.apps {
  box-sizing:border-box;
  font-size:13px;
  height:150px;
  padding:15px;
  float:left !important;
}

.apps .columns {
  height:100%;
}

#app-holder div.apps:nth-child(even)
{
  background: #EEEEEE;
}

.apps ul, .apps li {
  list-style-type:none;
}

.apps li {
  font-size:13px;
}

.apps li strong {
color: #007095;
font-size:14px;
}

.apps-share, .apps .icon_small {
/*     position:absolute; */
  bottom:0px;
  left:32px;
}


/**************************VIDEOS PAGE STYLES *********************/
.videoBox .fa-star-o {
color:#ccc;
font-size:36px;
position:absolute;right:0px;bottom:0px
}

.videoBox .fa-star {
color:#fee509;
font-size:36px;
position:absolute;right:0px;bottom:0px
}

.videos {
  box-sizing:border-box;
  font-size:14px;
  height:270px;
  padding:15px;
  text-align:center;
  float:left !important;
}

.videos .columns {
  height:100%;
}

#video-holder div.videos:nth-child(even)
{
  background: #EEEEEE;
}

.videos strong {
color: #007095;
font-size:14px;
margin-bottom:5px;
}
.videos-share, .videos .icon_small {
/*     position:absolute; */
  bottom:10px;
  left:32px;
}

/************************* LEARNING TOOLS PAGES STYLES ************/

.tools {
  box-sizing:border-box;
  font-size:13px;
  height:150px;
  padding:15px;
  float:left !important;
}

.tools .columns {
/*     height:100%; */
height:125px;
}

.toolBox .fa-star-o {
color:#ccc;
font-size:36px;
position:absolute;right:0px;bottom:0px

}

.toolBox .fa-star {
color:#fee509;
font-size:36px;
position:absolute;right:0px;bottom:0px
}

#tool-holder div.tools:nth-child(even)
{
  background: #EEEEEE;
}

.tools ul, .tools li {
  list-style-type:none;
}

.tools li {
  font-size:13px;
}

.tools li strong {
color: #007095;
font-size:14px;
}

.tools-share, .tools .icon_small {
/*     position:absolute; */
  bottom:0px;
/*     left:32px; */
}

/************************ HOT TOPICS PAGE STYLES *************/

#hot-topics-grid div {
margin-bottom:100px;
text-align:center;
}

/************************* RESOURCES PAGE STYLES ************/

.resources {
  box-sizing:border-box;
  font-size:13px;
  height:150px;
  padding:15px;
  float:left !important;
}

.resources .columns {
/*     height:100%; */
height:125px;
}

#resources-holder div.resources:nth-child(even)
{
  background: #EEEEEE;
}

.resources ul, .resources li {
  list-style-type:none;
}

.resources li {
  font-size:13px;
}

.resources li strong {
color: #007095;
font-size:14px;
}

.resources-share, .resources .icon_small {
  position:absolute;
  bottom:0px;
/*     left:32px; */
}

/************************ MY ACCOUNT STYLES ***********************/

#filter-myaccount {
  background: #eee;
  padding:10px;
}

.inner-nav .redtab .tab-title {
  top:6px;
  right:45px;
}

/*.inner-nav .redtab .tab-title img {
  position:absolute;
  top:-10px;
}*/

.inner-nav .bluetab .tab-title {
  top:6px;
  right:80px;
}

.inner-nav .yellowtab .tab-title {
  top:6px;
  right:65px;
}

.inner-nav .greentab .tab-title {
  top:6px;
  right:10px;
}

.inner-nav a.redtab {
position: absolute;
right: 490px;
bottom: 10px;
width: 250px;
height: 62.4px;
z-index: 50;
font-size: 1rem;
margin: 0;
}


.inner-nav a.bluetab {
position: absolute;
right: 300px;
bottom: 10px;
width: 250px;
height: 62.4px;
z-index: 50;
font-size: 1rem;
margin: 0;
}

.inner-nav a.yellowtab {
position: absolute;
right: 150px;
bottom: 10px;
width: 250px;
height: 62.5px;
z-index: 50;
font-size: 1rem;
margin: 0;
}


.inner-nav a.greentab {
position: absolute;
right: 0px;
bottom: 10px;
width: 250px;
height: 62.5px;
z-index: 60;
font-size: 1rem;
margin: 0;
}

.inner-nav a.redtab svg, body.redtab .inner-nav a.redtab svg {
fill: #FF1654;
}

.inner-nav a.bluetab svg, body.bluetab .inner-nav a.bluetab svg {
fill: #3D405B;
}

.inner-nav a.yellowtab svg, body.yellowtab .inner-nav a.yellowtab svg {
fill: #FCC735;
}

.inner-nav a.greentab svg, body.greentab .inner-nav a.greentab svg {
fill: #0B844F;
}

.inner-nav .small-nav {
  position:relative;
  top:-40px;
  width:80px;
  float:right;
}

.inner-nav .small-nav a {
  color:#000;
  clear:both;
  float:right;
  font-size:12px;
  width:100px;
  height:25px;
  text-align:right;
}

.inner-nav .small-nav a.redtab, .inner-nav .small-nav a.bluetab, .inner-nav .small-nav a.yellowtab, .inner-nav .small-nav a.greentab {
position:relative;
right:0;
bottom:0;
color:#fff;
padding:10px 3px 18px 3px;
margin-bottom:3px;
}

.inner-nav .small-nav a.redtab {
/*   height:35px !important; */
padding:10px 8px 38px 3px;
background:  #FF1654;
text-align:center;
}

.inner-nav .small-nav a.bluetab {
background:  #3D405B;
}

.inner-nav .small-nav a.yellowtab {
background:  #FCC735;
}

.inner-nav .small-nav a.greentab {
background:  #0B844F;
}


/********************** FOOTER STYLES *******************/

footer {
  font-size:14px;
  margin-top:50px;
  background:#555;
  color:#fff;
}

footer img {
  margin-top:5px;
}

footer h3 {
color: #fff;
margin-top:20px;
}

footer .logo {
margin:20px 0;
}

footer a {
color: #fff;
}

footer table, footer tbody, footer tr, footer td {
background: transparent !important;
border:none;
}


footer td {
/* border-bottom: 1px dashed #AAAAAA; */
padding-left:0px !important;
}

footer ul#footer-list {
display:inline-block;
list-style-type:none;
}

footer #footer-bottom {
border-top:1px solid #AAAAAA;
}

.powered-by {
  display:inline-block;
  margin-top:50px;
  }

footer .powered-by {
display:inline-block;
margin:20px 10px;
}

footer ul#footer-list li {
float:left;
margin:20px 10px;
font-weight:700;
text-transform:uppercase;
}


/***************** 2024 *******************/

.errMsg {
  border:1px solid #FF1654;
  color:#FF1654;
}

.success {
  border:1px solid #0B844F;
  color:#0B844F;
}