@import url('//cdn.jsdelivr.net/jquery.slick/1.5.9/slick.css');
@import url('//cdn.jsdelivr.net/jquery.slick/1.5.9/slick-theme.css');
html,
body {
  height: 100%;
}
::selection {
  background: #4f4f4f;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #4f4f4f;
  /* Gecko Browsers */
}
#gotoTop:hover,
.testimonial .flex-control-nav li a {
  background-color: #b25427 !important;
}
#content a,
.quote-block blockquote,
h3 .rating,
.testimonial-section blockquote:before {
  color: #b25427 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
}
#content h1,
#content h2,
#content h3,
#content h4 {
  margin-bottom: 4px;
}
#content p {
  line-height: 18px;
  font-size: 15px;
  margin-bottom: 18px;
}
.toggle .togglet {
  padding: 0 !important;
}
div#logo {
  max-width: 110px;
}
#logo img {
  float: left;
}
#logo img,
#footer-logo img {
  border-radius: 19px;
  transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.25s ease-in-out;
}
#logo img:hover,
#footer-logo img:hover {
  box-shadow: 0px 0px 5px #fff;
}
#logo a.standard-logo {
  display: block !important;
}
#header.full-header #logo {
  margin-right: 5px;
  padding-right: 0;
}
#header-title {
  line-height: 70px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  top: -2px;
  margin-left: 5px;
  color: #fff;
}
#header-title:hover {
  color: #ffcc00;
}
#header #header-wrap {
  padding: 0 10px 0 20px;
}
.dark #header-wrap {
  background-color: #333 !important;
}
.emphasis-title h1 span {
  font-size: 5.2vw;
  letter-spacing: 0.1vw;
}
#slider {
  z-index: 2 !important;
}
#slider .container {
  position: absolute;
  height: auto;
  bottom: 0;
  text-align: right;
  right: 0;
}
.emphasis-title h1 {
  line-height: 1.05;
  margin-bottom: 12px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
}
#slider .container .before-heading {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
  letter-spacing: 0 !important;
  color: #fff !important;
}
/* BOTTOM ARROW NAV */
.bottom-arrow-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 400;
}
.bottom-arrow-nav img {
  /*width: 55px;*/
  opacity: 0.7;
  height: 80px;
  -webkit-animation: pulsate 5s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.0;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.bottom-arrow-nav img:hover {
  opacity: 1.0;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.3;
  }
}
#about {
  padding: 20px 0 0 0;
}
.page-section {
  padding: 30px 0;
  background: #fff;
  position: relative;
  z-index: 4;
}
.page-section .col-md-6 {
  padding: 0 10px;
}
.overlay-text .before-heading.opm-medium:before {
  content: 'PHOTO: ';
}
.overlay-text {
  position: relative;
  top: 40px;
}
.overlay-text .before-heading.opm-medium {
  letter-spacing: 0px !important;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
/* WINNERS LIST */
#winners-logo {
  width: 30%;
  float: right;
}
.winners-list {
  padding: 20px;
}
.winners-list li {
  font-size: 12px;
  list-style: none;
}
#winners ul:not(.barred-list) li {
  list-style: none;
  font-size: 13px;
  margin-left: 20px;
}
#winners li span {
  margin-left: -20px;
}
.barred-list,
.no-list-style {
  list-style: none;
}
.barred-list li {
  float: left;
  padding-right: 0 4px;
  margin-right: 10px;
}
.barred-list li:not(.not-link) {
  display: none;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
}
.barred-list li:not(.not-link) a:link,
.barred-list li:not(.not-link) a:visited {
  color: #555555;
  border-bottom: 1px dotted grey;
}
.barred-list li:not(.not-link) a:hover,
.barred-list li:not(.not-link) a:active {
  color: gold;
}
.rating-section {
  margin-bottom: 2px !important;
}
.rating-section p {
  margin-bottom: 10px;
}
h3.rating-row {
  margin-bottom: 3px;
  background-color: #f4f4f0;
}
h3 .rating {
  text-transform: uppercase;
  float: right;
  display: block;
}
h3 .rating:before {
  content: "Rating: ";
  color: #444 !important;
  font-weight: 300;
  letter-spacing: 1.2px;
}
.toggle .togglet i {
  top: 3px;
  right: 12px !important;
  left: auto !important;
}
.togglable-text {
  display: none;
}
.toggle-closed,
.toggle-open {
  opacity: 0.3;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.togglet:hover .toggle-closed,
.togglet:hover .toggle-open {
  opacity: 0.8;
}
.inline-photo-left,
.inline-photo.right {
  background-color: #fff;
}
.inline-photo-caption {
  font-weight: 300;
  padding: 5px 5px 0 5px;
  display: block;
  /*background-color: #fff;*/
  max-width: 80%;
  margin: 0 auto;
}
.photo-highlight,
.photo-highlight-background {
  height: 60vh !important;
}
.simple-parallax {
  z-index: 2;
}
.simple-parallax-foreground {
  z-index: 3;
  position: relative;
}
.bottom-fade:after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  display: block;
  background: #fff;
  background: -webkit-gradient(linear, 0% 0% 0% 100%, from(rgba(235, 235, 231, 0.1)), to(#ebebe7));
  background: -webkit-linear-gradient(top, rgba(235, 235, 231, 0), #ebebe7);
  background: -moz-linear-gradient(top, rgba(235, 235, 231, 0), #ebebe7);
  background: -ms-linear-gradient(top, rgba(235, 235, 231, 0), #ebebe7);
  background: -o-linear-gradient(top, rgba(235, 235, 231, 0), #ebebe7);
  bottom: 0;
  left: 0;
  z-index: 10;
}
.taupe-bg {
  background-color: #ebebe7;
}
.byline {
  font-weight: 300;
  font-style: italic;
}
#section-jobs .logo {
  max-width: 200px;
  text-align: center;
}
#section-jobs h3 {
  text-align: center;
}
.twitter-typeahead {
  display: block !important;
}
.tt-hint {
  color: #a5a5a5;
}
.tt-menu {
  width: 100%;
  background-color: #fff;
  text-align: left;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.tt-selectable {
  padding-left: 4px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.tt-selectable:hover,
.tt-cursor {
  background-color: #eee;
}
#footer {
  color: #CDCDCD;
  z-index: 5;
  margin-top: 0 !important;
}
#logo a img {
  margin: 16px 8px 0 0;
  display: inline;
  height: 36px;
}
footer h3 {
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.244rem;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
}
footer .navigation li {
  padding: 5px;
  border-bottom: 1px dotted rgba(200, 200, 200, 0.5);
}
footer .navigation li:hover {
  background-color: rgba(200, 200, 200, 0.2);
}
#footer-logo img {
  height: 36px;
  opacity: 0.6;
  margin-top: 0 !important;
  border-radius: 19px;
  transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.25s ease-in-out;
}
#footer-logo img:hover {
  box-shadow: 0px 0px 5px #fff;
}
#footer a:link,
#footer a:visited {
  color: #fff !important;
}
#footer a:hover {
  color: #ffcc00 !important;
}
footer .footer-widgets-wrap {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
}
.twitter-tweet {
  padding-bottom: 10px;
}
.tweet-list > div:not(:first-child) {
  padding-top: 10px;
  border-top: 1px rgba(200, 200, 200, 0.5) solid;
}
.tweet-list time {
  color: gold;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.tweet-loader {
  transform: translateY(-50%);
  top: 200px;
  position: relative;
}
.tweet-container {
  visibility: hidden;
  height: 400px;
  position: relative;
  left: 50%;
}
.tweet-container > ul {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tweet-container > ul > li {
  float: left;
  width: 20%;
  max-width: 300px;
  padding: 0 16px;
  transform: translateY(-50%);
  top: 200px;
  position: relative;
}
.tweet-controls {
  z-index: 11;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}
.tweet-controls .left-arrow {
  left: -145px;
  position: relative;
}
.tweet-controls .right-arrow {
  position: relative;
  right: -145px;
}
.slick-slide img {
  margin: 0 auto;
}
.logo-small {
  max-width: 100px;
  height: 60px;
}
.splash-caption {
  position: absolute;
  z-index: 300;
  /*border: 1px solid rgba(255,255,255,0.7);*/
}
.splash-caption-toggle {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 0;
  width: 33px;
  padding: 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  border-radius: 0 3px 3px 0;
}
.splash-caption-toggle:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.splash-caption-toggle i {
  color: #fff;
}
.splash-caption-text {
  display: inline-block;
  font-family: "Roboto";
  font-weight: 300;
  color: #fff;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
.splash-caption-text:before {
  content: "PHOTO: ";
}
#section-jobs .logo {
  max-width: 200px;
  text-align: center;
}
ul,
ol {
  margin: 1em 0 2em 0;
  padding: 0 0 0 0;
}
ul li,
ol li {
  margin-bottom: 5px;
}
dl:before,
dl:after {
  content: " ";
  display: table;
}
dl:after {
  clear: both;
}
dl dt {
  float: left;
  width: 25%;
  display: block;
  font-weight: 400;
}
dl dd {
  overflow: hidden;
  display: block;
}
.disable {
  /* general disable function */
  display: none;
}
.smallcaps {
  font-variant: small-caps;
}
.italics {
  font-style: italic;
}
.no-bullet,
.no-list-style {
  list-style-type: none;
}
.eluta-bullet {
  list-style-type: url('http://content.eluta.ca/++resource++img/bullet.gif');
}
.inline {
  display: inline-block;
}
.quote-block {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 30px 0;
}
.quote-block blockquote {
  margin: 30px 0;
  font-weight: 700;
  border: 0;
  padding: 0;
}
.quote-block blockquote p {
  font-size: 160% !important;
  line-height: 1.6 !important;
}
.quote-block .quote-cite {
  margin-top: -15px;
  margin-bottom: 35px !important;
  color: #616161;
  font-size: 15px !important;
  font-family: 'PT Serif', 'Georgia', 'Times New Roman', serif;
}
.quote-block .quote-cite:before {
  content: '\2014 \2009';
}
#slider .container {
  position: absolute;
  height: auto;
  bottom: 0;
  text-align: right;
  right: 0;
  width: 100% !important;
}
.container {
  width: 95vw !important;
}
#slider .container .before-heading {
  /*font-size: 36px;*/
}
.slider-story-image {
  height: 200px;
  margin-bottom: 100px;
}
.bottom-arrow-nav {
  display: none;
}
#splash-award-logos img {
  height: 40px;
  margin-left: 8px;
}
.flex-viewport {
  height: 300px !important;
}
.flex-caption {
  font-size: 11px !important;
  color: #000 !important;
  background-color: #fff !important;
  top: 200px !important;
}
.toggle .togglet i {
  top: 0 !important;
}
.toggle .togglec {
  padding: 10px 10px 0 10px !important;
}
h3.rating-row {
  font-size: 11px;
  padding: 4px 35px 4px 10px;
}
.mini-section p,
.mini-section ul li {
  font-size: 14px !important;
}
.mini-section .lead {
  font-size: 16px;
  line-height: 1.4 !important;
}
.testimonial-section {
  padding: 30px 0 !important;
  margin-left: 0 !important;
}
.photo-highlight,
.photo-highlight-background {
  height: 60vh;
  width: 100%;
}
.overlay-caption {
  display: block;
}
.overlay-text {
  top: 0 !important;
}
.white-box {
  padding: 20px;
}
.sponsored h2 {
  font-size: 28px;
  line-height: 1.2;
}
.sponsored p {
  font-size: 14px;
}
.sponsored > div.container {
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}
.col-padding {
  padding: 0 !important;
}
.feature-bg-caption {
  display: none;
}
.splash-caption {
  top: 20px;
  width: calc(80vw);
}
.splash-caption-text {
  width: 47vw;
  font-size: 10px;
}
#winners-logo {
  width: 30% !important;
}
#calendar .row div {
  font-size: 16px;
  margin: 4px 0;
}
#calendar {
  margin-bottom: 30px;
}
.google-cal {
  display: none;
  width: 26px;
  position: absolute;
  left: 5px;
  margin-top: 0px !important;
}
@media only screen and (min-width: 750px) {
  .sponsored h2 {
    font-size: 42px !important;
  }
  .sponsored p {
    font-size: 16px !important;
    line-height: 25px;
  }
  #jobsearch-form {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 980px) {
  .splash-caption {
    top: initial;
    bottom: 20px;
    width: 433px;
  }
  .splash-caption {
    top: initial;
    bottom: 20px;
    width: 433px;
  }
  .splash-caption-text {
    width: 400px;
  }
  .feature-story-image {
    display: none;
  }
  .section-feature {
    height: auto;
  }
  .simple-parallax {
    position: absolute;
    height: 100vh;
    width: 100%;
    background-size: auto;
  }
  .simple-parallax-foreground {
    background: none !important;
  }
  #feature-header {
    padding: 45px 42px;
    height: auto;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.92);
  }
  .feature-bg-caption {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 300;
    margin: 30px 0 -3px 0;
    padding: 20px;
    width: 500px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
  }
  .feature-bg-caption.left-caption {
    left: -3px;
  }
  .feature-bg-caption.right-caption {
    right: -3px;
  }
  .feature-bg-caption:before {
    content: "PHOTO: ";
  }
  .feature-bg-caption:after {
    clear: right;
  }
  .overlay-caption {
    display: none;
  }
  #winners-logo {
    width: 200px !important;
    padding-left: 10px;
  }
  h3.rating-row {
    font-size: 16px;
    padding: 4px 40px 4px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 80vw !important;
  }
  #content p {
    line-height: 2.2;
  }
}

/*# sourceMappingURL=home-style.css.map */