/*******************************************/
/*******************************************/
/*/ variables /*/
/*******************************************/
/*******************************************/
/*******************************************/
/*/ colors /*/
.white-text {
  color: white !important; }

.col-1 {
  background-color: #96c8f0; }

.col-2 {
  background-color: #8cb4c8; }

.col-3 {
  background-color: #2864c8; }

.col-4 {
  background-color: #e6e6e6; }

.tg {
  background-color: #686868; }

.white {
  background-color: white; }

.grad-soft-1 {
  background: -webkit-linear-gradient(125deg, #96c8f0, #53a5e6, #a096f0);
  background: -moz-linear-gradient(125deg, #96c8f0, #53a5e6, #a096f0);
  background: -o-linear-gradient(125deg, #96c8f0, #53a5e6, #a096f0);
  background: linear-gradient(125deg, #96c8f0, #53a5e6, #a096f0); }

.grad-soft-2 {
  background: -webkit-linear-gradient(125deg, #8cb4c8, #5892af, #8c8cc8);
  background: -moz-linear-gradient(125deg, #8cb4c8, #5892af, #8c8cc8);
  background: -o-linear-gradient(125deg, #8cb4c8, #5892af, #8c8cc8);
  background: linear-gradient(125deg, #8cb4c8, #5892af, #8c8cc8); }

.grad-soft-3 {
  background: -webkit-linear-gradient(125deg, #2864c8, #1b4488, #5728c8);
  background: -moz-linear-gradient(125deg, #2864c8, #1b4488, #5728c8);
  background: -o-linear-gradient(125deg, #2864c8, #1b4488, #5728c8);
  background: linear-gradient(125deg, #2864c8, #1b4488, #5728c8); }

.grad-soft-4 {
  background: -webkit-linear-gradient(125deg, #e6e6e6, #c0c0c0, #e6e6e6);
  background: -moz-linear-gradient(125deg, #e6e6e6, #c0c0c0, #e6e6e6);
  background: -o-linear-gradient(125deg, #e6e6e6, #c0c0c0, #e6e6e6);
  background: linear-gradient(125deg, #e6e6e6, #c0c0c0, #e6e6e6); }

/*******************************************/
/*/ type /*/
* {
  font-family: 'Verdana', sans-serif !important;
  color: #686868;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  -moz-font-feature-settings: "kern=1";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  font-kerning: normal; }

h1, h2, h3, h4, h5, h6, li {
  margin: 0 0 15px; }

p {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 9.5px;
  font-size: 0.95rem;
  line-height: 150%; }
  @media screen and (max-width : 768px) {
    p {
      font-size: 7.5px;
      font-size: 0.75rem; } }
  p b {
    color: #595959; }

h1, h3, h5 {
  font-weight: 700;
  line-height: 110%;
  color: #3d99e3; }

h1 {
  font-size: 30px;
  font-size: 3rem; }
  @media screen and (max-width : 768px) {
    h1 {
      font-size: 26px;
      font-size: 2.6rem; } }

h3 {
  font-size: 20px;
  font-size: 2rem; }
  @media screen and (max-width : 768px) {
    h3 {
      font-size: 15px;
      font-size: 1.5rem; } }

h5 {
  font-size: 12.5px;
  font-size: 1.25rem; }
  @media screen and (max-width : 768px) {
    h5 {
      font-size: 12.5px;
      font-size: 1.25rem; } }

h2, h4, h6 {
  font-weight: 100;
  line-height: 110%;
  color: #1765a3; }

h2 {
  font-size: 22.5px;
  font-size: 2.25rem; }
  @media screen and (max-width : 768px) {
    h2 {
      font-size: 20px;
      font-size: 2rem; } }

h4 {
  font-size: 28px;
  font-size: 2.8rem; }
  @media screen and (max-width : 768px) {
    h4 {
      font-size: 15px;
      font-size: 1.5rem; } }

h6 {
  font-size: 17.5px;
  font-size: 1.75rem; }
  @media screen and (max-width : 768px) {
    h6 {
      font-size: 15px;
      font-size: 1.5rem; } }

hr {
  margin: 20px 0;
  border: none;
  border-top: 4px solid;
  width: 40px !important;
  color: #a1cef2; }

blockquote {
  margin: 30px 0;
  padding: 0px 15px;
  font-size: 130%;
  line-height: 115%;
  border-left: 3px dotted white; }
  blockquote span {
    display: block;
    padding: 20px 0 0;
    font-size: 85%; }

/*******************************************/
/*/ transitions and animations /*/
/*******************************************/
/*/ site animations /*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0); }

  40% {
    -webkit-transform: translateX(0) translateY(-10px);
    -moz-transform: translateX(0) translateY(-10px);
    -o-transform: translateX(0) translateY(-10px);
    -ms-transform: translateX(0) translateY(-10px);
    transform: translateX(0) translateY(-10px); }

  60% {
    -webkit-transform: translateX(0) translateY(-4px);
    -moz-transform: translateX(0) translateY(-4px);
    -o-transform: translateX(0) translateY(-4px);
    -ms-transform: translateX(0) translateY(-4px);
    transform: translateX(0) translateY(-4px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0); }

  40% {
    -webkit-transform: translateX(0) translateY(-10px);
    -moz-transform: translateX(0) translateY(-10px);
    -o-transform: translateX(0) translateY(-10px);
    -ms-transform: translateX(0) translateY(-10px);
    transform: translateX(0) translateY(-10px); }

  60% {
    -webkit-transform: translateX(0) translateY(-4px);
    -moz-transform: translateX(0) translateY(-4px);
    -o-transform: translateX(0) translateY(-4px);
    -ms-transform: translateX(0) translateY(-4px);
    transform: translateX(0) translateY(-4px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0); }

  40% {
    -webkit-transform: translateX(0) translateY(-10px);
    -moz-transform: translateX(0) translateY(-10px);
    -o-transform: translateX(0) translateY(-10px);
    -ms-transform: translateX(0) translateY(-10px);
    transform: translateX(0) translateY(-10px); }

  60% {
    -webkit-transform: translateX(0) translateY(-4px);
    -moz-transform: translateX(0) translateY(-4px);
    -o-transform: translateX(0) translateY(-4px);
    -ms-transform: translateX(0) translateY(-4px);
    transform: translateX(0) translateY(-4px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0); }

  40% {
    -webkit-transform: translateX(0) translateY(-10px);
    -moz-transform: translateX(0) translateY(-10px);
    -o-transform: translateX(0) translateY(-10px);
    -ms-transform: translateX(0) translateY(-10px);
    transform: translateX(0) translateY(-10px); }

  60% {
    -webkit-transform: translateX(0) translateY(-4px);
    -moz-transform: translateX(0) translateY(-4px);
    -o-transform: translateX(0) translateY(-4px);
    -ms-transform: translateX(0) translateY(-4px);
    transform: translateX(0) translateY(-4px); } }

.bounce {
  -webkit-animation: bounce 1.4s infinite;
  -moz-animation: bounce 1.4s infinite;
  -o-animation: bounce 1.4s infinite;
  animation: bounce 1.4s infinite; }

/*******************************************/
/*/ partials /*/
/***********************/
/*/ nav /*/

/*Cleafix*/
nav:before,
nav:after,
nav .container:before,
nav .container:after,
.clearfix:before, .clearfix:after,
.nav.pure-menu-list:before, .nav.pure-menu-list:after
{
  content: " ";
  display: table;
}
nav:after,
nav .container:after,
.clearfix:after,
.nav.pure-menu-list:after {
  clear: both;
}
/* For IE 6/7 only */
nav,
nav .container,
.clearfix,
.nav.pure-menu-list {
  *zoom: 1;
}

.menu-icon {
  padding:11px;
  cursor: pointer;
  background: #96c8f0;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px; 
}

.nav-link.nav.active-link .menu-icon {
  background: #53a5e6;
}

.menu-icon img {
  display: block;
  width: 22px;
  height: 22px;
}
/*
.menu-icon i {
  font-size: 20px;
  color: #fff;
  background: #96c8f0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: 2px solid #fff;
  -moz-transition: color 500ms;
    -o-transition: color 500ms;
    -webkit-transition: color 500ms;
    transition: color 500ms
    -moz-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    -webkit-transition: background-color 500ms;
    transition: background-color 500ms;
}

.menu-icon-selected > i {
  color: #53a5e6;
  background-color: #fff;
}
*/




nav {
  background: white;
  width: 100%;
  padding: 20px 0;
  /*
  min-height: 120px;
  top: 0;
  padding: 0;
    padding: 20px 0;
  */text-align: center;
  /*z-index: 999; */}
  nav * {
    color: white; }
    nav .container .logo {
      float: left; }
      nav .container .logo img {
        height: 70px;
        width: auto;
        display: block;
        margin: 0 auto;
        padding: 0; }
        @media screen and (max-width : 1024px) {
          nav .container .logo img {
            float: none;
            text-align: center;
            font-size: 20px; } }
    nav .container .nav-link {
      display: none;
      cursor: pointer; }
      nav .container .nav-link:hover, nav .container .nav-link.active-link a {
        color: #3d99e3; }
      nav .container .nav-link a {
        display: inline-block; }
      @media screen and (max-width : 1024px) {
        nav .container .nav-link {
          display: inline-block !important;
          float: right;
          padding: 0 30px;
          line-height: 70px; } }
    nav .container .nav-list {
      float: right;
      display: inline-block; 
      margin-top: 9px!important;
      line-height: 52px;}
      @media screen and (max-width : 1024px) {
        nav .container .nav-list {
          background: white;
          display: none;
          width: 100%!important;
          line-height: 1; } 
          nav .container .nav-list .nav {
            max-width: 100%;
          }
          .pure-menu-horizontal .pure-menu-item, .pure-menu-horizontal .pure-menu-heading, .pure-menu-horizontal .pure-menu-separator {
            float: left;
          }
        }
      nav .container .nav-list .nav {
        max-width: 720px;
        margin: 0 auto;
        list-style: none;
        text-transform: capitalize; }
        nav .container .nav-list .nav a {
          display: inline-block;
          padding: 0 10px;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 52px!important; }
          nav .container .nav-list .nav a.active {
            color: #1765a3;
          }
          @media screen and (max-width : 1200px) {
            nav .container .nav-list .nav a {
              padding: 0 7px;
            }
          }
          @media screen and (max-width : 1024px) {
            nav .container .nav-list .nav a {
              display: block;
              line-height: 60px; }
              nav .container .nav-list .nav a {
                padding: 0 10px;
              }
          }

              nav .pure-menu-link {
                color: #96c8f0;
              }
              nav .pure-menu-link:hover, nav .pure-menu-link:focus  {
                background: transparent;
                background-color: transparent;
              }

/***********************/
/*/ banner /*/
.breadcrumb {
  text-transform: capitalize; }
  .breadcrumb .container {
    padding: 30px 0; }
  .breadcrumb * {
    font-size: 11px;
    font-size: 1.1rem;
    color: white;
    letter-spacing: 1px;
    padding: 0 20px 0 0; }
  .breadcrumb a {
    font-weight: 100; }
  .breadcrumb .active {
    font-weight: 800; }

/***********************/
/*/ banner /*/
.home-banner {
  min-height: 400px;
  padding: 10vh 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
  background-size: cover; }
  @media screen and (max-width : 767px) {
    .home-banner {
      display: none; } 
      section {
        padding: 0!important;
      }

      nav {
        border-bottom: 3px solid #96c8f0;
        padding: 15px 0;
      }
      nav .container .logo img {
        height:60px;
        width: auto;
      }
      nav .container .nav-link {
        line-height: 60px;
        margin-top: 8px;
        padding: 0;
      }
      nav .container .nav-list .nav {
        width: 100%;
        max-width: 100%;
      }
      nav .container .nav-list .nav a {
        width: 100%;
        text-align: left;
      }

      .pure-menu-horizontal .pure-menu-item, .pure-menu-horizontal .pure-menu-heading, .pure-menu-horizontal .pure-menu-separator {
        display: inline-block;
        width: 50%;
/*        float: none;*/
      }
    }

.banner {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
  padding: 5vh 0; }
  .banner:first-child * p {
    font-size: 24px !important; }
  .banner .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    z-index: 1; }
  .banner .open {
    width: 95%;
    max-width: 800px;
    margin: 10px 0 20px; }
    .banner .open * {
      position: relative;
      z-index: 9;
      color: white; }
    .banner .open a {
      letter-spacing: 1px;
      border-bottom: 2px solid; }
    .banner .open p {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 100;
      line-height: 135%; }
    .banner .open strong {
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 100%; }
      @media screen and (max-width : 768px) {
        .banner .open strong {
          font-size: 22px;
          font-size: 2.2rem; } }
    .banner .open img {
      width: 100%;
      max-width: 600px; }
  .banner strong {
    display: block;
    margin: 0 0 20px;
    font-size: 50px;
    font-size: 5rem;
    line-height: 115%; }
    @media screen and (max-width : 768px) {
      .banner strong {
        font-size: 30px;
        font-size: 3rem; } }

/***********************/
/*/ images /*/
.gallery img {
  display: block;
  width: 100%;
  margin: 0 auto;
  outline: 20px solid #f1f6f8; }

/***********************/
/*/ footer /*/
footer {
  background: #686868;
  padding: 20px 0;
  font-size: 8.5px;
  font-size: 0.85rem;
  line-height: 125%; }
  footer * {
    color: white; }
  footer ul {
    width: 95%;
    max-width: 600px;
    margin: 0;
    padding: 10px 0; }
  footer a {
    font-weight: 700; }
  footer p {
    font-size: 8.5px;
    font-size: 0.85rem;
    font-weight: normal; }

/*******************************************/
/*******************************************/
/*/ CSS /*/
/*******************************************/
/*******************************************/
/*******************************************/
/*/ imports /*/
/***********************/
/*******************************************/
/***********************/
html, body, ul, ol {
  padding: 0;
  list-style: none; }


section {
  background: inherit;
/*  min-height: 65vh; */
}

a, a * {
  position: relative;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  color: #96c8f0; }
  a:hover, a *:hover {
    color: #53a5e6; }

.pure-button {
  font-size: 10px;
  font-size: 1rem;
  text-transform: capitalize;
  color: #fff;
  background-color: #96c8f0;
  border: 0}
  .pure-button:hover {
  background-color: #1765a3;
  background: #1765a3;
  color: #fff;
}

::selection {
  background: #96c8f0;
  color: white; }

/*******************************************/
/*/ misc /*/
.left {
  float: left; }

.right {
  float: right; }

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

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

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

/***********************/
/*/ states /*/
.active-inline {
  display: inline !important; }

.active-inline-block {
  display: inline-block !important; }

.active-block {
  display: block !important; }

.active-link {
  color: #268ee0; }
  .active-link *, .active-link *::before, .active-link *::after {
    border-color: #53a5e6 !important; }

/*******************************************/
/*/ wrap /*/
.container {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto; }

.container-md {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto; }

section {
  background: #f1f6f8;
  padding: 40px 0; }
  section .container {
    padding: 40px 0 20px; }
    section .container .dd {
      margin: 0;
      padding: 0 0 20px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 125%; }
      section .container .dd > * {
        width: 95%;
        max-width: 700px;
        color: white; }
        @media screen and (max-width : 768px) {
          section .container .dd > * {
            width: 100%; } }
      section .container .dd ul {
        max-width: 100%; }
        section .container .dd ul li {
          margin: 0 0 10px;
          font-size: 9.5px;
          font-size: 0.95rem; }
          @media screen and (max-width : 768px) {
            section .container .dd ul li {
              margin: 0 0 5px;
              font-size: 8.5px;
              font-size: 0.85rem; } }
          section .container .dd ul li * {
            display: block;
            width: 95%; }
          section .container .dd ul li b {
            color: #268ee0; }
      section .container .dd p {
        color: #686868; }
      section .container .dd .points li {
        font-size: 12px;
        font-size: 1.2rem;
        padding-left: 20px; }
        section .container .dd .points li:before {
          content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ ';
          font-weight: 700;
          color: #268ee0;
          margin-left: -14px; }
    section .container .heading, section .container .heading * {
      margin: 0 0 20px;
      font-weight: bold; }

/*******************************************/
/*******************************************/
/*/ pages /*/
/*******************************************/
/*******************************************/
/***********************/
/*/ home /*/
#home .banner {
  background-size: cover; }
#home .alumni * {
  padding: 5px 0; }
#home .alumni > * {
  margin: 10px 10px 10px 0;
  padding: 10px;
  border: none;
  border-radius: 0;
  color: #686868; }
#home .home-block li {
  padding: 0 0 20px; }
  @media screen and (max-width : 768px) {
    #home .home-block li {
      padding: 10px 0; } }
#home .home-block .open p {
  max-width: 800px;
  width: 95%; }
#home .home-block .open form > input {
  outline: 1px solid #8cb4c8; }
/*#home .sponsors {
  padding: 5vh 0; }*/
  #home .sponsors .open {
    width: 100%;
    max-width: 100%; }
#home .sponsor-gallery img {
  display: block;
  height: 35px;
  margin: 0 auto;
  padding: 20px; }

/***********************/
/*/ about /*/
#about .banner {
  background: url('../img/banner/banner-2.jpg') 50% 50% no-repeat;
  background-size: cover; }

/***********************/
/*/ faculty /*/
#faculty .portrait img {
  display: block;
  width: 85%;
  max-width: 240px;
  margin: 0;
  border-radius: 1000px; }
  @media screen and (max-width : 768px) {
    #faculty .portrait img {
      margin: 0 auto 20px; } }
#faculty .bio * {
  margin: 0 0 2.5%; }
#faculty .bio a {
  border-bottom: 1px solid; }

/***********************/
/*/ courses /*/

/*
#courses .course-list {
  max-width: 100%; }
  #courses .course-list > li {
    background: white;
    margin: -20px auto 40px;
    padding: 20px; }
    #courses .course-list > li a {
      display: block;
      margin: 30px 0 -10px;
      text-decoration: underline; }
      #courses .course-list > li h5 a {
        margin:0;
        text-decoration: none;
        color: #3d99e3;
        cursor: pointer;
        font-weight: 700;
        line-height: 110%;
      }
      #courses .course-list > li h5 a:hover {
        color: #96c8f0;
        text-decoration: underline;
        cursor: pointer;
      }
#courses .course-break {
  display: block;
  width: 100% !important;
  margin: 0 0 60px;
  border-top: 3px solid; }
  @media screen and (max-width : 768px) {
    #courses .course-break {
      margin: 0 0 30px; } }
#courses .detail-list {
  background: white;
  width: 100%;
  padding: 20px; }
  #courses .detail-list ul li {
    padding: 0 0 10px;
    font-size: 10px;
    font-size: 1rem; }
    #courses .detail-list ul li b {
      padding: 0 8px 0 0; }
  #courses .detail-list .info * {
    max-width: 700px; }
#courses .reg-here a {
  font-weight: bold; }
#courses .poster img {
  display: block;
  width: 90%;
  max-width: 240px;
  margin: 0 0 0 auto; }
  @media screen and (max-width : 768px) {
    #courses .poster img {
      display: none; } }
*/
#courses .course-break {
 display: block;
 width: 100% !important;
 margin: 0 0 60px;
 border-top: 3px solid;
}


#courses .detail-list {
   background: white;
   width: 100%;
   padding: 20px;
}


.pure-g {
  letter-spacing: normal;
}
.pure-u-6-8 {
  width: 75%;
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;

}
.pure-u-2-8 {
  width: 25%;
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;

}
.course-list .pure-g {
  background-color: #fff;
  margin: -20px auto 40px;
  padding: 20px;
}
.course-list span {
  display: block;
  margin-bottom: 8px;
}
.course-list span b {
  max-width: 200px;
}
.course-list .reg-here ,
.course-list .reg-here a:visited {
  display: block;
  margin: 16px 0 -10px;
  text-decoration: underline;
  font-weight:bold
}
.poster img {
  display: block;
  width: 90%;
  max-width: 240px;
  margin: 0 0 0 auto;
}
.poster span {
  display: block;
  width: 90%;
  text-align: center;
  margin: 0 0 0 auto;
}
.course-list h5 a,
.course-list h5 a:visited {
    margin: 0;
    text-decoration: none;
    color: #3d99e3;
    cursor: pointer;
    font-weight: 700;
    line-height: 110%;
}
.course-list h5 a:hover {
  color: #96c8f0;
  text-decoration: underline;
  cursor: pointer;
}

/*
.soldout img {
  display: block;
  width: 100%;
  margin: 0;
}
.soldout {
  position: relative;
}
.soldout span {
  display: block;
  position: absolute;
  top:30px;
  text-align: center;
  left:12px;
  right:12px;
  font-size: 11px;
  color: #fe5746;
}
.soldout span.sold_out_msg {
  top:4.4em;
}

.soldout span b {
  color: #fe5746;
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.detail-list .soldout {
   margin-bottom: 20px;
}
*/
.course-list.soldout,
.detail-list.soldout {
  position: relative;
}
.course-list.soldout:after,
.detail-list.soldout:after {
  content:'';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  pointer-events: none;
  background: url('/static/media/uploads/website/img/soldout-sign.png');
  background-repeat: no-repeat;
  background-position: 85% 40%;
  background-size: 250px auto;
}

@media (max-width : 1500px), screen and (max-device-width: 1500px) {
  .course-list .pure-u-7-8 {
    width: 85%;
  }
  .course-list .pure-u-6-8 {
    width: 70%;
  }
  .course-list .pure-u-1-8 {
    width: 15%;
  }
  /*
  .soldout span.sold_out_msg {
    top:5em;
    left:14px;
    right: 14px;
  }
  .detail-list .soldout {
    width: 20%;
    max-width: 160px;
  }
  .detail-list .soldout span.sold_out_msg {
    top: 6em;
    left: 16px;
    right: 16px;
  }*/
}

/*
@media (max-width : 1400px), screen and (max-device-width: 1400px) {

  .soldout span.sold_out_msg {
    top:4.4em;
  }
}
@media (max-width : 1300px), screen and (max-device-width: 1300px) {

  .soldout span.sold_out_msg {
    top:4em;
  }

}*/
@media (max-width : 1200px), screen and (max-device-width: 1200px) {
    #courses .pure-u-md-1-5, #courses .pure-u-md-4-5, #home .pure-u-md-4-5 {
      width: 100%; 
    } 
    #courses .course-list .pure-g {
      margin-top: 20px;
    }
/*
    .soldout span.sold_out_msg {
      font-size: 10px;
      top:50px;
    }
    .detail-list .soldout {
      width: 25%;
      max-width: 200px;
    }*/
    #courses .detail-list .pure-u-md-1-5.poster {
      width: 25%;
      max-width: 200px;
      margin-bottom: 25px;
    }
    #courses .detail-list .pure-u-md-1-5.poster img, .detail-list .poster span {
      width: 100%;
      margin: 0;
      max-width: 100%;
    }
    /*
    .detail-list .soldout span.sold_out_msg {
      top: 6em;
      font-size: 12px;
      left: 20px;
      right: 20px;
    }*/
}

@media (max-width : 1024px), screen and (max-device-width: 1024px) {
  /*
  .soldout span.sold_out_msg {
    top:65px;
    font-size: 11px;
  }*/
  .course-list .pure-u-7-8 {
    width: 80%;
  }
  .course-list .pure-u-6-8 {
    width: 60%;
  }
  .course-list .pure-u-1-8 {
    width: 20%;
  }
  /*
  .detail-list .soldout span.sold_out_msg {
    top: 6em;
    font-size: 12px;
    left: 20px;
    right: 20px;
  }*/
}


/*ipad LANDSCAPE*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /*
  .soldout span.sold_out_msg {
    top:65px;
    font-size: 11px;
  }
  .detail-list .soldout span.sold_out_msg {
    top: 6em;
    font-size: 12px;
    left: 20px;
    right: 20px;
  }*/
}

/*ipad PORTRAIT*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /*
  .soldout span.sold_out_msg {
    top:44px;
    font-size: 11px;
  }
  .detail-list .soldout span.sold_out_msg {
    top: 4.4em;
    font-size: 12px;
    left: 15px;
    right: 15px;
  }*/
}


@media (max-width : 768px), screen and (max-device-width: 768px)  {
  /*
  .soldout span.sold_out_msg {
    top:44px;
    font-size: 11px;
  }*/
  .course-list, .course-list .reg-here, .course-list .reg-here a:visited, .detail-list .info {
    font-size: 0.75rem;
  }
  /*
  .detail-list .soldout span.sold_out_msg {
    top: 4.4em;
    font-size: 12px;
    left: 15px;
    right: 15px;
  }*/
}

@media (max-width : 767px), screen and (max-device-width: 767px)  {
  .pastAttendeesImg img {
    width:100%;
    height:auto;
  }
  .course-list .pure-u-7-8, .course-list .pure-u-6-8 {
    width: 100%;
    margin-bottom: 25px;
  }
  /*
  .course-list .pure-u-1-8.soldout {
    width: 145px;
    padding-right: 20px;
  }*/
  .course-list .pure-u-1-8.poster {
    width: 24%;
  }
  .soldout span.sold_out_msg {
    top: 50px;
    width: 115px;
    left: 0;
    padding: 0 15px;
  }
  /*
  .course-list .soldout img {
    width: 145px;
    height: auto;
  }*/
  .poster img {
    width: 100%;
  }
/*
  .detail-list .soldout {
    width: 200px;
    max-width: 200px;
  }*/
  #courses .detail-list .pure-u-md-1-5.poster {
    width: 50%;
    max-width: 50%;
  }
  /*
  .detail-list .soldout span.sold_out_msg {
    top: 70px;
    width: 160px;
    left: 0;
    right: 0;
    padding: 0 20px;
  }
  */
}
 

/*
.soldout b {
  color: #D70000;
}
.soldout .soldoutmsg {
  color: #4D4D4D;
}

#courses .soldout {
  width: 80%;
  max-width: 800px;
  margin-bottom: 15px;
}
.soldout {
  padding: 10px;
  background: #fff0f0;
  border-bottom: 3px solid #F0D7D7;
  font-size: 90%;
  width: 80%;
  max-width: 500px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-radius: 8px;
}
*/

/***********************/
/*/ faq /*/
#faq .qanda {
  padding: 20px 0 0; }
  #faq .qanda > * {
    padding: 0 1.5em 10px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 130%; }
    #faq .qanda > *:before {
      display: inline-block;
      margin-left: -1.5em;
      width: 1.5em;
      color: #268ee0;
      font-weight: bold; }
  #faq .qanda .dt {
    font-weight: bold;
    color: #595959; }
    #faq .qanda .dt:before {
      content: 'Q';
      color: #69b1ea; }
  #faq .qanda .dd {
    padding-bottom: 30px; }
    #faq .qanda .dd:before {
      content: 'A'; }
#faq ul > * {
  padding-left: 1.5em;
  font-size: 10px;
  font-size: 1rem;
  line-height: 130%; }
  #faq ul > *:before {
    content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“';
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    color: #268ee0;
    font-weight: bold; }

/***********************/
/*/ contact /*/
#contact .banner {
  background: url('../img/banner/banner-5.jpg') 50% 50% no-repeat;
  background-size: cover; }
.home-banner{
 background-image:url('../img/banner/home-banner-3.jpg');
}
#contact .details li .note {
  padding: 10px 0 0;
  font-size: 8.5px;
  font-size: 0.85rem;
  line-height: 125% !important;
  font-style: italic; }
#contact #map {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 30vh; }
#contact ul > * {
  padding: 0 0 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 150%; }
  #contact ul > * b {
    padding: 0 8px 0 0; }

/***********************/
/*/ register /*/
#register .process-tabs {
  padding: 0 0 20px;
  font-size: 15px;
  font-size: 1.5rem; }
  @media screen and (max-width : 768px) {
    #register .process-tabs {
      font-size: 10px;
      font-size: 1rem; } }
  #register .process-tabs a {
    font-weight: bold;
    color: #53a5e6; }
    #register .process-tabs a.disabled {
      color: #96c8f0; }
    @media screen and (max-width : 768px) {
      #register .process-tabs a {
        display: block; } }
#register .form {
  background: white;
  padding: 20px; }
  #register .form * {
    font-size: 8.5px;
    font-size: 0.85rem;
    border-radius: 0;
    box-shadow: none; }
  #register .form label {
    color: #2864c8; }
  #register .form .hr {
    display: block;
    width: 100%; }
    #register .form .hr hr {
      width: 20px !important; }
  #register .form .info > * {
    width: 90%;
    padding: 10px;
    opacity: 0.75; }
    @media screen and (max-width : 768px) {
      #register .form .info > * {
        width: 100%;
        padding: 10px 0; } }

.download-box .pure-button {
  width: 100%;
  white-space: initial;
}



#mycourses .process-tabs {
  padding: 0 0 20px;
  font-size: 15px;
  font-size: 1.5rem; }
  @media screen and (max-width : 768px) {
    #mycourses .process-tabs {
      font-size: 10px;
      font-size: 1rem; } }
  #mycourses .process-tabs a {
    font-weight: bold;
    color: #53a5e6; }
    #mycourses .process-tabs a.disabled {
      color: #96c8f0; }
    @media screen and (max-width : 768px) {
      #mycourses .process-tabs a {
        display: block; } }
#mycourses .form {
  background: white;
  padding: 20px; }
  #mycourses .form * {
    font-size: 8.5px;
    font-size: 0.85rem;
    border-radius: 0;
    box-shadow: none; }
  #mycourses .form label {
    color: #2864c8; }
  #mycourses .form .hr {
    display: block;
    width: 100%; }
    #mycourses .form .hr hr {
      width: 20px !important; }
  #mycourses .form .info > * {
    width: 90%;
    padding: 10px;
    opacity: 0.75; }
    @media screen and (max-width : 768px) {
      #mycourses .form .info > * {
        width: 100%;
        padding: 10px 0; } }

#mycourses #mycoursesAccordion {
  width:100%;
  max-width: 90%;
}


#mycourses #mycoursesAccordion h3:focus {
  outline: 0!important
}


#mycourses #mycoursesAccordion h3 {
  font-size: 1.25rem;
  background: #fff;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 0;
  border-bottom: 3px solid #f1f6f8;
}

#mycourses #mycoursesAccordion .courseCompleted {
  width:100%;
  margin-bottom: 1.2em;
}


#mycourses #mycoursesAccordion .courseCompleted .pure-button {
  line-height: 40px;
  padding: 0 12px;
  background-color: #3d99e3; 
}
#mycourses #mycoursesAccordion .courseCompleted .pure-button:hover {
  background-color: #a1cef2; 
}


#mycourses #mycoursesAccordion h3.ui-accordion-header-active {
  border-color: #a1cef2;
}

#mycourses #mycoursesAccordion h3:hover {
  color: #a1cef2;
  border-color: #a1cef2;
}

#mycourses #mycoursesAccordion span.description, #mycourses #mycoursesAccordion span.materialTitle {
  display: block;
}
#mycourses #mycoursesAccordion span.materialTitle  {
font-size: 1.1rem;
 }
#mycourses #mycoursesAccordion span.description p {
  margin-bottom: 0.6em;
}
#mycourses #mycoursesAccordion .pure-button {
  display:inline-block;
  width: auto;
}
#mycourses #mycoursesAccordion > div.ui-accordion-content {
  background: #fff;
  padding: 20px;
  border-bottom: 3px solid #f1f6f8;
}
#mycourses #mycoursesAccordion > div.ui-accordion-content h4 {
  font-size: 1.4rem;
}


#mycourses #mycoursesAccordion .courseMaterial {
  margin-bottom: 1.2em;
}
#mycourses #mycoursesAccordion > div.ui-accordion-content .courseMaterial:last-child {
  margin-bottom: 0;
}
#mycourses section .container .dd ul li * {
  width: 100%;
}
#mycourses section .container .dd ul.course-list li span * {
  width: initial;
  display: inline-block;
}

#mycourses .course-list li b {
  color: #686868;
}

#mycourses .course-list.myCourses .courseCompleted p {
  margin-bottom: 10px;
}
#mycourses .course-list.myCourses a {
  font-weight: bold;
}


#mycourses .course-list.myCourses .courseCompleted .pure-button {
  width: auto;
  display: inline-block;
  margin: 10px 0;
  font-weight: normal;
  text-decoration: none;
}

#mycourses section .container .dd ul li h5.mycoursesTitle {
  float: left;
  display: inline-block;
  width: 70%;
}
#mycourses section .container .dd ul li a.mycoursesResourceLink {
  float: right;
  display: inline-block;
  width: 30%;
  margin-top: 0;
  text-align: right;
}


.box {
  background: #fff;
  width: 100%;
  padding: 20px;
}

#courseResources .resourcesMenu {
  margin: 0;
  margin-right: 20px;
}
#courseResources .resourcesMenu li > ul > li {
  padding-left: 14px;
  position: relative;
}
#courseResources .resourcesMenu li > ul > li:before  {
  position: absolute;
  left: 0;
  text-align: center;
  color: #a1cef2;
  content: "-";
  width:14px;
}
#courseResources .pure-u-3-4 h4 {
  font-size: 2.4rem;
}
#courseResources .pure-u-3-4 h3 {
  font-size: 1.4rem;
}
#courseResources .pure-u-3-4 ul {
  list-style: disc;
  padding-left: 18px;
}
#courseResources .pure-u-3-4 ul li {
  margin-bottom: 10px;
}

.noBullet ul {
  list-style: none!important;
  padding-left: 0!important;
}


#courseResources .resourcesMenu li > ul  {
  margin-left: 14px;
  margin-top: 12px
}
#courseResources .resourcesMenu li > ul > li {
  margin-bottom: 12px
}

#courseResources .resourcesMenu li.active > a  {
  color: #3d99e3;
  font-weight: bold;
}




#registerForm .clearfix,
#registerForm .mm_practice_location  {
  width: 100%;
}
#registerForm .pure-u-md-1-2 {
  float: left;
}
@media screen and (max-width: 1024px) {
  #registerForm .pure-u-md-1-2, #registerForm .pure-u-md-2-3, #registerForm .pure-u-md-1-5, #registerForm .pure-u-7-8 {
  float:none;
  width: 100%;
  }
  #registerForm .pure-u-md-1-3 {
    width: 50%;
    float: left;
  }
    #registerForm .pure-input-1-2 {
  float:none;
  width: 100%;
    }
   #registerForm .pure-u-md-1-3 .pure-u-7-8 {
    width: 87.5%;
   }

   #mycourses #mycoursesAccordion, #mycourses .pure-u-1.pure-u-md-2-3,
   #mycourses .pure-u-1.pure-u-md-1-3, #courses .course-list {
     width:100%;
     max-width: 100%;
   }
   #courseResources .pure-u-3-4, #courseResources .pure-u-1-4 {
    width: 100%;
   }
   #courseResources .resourcesMenu {
     margin-right: 0;
   }
   #courseResources .pure-u-3-4 {
    margin-top: 1rem;
   }
}





#home .sponsor-gallery img {
cursor:pointer
}

.pastAttendeesImg img {
width:80%;
max-width:700px;
height:auto;
}



/*
/*

#mycourses .mycoursesResourcesList li span.materialTitle, #mycourses .mycoursesResourcesList li span.description {
  display: block;
}
#mycourses .mycoursesResourcesList li span.materialTitle {
  font-weight: bold;
  font-size: 110%;
}
#mycourses .mycoursesResourcesList li span.description {
  display: block;
  margin-bottom: 8px;
}
#mycourses .mycoursesResourcesList li .pure-button {
  display:inline-block;
  width: auto;
}


#mycourses .mycoursesResourcesList li  {
  margin-bottom: 1.4em;
}

    @media screen and (max-width : 1250px) {
      #mycourses .pure-u-md-2-3, #mycourses .pure-u-md-1-3 {
        width:100%;
      }
      #mycourses .pure-u-md-2-3 .pure-u-md-1-4 {
        width:50%;
      }
      #mycourses .pure-u-md-1-3 #courses {
        width: 100%!important;
        max-width:100%!important;
      }

    }

*/




