@import "../vendor/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css";
/************************
	IMPORTS
************************/
/************************
	VARIABLES
************************/
/**************************
	MIXINS
**************************/
/************************
	DEFAULTS
************************/
html,
body {
  font-family: 'Open Sans', sans-serif;
  color: #575757;
  font-size: 16px;
  line-height: 24px;
}
label {
  font-weight: normal;
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Crete Round', serif;
  color: #111111;
}
a {
  color: #ff3000;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #ff5129;
  text-decoration: underline;
}
/**************************
	BOOTSTRAP OVERRIDES
**************************/
.container {
  width: 100%;
  max-width: 1170px;
}
.text-primary {
  color: #ff7800;
}
.btn {
  border: 0;
  border-radius: 100px;
  max-width: 350px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}
.btn.btn-primary {
  background-color: #ff3000;
  border-color: #ff3000;
}
.btn.btn-primary:hover {
  background-color: #f22e00;
  border-color: #f22e00;
}
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #f22e00;
  border-color: #f22e00;
}
.btn.btn-orange {
  color: white;
  background-color: #ff7613;
  border-color: #ff7613;
}
.btn.btn-orange:hover {
  background-color: #fe6a00;
  border-color: #fe6a00;
}
.btn.btn-orange:focus,
.btn.btn-orange:active {
  background-color: #fe6a00;
  border-color: #fe6a00;
}
.btn.btn-lg {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .btn.btn-lg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .btn.btn-lg {
    font-size: 16px;
  }
}
.btn:not(.btn-lg) {
  font-size: 14px;
}
.btn.btn-outline {
  color: #ff3000;
  background-color: transparent;
  border: 1px solid rgba(255, 48, 0, 0.3);
  box-shadow: none;
}
.btn.btn-outline:hover,
.btn.btn-outline:active,
.btn.btn-outline:focus,
.btn.btn-outline.highlighted {
  color: #ff3000;
  border-color: #ff8366;
}
.btn.pagination-btn {
  display: inline-block;
  width: auto;
  margin-top: 17px;
}
.btn.pagination-btn.pagination-btn-prev {
  float: left;
}
.btn.pagination-btn.pagination-btn-next {
  float: right;
}
@media (min-width: 768px) {
  .btn.pagination-btn.pagination-btn-prev,
  .btn.pagination-btn.pagination-btn-next {
    float: none;
  }
}
/* btn hover icons */
.btn .fa {
  transition: transform 0.2s;
}
.btn:hover .fa-arrow-left {
  transform: translateX(-3px);
}
.btn:hover .fa-arrow-right {
  transform: translateX(3px);
}
/* btn hover icons */
#upload_file .btn .btn-primary {
  height: 34px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
  background: #ff4e00;
  border: 0px solid;
  border-radius: 25px;
}
/* navigation */
.navbar {
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.navbar .navbar-nav-buttons {
  padding-top: 26px;
}
.navbar .navbar-nav-buttons .nav-log-in {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #ff3000;
  margin-left: 20px;
  vertical-align: middle;
}
.navbar .nav-upload {
  padding-top: 8px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .navbar {
    height: auto;
    box-shadow: none;
  }
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #bebebe;
  background: white;
  margin-bottom: 0;
}
.navbar .navbar-header .navbar-brand {
  height: auto;
  padding: 0;
  width: 110px;
}
@media (min-width: 992px) {
  .navbar .navbar-header .navbar-brand {
    width: auto;
  }
}
.navbar .navbar-header .navbar-brand img {
  max-width: 100%;
}
.navbar .navbar-header .navbar-toggle {
  border: 0;
  border-radius: 0;
  margin-top: 10px;
  margin-right: 20px;
}
.navbar .navbar-header .navbar-toggle:hover,
.navbar .navbar-header .navbar-toggle:active,
.navbar .navbar-header .navbar-toggle:focus {
  background: #eee;
}
.navbar .navbar-header .navbar-toggle .icon-bar {
  background: #575757;
}
.navbar .navbar-nav {
  font-family: 'Open Sans', sans-serif;
  /* dropdown */
}
@media (min-width: 1200px) {
  .navbar .navbar-nav {
    padding-left: 80px;
  }
}
.navbar .navbar-nav > li > a {
  position: relative;
  font-size: 18px;
  color: #111111;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .navbar .navbar-nav > li > a {
    font-size: 16px;
    padding-top: 28px;
    padding-bottom: 29px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav > li > a {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:active,
.navbar .navbar-nav > li > a:focus {
  color: #111111;
}
.navbar .navbar-nav > li > a .caret {
  border-top: 7px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #d5d5d5;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > li:last-child a {
    padding-right: 0;
  }
}
.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li.active > a:hover,
.navbar .navbar-nav > li.active > a:active,
.navbar .navbar-nav > li.active > a:focus {
  color: #ff3000;
  background: none;
}
.navbar .navbar-nav > li .active {
  color: #ff3000;
}
.navbar .navbar-nav > li .menu-bar {
  display: block;
  width: 100%;
  height: 3px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > li .menu-bar {
    height: 3px;
    margin: 0 auto;
    margin-top: -3px;
  }
}
.navbar .navbar-nav > li:hover > .menu-bar,
.navbar .navbar-nav > li.active > .menu-bar,
.navbar .navbar-nav > li .dropdown.open > .menu-bar {
  background-color: #ff3000;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > li:hover > .menu-bar,
  .navbar .navbar-nav > li.active > .menu-bar,
  .navbar .navbar-nav > li .dropdown.open > .menu-bar {
    width: 70%;
  }
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a:active {
  color: #111111;
  background: transparent;
}
.navbar .navbar-nav > .open > .menu-bar {
  background-color: #ff3000;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > .open > .menu-bar {
    width: 70%;
  }
}
.navbar .navbar-nav > .open .dropdown-menu {
  border-radius: 0;
  border: 1px solid #ccc;
  border-top: 0;
}
@media (max-width: 768px) {
  .navbar .navbar-nav > .open .dropdown-menu {
    border: 0;
  }
}
.navbar .navbar-nav > .open .dropdown-menu > li > a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > .open .dropdown-menu > li > a {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav > .open .dropdown-menu > li > a {
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* end navigation */
.checkbox label::after {
  top: 2px;
}
/* alerts */
.alert {
  border: 0;
  border-radius: 10px;
  padding: 20px 35px;
}
.alert.alert-success {
  color: #3c764b;
  background-color: #d8f0db;
}
.alert.alert-warning {
  background-color: #fff3f2;
  color: #575757;
}
.alert.alert-info {
  background-color: #e7f7ff;
}
.alert.alert-info .btn-outline {
  background: #fff;
}
.alert.large-alert {
  padding: 35px;
}
/* end alerts */
/************************
	HELPER CLASSES
************************/
.text-upper {
  text-transform: uppercase;
}
.margin-top {
  margin-top: 3em;
}
.margin-top-sm {
  margin-top: 1em;
}
.margin-top-md {
  margin-top: 2em;
}
.margin-bottom {
  margin-bottom: 3em;
}
.margin-bottom-sm {
  margin-bottom: 1em;
}
.margin-bottom-md {
  margin-bottom: 1.75em;
}
.padding-top {
  padding-top: 3em;
}
.padding-top-sm {
  padding-top: 1em;
}
.padding-top-md {
  padding-top: 2em;
}
.padding-bottom {
  padding-bottom: 3em;
}
.padding-bottom-sm {
  padding-bottom: 1em;
}
.padding-bottom-md {
  padding-bottom: 2em;
}
.spacing {
  padding-top: 3em;
  padding-bottom: 3em;
}
.spacing-sm {
  padding-top: 1em;
  padding-bottom: 1em;
}
.spacing-md {
  padding-top: 2em;
  padding-bottom: 2em;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.required {
  color: #FF0000;
}
.mouse-through {
  pointer-events: none;
}
ul.spreadout li {
  margin-bottom: 0.25em;
}
/************************
	COMMON
************************/
@media (max-width: 767px) {
  .cta {
    text-align: center;
  }
}
.cta p {
  marign: 0;
  font-weight: bold;
}
@media (min-width: 992px) {
  .cta p {
    font-size: 24px;
    line-height: 28px;
  }
}
.cta small {
  font-size: 75%;
  line-height: inherit;
}
.cta .btn-cta {
  border-radius: 0;
  border: 1px solid white;
  color: white;
  background-color: rgba(0, 0, 0, 0.075);
  box-shadow: none;
  padding: 14px 18px;
}
.cta .btn-cta:hover,
.cta .btn-cta:active,
.cta .btn-cta:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 512px) {
  .cta .btn-cta {
    width: auto;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .cta .btn-cta {
    margin-top: 1em;
  }
}
@media (min-width: 1200px) {
  .cta .btn-cta {
    font-size: 115%;
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cta.cta-signup {
  color: white;
  background-color: #ff7613;
}
.cta.cta-signup p {
  font-style: italic;
}
@media (min-width: 768px) {
  .cta.cta-signup .row {
    display: flex;
    align-items: center;
  }
  .cta.cta-signup .row .col-sm-8 {
    float: none;
    flex: 1 1 66.66666667%;
  }
  .cta.cta-signup .row .col-sm-3 {
    float: none;
    flex: 1 1 33.33333334%;
  }
}
.container img {
  max-width: 100%;
}
.grey-form {
  background-color: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 20px;
}
.grey-bg {
  background-color: #f3f3f3;
}
.dark-bg {
  background-color: #62767d;
}
.top-header {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #929292;
}
.top-header .heading {
  color: white;
  margin: 0;
  font-size: 36px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
/* responsive video */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
/* end responsive video */
/* tiles */
a.tile,
a.tile:hover,
a.tile:active,
a.tile:focus {
  color: inherit;
  text-decoration: none;
}
.tile {
  font-size: 16px;
  display: block;
  margin-bottom: 1.5em;
  text-align: center;
  background: white;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.4);
  overflow: auto;
  transition: box-shadow 0.1s;
}
.tile:hover {
  box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .tile {
    min-height: 480px;
  }
}
.tile .btn {
  display: inline-block;
}
.tile .tile-header {
  display: block;
}
.tile .tile-header .tile-title {
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-left: 22px;
  margin-right: 22px;
}
.tile .tile-header .tile-title.tile-title-smaller {
  font-size: 20px;
  margin-bottom: 0.75em;
}
.tile .tile-header .tile-image {
  position: relative;
}
.tile .tile-header .tile-image img {
  width: 100%;
}
.tile .tile-description {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 1.5em;
  line-height: 24px;
}
.tile.home-tile {
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .tile.home-tile {
    margin-bottom: 0;
  }
}
.tile .tile-btn {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}
.tile.tile-alt-btn .tile-btn {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 11px;
  bottom: -13px;
}
.tile.tile-alt-btn .tile-btn .btn {
  margin: 0;
  padding: 0;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  white-space: normal;
  line-height: 16px;
  font-size: 18px;
  font-weight: bold;
}
.tile.tile-alt-btn .tile-btn .btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* end tiles */
/* page banner */
.banner-container {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 20em;
}
.banner-container .container {
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .banner-container {
    height: 380px;
  }
}
.banner-container .banner-heading {
  position: absolute;
  left: 0;
  bottom: 1.75em;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-container .banner-heading {
    text-align: left;
  }
}
.banner-container .banner-heading .heading {
  width: auto;
  letter-spacing: 1px;
  font-size: 35px;
  color: white;
  margin: 15px;
}
.banner-container .banner-heading .banner-back {
  color: #ff3000;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.07em;
  margin-bottom: -5px;
}
.banner-container .banner-heading .banner-back a {
  color: inherit;
}
.banner-container .banner-heading .banner-back a:hover {
  text-decoration: none;
}
@media (min-width: 1400px) {
  .banner-container.home-banner {
    height: 37.5em;
  }
}
@media (min-width: 1200px) {
  .banner-container.home-banner {
    height: 579px;
  }
}
.banner-container.home-banner .banner-heading {
  bottom: 2.5em;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.banner-container.home-banner .banner-heading .heading {
  display: inline-block;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0.4em;
}
@media (min-width: 768px) {
  .banner-container.home-banner .banner-heading .heading {
    padding: 0.65em 1.4em;
    width: auto;
  }
}
@media (min-width: 992px) {
  .banner-container.home-banner .banner-heading .heading {
    font-size: 44px;
    letter-spacing: 2px;
  }
}
.banner-container.bid-on-media-banner {
  height: auto;
  padding: 20px;
}
@media (min-width: 512px) {
  .banner-container.bid-on-media-banner {
    padding: 0;
    height: 300px;
  }
}
@media (min-width: 992px) {
  .banner-container.bid-on-media-banner {
    height: 400px;
  }
}
@media (max-width: 511px) {
  .banner-container.bid-on-media-banner .banner-circle {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    transform: none;
    margin: 0 auto;
  }
}
@media (min-width: 512px) and (max-width: 767px) {
  .banner-container.bid-on-media-banner .banner-circle {
    left: 30%;
  }
}
@media (min-width: 1400px) {
  .banner-container.bid-on-media-banner .banner-circle {
    width: 22em;
    height: 22em;
  }
}
.banner-container.bid-on-media-banner .badge__content .heading {
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 992px) {
  .banner-container.bid-on-media-banner .badge__content .heading {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 511px) {
  .banner-container.bid-on-media-banner .signup-cta {
    margin: 1em 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
  }
}
@media (min-width: 512px) {
  .banner-container.bid-on-media-banner .signup-cta {
    position: absolute;
    top: 50%;
    right: 21%;
    transform: translate(48.5%, -50%);
  }
}
.banner-container.bid-on-media-banner .signup-cta .btn-primary {
  border-radius: 0;
  background-color: rgba(255, 118, 19, 0.83);
  border: 0;
}
.banner-container.bid-on-media-banner .signup-cta .btn-primary:hover,
.banner-container.bid-on-media-banner .signup-cta .btn-primary:active,
.banner-container.bid-on-media-banner .signup-cta .btn-primary:focus {
  background-color: rgba(249, 104, 0, 0.83);
}
@media (min-width: 512px) {
  .banner-container.bid-on-media-banner .signup-cta .btn-primary {
    width: auto;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .banner-container.bid-on-media-banner .signup-cta .btn-primary {
    padding: 14px 34px;
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .banner-container.bid-on-media-banner .signup-cta .btn-primary {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (min-width: 1400px) {
  .banner-container.bid-on-media-banner .signup-cta .btn-primary {
    padding: 18px 38px;
    font-size: 32px;
    line-height: 34px;
  }
}
.banner-container.bid-on-media-banner .signup-cta .btn-primary small {
  font-size: 75%;
  font-weight: normal;
}
/* end page banner */
/* pagination */
.pagination-container .pagination-totals {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0;
  margin-right: 1em;
  line-height: 40px;
  color: rgba(94, 113, 119, 0.65);
  letter-spacing: 1px;
  font-size: 16px;
}
.pagination-container nav {
  display: inline-block;
}
.pagination {
  border-radius: 0;
}
.pagination li span {
  color: #575757;
  font-size: 16px;
  border-color: #ddd;
  padding: 8px 14px;
  margin-left: 3px;
  background: #fff;
}
.pagination li span:hover,
.pagination li span:active,
.pagination li span:focus {
  color: #575757;
  background: #fff;
}
.pagination li a {
  color: #ff3000;
  font-size: 16px;
  border-color: #ddd;
  padding: 8px 14px;
  margin-left: 3px;
  background: #F0F0F0;
}
.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus {
  color: #e62b00;
  background: #f5f5f5;
}
.pagination li:first-child a,
.pagination li:last-child a {
  border-radius: 0;
}
.pagination li.active a {
  color: inherit;
  border-color: #ddd;
  background-color: white;
}
.pagination li.active a:hover,
.pagination li.active a:active,
.pagination li.active a:focus {
  color: inherit;
  border-color: #ddd;
  background-color: white;
}
/* dark overlay */
.dark-bottom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
}
@media (min-width: 768px) {
  .dark-bottom-overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
  }
}
/* end dark overlay */
/* parallax scrolling */
.parallax {
  background-position: 100% 0px;
}
/* end parallax scrolling */
/************************
	CONTENT SPECIFIC
************************/
/* bid on media/register */
.bid-on-media-tile {
  padding: 0 15px;
  margin: 15px 0;
}
.bid-on-media-tile img {
  width: 100%;
}
.recent-upload-tile {
  margin: 30px 0;
}
.recent-upload-tile img {
  width: 100%;
}
@media (min-width: 1200px) {
  .bid-on-media-tile-column .bid-on-media-tile:nth-child(1) {
    padding-left: 0;
  }
  .bid-on-media-tile-column .bid-on-media-tile:nth-child(2) {
    padding-right: 0;
  }
}
/* end bid on media/register */
/* home content */
.container.home-content {
  background-color: white;
  font-size: 24px;
  line-height: 34px;
  color: #111;
  text-align: center;
}
#recent-media-section .gallery-container {
  overflow: hidden;
}
#recent-media-section p {
  margin: 10px 0 0 0;
  font-weight: 600;
}
#recent-media-section a:hover {
  text-decoration: none;
}
#recent-media-section a:hover .recent-image-container {
  opacity: 0.9;
}
#recent-media-section a:hover .play-button {
  opacity: 1;
}
.recent-image-container {
  opacity: 1;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.recent-image-container img,
.recent-image-container video {
  position: absolute;
  top: -8.5%;
  left: 0;
  bottom: 0;
  right: 0;
}
.recent-image-container .play-button {
  width: 18%;
  top: 34%;
  left: 41%;
  opacity: 0.65;
}
#how-it-works-video-section .col-sm-4,
#recent-media-section .col-sm-4 {
  text-align: center;
  margin-bottom: 20px;
  min-height: 285px;
}
#how-it-works-video-section .col-sm-8,
#recent-media-section .col-sm-8 {
  text-align: center;
}
#how-it-works-video-section .col-sm-8 a,
#recent-media-section .col-sm-8 a {
  background: #fff !important;
  display: inline-block;
  width: auto;
  margin-top: 2%;
}
@media (min-width: 768px) {
  #how-it-works-video-section .col-sm-8,
  #recent-media-section .col-sm-8 {
    text-align: left;
  }
}
@media (min-width: 887px) {
  #how-it-works-video-section .col-sm-8,
  #recent-media-section .col-sm-8 {
    margin-top: 3%;
  }
}
/* end home content */
/* carousel */
.carousel {
  max-width: 1920px;
  margin: 0 auto;
}
.carousel .carousel-caption {
  pointer-events: none;
}
@media (min-width: 992px) {
  .carousel .carousel-caption {
    font-size: 48px;
    font-family: 'Crete Round';
    bottom: 52px;
  }
}
.carousel .item img {
  width: 100%;
}
#banner-carousel .carousel-inner .container.banner-carousel-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 767px) {
  #banner-carousel .carousel-inner .container.banner-carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
#banner-carousel .carousel-inner .container.banner-carousel-container::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  #banner-carousel .carousel-inner .container.banner-carousel-container::after {
    display: none;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  #banner-carousel .carousel-inner .item {
    height: 350px;
  }
  #banner-carousel .carousel-inner .item img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media (min-width: 1400px) {
  #banner-carousel .carousel-inner .item {
    max-height: 575px;
  }
}
#banner-carousel .button-container {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#banner-carousel .button-container .btn {
  font-size: 20px;
  padding: 15px 40px;
}
#banner-carousel .banner-caption {
  margin-top: 2rem;
  color: white;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (min-width: 768px) {
  #banner-carousel .banner-caption {
    text-align: center;
    position: absolute;
    top: 0%;
    right: 30px;
    width: 50%;
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  #banner-carousel .banner-caption {
    bottom: 7%;
  }
}
@media (min-width: 1200px) {
  #banner-carousel .banner-caption {
    bottom: 15%;
  }
}
#banner-carousel .banner-caption .banner-caption__heading {
  color: inherit;
  font-size: 1.15rem;
  line-height: 1.2;
}
#banner-carousel .banner-caption .banner-caption__heading span {
  font-weight: bold;
  color: #ff7613;
}
@media (min-width: 768px) {
  #banner-carousel .banner-caption .banner-caption__heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  #banner-carousel .banner-caption .banner-caption__heading {
    font-size: 1.75rem;
  }
}
@media (min-width: 1400px) {
  #banner-carousel .banner-caption .banner-caption__heading {
    font-size: 2rem;
  }
}
#banner-carousel .banner-caption .btn {
  display: inline-block;
  width: auto;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  #banner-carousel .banner-caption .btn {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #banner-carousel .banner-circle {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 2;
    transform: none;
  }
  #banner-carousel .banner-circle .badge {
    padding: 0;
  }
  #banner-carousel .banner-circle .badge::after {
    display: none;
  }
  #banner-carousel .banner-circle .badge .badge__inner {
    position: static;
    height: auto;
  }
  #banner-carousel .banner-circle .badge .badge__inner .badge__wrapper {
    display: block;
    height: auto;
  }
  #banner-carousel .banner-circle .badge .badge__inner .badge__wrapper .badge__content {
    padding: 0;
    display: block;
  }
}
/* end carousel */
/* browser upgrade */
.browserupgrade {
  background-color: #fffabb;
  padding: 1em;
  margin: 0;
  text-align: center;
}
/* end browser upgrade */
/* latest news */
#latest-news {
  color: white;
}
#latest-news p {
  color: white;
}
/* end latest news */
/* news */
.news-overview-item {
  margin-bottom: 3em;
}
.news-overview-item .news-overview-header {
  display: block;
  position: relative;
}
.news-overview-item .news-overview-header .bubble {
  font-weight: 700;
  display: none;
}
.news-overview-item .news-overview-header.has-image img.news-overview-image {
  width: 100%;
}
.news-overview-item .news-overview-header.has-image .bubble {
  display: inline-block;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  color: white;
  border-radius: 50%;
  background: #ff3000;
  position: absolute;
  bottom: -10px;
  left: 10px;
  transition: transform 0.2s;
}
.news-overview-item .news-overview-header.has-image .bubble span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-overview-item .news-overview-header.has-image + .news-overview-title .heading {
  margin-top: 1.4em;
  margin-bottom: 0.75em;
}
.news-overview-item .news-overview-header.has-image + .news-overview-title .heading a {
  color: inherit;
}
.news-overview-item .news-overview-header.has-image:hover .bubble {
  transform: scale(1.1);
}
.news-overview-item .news-overview-title .heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1em;
}
.news-overview-item .news-overview-description {
  margin-top: 1.4em;
}
.news-overview-item .date {
  color: rgba(94, 113, 119, 0.65);
  font-style: italic;
}
.side-extras .news-overview-item .news-overview-title .heading {
  font-size: inherit;
}
.side-extras .news-overview-item .news-overview-description {
  margin-top: 0;
}
.article-date {
  display: inline-block;
  margin-top: 0.5em;
  color: rgba(94, 113, 119, 0.85);
  font-style: italic;
}
.article-date.course-date {
  margin-top: 0;
}
/* end news */
/* footer */
#main-footer {
  color: white;
  background-color: #2E2E2E;
  line-height: 20px;
}
#main-footer a {
  font-weight: bold;
}
#main-footer .footer-column .column-heading {
  margin-bottom: 0.70em;
  font-size: 24px;
  color: #aeaeae;
}
#main-footer .footer-column .footer-phone {
  display: block;
  font-size: 18px;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  #main-footer .footer-column .list-unstyled li {
    margin: 0;
  }
}
#main-footer .footer-column .list-unstyled li a {
  color: white;
  display: block;
  padding: 0.75em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
@media (min-width: 768px) {
  #main-footer .footer-column .list-unstyled li a {
    display: inline;
    padding: 0;
    border: 0;
  }
}
#main-footer .footer-column .list-unstyled li:last-child a {
  border-bottom: none;
}
.bottom-bar {
  text-transform: uppercase;
  background-color: #d1d1d1;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .bottom-bar {
    text-align: left;
  }
}
.bottom-bar p {
  margin: 0;
}
.bottom-bar .website-by {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .bottom-bar .website-by {
    margin-top: 0;
    float: right;
  }
}
/* end footer */
/* contact page */
#contact-form {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f3f3f3;
}
#contact-form .form-group {
  margin-bottom: 20px;
}
#contact-form .control-label {
  color: #575757;
}
#contact-form .form-control {
  border-radius: 0;
  box-shadow: none;
}
#contact-form .form-control:focus {
  border-color: #ff3000;
}
#contact-form textarea.form-control {
  height: auto;
}
#contact-form button[name="submit"] {
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #contact-form button[name="submit"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#contact-map {
  width: 100%;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.05);
}
.contact-subheading {
  margin-top: 0;
}
/* end contact page */
/* gallery */
.gallery-tile {
  position: relative;
  display: block;
}
.gallery-tile:hover {
  text-decoration: none;
}
.gallery-tile.has-image img {
  filter: grayscale(100%);
  transition: filter 0.25s;
  width: 100%;
}
.gallery-tile.has-image .heading {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin: 0;
  font-size: 33px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  width: 90%;
  text-align: center;
  pointer-events: none;
}
.gallery-tile.has-image:hover img {
  filter: grayscale(0%);
}
/* end gallery */
/***********************
	ANIMATIONS
***********************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.fadeInUpShort.go {
  opacity: 1;
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}
/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-15deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-15deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
/*****************
* navbar collapse override to make mobile menu show on larger screens *
*****************/
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* Form Progress */
.form-progress {
  width: 100%;
  margin: 20px 0;
}
.form-progress .circle,
.form-progress .bar {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #d5d5da;
  text-align: center;
}
.form-progress .circle {
  position: relative;
  margin-bottom: 30px;
  z-index: 5;
}
.form-progress .bar {
  position: relative;
  width: 3em;
  height: 8px;
  top: -2px;
  margin-left: -6px;
  margin-right: -6px;
  border-left: none;
  border-right: none;
  border-radius: 0;
  z-index: 99;
}
@media (min-width: 768px) {
  .form-progress .bar {
    width: 11em;
  }
}
.form-progress .circle .form-progress-label {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  margin-top: 3px;
  color: #b5b5ba;
  font-size: 17px;
}
.form-progress .circle .form-progress-title {
  color: #b5b5ba;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  top: 44px;
  left: -10px;
  width: 100%;
  text-align: center;
  width: 60px;
}
/* Done / Active */
.form-progress .bar.done,
.form-progress .circle.done {
  background: #eee;
}
.form-progress .bar.active {
  background: linear-gradient(to right, #eeeeee 40%, #ffffff 60%);
}
.form-progress .circle.done .form-progress-label {
  color: #FFF;
  background: #575757;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.form-progress a.circle.done:hover .form-progress-label {
  background: #fff;
  color: #575757;
}
.form-progress .circle.done .form-progress-title {
  color: #444;
}
.form-progress .circle.active .form-progress-label {
  color: #FFF;
  background: #ff3000;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.form-progress .circle.active .form-progress-title {
  color: #ff3000;
}
/*#region Material Design Inputs ---------------------------------------------------*/
/* All material design html elements need to be within material-input-group for*/
.material-input-group {
  position: relative;
  margin-bottom: 16px;
}
.material-input-group.has-error .material-input-group__input {
  border: 1px solid #ff3000;
}
/*The Input*/
.material-input-group__input {
  font-size: 18px;
  padding: 16px 20px 5px 20px;
  display: block;
  width: 100%;
  border: none;
  background: #f8f8f8;
  border: 1px solid #dedede;
  border-bottom: 1px solid #aeaeae;
  border-radius: 5px;
}
.material-input-group__input:focus {
  outline: none;
}
select.material-input-group__input {
  padding: 10px 15px 10px 15px;
}
/*The Label (animates up and down)*/
.material-input-group__label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 20px;
  right: 20px;
  top: 10px;
  white-space: nowrap;
  overflow: hidden;
  background: #f8f8f8;
  padding-bottom: 8px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  /*IE10 cursor issue fix*/
  cursor: text;
}
/*The Label: active state */
.material-input-group__input:focus ~ .material-input-group__label,
.material-input-group__input.hasText ~ .material-input-group__label {
  top: 4px;
  font-size: .7em;
  padding-bottom: 2px;
}
/*The Bar (beneath the input, two psuedo elements immitate a bar spreading out from the centre*/
.material-input-group__bar {
  position: relative;
  display: block;
  width: 100%;
}
.material-input-group__bar:before,
.material-input-group__bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #ff7613;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.material-input-group__bar:before {
  left: 50%;
}
.material-input-group__bar:after {
  right: 50%;
}
/*The Bar: active state */
.material-input-group__input:focus ~ .material-input-group__bar:before,
.material-input-group__input:focus ~ .material-input-group__bar:after {
  width: 50%;
}
/*#endregion Material Design Inputs ----------------------------------------------*/
.time-hour-select {
  padding-right: 8px;
  padding-left: 8px;
}
.time-am-pm-select {
  padding-top: 12px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .time-minute-select {
    padding-right: 15px;
  }
}
.logged-in-user-info {
  margin: 1em 0;
  padding: 15px;
}
.logged-in-user-info .fa {
  font-size: 26px;
  line-height: 46px;
  margin: 0 18px 0 6px;
  opacity: .6;
}
@media (min-width: 768px) {
  .logged-in-user-info .fa {
    font-size: 32px;
  }
}
.account-page .form-column {
  min-height: 200px;
}
