/*---------------------------------

WE NEED THESE TO REFERENCE VARIABLES, MIXINS AND SUCH. DO NOT REMOVE!
Thanks, Friend :)

---------------------------------*/
/*---------------------------------

YOUR CUSTOM STYLES GO UNDER HERE.
You're doing great.

---------------------------------*/
@media (max-width: 1023px) {
  body {
    padding-top: 0px;
  }
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.navbar-brand {
  height: auto;
}

.navbar-default > a {
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

.webinar-img-wrapper {
  position: relative;
  padding: 0 0 64.5% 0;
  overflow: hidden;
}

.webinar-img-wrapper > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 101%;
}

.navbar-default > a,
.navbar-default > a:hover,
.navbar-default > a:focus,
.navbar-default > a:active {
  color: #3e7ebe;
}

.social-links > a,
.social-links > a:link,
.social-links > a:visited,
.social-links > a:hover {
  color: #fff !important;
  text-decoration: none;
}