/* Log: */
/* 05/05/19: Margin for Search/H1 */
/* 05/05/19: catleftlinks */
/* 05/07/19 smaller sub-cats */
/* 06/21/19: activelarger added */

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #111;
  margin: 0;
  background: #fff; }

.container {
  width: 100%;
  max-width: 75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto; }

button,
input,
select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none; }

h1, h2, h3, h4, h5, h6, p, ul, ol, table {
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3; }

h1 {
  font-size: 2.25rem; }
  @media (min-width: 600px) {
    h1 {
      font-size: 2.625rem; } }

h2 {
  font-size: 1.625rem; }
  @media (min-width: 600px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 1.25rem; }
  @media (min-width: 600px) {
    h3 {
      font-size: 1.375rem; } }

hr {
  margin: 3.125rem 0rem;
  border: 0;
  border-bottom: 1px solid #a5a5a5; }

a {
  color: #0c5179; }

.c-header {
  padding: 3.125rem; }
  .c-header__logo {
    text-align: center;
    color: #a5a5a5; }
    .c-header__logo--img {
      max-width: 100%;
      height: auto; }

.c-main__heading {
  color: #0c5179; }
  @media (min-width: 600px) {
    .c-main__heading {
      margin-bottom: 0.825rem !important; } }   /* was 3.125 */

@media (min-width: 600px) {
  .h-row {
    display: flex;
    margin: 0rem -0.9375rem; } }

.h-col--sidebar {
  text-align: center; }

@media (min-width: 600px) {
  .h-col {
    padding: 0rem 0.9375rem; }
    .h-col--sidebar {
      flex: 0 0 12.5rem;
      text-align: left; }
    .h-col--content {
      flex: 1 1 auto; } }

.c-search {
  text-align: center;
  margin-bottom: 1.8rem; }    /* was 3.125 */
  .c-search__form {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 31.25rem;
    display: flex; }
  .c-search__field {
    margin: 0;
    padding: 0.625rem 0.9375rem;
    border: 1px solid #a5a5a5;
    font-size: 1.375rem;
    border-radius: 0.3125rem 0rem 0rem 0.3125rem;
    display: block;
    width: 100%; }
  .c-search__button {
    flex: 0 0 auto;
    padding: 0.625rem 0.9375rem;
    border: 1px solid #a5a5a5;
    margin-left: -0.0625rem;
    font-size: 1.375rem;
    border-radius: 0rem 0.3125rem 0.3125rem 0rem;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.02);
    font-weight: bold;
    color: #0c5179; }

.c-main__heading {
  text-align: center;
  margin-bottom: 3.125rem; }

.c-sidebar__heading {
  color: #a5a5a5;
  font-size: 1.25rem; }

.c-sidebar__nav {
  margin: 0rem 0rem 3.125rem 0rem;
  padding: 0;
  list-style: none;
  font-size: 1.25rem; }
  .c-sidebar__nav a {
    text-decoration: none;
    display: block;
    padding: 0.1875rem 0.4375rem; }
    .c-sidebar__nav a:hover {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      background: rgba(0, 0, 0, 0.04); }
  .c-sidebar__nav li {
    margin: 0rem -0.4375rem 0.25rem -0.4375rem; }
  .c-sidebar__nav li.active > a {
    font-weight: bold; }
  .c-sidebar__nav li.activelarger > a {
    font-size: 1.75rem;
    font-weight: bold; }
  .c-sidebar__nav--dropdown > a {
    position: relative; }
    .c-sidebar__nav--dropdown > a:after {
      content: " ";
      display: inline-block;
      background: url("https://imgs.edhelper.com/moreworksheets.svg") no-repeat center center;
      background-size: 0.875rem 0.875rem;
      width: 0.875rem;
      height: 0.875rem;
      position: absolute;
      right: 0.625rem;
      top: 50%;
      margin-top: -0.4375rem; }

.c-sidebar__subnav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.125rem; }
  .c-sidebar__subnav li {
    margin: 0; }
  .c-sidebar__subnav a {
    padding: 0.1875rem 1.0625rem; }

/* 05/07/19 smaller sub-cats */
.c-sidebar__subnavsmall {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8rem; }
  .c-sidebar__subnavsmall li {
    margin: 0; }
  .c-sidebar__subnavsmall a {
    padding: 0.0rem 1.0625rem; }

.c-worksheets__heading {
  margin-bottom: 0.3125rem; }

.c-worksheets__subheading {
  margin-bottom: 0.3125rem; }

.c-worksheets__image {
  font: 0/0 a;
  margin-bottom: 1.25rem;
  position: relative;
  overflow: hidden; }
  .c-worksheets__image--overlay {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 1.25rem 1.25rem 0rem 1.25rem;
    transition: .3s ease-in-out; }

.c-worksheets__list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .c-worksheets__list li {
    flex: 0 0 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: stretch; }
    @media (min-width: 768px) {
      .c-worksheets__list li {
        flex: 0 0 50%; } }
  @media (min-width: 768px) {
    .c-worksheets__list--3col li {
      flex: 0 0 33.33%; } }

.c-worksheets__item {
  display: block;
  color: inherit;
  text-decoration: none;
  text-align: center;
  margin-bottom: 3.125rem;
  height: 100%;
  border-radius: 0.9375rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.04);
  overflow: hidden;
  margin-bottom: 1.875rem; }
  .c-worksheets__item .c-worksheets__image {
    background: #fff;
    margin: -1.25rem -1.25rem 1.25rem -1.25rem;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04); }
  .c-worksheets__item:hover {
    color: #0c5179;
    box-shadow: 0 0 0.3125rem rgba(12, 81, 121, 0.3); }
    .c-worksheets__item:hover .c-worksheets__image {
      background: transparent;
      border-bottom-color: transparent; }
      .c-worksheets__item:hover .c-worksheets__image .c-worksheets__image--overlay {
        top: 0;
        transition: .3s ease-in-out; }
  .c-worksheets__item > *:last-child {
    margin-bottom: 0; }

.c-worksheets__img {
  max-width: 100%;
  height: auto; }

.c-footer {
  text-align: center;
  margin-bottom: 3.125rem; }

/* poppins.css */
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.catleftlinks {  /* 05/05/19 */
  margin: 0rem 0rem 0rem 0rem;
  padding: 0;
  list-style: none;
  font-size: 1.25rem; }
  .catleftlinks a {
    text-decoration: none;
    display: block;
    padding: 0.1875rem 0.4375rem;
    }
    .catleftlinks a:hover {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      background: rgba(0, 0, 0, 0.04); }
  .catleftlinks li {
    margin: 0rem -0.4375rem 0.25rem -0.4375rem; }
  .catleftlinks img {
  }

/* May 9, 2019 */

.c-main__subheading {
  margin-bottom: 1.1125rem;
  font-size: 1.1rem; }

.text-center {
  text-align: center;
}
