.form-group {
  margin-bottom: 15px; }

.form-label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

.form-input {
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  width: 100%; }

.event-box .time {
  color: white;
  font-size: 18px; }

.info-session {
  float: none;
  margin: auto;
  text-align: center;
  padding-top: 107px; }

.info-session-btn {
  font-size: 18px;
  margin-bottom: 107px; }

.partnership-img {
  max-width: 100%;
  max-height: 250px;
  float: left;
  margin-left: 15%;
  display: inline-block; }
  @media (max-width: 699px) {
    .partnership-img {
      float: none;
      margin: auto; } }

.partnership-description {
  width: 35%;
  float: right;
  margin-right: 15%;
  display: inline-block; }
  @media (max-width: 699px) {
    .partnership-description {
      float: none;
      margin: auto;
      width: 80%; } }

.partnership-container {
  display: inline; }

.upcoming-section {
  background-color: #f7f7f7; }

.header-link {
  color: #3878BA; }
  .header-link:hover {
    text-decoration: underline; }

div.center-heading > h2 {
  color: #555;
  font-size: 2.5em; }

div.center-heading > h4 {
  color: #777;
  text-transform: uppercase; }

div.center-heading {
  margin-bottom: 10px; }

header.entry-header {
  margin: -50px 0 -20px;
  text-transform: uppercase;
  font-size: 1em; }

header > h1 {
  color: #555; }

.entry-content > section {
  margin-bottom: 25px; }

.entry-content > h2 {
  text-transform: uppercase;
  font-size: 2.4em;
  color: #777;
  margin-bottom: 5px; }

.entry-content > h3 {
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: bold;
  margin-top: 15px;
  color: #333; }

.entry-content > section, .entry-content > p, .entry-content > ul > li, .entry-content > div {
  font-size: 1.2em; }

ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block; }

/* Sticky... */
html {
  height: 100%; }

body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

section#main-content {
  /* flex: 1; would be enough but it looks bad in IE */
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

@media (max-width: 320px) {
  .ip4 {
    font-size: 12px; } }

.top-btn {
  display: inline-block; }

.brace-left {
  position: absolute;
  left: 1em;
  top: 55px;
  font-size: 20em;
  color: #3878BA; }

.brace-right {
  position: absolute;
  left: 3.35em;
  top: 315px;
  font-size: 20em;
  color: #3878BA; }

#immersive header {
  text-align: center; }

#immersive header h2 {
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px; }

#immersive header span {
  text-transform: uppercase; }

#immersive .initial-content {
  padding-top: 200px;
  padding-bottom: 200px; }

#immersive header small {
  color: white; }

#immersive .section-content .content {
  box-sizing: border-box;
  padding: 48px 40px;
  background: #ececec;
  min-height: 400px; }

@media (min-width: 970px) {
  #immersive .section-content .content {
    padding-left: 200px; } }

#immersive .section-content .content.alt {
  background-color: white; }

#immersive .section-content .content.dark {
  background-color: #333333; }

#immersive .section-content .content.dark h3, #immersive .section-content .content.dark h4, #immersive .section-content .content.dark p, #immersive .section-content .content.dark a {
  color: white; }

#immersive .section-content .content.dark a {
  font-weight: 700;
  color: #3878BA; }

#immersive .img-cover {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-position: center;
  background-size: cover !important; }

#immersive .img-cover.img-winter {
  background-image: url("../assets/ct-backgrounds/lt-winter-web.jpg"); }

#immersive .img-cover.img-beach {
  background-image: url("../assets/ct-backgrounds/lt-beach-web.jpg"); }

#immersive .img-cover.img-sunrise {
  background-image: url("../assets/ct-backgrounds/lt-sunrise-web.jpg"); }

#immersive .img-cover.img-water {
  background-image: url("../assets/ct-backgrounds/lt-water-web.jpg"); }

#immersive .section-content h3 {
  margin-bottom: 36px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 3rem;
  list-style: 1.5; }

.well.well-open {
  background-color: white; }

#immersive-nav {
  box-sizing: border-box;
  float: left;
  margin-left: 24px;
  margin-top: 20px;
  z-index: 5000;
  box-shadow: 4px 7px 30px 0px rgba(0, 0, 0, 0.75); }

#immersive-nav ul {
  background-color: #222;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0; }

#immersive-nav ul li {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

#immersive-nav .cta {
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center; }

#immersive-nav .cta a {
  margin: 0px 12px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  border-color: transparent;
  color: #333;
  background-color: #FFF; }

#immersive-nav .cta a:hover {
  background-color: #333;
  color: #FFF; }

#immersive-nav ul li a {
  position: relative;
  display: block;
  padding: .85rem 1.25rem;
  font-weight: 800;
  color: #c3c3c3;
  background-color: #222;
  border-bottom: 0;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }

#immersive-nav ul li a:hover {
  background-color: black;
  color: #3878BA; }

#immersive-nav ul li.active a, #immersive-nav ul li.active a:hover {
  color: #222;
  background-color: #3878BA; }

#immersive-nav ul li a:after {
  border-bottom: .9rem solid transparent;
  border-left: 0.9rem solid rgba(56, 120, 186, 0);
  border-left: 0.9rem solid rgba(56, 120, 186, 0);
  border-top: .9rem solid transparent;
  content: "";
  margin-top: -0.9rem;
  position: absolute;
  right: -0.9rem;
  top: 50%;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }

#immersive-nav ul li.active a:after {
  border-bottom: .9rem solid transparent;
  border-left: 0.9rem solid #3878ba;
  border-left: 0.9rem solid #3878ba;
  border-top: .9rem solid transparent;
  content: "";
  margin-top: -0.9rem;
  position: absolute;
  right: -0.9rem;
  top: 50%; }

#immersive-nav p {
  background-color: #383838;
  margin-bottom: 0;
  padding: 10px 12px;
  color: white;
  text-align: center;
  font-size: 13px;
  font-weight: 800; }

#footer-option {
  border-top: none; }

#immersive .section-content h3.price-header {
  margin-bottom: 0; }

#immersive .section-content h3.price-text {
  margin-bottom: 0;
  font-size: 22px; }

.pricing-simple p {
  margin-bottom: 0; }

.pricing-simple ul {
  padding-top: 0; }

#immersive .section-content .content.space {
  padding-top: 0; }

#immersive .section-content .content.overview {
  padding-bottom: 0;
  min-height: 325px; }

@media (max-width: 435px) {
  #immersive .initial-content {
    padding-top: 25px; }
  .top-btn {
    width: 100%; }
  .top-btn a {
    width: 220px;
    margin-top: 5px;
    margin-bottom: 5px; } }

@media (max-width: 320px) {
  .breadcrumb-wrap .top-text {
    font-size: 14px; }
  #immersive .initial-content {
    padding-top: 25px; }
  .top-btn {
    width: 100%; }
  .top-btn a {
    width: 220px;
    margin-top: 5px;
    margin-bottom: 5px; } }

#courses-page .catalog-course {
  float: left; }

#courses-page .course-info {
  height: 325px;
  box-sizing: border-box; }

@media (max-width: 768px) {
  #courses-page .catalog-course {
    width: 100%;
    padding: 0; }
  #courses-page .course-info {
    height: 165px;
    box-sizing: border-box; } }

@media (min-width: 769px) and (max-width: 992px) {
  #courses-page .catalog-course {
    width: 50%;
    padding: 5px; }
  #courses-page .course-info {
    height: 275px;
    box-sizing: border-box; } }

@media (min-width: 993px) and (max-width: 1200px) {
  #courses-page .catalog-course {
    width: 33.3333%;
    padding: 10px; } }

@media (min-width: 1201px) {
  #courses-page .catalog-course {
    width: 25%;
    padding: 10px; } }
