@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic|Roboto+Slab:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700);
/* line 17, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
/* line 7, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 16, ../sass/plugins/_owl-carousel.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 22, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 27, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 32, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 40, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 44, ../sass/plugins/_owl-carousel.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 47, ../sass/plugins/_owl-carousel.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/* line 57, ../sass/plugins/_owl-carousel.scss */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
/* line 63, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
/* line 6, ../sass/plugins/_owl-transitions.scss */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
/* line 16, ../sass/plugins/_owl-transitions.scss */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

/* line 22, ../sass/plugins/_owl-transitions.scss */
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
/* line 28, ../sass/plugins/_owl-transitions.scss */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

/* line 33, ../sass/plugins/_owl-transitions.scss */
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
/* line 39, ../sass/plugins/_owl-transitions.scss */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

/* line 44, ../sass/plugins/_owl-transitions.scss */
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
/* line 50, ../sass/plugins/_owl-transitions.scss */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

/* line 56, ../sass/plugins/_owl-transitions.scss */
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  /* line 64, ../sass/plugins/_owl-transitions.scss */
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  /* line 67, ../sass/plugins/_owl-transitions.scss */
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  /* line 70, ../sass/plugins/_owl-transitions.scss */
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  /* line 73, ../sass/plugins/_owl-transitions.scss */
  0% {
    opacity: 0;
  }

  /* line 74, ../sass/plugins/_owl-transitions.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  /* line 77, ../sass/plugins/_owl-transitions.scss */
  0% {
    opacity: 0;
  }

  /* line 78, ../sass/plugins/_owl-transitions.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 81, ../sass/plugins/_owl-transitions.scss */
  0% {
    opacity: 0;
  }

  /* line 82, ../sass/plugins/_owl-transitions.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  /* line 85, ../sass/plugins/_owl-transitions.scss */
  0% {
    opacity: 1;
  }

  /* line 86, ../sass/plugins/_owl-transitions.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  /* line 89, ../sass/plugins/_owl-transitions.scss */
  0% {
    opacity: 1;
  }

  /* line 90, ../sass/plugins/_owl-transitions.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  /* line 93, ../sass/plugins/_owl-transitions.scss */
  0% {
    opacity: 1;
  }

  /* line 94, ../sass/plugins/_owl-transitions.scss */
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  /* line 97, ../sass/plugins/_owl-transitions.scss */
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  /* line 98, ../sass/plugins/_owl-transitions.scss */
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  /* line 99, ../sass/plugins/_owl-transitions.scss */
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  /* line 102, ../sass/plugins/_owl-transitions.scss */
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  /* line 103, ../sass/plugins/_owl-transitions.scss */
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  /* line 104, ../sass/plugins/_owl-transitions.scss */
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  /* line 107, ../sass/plugins/_owl-transitions.scss */
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  /* line 108, ../sass/plugins/_owl-transitions.scss */
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  /* line 109, ../sass/plugins/_owl-transitions.scss */
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  /* line 112, ../sass/plugins/_owl-transitions.scss */
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  /* line 113, ../sass/plugins/_owl-transitions.scss */
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  /* line 114, ../sass/plugins/_owl-transitions.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  /* line 117, ../sass/plugins/_owl-transitions.scss */
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  /* line 118, ../sass/plugins/_owl-transitions.scss */
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  /* line 119, ../sass/plugins/_owl-transitions.scss */
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  /* line 122, ../sass/plugins/_owl-transitions.scss */
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  /* line 123, ../sass/plugins/_owl-transitions.scss */
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  /* line 124, ../sass/plugins/_owl-transitions.scss */
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  /* line 127, ../sass/plugins/_owl-transitions.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  /* line 130, ../sass/plugins/_owl-transitions.scss */
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  /* line 133, ../sass/plugins/_owl-transitions.scss */
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  /* line 136, ../sass/plugins/_owl-transitions.scss */
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  /* line 139, ../sass/plugins/_owl-transitions.scss */
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  /* line 142, ../sass/plugins/_owl-transitions.scss */
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  /* line 146, ../sass/plugins/_owl-transitions.scss */
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  /* line 149, ../sass/plugins/_owl-transitions.scss */
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  /* line 152, ../sass/plugins/_owl-transitions.scss */
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  /* line 156, ../sass/plugins/_owl-transitions.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  /* line 159, ../sass/plugins/_owl-transitions.scss */
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  /* line 162, ../sass/plugins/_owl-transitions.scss */
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
/* line 6, ../sass/plugins/_owl-theme.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* line 13, ../sass/plugins/_owl-theme.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 30, ../sass/plugins/_owl-theme.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
/* line 38, ../sass/plugins/_owl-theme.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 43, ../sass/plugins/_owl-theme.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

/* line 57, ../sass/plugins/_owl-theme.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
/* line 64, ../sass/plugins/_owl-theme.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 76, ../sass/plugins/_owl-theme.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* line 1, ../sass/modules/_grid.scss */
.grid-container {
  margin-left: -1.5em;
  margin-right: -1.5em;
}
/* line 6, ../sass/modules/_grid.scss */
.grid-container:before, .grid-container:after {
  content: "";
  display: table;
}
/* line 11, ../sass/modules/_grid.scss */
.grid-container:after {
  clear: both;
}

/* line 18, ../sass/modules/_grid.scss */
.grid-column, .one-half, .one-third, .site-footer .footer-widget, .two-thirds, .one-quarter, .three-quarters {
  float: left;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

/* line 29, ../sass/modules/_grid.scss */
.one-half {
  width: 50%;
}

/* line 34, ../sass/modules/_grid.scss */
.one-third, .site-footer .footer-widget {
  width: 33.33333%;
}

/* line 39, ../sass/modules/_grid.scss */
.two-thirds {
  width: 66.66667%;
}

/* line 44, ../sass/modules/_grid.scss */
.one-quarter {
  width: 25%;
}

/* line 49, ../sass/modules/_grid.scss */
.three-quarters {
  width: 75%;
}

@media screen and (max-width: 480px) {
  /* line 55, ../sass/modules/_grid.scss */
  .grid-container {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 65, ../sass/modules/_grid.scss */
  .one-half:not(.no-break),
  .one-third:not(.no-break),
  .site-footer .footer-widget:not(.no-break),
  .two-thirds:not(.no-break),
  .one-quarter:not(.no-break),
  .three-quarters:not(.no-break) {
    width: auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?2hk5dk");
  src: url("../fonts/icomoon.eot?#iefix2hk5dk") format("embedded-opentype"), url("../fonts/icomoon.woff?2hk5dk") format("woff"), url("../fonts/icomoon.ttf?2hk5dk") format("truetype"), url("../fonts/icomoon.svg?2hk5dk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 13, ../sass/_icons.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, ../sass/_icons.scss */
.icon-knight:before {
  content: "\e600";
}

/* line 31, ../sass/_icons.scss */
.icon-megaphone:before {
  content: "\e601";
}

/* line 34, ../sass/_icons.scss */
.icon-tablet:before {
  content: "\e602";
}

/* line 37, ../sass/_icons.scss */
.icon-users:before {
  content: "\e603";
}

/* line 40, ../sass/_icons.scss */
.icon-stats-up:before {
  content: "\e604";
}

/* line 43, ../sass/_icons.scss */
.icon-checkmark:before {
  content: "\e605";
}

/* line 46, ../sass/_icons.scss */
.icon-checkmark2:before {
  content: "\e606";
}

/* line 49, ../sass/_icons.scss */
.icon-arrow-right:before {
  content: "\e607";
}

/* line 3, ../sass/_global.scss */
.container {
  max-width: 940px;
  margin: auto;
  padding: 54px;
}
@media screen and (max-width: 768px) {
  /* line 3, ../sass/_global.scss */
  .container {
    padding: 36px;
  }
}

/* line 14, ../sass/_global.scss */
#job_header {
  margin: 0 0 2em;
}
/* line 17, ../sass/_global.scss */
#job_header h1 {
  margin: 0;
}
/* line 19, ../sass/_global.scss */
#job_header h2 {
  margin: 1.5em 0 0;
  padding-top: 1em;
  font-weight: 400;
  font-size: 1em;
  position: relative;
  display: inline-block;
  font-family: 'Source Sans Pro';
}
/* line 29, ../sass/_global.scss */
#job_header h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: .125em solid;
  opacity: .75;
}
/* line 39, ../sass/_global.scss */
#job_header h2 strong {
  margin-left: .25em;
}

/* line 48, ../sass/_global.scss */
#job_description ul, #job_description ol {
  padding-left: 1.25em;
}
/* line 52, ../sass/_global.scss */
#job_description > .container {
  padding-top: 0;
}

/* line 59, ../sass/_global.scss */
ol li, ul li {
  margin: 0 0 .75em;
}

/* line 64, ../sass/_global.scss */
ul li {
  list-style: disc;
}

/* line 68, ../sass/_global.scss */
ol li {
  list-style: decimal;
}

/* line 77, ../sass/_global.scss */
.section:nth-child(odd) {
  background: #444;
  color: white;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
/* line 84, ../sass/_global.scss */
.section:nth-child(odd):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 55, 93, 0.1);
}
/* line 94, ../sass/_global.scss */
.section:nth-child(odd) a {
  color: white;
}
/* line 97, ../sass/_global.scss */
.section:nth-child(odd) a:hover {
  color: #e6e6e6;
}
/* line 101, ../sass/_global.scss */
.section .container {
  position: relative;
}

/* line 107, ../sass/_global.scss */
.next-section a {
  display: inline-block;
  border: thin solid;
  padding: .5em .75em;
  border-radius: 2px;
  font-weight: normal;
}

/* line 117, ../sass/_global.scss */
.section li {
  list-style: none;
  padding-left: 1.75em;
  position: relative;
}
/* line 122, ../sass/_global.scss */
.section li:before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.5em;
}

/* line 131, ../sass/_global.scss */
.feature-list {
  margin: 3em 0 0;
}
/* line 134, ../sass/_global.scss */
.feature-list li {
  font-family: 'Roboto Slab';
  line-height: 1.5em;
  padding-left: 3.5em;
  position: relative;
  margin: 2em 0;
}
/* line 141, ../sass/_global.scss */
.feature-list li:before {
  font-size: 2em;
  width: 1em;
  color: #666;
  line-height: .75em;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 155, ../sass/_global.scss */
.images {
  overflow: hidden;
  max-height: 28em;
}
/* line 159, ../sass/_global.scss */
.images .image {
  float: left;
  width: 33.333%;
  margin: 0;
  list-style: none;
}
/* line 165, ../sass/_global.scss */
.images .image img {
  max-width: 100%;
  width: 100%;
  display: block;
}

/* line 176, ../sass/_global.scss */
.alt .images {
  max-width: 940px;
  margin: auto;
}
/* line 180, ../sass/_global.scss */
.alt .images .image {
  box-sizing: border-box;
  padding: 3em;
}
/* line 184, ../sass/_global.scss */
.alt .images .image img {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  /* line 180, ../sass/_global.scss */
  .alt .images .image {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  /* line 180, ../sass/_global.scss */
  .alt .images .image {
    padding: 1.5em;
  }
}

/* line 197, ../sass/_global.scss */
.flash {
  margin-bottom: 2em;
}
/* line 200, ../sass/_global.scss */
.flash span {
  display: block;
  text-align: center;
  padding: 1.25em;
}

/* line 207, ../sass/_global.scss */
#error span {
  background: lightsalmon;
  color: darkred;
}

/* line 212, ../sass/_global.scss */
#success span {
  background: #9fec79;
  color: darkgreen;
}

/* line 217, ../sass/_global.scss */
#notice span {
  background: #fdf1b4;
  color: #444;
}

/* line 223, ../sass/_global.scss */
.addthis_toolbox {
  margin: auto;
  width: 10em;
}

/* line 3, ../sass/_typography.scss */
html {
  color: #0e1d25;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 480px) {
  /* line 3, ../sass/_typography.scss */
  html {
    font-size: 100%;
  }
}

/* line 18, ../sass/_typography.scss */
a {
  font-weight: 600;
  color: #15375d;
  text-decoration: none;
}
/* line 23, ../sass/_typography.scss */
a:hover {
  color: #0c1e33;
}

/* line 31, ../sass/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2em;
  margin: 1.5em 0;
  font-family: 'Roboto Condensed';
}

/* line 57, ../sass/_typography.scss */
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4 {
  margin-top: 0;
}

/* line 59, ../sass/_typography.scss */
h1 {
  font-size: 2em;
}

/* line 63, ../sass/_typography.scss */
h2 {
  font-size: 1.5em;
  font-weight: 700;
}

/* line 68, ../sass/_typography.scss */
h3 {
  font-size: 1.25em;
}

/* line 75, ../sass/_typography.scss */
p {
  margin: 1.5em 0;
}

/* line 79, ../sass/_typography.scss */
strong, b {
  font-weight: bold;
}

/* line 80, ../sass/_typography.scss */
em, i {
  font-style: italic;
}

/* line 83, ../sass/_typography.scss */
blockquote {
  font-size: 1.25em;
  line-height: 1.5em;
  font-style: italic;
  opacity: .85;
  margin: 2em 0;
  padding-left: 2em;
  border-left: 2px solid #15375d;
}

/* line 96, ../sass/_typography.scss */
pre, code {
  display: inline-block;
  background: #f0f3f5;
  padding: .5em 1em;
  border: 1px solid #d1dbe0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 105, ../sass/_typography.scss */
pre {
  display: block;
  margin: 2em 0;
}

/* line 110, ../sass/_typography.scss */
pre code {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 116, ../sass/_typography.scss */
p code {
  display: inline;
  padding: 2px 4px;
  margin: 0;
}

/* line 124, ../sass/_typography.scss */
figcaption {
  font-size: 0.8em;
  font-style: italic;
}

/* line 130, ../sass/_typography.scss */
.quote {
  display: block;
}

/* line 134, ../sass/_typography.scss */
.quote-source {
  display: block;
  font-weight: 700;
  line-height: 1.2em;
  margin: .5em 0 0;
  text-transform: none;
  font-size: 100%;
  font-family: 'Roboto Condensed';
}

/* line 2, ../sass/modules/_form.scss */
label {
  font-size: .85em;
  text-transform: uppercase;
}

/* line 7, ../sass/modules/_form.scss */
input, textarea, select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2em;
  margin: 0;
  padding: .25em;
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 100%;
  border: thin solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* line 23, ../sass/modules/_form.scss */
textarea {
  height: 8em;
  min-height: 8em;
  max-height: 20em;
  resize: vertical;
  max-width: 100%;
}

/* line 32, ../sass/modules/_form.scss */
input[type="radio"], input[type="checkbox"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 .25em 0 0;
  padding: 0;
  border: 0;
}

/* line 41, ../sass/modules/_form.scss */
input[type="file"] {
  border: 0;
  height: auto;
  padding: 0;
  line-height: 1em;
  display: inline-block;
  font-size: 90%;
}

/* line 50, ../sass/modules/_form.scss */
.button, button, input[type='submit'] {
  display: inline-block;
  background: #ac1303;
  color: white;
  padding: .25em 1em;
  height: auto;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 95%;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  border-radius: 2px;
  border: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* line 72, ../sass/modules/_form.scss */
.outline-button {
  color: #ac1303;
  display: inline-block;
  padding: .2em 1em;
  line-height: 1.5em;
  border-radius: 2px;
  border-style: solid;
  border-width: 2px;
}
/* line 81, ../sass/modules/_form.scss */
.outline-button.full-width {
  display: block;
}

/* line 87, ../sass/modules/_form.scss */
form li {
  margin: 0 0 1em;
}

/* line 93, ../sass/modules/_form.scss */
#candidate_details ol {
  margin: 0 -.75em;
}
/* line 97, ../sass/modules/_form.scss */
#candidate_details li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: -.2em;
  padding: 0 .75em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  /* line 97, ../sass/modules/_form.scss */
  #candidate_details li {
    display: block;
    width: auto;
  }
}

/* line 113, ../sass/modules/_form.scss */
#new_application {
  font-size: 100%;
  margin-top: 2em;
}

/* line 118, ../sass/modules/_form.scss */
#new_application fieldset.buttons {
  padding-top: 0;
}
/* line 120, ../sass/modules/_form.scss */
#new_application fieldset.buttons ol {
  text-align: right;
}
/* line 123, ../sass/modules/_form.scss */
#new_application fieldset.buttons ol li {
  display: inline-block;
  vertical-align: top;
}

/* line 131, ../sass/modules/_form.scss */
#questions {
  padding-top: 0 !important;
}
/* line 134, ../sass/modules/_form.scss */
#questions ol li {
  list-style-position: outside;
  margin-left: 1.5em;
}
/* line 138, ../sass/modules/_form.scss */
#questions ol li ol {
  margin: 0 -.75em;
}
/* line 141, ../sass/modules/_form.scss */
#questions ol li ol li {
  list-style: none;
  display: inline-block;
  width: 50%;
  padding: 0 .75em;
  box-sizing: border-box;
  margin: .25em 0;
}
@media screen and (max-width: 768px) {
  /* line 141, ../sass/modules/_form.scss */
  #questions ol li ol li {
    display: block;
    width: auto;
  }
}

/* line 158, ../sass/modules/_form.scss */
p.inline-errors {
  display: inline-block;
  margin: 0;
  font-size: .65em;
  text-transform: uppercase;
  line-height: 1.25em;
  color: orangered;
}

/* line 169, ../sass/modules/_form.scss */
#new_application > fieldset.hidden {
  visibility: hidden;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/* line 182, ../sass/modules/_form.scss */
#notice ~ #new_application .inputs {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 186, ../sass/modules/_form.scss */
#notice ~ #new_application .inputs li {
  list-style: none;
  display: inline-block;
  width: 33.333%;
  margin-right: -.2em;
  vertical-align: top;
}
/* line 193, ../sass/modules/_form.scss */
#notice ~ #new_application .inputs li label {
  font-weight: bold;
}
/* line 195, ../sass/modules/_form.scss */
#notice ~ #new_application .inputs li .content p {
  margin: 0 0 .5em;
}
/* line 201, ../sass/modules/_form.scss */
#notice ~ #new_application > fieldset + input + h2 ~ .inputs li {
  display: block !important;
  width: auto !important;
  margin-bottom: 1.5em;
}
/* line 207, ../sass/modules/_form.scss */
#notice ~ #new_application > #candidate_details {
  padding-bottom: 0;
}

/* line 214, ../sass/modules/_form.scss */
body #_atssh {
  overflow: hidden;
  height: 0 !important;
}

/* line 220, ../sass/modules/_form.scss */
span.required {
  font-family: 'Source Sans Pro';
  color: orangered;
}

/* line 225, ../sass/modules/_form.scss */
h2 .required {
  font-size: .65em;
}

/* line 229, ../sass/modules/_form.scss */
abbr[title="required"] {
  color: red;
  font-family: times;
}

/* line 2, ../sass/modules/_header.scss */
.header {
  border-bottom: 2px solid #ac1303;
}
/* line 5, ../sass/modules/_header.scss */
.header .container {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}
/* line 11, ../sass/modules/_header.scss */
.header .logo {
  display: inline-block;
  margin-left: -0.5em;
}
@media screen and (max-width: 480px) {
  /* line 11, ../sass/modules/_header.scss */
  .header .logo {
    display: block;
    margin: 0 auto;
  }
}
/* line 21, ../sass/modules/_header.scss */
.header .addthis_toolbox {
  position: absolute;
  top: 1.5em;
  right: 54px;
}
@media screen and (max-width: 768px) {
  /* line 21, ../sass/modules/_header.scss */
  .header .addthis_toolbox {
    position: static;
    width: 11.5em;
    padding-bottom: 0.5em;
  }
}

/* line 34, ../sass/modules/_header.scss */
.alt .header {
  background-repeat: repeat-x;
  background-position: center;
  background-color: #ac1303;
  background-image: url("//scouterecruit.com/wp-content/themes/shape/images/middle-header.jpg");
}
/* line 40, ../sass/modules/_header.scss */
.alt .header .container {
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
  /* line 40, ../sass/modules/_header.scss */
  .alt .header .container {
    padding-bottom: 2em;
  }
}

/* line 1, ../sass/modules/_hero.scss */
.hero {
  background-color: #eeeeee;
  height: 12em;
  overflow: hidden;
}
/* line 6, ../sass/modules/_hero.scss */
.hero .container {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 12, ../sass/modules/_hero.scss */
.hero .owl-item,
.hero .hero-grid-item {
  height: 12em;
}
/* line 14, ../sass/modules/_hero.scss */
.hero .hero-grid-item {
  background-position: 50% 0;
  background-size: cover;
}
/* line 19, ../sass/modules/_hero.scss */
.hero #hero-1 {
  background-image: url("../images/hero-images/hero_1.jpg");
  background-position: right bottom;
}
/* line 23, ../sass/modules/_hero.scss */
.hero #hero-2 {
  background-image: url("../images/hero-images/hero_2.jpg");
}
/* line 24, ../sass/modules/_hero.scss */
.hero #hero-3 {
  background-image: url("../images/hero-images/hero_3.jpg");
  background-position: bottom;
}

/* line 2, ../sass/modules/_footer.scss */
#logger {
  text-align: center;
  font-size: .65em;
}

/* line 7, ../sass/modules/_footer.scss */
.clear-both {
  clear: both;
}

/* line 11, ../sass/modules/_footer.scss */
.site-footer {
  font-size: 0.8em;
  clear: both;
  background-color: #626262;
  color: #ddd;
  background-image: url("../images/footer_bg.png");
}
/* line 18, ../sass/modules/_footer.scss */
.site-footer a {
  color: #d4d4d4;
  border-top: 1px dashed #7c7c7c;
  display: block;
  padding: 0.5em 0;
}
/* line 24, ../sass/modules/_footer.scss */
.site-footer a:hover {
  color: #bbbbbb;
}
/* line 27, ../sass/modules/_footer.scss */
.site-footer hr {
  color: white;
  margin-top: 0px;
  margin-bottom: 1.5em;
}
/* line 37, ../sass/modules/_footer.scss */
.site-footer .footer-widget {
  padding-right: 1.5em;
}
/* line 40, ../sass/modules/_footer.scss */
.site-footer .footer-widget h3 {
  margin: 0 0 .5em;
}
/* line 45, ../sass/modules/_footer.scss */
.site-footer .footer-widget-last {
  float: right;
  border-left: 1px solid white;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  /* line 52, ../sass/modules/_footer.scss */
  .site-footer .footer-widget, .site-footer .footer-widget-last {
    float: none;
    width: auto;
    border: 0;
    padding: 0;
  }
}

/* line 62, ../sass/modules/_footer.scss */
.sub-footer {
  font-size: 0.8em;
  text-align: center;
  background-color: #464646;
  color: #fcfcfd;
  padding: 1.5em;
}
/* line 69, ../sass/modules/_footer.scss */
.sub-footer p {
  margin: 0;
}
/* line 70, ../sass/modules/_footer.scss */
.sub-footer a {
  color: #fcfcfd;
}

/* line 1, ../sass/modules/_sidebar.scss */
.sidebar {
  border-left: thin solid #d4d4d4;
}
@media screen and (max-width: 480px) {
  /* line 1, ../sass/modules/_sidebar.scss */
  .sidebar {
    border-left: none;
  }
}
