/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 8, 2018, 3:46:41 AM
    Author     : User
*/
/*== Variables ==*/
/*== Global CSS ==*/
body {
  font-size: 14px;
  font-family: "Lato", sans-serif;
}

.bg-yellow {
  background-color: #f6bd02;
}

.bg-cyan {
  background-color: #00b2d3;
}

.bg-yellowgreen {
  background-color: #69c300;
}

.bg-orange {
  background-color: #f46700;
}

.bg-light {
  background-color: #e9e9e9 !important;
}

.bg-blue {
  background-color: #1d48c0;
}

.cps-bg-dark {
  background: #333333;
}

.screen-reader-text {
  display: none;
}

.btn {
  padding-left: 25px;
  padding-right: 25px;
}

.btn.btn-primary {
  background-color: #00b2d3;
  border-color: #00b2d3;
}

.btn.btn-primary:active {
  background-color: #0087a0;
}

.btn.btn-primary:hover, .btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #07d8ff;
  border-color: #07d8ff;
}

.innerImageFull img {
  width: 100%;
  height: auto;
}

.innerTitle {
  margin: 20px 0 30px 0;
}

.mainTitle {
  font-weight: 700;
}

.title3 {
  font-size: 22px;
}

.back {
  display: inline-block;
  height: 30px;
  padding-top: 13px;
  display: inline-block;
}

.back .bar {
  background: #707070;
  width: 30px;
  height: 2.5px;
  display: block;
}

.back:before {
  content: " ";
  width: 20px;
  height: 3px;
  background: #707070;
  display: table;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  position: absolute;
}

.back:after {
  content: " ";
  width: 20px;
  height: 3px;
  background: #707070;
  display: table;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  margin-top: -3px;
  position: absolute;
}

/*== Topbar CSS Start ==*/
.topbar {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.4995px;
  border-bottom: 1px solid #d4d4d4;
}

.topbar .divider {
  border-right: 1px solid #d4d4d4;
  margin-right: 5px;
}

.topbar a {
  color: black;
  padding: 10px 20px;
  display: inline-block;
}

.topbar a:hover {
  color: #1d48c0;
  text-decoration: underline;
}

.topbar .goog-te-gadget-icon {
  margin-left: 2px;
  margin-right: 2px;
  width: 19px;
  height: 19px;
  border: none;
  vertical-align: middle;
}

.topbar #google_language_translator {
  display: inline-block;
  vertical-align: middle;
  /*        min-width: 100px;
        height: 30px;
        overflow-y: hidden;
        width: 170px !important;
        overflow: hidden;
        margin-top: 0px;
        background-image: url(https://translate.googleapis.com/translate_static/img/te_ctrl3.gif);
        padding-left: 24px;
        background-position: -65px 5px;
        background-repeat: no-repeat;
        border-left: 1px solid $border;*/
}

.topbar #google_language_translator .goog-te-gadget {
  padding-top: 0px;
  height: 30px;
  overflow: hidden;
}

.topbar #google_language_translator .goog-te-gadget .goog-te-combo {
  margin: 0px 0 0 0;
  height: 30px !important;
}

.topbar #google_language_translator .goog-te-gadget .goog-te-combo select option {
  color: black;
}

.topbar #google_language_translator .skiptranslate.goog-te-gadget > span {
  display: none;
}

.topbar #google_language_translator:focus {
  outline: none;
}

/*== Top Bar End ==*/
/*== Navbar ==*/
.navbar .navbar-nav {
  font-size: 20px;
  font-family: Roboto;
}

.navbar .navbar-nav .nav-link {
  color: black;
}

.navbar .navbar-nav .nav-link:hover {
  color: #1d48c0;
  text-decoration: underline;
}

.navbar .navbar-brand img {
  width: 180px;
}

.navbar .navbar-toggler {
  border: 0;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#000' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar .navbar-toggler:focus {
  outline: none;
}

.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}

.navbar .navbar-collapse > .navbar-nav > li.dropdown {
  position: static;
}

.navbar .navbar-collapse > .navbar-nav > li.dropdown > .dropdown-menu {
  left: 20px;
  right: 20px;
  max-width: 100%;
  border-radius: 0;
  padding: 15px;
  margin: 0;
  top: 65px;
  float: left;
}

.navbar .navbar-collapse > .navbar-nav > li.dropdown > .dropdown-menu > li {
  width: 25%;
  float: left;
  padding: 0;
}

.navbar .navbar-collapse > .navbar-nav > li.dropdown > .dropdown-menu > li a {
  padding-left: 0;
  padding-right: 0;
  display: inline;
  border-bottom: 2px solid white;
  font-size: 14px;
}

.navbar .navbar-collapse > .navbar-nav > li.dropdown > .dropdown-menu > li a:hover, .navbar .navbar-collapse > .navbar-nav > li.dropdown > .dropdown-menu > li a:focus {
  background: none;
  color: black;
  border-bottom: 2px solid #00b2d3;
}

.navbar .navbar-collapse > .navbar-nav > li.dropdown > .dropdown-menu > li.dropdown-menu {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.navbar .navbar-collapse > .navbar-nav > li.dropdown > .dropdown-menu > li.dropdown-menu .dropdown-menu {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.navbar .navbar-collapse > .navbar-nav > li.dropdown > .dropdown-menu > li.dropdown-menu .dropdown-menu a {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  line-height: 33px;
}

.navbar .headerSearch .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.navbar .headerSearch .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*== Tab ==*/
.bg-pattern {
  background: url(../images/pattern.jpg);
  height: 76px;
}

.contentHeading .searchForm {
  position: relative;
  padding-top: 19px;
}

.contentHeading .searchForm .searchBtn {
  position: absolute;
  right: 0;
  top: 19px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.contentHeading .searchForm .form-control {
  border-color: white;
}

.nav-tabs .nav-link {
  padding: 25px 0px;
  border: 0;
  border-radius: 0;
  border-bottom: 6px solid red;
  color: black;
  background: white;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  height: 76px;
}

.nav-tabs .nav-link.all {
  border-color: #1d48c0;
}

.nav-tabs .nav-link.students {
  border-color: #f6bd02;
}

.nav-tabs .nav-link.students.active {
  background: #f6bd02;
  border-color: #f6bd02;
}

.nav-tabs .nav-link.students.active::before {
  border-top: 10px solid #f6bd02;
}

.nav-tabs .nav-link.school {
  border-color: #00b2d3;
}

.nav-tabs .nav-link.school.active {
  background: #00b2d3;
  border-color: #00b2d3;
}

.nav-tabs .nav-link.school.active::before {
  border-top: 10px solid #00b2d3;
}

.nav-tabs .nav-link.district {
  border-color: #69c300;
}

.nav-tabs .nav-link.district.active {
  background: #69c300;
  border-color: #69c300;
}

.nav-tabs .nav-link.district.active::before {
  border-top: 10px solid #69c300;
}

.nav-tabs .nav-link.sports {
  border-color: #f46700;
}

.nav-tabs .nav-link.sports.active {
  background: #f46700;
  border-color: #f46700;
}

.nav-tabs .nav-link.sports.active::before {
  border-top: 10px solid #f46700;
}

.nav-tabs .nav-link.active {
  background: #1d48c0;
  color: white;
  border-color: #1d48c0;
  position: relative;
}

.nav-tabs .nav-link.active::before {
  content: " ";
  width: 0px;
  height: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  border-top: 10px solid #1d48c0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.bullet {
  width: 10px;
  height: 10px;
}

.widgetTitle {
  font-size: 22px;
  font-weight: 900;
}

.mobileNav {
  display: none;
}

.mobileNav .btn {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #1d48c0;
}

.mobileNav .navCOntent {
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 11;
}

.mobileNav .navCOntent .divTable {
  display: table;
  width: 100%;
  height: 100%;
}

.mobileNav .navCOntent .divTable .divRow {
  display: table-row;
}

.mobileNav .navCOntent .divTable .divRow .divCol {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.mobileNav .navCOntent .divTable .divRow .divCol ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid gray;
  color: black;
}

.mobileNav .navCOntent .divTable .divRow .divCol ul li a:hover {
  text-decoration: none;
}

.mobileNav .navCOntent .divTable .divRow .divCol ul li:last-child a {
  border-bottom: 0;
}

.mobileNav .navCOntent .searchForm .form-control {
  width: 70%;
  display: inline-block;
}

.mobileNav .navCOntent .searchForm .btn {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
  border: 1px solid #1d48c0;
}

.showMoreStories {
  font-size: 18px;
}

.showMoreStories a {
  color: inherit;
}

.showMoreStories a:hover {
  text-decoration: none;
}

.mainContent {
  padding: 50px 0;
}

.card {
  border: 0;
  border-radius: 0;
  margin-bottom: 30px;
}

.card .thumbnailContainer {
  height: 197px;
  overflow-y: hidden;
}

.card .thumbnailContainer img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card .card-body {
  padding: 25px;
}

.card .catTime {
  font-size: 10px;
}

.card .card-title {
  font-size: 30px;
  font-weight: 900;
}

.card .card-title a {
  color: inherit;
}

.card .card-title a:hover {
  text-decoration: none;
}

.card.card-small .card-body {
  padding: 25px 0 0 0px;
}

.card.card-small .card-title {
  font-size: 22px;
  font-weight: 700;
  height: 53px;
  overflow-y: hidden;
}

.card.card-thumbnail {
  border-bottom: 1px solid #d3d3d3;
}

.card.card-thumbnail:last-child {
  border-bottom: 0;
}

.card.card-thumbnail .card-title {
  font-size: 16px;
  font-weight: 700;
}

/*== Pagination Starts ==*/
.cpsPagination .pagination {
  display: block;
}

.cpsPagination .pagination .nav-links .page-numbers {
  height: 38px;
  border: 1px solid #dee2e6;
  display: inline-block;
  padding: 8px 17px;
  margin: auto -3px;
  background: white;
  color: black;
}

.cpsPagination .pagination .nav-links .page-numbers:hover {
  text-decoration: none;
  background-color: #e9ecef;
}

.cpsPagination .pagination .nav-links .page-numbers.current {
  background: #1d48c0;
  border-color: #1d48c0;
  color: white;
}

/*== Pagination Ends ==*/
/*== Sidebar Design ==*/
.sideBarItem h1.title {
  display: none;
}

.sideBarItem .wtpsw-post-items ul {
  margin: 0;
  padding: 0;
}

.sideBarItem .wtpsw-post-items ul li {
  padding: 25px 0 !important;
}

.sideBarItem .wtpsw-post-items ul li::after {
  content: " ";
  display: table;
  clear: both;
}

.sideBarItem .wtpsw-post-items ul li .wtpsw-post-thumb-left {
  float: right;
  width: 50%;
  padding: 0 0px 0 15px;
}

.sideBarItem .wtpsw-post-items ul li .wtpsw-post-thumb-left a {
  display: block;
}

.sideBarItem .wtpsw-post-items ul li .wtpsw-post-thumb-left a img {
  width: 100%;
  height: auto;
}

.sideBarItem .wtpsw-post-items ul li .wtpsw-post-thumb-right {
  position: relative;
  padding-top: 20px;
  padding-right: 10px;
}

.sideBarItem .wtpsw-post-items ul li .wtpsw-post-thumb-right .wtpsw-date-post {
  position: absolute;
  top: 0;
  margin: 0;
  font-size: 10px;
}

.sideBarItem .wtpsw-post-items ul li .wtpsw-post-thumb-right h6 {
  font-size: 16px;
  font-weight: 700;
}

.sideBarItem .wtpsw-post-items ul li .wtpsw-post-thumb-right h6 a {
  color: black;
}

.sideBarItem .wtpsw-post-items ul li .wtpsw-post-thumb-right h6 a:hover {
  text-decoration: none;
}

.sideBarItem .wtpsw-post-items ul li a img.tptn_thumb {
  border: 0;
  border-radius: 0;
  padding: 0 !important;
}

.sideBarItem .wtpsw-post-items ul li:last-child {
  border-bottom: 0;
}

/*== End Sidebar ==*/
footer.footer {
  font-family: "Roboto", sans-serif;
  color: white;
  background-color: #061a53;
  padding: 50px 0 35px;
}

footer.footer ul.unstyled {
  list-style-type: none;
  padding-left: 0;
}

footer.footer .footer-copyright {
  opacity: 0.55;
}

footer.footer .footer-flag {
  margin-bottom: 1.25rem;
  max-width: 4rem;
}

footer.footer .footer-flag img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

footer.footer .h6-style {
  font-size: 15px;
}

footer.footer p {
  font-size: 16px;
  line-height: 24px;
}

footer.footer .footer-link-list-item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 8px;
}

footer.footer .footer-link-list-item a {
  color: white;
}

footer.footer .footer-link-list-item a:hover {
  text-decoration: underline;
}

footer.footer .footer-social-list-item:nth-child(n) {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

footer.footer .off-white .icon-btn,
footer.footer .off-white.icon-btn {
  color: #000;
}

footer.footer .off-white.icon-btn svg {
  fill: #000;
  position: relative;
}

footer.footer .icon-btn svg {
  width: 1em;
  height: 1em;
}

footer.footer .svg-icon::before,
footer.footer .icon-btn::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

footer.footer .icon-btn {
  background-color: transparent;
  position: relative;
  width: 2rem;
  height: 2rem;
  text-decoration: none;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  cursor: pointer;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

footer.footer .icon-btn::before {
  background-color: #f3f6f7;
  content: "";
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  pointer-events: none;
  border-radius: 9999em;
}

footer.footer .footer-subscribe a {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0;
}

footer.footer .footer-subscribe a .svg-icon {
  top: 0.3em;
}

footer.footer .footer-subscribe div {
  position: absolute;
  top: 0.3em;
  text-align: left;
  width: 10em;
  left: 2.7em;
  font-size: 16px;
  font-weight: 500;
  color: white;
}

footer.footer .footer-subscribe div:hover {
  text-decoration: underline;
}

footer.footer .item .footerTitle {
  margin: 0;
  color: white;
}

footer.footer ul#emma-form-elements .emma-form-row {
  margin: 0 0 30px 0;
  width: 100%;
}

footer.footer ul#emma-form-elements .emma-form-row .emma-form-label {
  display: none;
}

/*== Footer End ==*/
/*== Back to Top Link ==*/
#top-link-block {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 6px 12px;
}

#glt-translate-trigger {
  display: none;
}

.socialLinks {
  font-size: 14px;
  margin-bottom: 20px;
}

.socialLinks ul {
  margin: 15px 0 0 0;
  padding: 0;
}

.socialLinks ul li {
  display: inline-block;
  margin-right: 5px;
}

.socialLinks ul li a {
  background: #ffffff;
  display: block;
  color: #061a53;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  padding: 7px;
  line-height: 16px;
}

.socialLinks.rounded ul li a {
  border-radius: 3px;
}

.socialLinks.graySocial ul li a {
  background: #c7c7c7;
  color: white;
}

.postDetails .navigation a {
  color: #333333;
  display: inline-block;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 12px;
}

.postDetails .navigation a:hover {
  text-decoration: none;
}

.postDetails .postContent {
  margin-top: 20px;
}

.postDetails .catTime {
  font-size: 12px;
  margin-top: 20px;
  color: #333333;
}

.postDetails .postTitle {
  font-size: 30px;
  font-weight: 900;
}

.postDetails .postTitle a {
  color: #424242;
}

.postDetails .postTitle a:hover {
  text-decoration: none;
}

.postDetails .postDetails {
  color: #333333;
}

.postDetails .sharePost {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  padding: 15px 0;
  margin-top: 30px;
}

.postDetails .sharePost .socialLinks {
  display: inline-block;
  margin-left: 30px;
}

.relatedPosts {
  margin-top: 30px;
}

.relatedPosts .title3 {
  margin-bottom: 15px;
}

.relatedPosts .card .card-body {
  padding: 15px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.relatedPosts .card .card-body a {
  color: inherit;
}

.relatedPosts .card .card-body a:hover {
  text-decoration: none;
}

.page_404 {
  color: #1d48c0;
  text-align: center;
  padding: 40px 0;
}

.page_404 .bigTitle {
  font-size: 130px;
  line-height: 130px;
  font-weight: 900;
}

.page_404 .page-title {
  font-size: 30px;
  font-weight: 900;
}

.searchFormHtml .search_input {
  width: 450px;
}

.searchResult .mainTitle {
  margin-top: -10px;
}

@media screen and (max-width: 1199px) {
  .card.card-small .thumbnailContainer {
    height: 163px;
  }
}

@media screen and (max-width: 991px) {
  .card.card-small .thumbnailContainer {
    height: 185px;
  }
}

@media screen and (max-width: 767px) {
  .mainContent {
    padding: 30px 0;
  }
  .card .card-title {
    font-size: 18px;
  }
  .card.card-small .thumbnailContainer {
    height: 287px;
  }
  .card.card-small .card-title {
    height: auto;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    width: 100% !important;
  }
  .navbar
#mega-menu-wrap-primary
#mega-menu-primary
li.mega-menu-item.mega-menu-item-has-children
ul.mega-sub-menu
li.mega-menu-item
a.mega-menu-link[href="##"] {
    display: none;
  }
  .searchResult .mainTitle {
    margin-top: -2px;
    font-size: 26px;
  }
  .navbar .navbar-collapse > .navbar-nav > li.dropdown > .dropdown-menu > li {
    width: 100%;
  }
  .searchResult .card.card-small .thumbnailContainer {
    /*                height: 300px;*/
  }
  #blogTabContent .card.card-small .thumbnailContainer {
    height: 163px;
  }
}

@media screen and (max-width: 581px) {
  .tab-container,
  .headerSearch {
    display: none !important;
  }
  .mobileNav,
  .searchPageSearch {
    display: block !important;
  }
}

@media screen and (max-width: 575px) {
  .card.card-small .thumbnailContainer {
    height: 298px;
  }
  #blogTabContent .card.card-small .thumbnailContainer {
    height: 298px;
  }
  .searchResult .card.card-small .thumbnailContainer {
    height: auto;
  }
}

@media screen and (min-width: 581px) and (max-width: 991px) {
  .navbar > .container {
    display: block;
  }
  .navbar > .container .navbar-brand {
    float: left;
    display: block;
  }
  .navbar > .container .headerSearch {
    float: right;
    display: block;
    margin-top: 40px;
  }
  .navbar > .container .navbar-toggler {
    float: right;
    display: block;
    margin-top: 41px;
  }
  .navbar > .container .navbar-collapse {
    margin-top: 110px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.dropdown-toggle::after {
  display: none;
}

.visually-hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */