html,body {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

/* Text */
p {
  margin: 15px 0;
  color: #646464;
  margin-bottom: 10px;
}
p.lead {
  font-size: 18px;
}
h1,h2,h3,h4,h5,h6 {
  text-transform: none;
}
h1, h2.pageTitle {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: #4e4e4e;
  margin-bottom: 10px;
}
h2 {
  font-size: 24px;
  font-weight: 600;
  color: #4e4e4e;
  margin: 0 0 20px;
}
h3 {
  font-size: 26px;
  font-size: 18px;
  font-weight: 600px;
  color: #f15d22;
  margin: 0 0 10px 20px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {

}
h3 + p.lead {
  margin-left: 20px;
}
p.lead + hr {
  width: 15%;
  border-top: 5px solid #f15d22;
  color: #f15d22;
  margin: 20px 0;
}
.caps {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.nowrap {
  white-space: nowrap;
}

/* Color Palette */
.black {
  background: #000;
}
.white {
  background: #fff;
}
.text-black {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-orange {
  color: #f15d22;
}

/* Elements */
ul, ol {
  line-height: 1.5em;
}
li {
  margin: 10px 0;
}
.no-dots {
  list-style: none;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
  align-items: center;
  padding: 0 2em;
}
.btn {
  border-radius: 5px;
  cursor: pointer;
}
.border-none {
  border: none !important;
}

/* Margins and Padding */
.nomargin {
  margin: 0 !important;
}
.nomargin-top {
  margin-top: 0 !important;
}
.nomargin-bottom {
  margin-bottom: 0 !important;
}
.nomargin-left {
  margin-left: 0 !important;
}
.nomargin-right {
  margin-right: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.nopadding-top {
  padding-top: 0 !important;
}
.nopadding-bottom {
  padding-bottom: 0 !important;
}
.nopadding-left {
  padding-left: 0 !important;
}
.nopadding-right {
  padding-right: 0 !important;
}

/* Spacing and Alignment */
.space-5 {
  padding-top: 5px;
  line-height: 0;
}
.space-10 {
  padding-top: 10px;
  line-height: 0;
}
.space-20 {
  padding-top: 20px;
  line-height: 0;
}
.space-30 {
  padding-top: 30px;
  line-height: 0;
}
.space-40 {
  padding-top: 40px;
  line-height: 0;
}
.center-div, .center {
  margin: 0 auto;
}
.float-left, .float-left-desktop {
  float: left;
}
.float-right, .float-right-desktop {
  float: right;
}
img.float-right, img.float-left, img.float-right-desktop, img.float-left-desktop {
  margin: 10px 20px;
}
img.float-left {
  margin-left: 0;
}
.float-none {
  float: none;
}

/* Sizing */
.max-30 {
  max-width: 30%;
}
.max-50 {
  max-width: 50%;
}

/* Grids */
.grid-container#sponsor-logos {
  grid-gap: 4em;
  margin: 1em 0 2em;
}

/* Header */
.navbar-brand img {
  width: auto;
}
.navbar-nav li span {
  color: #fff;
  padding: 10px 34px 24px 0;
  border-bottom: 5px solid transparent;
  font-size: 12px;
  line-height: 20px;
  display: block;
  cursor: pointer;
}
.fixed-header.small-header .slider-revolution .medicom-header li span {
  color: #707070;
  padding: 13px 34px 17px 0;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.navbar-nav li .mega-menu ul {
  width: auto;
  min-width: 175px;
}
.navbar-nav li .mega-menu ul.nowrap {
  min-width: 225px;
}
.navbar-nav li.mega-menu-item:hover .mega-menu {
  top: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.navbar-nav li.mega-menu-item:hover .mega-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.slider-revolution .navbar-default .navbar-nav ul li:not(:nth-child(1)) {
  font-size: 12px;
}
#primary-nav > ul {
  float: right;
}

/* Homepage */
.caption {
  left: 10% !important;
  padding: 0 !important;
}
.caption.big_white {
  line-height: 50px !important;
  width: 80%;
}
.box {
  overflow: hidden;
}
.box .panel_bottom {
  padding: 12px 15px;
  text-align: center;
  color: #fff;
  background: #f15c22;
  display: block;
  position: relative;
  z-index: 1;
}
.box:hover .image img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.box .image img {
  transition: all ease-in .3s;
  width: 100%;
}

/* Sponsors carousel */
.owl-nav {
  text-align: center;
}
.owl-nav button {
  float: none;
  margin-top: 20px;
}
.owl-nav button:focus {
  outline: none;
}
.owl-nav button span {
  font-size: 2em;
  color: #f15d22;
}
.owl-carousel .owl-item img {
  max-width: 75%;
  width: auto;
  margin: auto;
}

/*  Pricing table */
.pricing {
  background: #f0f0f0;
  margin: 0 auto 10px;
  position: relative;
  text-align: center;
  padding-top: 20px;
}
#pricing .row > div:not(.clearfix) {
  margin-bottom: 15px;
}
#pricing .clearfix {
  font-size: 0;
}
.pricing .title {
  line-height: 32px;
  padding: 15px 10px 0;
  text-transform: uppercase;
}
.pricing .title a {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-decoration: none;
}
.pricing .price-box {
  font-size: 14px;
  line-height: 1;
  overflow: hidden;
  padding: 0 10px 20px;
}
.pricing .price-box .price {
  font-size: 36px;
  font-weight: bold;
  margin: 15px 0 0;
  font-family: Oswald,sans-serif;
  color: #f15d22;
}
.pricing .options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing .options li {
  border-top: 1px solid rgba(30,30,30,.1);
  color: #999;
  color: rgba(30,30,30,.4);
  line-height: 22px;
  padding: 13px 10px 13px 10px;
  position: relative;
}
.pricing .options li.active {
  color: #1e1e1e;
}
.pricing .btn-box {
  border-top: 1px solid rgba(30,30,30,.1);
  background: rgba(30,30,30,.05);
  overflow: hidden;
  padding: 30px 15px;
}
.pricing .btn-box .btn {
  padding-bottom: 15px;
  padding-top: 15px;
}
.pricing .title a, .pricing .price {
  transition: all 0.3s;
}
.pricing:hover .title a {
  color: #f15d22;
}
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
.ribbon {
  text-align: center;
  font-size: 12px;
  position: relative;
  padding: 5px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.ribbon.yellow {
  background-color: #ffc400;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc400), to(#eab505));
  background-image: -webkit-linear-gradient(top, #ffc400, #eab505);
  background-image: -moz-linear-gradient(top, #ffc400, #eab505);
  background-image: -ms-linear-gradient(top, #ffc400, #eab505);
  background-image: -o-linear-gradient(top, #ffc400, #eab505);
}
.ribbon:before {
  left: 0;
}
.ribbon:after {
  right: 0;
}
.ribbon:before, .ribbon:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

/* Info table */
.info-table li {
	border: none;
  padding: 10px;
}
.info-table li:not(.table-heading) span:first-child {
  width: auto;
  min-width: 25%;
  margin-right: 10px;
}
.info-table li:not(.table-heading) span:last-child {
  width: 100%;
}

/* Schedule */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.pricing-table {
  width: 100%;
}
.pricing-table .table-heading {
  text-align: center;
}
.pricing-table li.list-dark {
  background: #fafafa;
  margin: 0;
}
.pricing-table li.list-dark + li.list-dark {
  border-top: 1px solid #dedede;
}
.pricing-table .table-heading {
  margin: 0;
}

/* Footer */
footer form center input[type="submit"] {
  background: #f15d22;
  color: #111111;
  font-size:large;
  font-weight:bold;
  height:60px;
  width:80px;
}

/* MIDYEAR */
#midyear .mega-menu.dropdown-menu {
  margin-top: -12px;
}
#midyear .mega-menu ul li strong span {
  color: #707070;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 11px;
  font-size: 17px;
  min-height: 33px;
  display: block;
}
#midyear #home-content .pageTitle {
  display: none;
}

/* Responsive styles */
@media (max-width: 1199px) {
  .slider-revolution .navbar-default .navbar-nav a {
    padding: 10px 10px 27px 10px;
  }
  .caption.big_white {
    width: 100%;
  }
  .caption {
    padding: 0 50px !important;
    left: unset !important;
  }
  .jcarousel-skin-tango .jcarousel-clip-vertical, .jcarousel-skin-tango .jcarousel-container-vertical {
    height: 670px;
  }
}

@media (max-width: 991px) {
  .slider-revolution .navbar-default .navbar-nav a {
    padding: 10px 5px 27px 5px;
    font-size: 10px;
  }
  .coming-soon {
    top: 115px;
  }
  .jcarousel-skin-tango .jcarousel-clip-vertical, .jcarousel-skin-tango .jcarousel-container-vertical {
    height: 570px;
  }
}

@media (max-width: 767px) {
  .navbar-nav li .mega-menu ul {
    padding-top: 0;
  }
  .navbar-brand {
    width: 80%;
  }
  .slider-revolution .navbar-default .navbar-nav a {
    padding: 15px 5px 10px 5px;
    font-size: 12px;
  }
  .slider-revolution .navbar-default .navbar-nav li .mega-menu ul li strong a {
    padding-top: 10px !important;
  }
  .caption.big_white {
    line-height: 30px !important;
  }
  #primary-nav > ul {
    float: none;
  }
  #sub-page-content {
    padding-top: 0;
  }
  .sub-page-banner {
    height: 150px;
  }
  .box {
    margin-bottom: 20px;
  }
  .jcarousel-skin-tango .jcarousel-clip-vertical, .jcarousel-skin-tango .jcarousel-container-vertical {
    height: 515px;
    overflow: hidden;
  }
  .float-left-desktop, img.float-left-desktop {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .caption.big_white {
    line-height: 20px !important;
  }
  .caption {
    padding: 0 25px !important;
  }
  .sub-page-banner {
    height: 100px;
  }
  .grid-container {
    grid-template-columns: 1fr;
  }
  #sponsor-logo img {
    margin: 0 auto;
  }
  .jcarousel-skin-tango .jcarousel-clip-vertical, .jcarousel-skin-tango .jcarousel-container-vertical {
    height: 615px;
  }
}
