/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

body {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 200;
}
.filter h4 {
  margin-left: 10px;
  margin-bottom: 0px;
}
.chzn-container {
  width: 100% !important;
}
.rounded_corners {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.osm-taskbar .btn.btn-secondary {
  font-family: "Alatsi";
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #e63d3c;
  color: #ffffff;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  transition: all 0.2s;
}
/* ========================================================================

added horizontal scrollbar to upload table 
 ========================================================================== */
.nui.table {
  text-align: left;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
  word-break: break-word;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
/* ========================================================================

added rounded corners to workshop image
 ========================================================================== */
#g-utility img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-bottom: 0px;
}
/* ========================================================================

Testimonials frontpage
 ========================================================================== */
.FP_testimonial {
  background: url('../../../../images/background.png') center center no-repeat scroll;
  background-size: auto;
  background-size: cover;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px 0px 15px 15px;
  -o-border-radius: 0px 0px 15px 15px;
  -webkit-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
  margin-bottom: 2em;
  width: 90%;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.FP_testimonial img {
  border-radius: 15px 15px 0px 0px;
  margin-bottom: 1em;
}
.FP_testimonial p {
  color: #1d1d1d;
  font-size: 1.2em;
  padding: 20px;
}
/* ========================================================================

teachers resources - category blog styles
 ========================================================================== */
.resources .blog-items .blog-item {
  border-radius: 15px;
  border: 1px solid #eeeeee;
  background: #eeeeee;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.resources .blog-items .page-header h2 {
  background: #eeeeee;
  font-size: 1em;
}
.resources .blog-items .blog-item ul {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0;
  margin-left: 5px;
  list-style-type: none;
  font-size: 0.8em;
  line-height: 1.2rem;
}
.resources .blog-items .blog-item ul li {
  line-height: 1.4rem;
}
/* ========================================================================

Filter teachers resources
 ========================================================================== */
.box1 {
  margin-top: 2em;
}
.jlmf-section {
  margin-top: 0px;
}
.jlmf-label {
  font-weight: bold;
}
.jlmf-list-8 {
  margin-bottom: 1em;
}
/* ========================================================================

JT login
 ========================================================================== */
#jtl button.login-toggle1411, #jtl button.register-toggle1411 {
  background: #e73d3d;
  color: #ffffff !important;
  font-size: 1em;
  border-radius: 5px;
  border-color: #e73d3d;
  padding: 0em 0.8em;
}
div.jtl-content-login1411, div.jtl-content-register1411 {
  display: none;
  position: absolute;
  top: 100%;
  right: 20px;
  margin-top: 5px;
  padding: 10px;
  background: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 300px;
}
#g-features img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-top: 50px;
  padding-bottom: 0px;
}
#g-features {
  padding-bottom: 0px;
}
.rounded_corners img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-top: 50px;
}
.pbck_slides:not([data-sliderheight="auto"]) .pbck_slide_img {
  object-fit: cover;
  border-radius: 20px;
}
#btl .btl-panel > span, button.btl-buttonsubmit, input.btl-buttonsubmit {
  border-radius: 5px;
  text-transform: uppercase;
}
.button.button-outline {
  background: #ffffff;
  color: #22b4b3 !important;
  font-size: 1.5em;
  border-radius: 5px;
  border-color: #ffffff;
  padding: 0.5em 0.8em;
}
.button.button {
  background: #e73d3d;
  color: #ffffff !important;
  font-size: 1.2em;
  border-radius: 5px;
  border-color: #e73d3d;
  padding: 0.5em 0.8em;
}
.buttonpage {
  background: #e73d3d;
  color: #ffffff !important;
  font-size: 0.9em !important;
  font-weight: bold;
  border-radius: 5px;
  border-color: #e73d3d;
  padding: 0.8em 0.5em;
  margin-right: 0.5em;
  margin-top: 20px !important;
  display: inline-block;
}
.modfilter_button {
  background: #e73d3d;
  display: none !important;
}
a .buttonpage {
  margin-top: 40px !important;
}
/* ========================================================================

Frontpage content cubes
 ========================================================================== */
.cube .g-content {
  padding: 20% 20% 10% 20%;
  text-align: center;
}
.cube .g-content H1 {
  line-height: 1.2;
}
.cube .g-content H2 {
  line-height: 1.2;
}
/* ========================================================================

video
 ========================================================================== */
.video {
  position: relative;
  padding-bottom: 75%;
  /* 4:3 */
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoaspect {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoaspect iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ========================================================================
   Jevents
 ========================================================================== */
.jevbootstrap input[type="submit"] {
  color: #ffffff;
  background-color: #e63d3c;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
}
.jevbootstrap input[type="submit"]:hover {
  color: #ffffff;
  background-color: #e63d3c;
  border-color: #e63d3c;
  font-weight: bold;
}
.jevbootstrap .btn-primary {
  color: #ffffff;
  text-shadow: none;
  background-color: #e63d3c;
  *background-color: #e63d3c;
  background-image: -moz-linear-gradient(top, #e63d3c, #e63d3c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e63d3c), to(#e63d3c));
  background-image: -webkit-linear-gradient(top, #e63d3c, #e63d3c);
  background-image: -o-linear-gradient(top, #e63d3c, #e63d3c);
  background-image: linear-gradient(to bottom, #e63d3c, #e63d3c);
  background-repeat: repeat-x;
  border-color: #e63d3c #e63d3c #e63d3c;
  border-color: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0044cc", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.jevbootstrap a {
  text-decoration-line: none;
  text-decoration-style: solid;
  color: #e63d3c !important;
  font-size: 1.2rem !important;
  font-weight: bolder !important;
}
/* ========================================================================
   stops blog article breaking in chrome
 ========================================================================== */
.blog-items[class^="masonry-"] .blog-item, .blog-items[class*=" masonry-"] .blog-item {
  display: flex;
  margin-bottom: 1.5rem;
}
#jevents_body .contentpaneopen table, #jevents_body .contentpaneopen td, #jevents_body .contentpaneopen tr, #jevents_body .contentpaneopen p, #jevents_body .contentpaneopen div {
  margin-top: 1.5em;
  margin-right: 0px;
  margin-bottom: 1.5em;
  margin-left: 0px;
}
.jevbootstrap input, .jevbootstrap textarea, .jevbootstrap .uneditable-input {
  width: auto;
}
.jevbootstrap select, .jevbootstrap textarea, .jevbootstrap input[type="text"], .jevbootstrap input[type="password"], .jevbootstrap input[type="datetime"], .jevbootstrap input[type="datetime-local"], .jevbootstrap input[type="date"], .jevbootstrap input[type="month"], .jevbootstrap input[type="time"], .jevbootstrap input[type="week"], .jevbootstrap input[type="number"], .jevbootstrap input[type="email"], .jevbootstrap input[type="url"], .jevbootstrap input[type="search"], .jevbootstrap input[type="tel"], .jevbootstrap input[type="color"], .jevbootstrap .uneditable-input {
  height: 30px;
  width: 100%;
  max-width: 450px;
}
#jevents_body .contentpaneopen tr {
  margin-top: 2em;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}
table.table-bordered thead th {
  background-color: #eceff3;
}
.paramlist #jevattend_email, .paramlist #jevattend_email2, .paramlist #jevattend_username, .paramlist #jevattend_password, .paramlist #jevattend_password2 {
  max-width: 450px;
}
/* ========================================================================
   body text
 ========================================================================== */
p {
  line-height: 1.5rem;
}
li {
  line-height: 2rem;
}
h1, h2, h3, h4, h5 {
  font-weight: 900;
}
h2 {
  line-height: 1.2;
}
h3 {
  line-height: 1.1;
}
/* ========================================================================
   Menu Header background
 ========================================================================== */
#g-navigation {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.15);
}
/* ========================================================================
   Top menu
 ========================================================================== */
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  box-shadow: none;
  color: #e63d3c;
}
.g-offcanvas-toggle {
  font-size: 1.6rem;
  font-weight: 200;
  color: #a8a7a7;
  width: 32px;
  height: 32px;
  top: 1.2rem;
  z-index: 100001;
}
#g-navigation .g-main-nav {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.5rem;
}
#btl {
  margin-top: 2rem;
}
#g-navigation .g-main-nav .g-dropdown {
  background: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 0.25rem;
}
/* ========================================================================
   Template section background
 ========================================================================== */
#g-expanded {
  color: #666666;
  padding: 1rem;
}
#g-expanded H6 {
  color: #666666;
  text-transform: uppercase;
  font-weight: 100;
}
#g-expanded H6 a {
  color: #666666;
}
/* ========================================================================
   Footer styles
 ========================================================================== */
#footer_account P {
  margin-left: 2em;
  padding: 0px;
}
#footer_account H4 {
  margin-left: 2em;
  padding: 0px;
}
#g-footer {
  padding: 1rem 0;
  font-weight: 100;
}
#g-footer hr {
  margin: 1.5rem 0;
  border-bottom: 1px solid #eeeeee;
  opacity: 0.15;
}
#g-footer a {
  color: #ffffff;
}
#g-footer a:hover {
  color: #eeeeee;
}
.acysubbuttons .button.button {
  background: #e73d3d;
  color: #ffffff !important;
  font-size: 1em;
  border-radius: 5px;
  border-color: #e73d3d;
  padding: 0.5em 0.8em;
}
/* ========================================================================
   Template section background
 ========================================================================== */
/*
#g-testimonials {
    background: linear-gradient( #0A0A0A, #272727);
    font-weight:100;
  font-size:0.8em;
}
 ========================================================================== */
#g-utility {
  color: #1d1d1d;
  vertical-align: center !important;
}
/* ========================================================================
   Homepage Slider 
 ========================================================================== */
.owl-stage-outer {
  background: transparent;
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.carousel-caption {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.jevcarousel .carousel-inner > .item > a > img {
  background: transparent !important;
}
.jevcarousel, #jevlatestcarousel {
  background: transparent !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.jevcarousel .carousel-inner img {
  border-radius: 0px !important;
  background: transparent !important;
}
.jevcarousel, #jevlatestcarousel a {
  font-weight: bold;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  font-size: 1.2em;
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
  margin: 1.25rem 1.25rem 0.625rem;
}
#g-header h2 {
  font-weight: bold;
  line-height: 2;
  font-family: "PT Sans Narrow", sans-serif;
}
/* ========================================================================
   Homepage - Wecome text Background
 ========================================================================== */
#g-intro {
  vertical-align: center !important;
}
#g-intro H1 {
  color: #e63d3c;
  font-size: 3em;
  line-height: 1.2;
  font-weight: 900;
}
#g-above .iconicevent {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 20px;
  float: none !important;
  clear: both !important;
  height: AUTO !important;
  width: AUTO !important;
}
/* ========================================================================
   Blog video
 ========================================================================== */
#videoaspect {
  position: relative;
  padding-bottom: 75%;
  /* 4:3 */
  height: 0;
}
#videoaspect iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ========================================================================
   Headers
 ========================================================================== */
.contactinfo {
  background: transparent;
}
/* ========================================================================
   Headers
 ========================================================================== */
h1 {
  font-size: 2.3em;
  color: #e63d3c;
  line-height: 1.2;
}
h3 {
  font-size: 1.8em;
}
h2 {
  font-size: 2rem;
  color: #e63d3c;
}
h5 {
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 15px 0px;
  border-bottom: 3px solid #eeeeee;
  color: #e73d3d;
  font-weight: 900;
  font-size: 1.3em;
  text-transform: uppercase;
}
.cktext inner h2 {
  font-size: 1.2em !important;
}
.page-header h2 {
  font-size: 1.5rem;
  padding: 10px 0px 15px 5px;
  margin: 0em 0em 0em 0em;
  background: #ffffff;
}
.resources .blog-items .page-header h2 {
  background: #eeeeee;
}
.page-header h1 {
  text-align: center;
  margin-bottom: 0em;
  font-weight: 900;
}
.edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .finder #searchForm .btn, .search #search-form .btn, .finder #search-form .btn {
  display: inline-block;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #e63d3c;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  margin: 1 0 0.5rem 0;
  padding: 1rem 1.5rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
@media only all and (max-width: 48rem) {
  #footer_account P {
    margin-left: 0em;
    padding: 0px;
  }
  #footer_account H4 {
    margin-left: 0em;
    padding: 0px;
  }
  #home_strap H1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: bold;
    margin: 0.3rem 0.3rem 1rem;
  }
  #home_strap H4 {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
    margin: 0.8rem 0.8rem 1.5rem;
  }
  #home_strap #ID1623858165414 > .inner {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: 900;
    font-size: 1em;
  }
  #home_strap #ID1623858165414 > .inner {
    width: 150px;
  }
  #home_text H1 {
    line-height: 2.2rem;
  }
}
/*# sourceMappingURL=custom_67.css.map */