@charset "UTF-8";
/***!  /media/templates/site/learning/css/custom.css  !***/

* {
    -webkit-font-smoothing: antialiased;
}

body {
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.sparky_cell {
    padding: 15px;
}

h2 {
  padding: 15px 0 30px;
}

/* read more button */

.acc li a {
  font-weight: normal;
}

p.readmore .icon-chevron-right, p.readmore .icon-chevron-left {
  display: none;
}

/* forms */

.input {
  margin:0;
  padding:0;
}

.inputbox, input.inputbox, input.required, textarea.textarea, textarea.inputbox, textarea.required, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  padding: 9px !important;
  font-size: 16px;
  margin: 0;
  background-color: #fff;
  color: #000;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input.inputbox:focus, textarea.textarea:focus {
  box-shadow: none;
  border:0;
}

.button, .btn, button.btn, button.button, input.btn, input.button, a.btn, p.readmore a.btn {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 12px 25px;
  margin: 15px 0 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-color: #05C7E2;
  background-image: none;
  border: 0;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.moduletable div.search input.button, .moduletable div.search input.button:hover {
  background-color: transparent;
}

.button:hover, .btn:hover, button.btn:hover, button.button:hover, input.btn:hover, input.button:hover, p.readmore a.btn:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #0a3760;
}

input.form-control {
  border: 1px solid #f4f5f7;
}

.input-group button.btn {
  margin-top: 0;
}

#login-form input {
  padding: 4px;
}

dt, dd {
    line-height: 1.5;
}

/* lists */

ul, ol {
  margin: 15px 45px;
  padding: 0;
}

div.item-page ol li, div.item-page ul li {
  margin: 0 0 10px 0;
  padding: 0;
}

ul.fields-container {
  list-style: none;
  margin: 20px 10px;
}

ul.fields-container li {
  padding: 0;
}

/* typography */

.warning, .info, .error, .typewriter {
  margin: 50px 0;
}

.warning:before, .info:before, .error:before {
  margin-bottom: 30px;
}

ul.arrow, ul.arrowleft, ul.calendar, ul.checklist, ul.clock, ul.delete, ul.email, ul.file, ul.folder, ul.heart, ul.information, ul.lock, ul.pencil, ul.play, ul.rss, ul.person, ul.shop, ul.song, ul.star, ul.star2, ul.trash, ul.tweak, ul.unlock, ul.warn {
  margin: 15px 60px;
}

ul.arrow li:before, ul.arrowleft li:before, ul.calendar li:before, ul.checklist li:before, ul.clock li:before, ul.delete li:before, ul.email li:before, ul.file li:before, ul.folder li:before, ul.heart li:before, ul.information li:before, ul.lock li:before, ul.pencil li:before, ul.play li:before, ul.rss li:before, ul.person li:before, ul.shop li:before, ul.song li:before, ul.star li:before, ul.star2 li:before, ul.trash li:before, ul.tweak li:before, ul.unlock li:before, ul.warn li:before {
  margin: 0 -40px;
}

blockquote {
  margin:30px 0;
  padding:15px 15px 15px 75px;
  font-style:italic;
  font-family: Georgia, serif;
  line-height:1.5;
}

.quote {
  font-style: normal;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.quote:before {
  display: block;
  text-align: center;
  font-size: 1.5em;
  color: #d8c7b7;
  float: none;
  margin-right: 0;
  margin-bottom: 15px;
}

.dropcap:first-letter {
  font-size: 300%;
  font-weight:bold;
  float:left;
  margin:0 10px 5px 0;
}

span.p_number {
  font-size: 400%;
  font-weight:bold;
  float:left;
  margin:0 10px 10px 0;
  position: relative;
  line-height: 40px;
  min-width: 50px;
    text-align: center;
}

.inset_title {
  font-weight:bold;
  display:block;
}

img.img_left {
  float:left;
  margin:0 30px 30px 0;
}

img.img_right {
  float:right;
  margin:0 0 30px 30px;
}

/* animation */

.sparky_home .item-image img {
    opacity: 0;
}

.slide-in-left {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


/* logo row */

.logo_row .sparky_container {
  padding: 0 15px;
}

.sparky_logo_link {
  display: inline-block;
  background: url(https://sujok.ca/media/templates/site/learning/images/custom/logo.png) no-repeat 100% 10px;
  background-size: 45px 45px;
  padding-right: 60px;
}

.sparky_logo {
  letter-spacing: 3px;
}

.logo_row ul.menu ul {
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo_row ul.menu > li > a, .logo_row ul.menu > li > span {
  text-transform: uppercase;
}



/* content row */


/* content row - layout */

.page_row {
  margin: 50px 0;
}

.page_container::after {
    content: '';
    display: table;
    clear: both;
}

.page_container > .sparky_cell {
    float: left;
}

.row_full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.row_full > .page_container {
}

.row_full > .page_container > .sparky_cell {
  padding: 0;
}

.row_black {
  background: #000;
  color: #fff;
  font-size: 16px;
  color: #d8c7b7;
}

.row_black .sparky_cell {
  padding-top: 50px;
  padding-bottom: 100px;
}

.row_black h1, .row_black h2, .row_black h2 a, .row_black h3, .row_black h3 a, .row_black h4 {
  color: #fff;
}

.row_grey {
  background: #f4f5f7;
  text-align: center;
}

.row_grey .page_container {
  max-width: 1080px;
  margin: 0 auto;
}

.row_grey > .page_container > .sparky_cell {
  padding-top: 50px;
  padding-bottom: 100px;
}

.row_grey h1, .row_grey h2, .row_grey h2 a, .row_grey h3, .row_grey h3 a, .row_grey h4 {
  text-align: center;
}

/* Carousel */

.flickity-prev-next-button .arrow {
    fill: #fff;
}

.flickity-prev-next-button,
.flickity-prev-next-button:hover {
  background: transparent;
}

.hot_swipe_carousel_slides_programmes {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.hot_swipe_carousel_slides_programmes .flickity-viewport {
  min-height: 400px;
}

.hot_swipe_carousel_slides_programmes .flickity-slider {
  left: 36.5% !important;
}

.hot_swipe_carousel_slides_programmes .gallery-cell {
  background: #fff;
  min-height: 400px;
  margin: 50px 30px;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.hot_swipe_carousel_slides_programmes .gallery-cell.is-selected,
.hot_swipe_carousel_slides_programmes .gallery-cell.is-selected-neighbour {
  opacity: 1;
  transition: opacity 0.3s;
}

.hot_swipe_carousel_slides_programmes .gallery-cell .contents {
  position: relative !important;
  padding: 15px 30px;
  text-align: left;
}

.hot_swipe_carousel_slides_programmes .gallery-cell .contents h3 {
  text-align: left;
}

.hot_swipe_carousel_slides_programmes .gallery-cell .contents .course_info {
/*  display: flex;
  justify-content: space-between;*/
  font-size: 14px;
  line-height: 1.8;
}

.hot_swipe_carousel_slides_programmes .gallery-cell .contents .course_info span {
  display: block;
}

.hot_swipe_carousel_slides_programmes .gallery-cell .contents .course_info span i {
  width: 25px;
}

.hot_swipe_carousel_slides_programmes .gallery-cell .contents a.btn {
  background-color: #fff;
  color: #05C7E2;
  padding: 12px 0;
  transition: all 0.3s;
}

.hot_swipe_carousel_slides_programmes .gallery-cell .contents a.btn:hover {
  color: #0a3760;
  transition: all 0.3s;
}

.empty_box {
  position: absolute;
  border: 5px solid #d8c7b7;
  width: 290px;
  height: 360px;
  left: calc(50% - 290px/2);
  margin-top: -180px;
  text-indent: -9999px;
}

.row_color {
  background: #d8c7b7;
  margin-bottom: 0;
}

/* content row - text styles */

.aligncenter {
  text-align: center;
  display: block;
}

p.large_text {
  font-size: 28px;
  font-family: 'Playfair Display';
}

.coloredtext {
  color: #d8c7b7;
}

p.smalltext, span.smalltext {
  font-size: 16px;
}

p.thin {
  max-width: 700px;
  margin: 0 auto 15px;
}

.abovecontent {
  padding: 0 0 30px 0;
}

.belowcontent {
  padding: 30px 0;
}

fieldset {
  border: none;
}

dl.article-info {
  padding: 0;
  font-size: 14px;
  margin-bottom: 30px;
  width: auto;
  color: inherit;
}

dl.article-info .icon-calendar {
  display: none;
}

.article-info dd {
  margin-left: 0;
}

.article-info-term {
  display: none;
}

.sparky_inner .content_sparky .cell_pad {
  margin: 0px 50px;
}

.sparky_inner h2 {
  padding-bottom: 30px;
}

.content_sparky h2 a,
.content_sparky h2 a:hover {
    border-bottom: 0;
}

.blog-items.columns-3 div.blog-item {
  width: 30.33%;
  margin: 0 3% 0 0;
}

.blog-items {
  padding: 0 15px 25px;
  justify-content: flex-start;
}

.blog-items .blog-item {
  padding-bottom: 50px;
}

.sparky_inner .content_row {
  padding-bottom: 50px;
}

.content_row li {
  line-height: 1.5;
}

.educators_home {
  position: relative;
  top: 200px;
}

.item-image {
  padding-bottom: 30px;
}

.blog > .page-header {
  padding: 30px 15px 0;
}

.fields-container .field-entry .field-label {
  display: none;
}

.fields-container .field-entry .field-value::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 35px;
  display: inline-block;
}

.fields-container .field-entry.price .field-value::before {
  content:"\f02c";
}

.fields-container .field-entry.university .field-value::before {
  content:"\f19c";
}

.fields-container .field-entry.courses .field-value::before {
  content:"\f02d";
}

.item-page .fields-container {
  padding: 15px 30px;
  margin: 30px 15px 0;
  background: #f4f5f7;
}

.item-page .fields-container .field-entry {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
}

/* right modules */

.mp_right {
  padding-top: 50px;
  padding-left: 30px;
}

.mp_right .moduletable {
  background: #f4f5f7;
  padding: 15px 30px 30px;
  margin-bottom: 30px;
}

.mp_right h3 {
  margin-bottom: 30px;
}

.mp_right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp_right li {
  margin: 0 0 15px;
  padding: 0;
}

.mp_right a {
  color: inherit;
  transition: all 0.3s;
}

.mp_right a:hover {
  color: #05C7E2;
  transition: all 0.3s;
}

.moduletable > div.search {
  display: inline-block;
  background: #fff;
}

.moduletable > div.search input.inputbox {
  border: 0;
  max-width: 200px;
}

div.search input.button[type="image"] {
  margin-top: 0;
  padding: 12px;
}

/* user row */

.user_row {
  background-image: url(https://sujok.ca/media/templates/site/learning/images/custom/user_row_bg.png);
  background-repeat: repeat-x;
}

.user_row .sparky_container {
  background: #fff;
}

.user_row .mp_user1 {
  text-align: center;
}

.user_row .mp_user1 .moduletable {
  display: inline-block;
  text-align: left;
}

.user_row .mp_user1 .moduletable:first-child {
  display: block;
}

.user_row .mp_user1 h3 {
  font-size: 48px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.user_row .mp_user1 img {
  opacity: 0.5;
  margin: 15px 10px 0 0;
  transition: all 0.3s;
}

.user_row .mp_user1 img:hover {
  opacity: 1;
  transition: all 0.3s;
}

.user_row .mp_user2 {
  background: #f4f5f7;
  padding: 50px 30px;
}

.user_row .mp_user2 h3 {
  text-align: center;
  padding-bottom: 45px;
}


/* footer row */

.footer_row {
  text-align: center;
  padding: 30px 0;
  /**/
}

.footer_row p {
  margin: 0;
  color: #336699;
  font-size: 14px;
}

.footer_row a {
  color: #336699;
  text-decoration: underline;
}


/* team page */

.content_row .team {
  text-align:center;
  width: auto;
}

.content_row .team h2 {
  text-align: center;
}

img.team_image {
  border-radius: 50%;
  filter:grayscale(30%);
  transition: all 0.5s;
}

img.team_image:hover {
  filter:grayscale(0%);
  transition: all 0.5s;
}

p.team_name {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}


/* pricing page */

.page_container.pricing {
  text-align: center;
}

.page_container.pricing .plan {
  border: 1px solid #0a3760;
  padding: 50px 0 30px;
  border-radius: 5px;
}

.page_container.pricing .plan_name {
  text-transform: uppercase;
  color: #0a3760;
  font-size: 24px;
  font-weight: 700;
}

.page_container.pricing .plan_price {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
  color: #0a3760;
}

.page_container.pricing ul {
  margin: 50px 30px;
  padding: 0;
  list-style: none;
  min-height: 150px;
  text-align:center;
  font-size: 16px;
}

.page_container.pricing li::before {
  content:"\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin: 0 10px;
  color: #58b75d;
}

.page_container.pricing li.negative::before {
  content:"\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin: 0 10px;
  color: red;
}

.page_container.pricing .plan.recommended {
  border: 1px solid #0a3760;
  background: #0a3760;
}

.page_container.pricing .plan.recommended,
.page_container.pricing .plan.recommended .plan_name,
.page_container.pricing .plan.recommended .plan_price,
.page_container.pricing .plan.recommended .plan_term,
.page_container.pricing .plan.recommended li,
.page_container.pricing .plan.recommended li::before {
  color: #fff;
}

.page_container.pricing .plan a.btn {
  color: #fff;
  background: #0a3760;
  border: 0;
  padding: 10px 25px;
  font-size: 14px;
  transition: all .3s;
}

.page_container.pricing .plan a.btn:hover {
  text-decoration: none;
  transition: all .3s;
}

.page_container.pricing .plan.recommended a.btn {
  background: #fff;
  color: #0a3760;
}

/* portfolio page */

.sparky_container.portfolio h2 {
  text-align: center;
}

.sparky_container.portfolio {
  padding-bottom: 30px;
}

.portfolio_type {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}

/* faq */

.accordion.faq .accordion-group {
    margin-bottom: 25px;
}

.accordion.faq .accordion-heading .accordion-toggle {
    font-weight: 700;
}

.accordion.faq .accordion-body {
  font-size: 16px;
}

.accordion-heading a, .accordion-heading a:hover {
  border-bottom: 0;
}

.sparky_inner h2.accordion-header {
  padding-bottom: 0;
}

/* coming soon page */

input#mce-EMAIL {
  box-sizing: border-box;
  width: 100%;
  padding: 21px;
    margin-bottom: 15px;
    background-color: #f0f1f3;
    color: #7f8c8d;
}


/* 404 page */

input.search-query {

}


/* contact */

.com-contact.contact dt {
    float: inline-start;
    clear: both;
    padding-top: 15px;
}

.com-contact.contact dd {
    padding-inline-start: 30px;
}

.com-contact.contact dt + dd {
    padding-top: 15px;
}

@media (min-width: 992px) {

    .com-contact.contact {
        display: flex;
        flex-wrap: wrap;
    }

    .com-contact.contact .page-header,
    .com-contact.contact h1 {
        width: 100%;
    }

    .com-contact__container {
        width: 34%;
    }

    .com-contact__form.contact-form {
        width: 66%;
        margin-top: 15px;
    }

    .com-contact__form.contact-form legend {
        background: transparent;
        padding: 15px 0;
        font-size: 24px;
        line-height: 1.4;
        font-weight: 700;
        text-transform: uppercase;
    }

    .com-contact.contact > h2 {
        display: none;
    }

}


/* MODULES */

/* simple contact */

.hot_simple_contact .form-group {
  margin-bottom: 30px !important;
}

.hot_simple_contact input {
  padding: 12px 15px !important;
  font-size: 16px;
}

.hot_simple_contact input.btn {
  font-size: 14px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.hot_simple_contact textarea {
  padding: 12px 15px !important;
  font-size: 16px;
  height: 150px;
  border: 0;
  border-radius: 0;
}

.hot_simple_contact select {
  padding: 12px 15px !important;
  border: 0;
  border-radius: 0;
}

.hot_simple_contact_submit {
  text-align: center;
}

/* message */

#system-message-container {
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 30px;
}

#system-message-container span.info {
    border: 0;
    background: transparent;
    padding: 0;
}

#system-message-container span.info::before {
    float: none;
}

/* newsflash */

ul.newsflash-horiz.mod-list {
  display: flex;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}

ul.newsflash-horiz.mod-list li {
  margin: 0;
  padding: 15px;
  flex: 1;
}

ul.newsflash-horiz .newsflash-image {
  margin: 0 0 30px;
}

ul.newsflash-horiz.mod-list li .newsflash-title {
  padding: 0 0 30px 0;
}

ul.newsflash-horiz.mod-list li a:hover {
  text-decoration: underline;
}

ul.newsflash-horiz .smalltext.article-date {
  margin: 15px 0 0 0;
}

ul.newsflash-horiz a.readmore {
  background: transparent;
  color: #7f8c8d !important;
  padding: 0;
  transition: all 0.3s;
}

ul.newsflash-horiz a.readmore:hover {
  color: #1371b1 !important;
  transition: all 0.3s;
}


/* responsive */

.nav-toggle {
  margin-top: 10px;
}

.nav-collapse.opened li a {
  line-height: 45px;
  height: 45px;
}

.nav-collapse.opened li ul {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1169px) {

  .educators_home {
      top: 250px;
  }

  .blog h2, .blog h2 a {
      font-size: 36px;
  }

  .moduletable > div.search input.inputbox {
      max-width: 130px;
  }

}

@media (max-width: 991px) {

  .logo_row.one .sparky_cell:nth-of-type(1) {
    width: 75% !important;
  }

  .logo_row.one .sparky_cell:nth-of-type(2) {
    width: 25% !important;
  }

  .row_grey .page_container {
    max-width: 720px;
  }

  .moduletable > div.search input.inputbox {
    max-width: 70px;
  }

}

@media (max-width: 768px) {

  .educators_home {
    top: 0;
  }

  .item-page .page_row:last-child {
    margin-bottom: 0;
  }

  .mp_user1 {
    padding-bottom: 30px;
  }

  .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hot_swipe_carousel_slides_programmes .gallery-cell {
    width: 81% !important;
  }

  .hot_swipe_carousel_slides_programmes .flickity-slider {
    left: 9.5% !important;
  }

}

@media (max-width: 480px) {
  
  .page_container > .sparky_cell, label.rapid_contact_field {
      float: none;
      width: 100%;
  }
  
  .blog-items.columns-2 div.blog-item,
  .blog-items.columns-3 div.blog-item,
  .blog-items.columns-4 div.blog-item,
  .blog-items.columns-6 div.blog-item {
      width: 100%;
      margin: 0;
  }

  .sparky_logo {
    font-size: 20px;
  }

  .sparky_slogan {
    font-size: 12px;
  }

  .sparky_logo_link {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 100% 7px;
    background-size: 35px 35px;
    padding-right: 45px;
  }

  .row_grey .page_container {
    max-width: 90%;
  }



}

/* For DEMO purposes only. Can be safely deleted */

.sparky_settings {
  position: fixed;
  z-index: 9999;
  top: 40%;
  padding: 5px;
  background: #000;
  cursor: pointer;
  line-height: 1.4;
}

.sparky_settings:hover {
  background: #000;
}

.settings_content {
  display: none;
  float: left;
  padding-right: 15px;
  height: 28px;
}

.settings_content span {
  display: inline-block;
  width: 28px;
  height: 28px;
  border:3px solid #000;
  border-radius: 19px;
}

.settings_content span:hover {
  border:3px solid #fff;
}

.settings_content span.style1 {
  background: #05C7E2;
}

.settings_content span.style2 {
  background: #05e25d;
}

.settings_content span.style3 {
  background: #e20505;
}

.settings_content span.style4 {
  background: #339995;
}

.settings_content span.style5 {
  background: #d505e2;
}

.settings_cog {
  float: left;
  width: 30px;
  height: 28px;
}

.sparky_settings i {
  font-size: 28px;
  color: #fff;
}

	
