/* AUTOCOMPILE: sass -t expanded --watch style.scss:../../cms/public/sites/54a2e1fe083f52d098000002/theme/stylesheets/style.css */
/* COLORS */
/* ELEMENTS WIDTH */
/* ELEMENTS */
body {
  background: url("/assets/img/bg.png");
  font-family: 'Arial', sans-serif;
}

h1 {
  color: #655124;
}

h2 {
  text-decoration: none;
  color: #655124;
  font-size: 24px;
}

h3 {
  color: #655124;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

h4 {
  color: #655124;
}

blockquote {
  font-size: 16px;
  font-style: italic;
}

.container-fluid.main-container {
  max-width: 815px;
  background-color: White;
  margin-top: 10px;
  margin-bottom: 5px;
}

.container-fluid.main-footer {
  max-width: 815px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}
.container-fluid.main-footer .address {
  font-size: 12px;
  display: block;
}
.container-fluid.main-footer .address a {
  color: #655124;
  text-decoration: underline;
}
.container-fluid.main-footer .address a:hover {
  text-decoration: none;
}
.container-fluid.main-footer .address br {
  display: none;
}
.container-fluid.main-footer .address .space {
  display: inline;
}

table {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
table td {
  border: 1px solid #000;
  padding: 7px;
}
table td h2 {
  font-size: 16px;
  margin: 0;
  color: #978356;
  font-weight: bold;
}
table td h3 {
  margin-top: 0px;
  font-size: 15px;
  font-weight: normal;
}
table th {
  color: #655124;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #000;
  padding: 7px;
}

/* CLASSES-HEADER */
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
}
.header {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #F9B400;
  position: relative;
}
.header #logo {
  width: 184px;
  height: 120px;
}
.header #flag {
  position: absolute;
  right: 0;
  top: 0;
}
.header #flag img {
  width: 30px;
  height: 20px;
}
.header nav {
  position: absolute;
  bottom: 10px;
}
.header .main-navbar {
  left: 180px;
  max-width: 607px;
  margin-top: 99px;
  margin-bottom: 0px;
  border-bottom-width: 0px;
  right: -2px;
}
.header .main-navbar .main-navbar-container {
  padding-left: 10px;
  padding-right: 0px;
}
.header .main-navbar .main-navbar-container .nav-pills > li > a,
.header .main-navbar .main-navbar-container .nav-pills > li > a:hover,
.header .main-navbar .main-navbar-container .nav-pills > li > a:focus {
  color: #655124;
}
.header .main-navbar .main-navbar-container .nav > li > a:hover, .header .main-navbar .main-navbar-container .nav > li > a:focus {
  background-color: #E8E5DC;
}
.header .main-navbar .main-navbar-container .nav > li > a {
  padding: 4px 9px;
}
.header .main-navbar .main-navbar-container .nav-pills > li.active > a,
.header .main-navbar .main-navbar-container .nav-pills > li.active > a:hover,
.header .main-navbar .main-navbar-container .nav-pills > li.active > a:focus {
  background-color: #F9B400;
  color: White;
}
.header .main-navbar .main-navbar-container ul.nav {
  background-color: White;
}
.header .main-navbar .main-navbar-container .navbar-toggle {
  border-color: #ddd;
  position: relative;
  top: -20px;
}
.header .main-navbar .main-navbar-container .navbar-toggle .icon-bar {
  background-color: #888;
}
.header .main-navbar .main-navbar-container .collapse.in > .nav-pills > li, .header .main-navbar .main-navbar-container .collapsing > .nav-pills > li {
  float: none;
}
.header .main-navbar .main-navbar-container .collapse.in > .nav-pills > li + li, .header .main-navbar .main-navbar-container .collapsing > .nav-pills > li + li {
  margin-left: 0px;
}
.header .main-navbar .main-navbar-container .collapse.in ul, .header .main-navbar .main-navbar-container .collapsing ul {
  width: 100%;
}

/* CLASSES-content */
.rslides {
  position: relative;
  overflow: auto;
}
.rslides .slide_text {
  background: transparent;
  background: rgba(0,0,0,0.2);
  color: White;
  display: block;
  font-family: 'Aref Ruqaa', serif;
  font-size: 30px;
  font-style: italic;
  font-weight: normal;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  text-shadow: 1px -1px 2px #655124;
}

@media (max-width: 750px) {
  .rslides .slide_text {
    font-size: 20px;
  }
}
@media (max-width: 530px) {
  .rslides .slide_text {
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  .rslides .slide_text {
    font-size: 12px;
  }
}
.rslides_tabs {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 5px;
}
.rslides_tabs a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
  display: inline-block;
  height: 9px;
  overflow: hidden;
  text-indent: -9999px;
  width: 9px;
}
.rslides_tabs .rslides_here a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}

span.see_more {
  display: block;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 100%;
}
span.see_more a {
  font-weight: bold;
}

.gallery {
  width: 100%;
  text-align: center;
  padding-left: 9px;
}
.gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}
.gallery figure img {
  max-width: 200px;
  max-height: 120px;
}
.gallery figure figcaption {
  display: none;
}

.pswp__caption__center {
  text-align: center !important;
}

#thankyou {
  font-family: 'Arizonia', cursive;
  font-size: 28px;
  color: #655124;
  background: url("/assets/img/bg.png");
  text-align: center;
  padding: 15px;
  margin: 5px 0;
}
#thankyou span {
  background: url("/assets/img/bg.png");
  padding-left: 15px;
  padding-right: 15px;
}
#thankyou hr {
  margin-top: -18px;
  border-color: White;
}

#contact-form .form-group input[type="checkbox"] {
  width: 15px;
  height: 15px;
  float: right;
  margin-top: 8px;
}
#contact-form .form-group #label_pv, #contact-form .form-group #label_dc {
  padding-left: 15px;
  float: left;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}

#map-canvas {
  width: 100%;
  height: 400px;
}

@media (max-width: 768px) {
  #contact-form .form-group #label_pv, #contact-form .form-group #label_dc {
    padding-left: 0px;
  }
}
@media (max-width: 520px) {
  #contact-form .form-group .col-xs-1 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #contact-form .form-group #label_pv, #contact-form .form-group #label_dc {
    width: 90%;
  }
}
#apply-form h4 {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 12px;
  font-weight: 700;
}
#apply-form .form-group.textarea {
  display: block;
  min-height: 100px;
  margin-bottom: 4px;
}
#apply-form .form-group.file {
  display: block;
  min-height: 65px;
  margin-bottom: 4px;
}
#apply-form .form-group.checkbox {
  display: block;
  min-height: 55px;
  margin-bottom: 4px;
}
#apply-form .form-group {
  display: block;
  min-height: 46px;
  margin-bottom: 4px;
}
#apply-form .form-group .control-label {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 5px;
  width: 100%;
  padding-left: 0px;
  padding-right: 5px;
  display: block;
}
#apply-form .form-group .form-control {
  float: left;
}
#apply-form .form-group input[type=text], #apply-form .form-group select {
  display: inline;
  height: 27px;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 14px;
}
#apply-form .form-group input[type=file] {
  border: none;
  box-shadow: none;
  height: auto;
  padding-top: 0px;
  padding-bottom: 12px;
}
#apply-form .form-group input[type=text] {
  margin-left: 2%;
  width: 98%;
}
#apply-form .form-group input[type=checkbox] {
  height: 15px;
  width: 15px;
}
#apply-form .form-group .checkbox_form {
  width: 5%;
  float: left;
  margin-left: 2%;
}
#apply-form .form-group .checkbox_label {
  width: 95%;
  float: left;
  margin-left: 2%;
  margin-bottom: 10px;
}
#apply-form .form-group .select-container {
  margin-left: 2%;
  width: 98%;
  height: 25px;
}
#apply-form .form-group .select-container select {
  margin-top: -4px;
  height: 25px;
  margin-left: 0px;
  width: 20%;
  min-width: 150px;
}
#apply-form .form-group .select-yn {
  width: 10%;
  min-width: 90px;
}
#apply-form .form-group textarea {
  margin-left: 2%;
  width: 98%;
  margin-bottom: 10px;
}
#apply-form .form-group .note {
  margin-left: 2%;
  font-size: 12px;
}
#apply-form .form-group .btn.send-request {
  background-color: #E8E5DC;
  color: #655124;
  margin-top: 20px;
}
#apply-form .form-group .btn.send-request:hover {
  background-color: #F9B400;
  color: White;
}

#apply-form #data_acpt.form-group {
  min-height: 100px;
}

@media (max-width: 725px) {
  #apply-form .form-group.checkbox {
    min-height: 80px;
  }
  #apply-form .form-group.textarea {
    min-height: 120px;
  }
  #apply-form #data_acpt.form-group {
    min-height: 120px;
  }
}
@media (max-width: 580px) {
  #apply-form .form-group.checkbox {
    min-height: 100px;
  }
  #apply-form .form-group.checkbox .checkbox_form {
    width: 10%;
    float: left;
    margin-left: 10px;
  }
  #apply-form .form-group.checkbox .checkbox_label {
    width: 90%;
    float: left;
    margin-left: 10px;
  }
  
  #apply-form #data_acpt.form-group {
    min-height: 145px;
  }
}
@media (max-width: 420px) {
  #apply-form .form-group.checkbox {
    min-height: 130px;
  }
  #apply-form .form-group.textarea {
    min-height: 130px;
  }
  #apply-form #data_acpt.form-group {
    min-height: 190px;
  }
}
#main-content.about h2:nth-child(1) {
  margin-top: 0px;
}
#main-content.about h2 {
  margin-bottom: 5px;
}

#staff-pres {
  width: 100%;
}

#staff-pres #staff-pic {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
}

.staff-member {
  width: 50%;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
  max-height: 125px;
}
.staff-member .staff-pic {
  float: left;
  width: 90px;
  overflow: hidden;
  text-align: center;
}
.staff-member .staff-details {
  float: left;
  padding-left: 10px;
}
.staff-member .staff-details .description {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  line-height: 13px;
}
.staff-member .staff-details h5 {
  margin-bottom: 0;
}

.click_to_show {
  cursor: pointer;
}
.click_to_show .invis, .click_to_show .vis {
  font-size: 12px;
  background: White;
  color: #655124;
  border: none;
  padding: 5px;
  display: block;
  width: 90px;
}
.click_to_show .invis {
  width: 160px;
}
.click_to_show .invis:hover, .click_to_show .vis:hover {
  background: #F9B400;
  color: White;
}
.click_to_show .vis {
  display: none;
  margin-left: 5px;
}

.hiding {
  display: none;
}

#teachers {
  list-style-type: none;
  padding-left: 0px;
}
#teachers li {
  font-size: 15px;
  font-style: italic;
  float: left;
  width: 50%;
  height: 100px;
}
#teachers li div {
  width: 75px;
  height: 90px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  overflow: hidden;
  float: left;
}
#teachers li div img {
  width: 75px;
}
#teachers li span {
  height: 100px;
  display: block;
  padding-top: 30px;
  float: left;
  width: 55%;
}

@media (max-width: 470px) {
  #teachers li {
    height: 120px;
  }
  #teachers li div {
    width: 100%;
    height: 90px;
    margin-top: 5px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
  }
  #teachers li div img {
    width: 75px;
  }
  #teachers li span {
    height: 10px;
    display: block;
    line-height: 15px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -5px;
    padding: 0;
  }

  .container-fluid.main-footer {
    position: relative;
    text-align: center;
    bottom: 0px;
    width: 100%;
  }
  .container-fluid.main-footer .address {
    font-size: 9px;
    line-height: 15px;
  }
  .container-fluid.main-footer .address br {
    display: none;
    /*margin: -4px;
    content: " ";*/
  }
  .container-fluid.main-footer .address .space {
    display: none;
  }
}
@media (max-width: 530px) {
  #mms-logo {
    width: 100%;
  }
}
@media (max-width: 805px) {
  .staff-member {
    display: inline-block;
    float: left;
  }
  .staff-member .staff-pic {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .staff-member .staff-details {
    text-align: center;
    padding-left: 0px;
    width: 100%;
  }
  .staff-member .staff-details .description {
    font-size: 12px;
  }
  .staff-member .staff-details h5 {
    margin-top: 0px;
  }
}
table td.check-box, table th.check-box {
  width: 20px;
  text-align: center;
}
table td.hours, table th.hours {
  width: 76px;
  text-align: right;
}
table td.curriculum-area {
  padding-top: 12px;
}

@media (max-width: 520px) {
  table {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  table th {
    font-size: 15px;
  }
  table td h2 {
    font-size: 14px;
  }
  table td h3 {
    font-size: 13px;
    font-weight: bold;
  }
  table td p {
    font-size: 13px;
  }
  table td.hours, table th.hours {
    width: 20px;
  }
  table span.hidden-h {
    display: none;
  }
}
h3.faq {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hiding.faq {
  margin-left: 20px;
}

h4.sameline {
  display: inline-block;
}

h3.no-margin {
  margin: 0px;
}

.no-padding {
  padding: 0 !important;
}

.no-underline {
  text-decoration:none !important;
}

.no-underline:hover {
  text-decoration:none !important;
}

/* COOKIE POLICY */
span.update_cookie_preferences {
  text-decoration: underline;
  color: #655124;
  cursor: pointer;
}

span.update_cookie_preferences:hover {
  text-decoration: underline !important;
}

#cookie-policy-acceptance {
  height: 250px;
}
  
  
#cookie-policy-acceptance span, #cookie-policy-acceptance div {
  font-size: 15px;
}

@media (max-width: 520px) {
  #cookie-policy-acceptance {
    height: 380px !important;
  }
  
  #cookie-policy-acceptance span, #cookie-policy-acceptance div {
    font-size: 14px;
  }
  
  #cookie-policy-acceptance .btn {
    font-size: 12px !important;
    max-width: 95%;
  }
  
  br.small {
    display:inline !important;
  }
}

@media (max-width: 805px) {
  #cookie-policy-acceptance {
    height: 310px;
  }
}