/*!
Theme Name: anytime
Theme URI: https://simplethemes.com
Author: Casey Lee
Version 0.0.1
Text Domain: smpl
Copyright 2015. MIT licensed.
 */

/* line 4, sass/neat/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, sass/neat/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* line 1, sass/base/_buttons.scss */
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #d0021b;
  border-radius: 0px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 21, sass/base/_buttons.scss */
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover,
button:focus {
  background-color: #840111;
  outline: inherit;
  outline-color: transparent;
  color: #fff;
}
/* line 29, sass/base/_buttons.scss */
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 1, sass/base/_forms.scss */
fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

/* line 8, sass/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
}

/* line 16, sass/base/_forms.scss */
label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
/* line 20, sass/base/_forms.scss */
label.required::after {
  content: "*";
}
/* line 24, sass/base/_forms.scss */
label abbr {
  display: none;
}

/* line 29, sass/base/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%;
}
/* line 44, sass/base/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #c4c4c4;
}
/* line 48, sass/base/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #c4c4c4;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(191, 191, 191, 0.2);
  outline: none;
}

/* line 55, sass/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 59, sass/base/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 63, sass/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

/* line 69, sass/base/_forms.scss */
input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

/* line 74, sass/base/_forms.scss */
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

/* line 1, sass/base/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 20, sass/base/_lists.scss */
dl {
  margin-bottom: 0.75em;
}
/* line 23, sass/base/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
/* line 28, sass/base/_lists.scss */
dl dd {
  margin: 0;
}

/* line 1, sass/base/_tables.scss */
table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

/* line 9, sass/base/_tables.scss */
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

/* line 16, sass/base/_tables.scss */
td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

/* line 21, sass/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 1, sass/base/_typography.scss */
body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

/* line 11, sass/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

/* line 23, sass/base/_typography.scss */
h1 {
  font-size: 2.33333em;
}
@media screen and (min-width: 48em) {
  /* line 23, sass/base/_typography.scss */
  h1 {
    font-size: 3.5em;
  }
}

/* line 29, sass/base/_typography.scss */
h2 {
  font-size: 2.25em;
}

/* line 32, sass/base/_typography.scss */
h3 {
  font-size: 1.75em;
}

/* line 35, sass/base/_typography.scss */
h4 {
  color: #999;
  text-transform: uppercase;
  font-size: 1em;
}

/* line 41, sass/base/_typography.scss */
p {
  margin: 0 0 0.75em;
}
/* line 43, sass/base/_typography.scss */
p.leader {
  font-size: 1.5em;
  color: #666666;
}

/* line 49, sass/base/_typography.scss */
a {
  color: #d0021b;
  text-decoration: none;
  transition: color 0.1s linear;
}
/* line 54, sass/base/_typography.scss */
a:active, a:focus, a:hover {
  color: #840111;
}
/* line 60, sass/base/_typography.scss */
a:active, a:focus {
  outline: none;
}

/* line 66, sass/base/_typography.scss */
hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

/* line 74, sass/base/_typography.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
}

/* line 80, sass/base/_typography.scss */
ul.list, ol.list {
  margin-left: 1.25em;
  list-style-position: inside;
  list-style-type: disc;
}

/* line 85, sass/base/_typography.scss */
ol.list {
  list-style-type: decimal;
}
/* line 87, sass/base/_typography.scss */
ol.list li ul {
  list-style-type: lower-alpha;
  margin-left: 1.25em;
}

/* line 93, sass/base/_typography.scss */
.aligncenter, .text-center {
  text-align: center;
}

/* line 96, sass/base/_typography.scss */
.alignleft, .text-left {
  text-align: left;
}

/* line 99, sass/base/_typography.scss */
.alignright, .text-right {
  text-align: right;
}

/* line 103, sass/base/_typography.scss */
.upper, .text-upper {
  text-transform: uppercase;
}

/* Images */
/* line 2, sass/base/_images.scss */
#main img {
  max-width: 97.5%;
  /* Fluid images for posts, comments, and widgets */
}

/* line 5, sass/base/_images.scss */
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}

/* line 9, sass/base/_images.scss */
img.size-full {
  max-width: 97.5%;
  width: auto;
  /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}

@media screen and (min-width: 48em) and (min-width: 48em) {
  /* line 15, sass/base/_images.scss */
  img.alignleft {
    float: left;
    margin: 0.5em 1.25em 0.625em 0;
  }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
  /* line 21, sass/base/_images.scss */
  img.alignright {
    float: right;
    margin: 0.5em 0 0.625em 1.25em;
  }
}

@media screen and (min-width: 48em) {
  /* line 27, sass/base/_images.scss */
  img.aligncenter {
    clear: both;
    margin: 0 auto 0.625em auto;
    display: block;
  }
}
/* line 7, sass/theme.scss */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 14, sass/theme.scss */
.container {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  /* line 17, sass/theme.scss */
  .container .pad {
    padding: 0.625em;
  }
  /* line 20, sass/theme.scss */
  .container .half {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
    margin-bottom: 2.5em;
    padding: 0.625em;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .container .half:last-child {
    margin-right: 0;
  }
  /* line 24, sass/theme.scss */
  .container .half.nopad {
    padding: 0;
  }
  /* line 28, sass/theme.scss */
  .container .third {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
    margin-bottom: 2.5em;
    padding: 0.625em;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .container .third:last-child {
    margin-right: 0;
  }
  /* line 32, sass/theme.scss */
  .container .third.nopad {
    padding: 0;
  }
}

/* line 41, sass/theme.scss */
.site-header #navtoggle {
  width: 3.125em;
  position: absolute;
  display: block;
  z-index: 200;
  right: 1.25em;
  top: 3.125em;
}
/* line 48, sass/theme.scss */
.site-header #navtoggle:hover {
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  /* line 41, sass/theme.scss */
  .site-header #navtoggle {
    display: none;
  }
}
/* line 54, sass/theme.scss */
.site-header #navtoggle span {
  height: 4px;
  width: 100%;
  background: #fff;
  float: left;
  margin-bottom: 4px;
}
/* line 60, sass/theme.scss */
.site-header #navtoggle span:last-child {
  margin-bottom: 0;
}
/* line 65, sass/theme.scss */
.site-header .steel {
  display: none;
}
@media screen and (min-width: 48em) {
  /* line 65, sass/theme.scss */
  .site-header .steel {
    display: block;
    background: url("../img/steel.jpg") no-repeat;
    background-size: cover;
    padding-top: 4.25em;
  }
}
/* line 75, sass/theme.scss */
.site-header #site-title {
  margin: 0;
  padding: 0.625em 0 0.625em 0;
  background: #000;
  text-align: center;
}
@media screen and (min-width: 48em) {
  /* line 75, sass/theme.scss */
  .site-header #site-title {
    display: none;
  }
}
/* line 83, sass/theme.scss */
.site-header #site-title a {
  display: block;
  background: url("../img/logo-mobile.png");
  background-size: 100%;
  background-repeat: no-repeat;
  text-indent: -9999em;
  width: 84px;
  height: 84px;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  /* line 83, sass/theme.scss */
  .site-header #site-title a {
    display: none;
  }
}
/* line 98, sass/theme.scss */
.site-header #menu {
  background: #000;
  position: relative;
  overflow: visible;
  padding: 0 0 0.625em 0;
  font-size: 2em;
  z-index: 99;
  display: none;
}
@media screen and (min-width: 48em) {
  /* line 98, sass/theme.scss */
  .site-header #menu {
    background: #000;
    height: 54px;
    padding: 0;
    font-size: 1em;
    display: block !important;
  }
}
/* line 113, sass/theme.scss */
.site-header #menu ul {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 48em) {
  /* line 113, sass/theme.scss */
  .site-header #menu ul {
    height: 54px;
    margin-left: -28px;
  }
}
@media screen and (min-width: 48em) {
  /* line 120, sass/theme.scss */
  .site-header #menu ul li {
    float: none;
    display: inline-block;
  }
}
/* line 125, sass/theme.scss */
.site-header #menu ul li a {
  text-transform: uppercase;
  font-weight: 300;
  display: block;
}
@media screen and (min-width: 48em) {
  /* line 125, sass/theme.scss */
  .site-header #menu ul li a {
    letter-spacing: normal;
    font-weight: 700;
    padding: 0.9375em 2.125em;
  }
}
@media screen and (min-width: 48em) and (max-width: 59.9375em) {
  /* line 125, sass/theme.scss */
  .site-header #menu ul li a {
    padding: 0.9375em 0.625em;
  }
}
/* line 137, sass/theme.scss */
.site-header #menu ul li a:hover {
  color: #fff;
  background: #d0021b;
}
/* line 142, sass/theme.scss */
.site-header #menu ul li.current-menu-item a, .site-header #menu ul li.current-menu-item a {
  color: #fff;
}
/* line 146, sass/theme.scss */
.site-header #menu ul li.logo {
  display: none;
}
@media screen and (min-width: 48em) {
  /* line 146, sass/theme.scss */
  .site-header #menu ul li.logo {
    display: inline-block;
    position: relative;
    z-index: 99;
  }
  /* line 152, sass/theme.scss */
  .site-header #menu ul li.logo a {
    display: block;
    text-indent: -9999em;
    width: 9.4375em;
    height: 9.4375em;
    background: url("../img/logo.png");
    background-size: 100%;
    position: relative;
    top: -3.375em;
    margin: 0 0.3125em;
  }
}

/* line 170, sass/theme.scss */
#main {
  padding: 2.5em 1.25em;
}

/* line 175, sass/theme.scss */
#banner {
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #000;
}
/* line 181, sass/theme.scss */
#banner.grey {
  color: #FFF;
  background-color: #CCC;
}
/* line 185, sass/theme.scss */
#banner.dark_grey {
  color: #fff;
  background-color: #333;
}
/* line 189, sass/theme.scss */
#banner.light_grey {
  color: #000;
  background-color: #eee;
}
/* line 193, sass/theme.scss */
#banner.white {
  color: #000;
  background-color: #FFF;
}
/* line 197, sass/theme.scss */
#banner.red {
  color: #fff;
  background-color: #d0021b;
}
@media screen and (min-width: 48em) {
  /* line 201, sass/theme.scss */
  #banner.taller {
    padding: 11.25em 0;
  }
}
@media screen and (min-width: 48em) {
  /* line 206, sass/theme.scss */
  #banner.short {
    padding: 5em 0;
  }
}
@media screen and (min-width: 48em) {
  /* line 211, sass/theme.scss */
  #banner.full_screen {
    padding: 20% 0;
  }
}
/* line 216, sass/theme.scss */
#banner .inner {
  z-index: 5;
  position: relative;
  padding: 1.25em 1.25em;
}
/* line 221, sass/theme.scss */
#banner h1 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
  margin: 0 0 0.3125em 0;
  padding: 0;
}
@media screen and (min-width: 48em) {
  /* line 221, sass/theme.scss */
  #banner h1 {
    font-size: 68px;
  }
}
/* line 232, sass/theme.scss */
#banner p {
  margin: 0 0 1.25em 0;
}
/* line 235, sass/theme.scss */
#banner a.btn {
  font-size: 1.75em;
  border: 2px solid #d0021b;
  padding: 0.3125em 1.25em;
  font-weight: 700;
  color: #fff;
  display: block;
}
@media screen and (min-width: 48em) {
  /* line 235, sass/theme.scss */
  #banner a.btn {
    display: inline-block;
  }
}
/* line 245, sass/theme.scss */
#banner a.btn.mobile-only {
  position: relative;
  margin-top: 20px;
  display: block;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  /* line 245, sass/theme.scss */
  #banner a.btn.mobile-only {
    display: none;
  }
}
/* line 254, sass/theme.scss */
#banner a.btn:hover {
  border-color: #fff;
  background: #d0021b;
}

/* line 261, sass/theme.scss */
.acf-map {
  width: 100%;
  margin: 0px;
  height: 200px;
}
@media screen and (min-width: 48em) {
  /* line 261, sass/theme.scss */
  .acf-map {
    height: 400px;
  }
}

/* fixes potential theme css conflict */
/* line 271, sass/theme.scss */
.acf-map img {
  max-width: inherit !important;
}

/* line 275, sass/theme.scss */
.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 282, sass/theme.scss */
.site-footer {
  color: #eee;
  padding: 3.125em;
  background: #222222;
  text-align: center;
  font-size: .85em;
}
/* line 289, sass/theme.scss */
.site-footer a:hover {
  color: #fff;
}

@media screen and (min-width: 48em) {
  /* line 296, sass/theme.scss */
  .one_half {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .one_half:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 48em) {
  /* line 301, sass/theme.scss */
  .one_third {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .one_third:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 48em) {
  /* line 306, sass/theme.scss */
  .two_third, .two_thirds {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 65.95745%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .two_third:last-child, .two_thirds:last-child {
    margin-right: 0;
  }
}

/* line 20, sass/bourbon/addons/_clearfix.scss */
.clear::after {
  clear: both;
  content: "";
  display: table;
}

/*! formstone v0.8.34 [background.css] 2015-12-18 | MIT License | formstone.it */
/**
     * @class
     * @name .fs-background-element
     * @type element
     * @description Target elmement
     */
/**
     * @class
     * @name .fs-background
     * @type element
     * @description Base widget class
     */
/* line 331, sass/theme.scss */
.fs-background {
  overflow: hidden;
  position: relative;
  /**
         * @class
         * @name .fs-background-container
         * @type element
         * @description Container element
         */
  /**
         * @class
         * @name .fs-background-media
         * @type element
         * @description Media element
         */
  /**
         * @class
         * @name .fs-background-media.fs-background-animated
         * @type modifier
         * @description Indicates animated state
         */
  /**
         * @class
         * @name .fs-background-media.fs-background-navtive
         * @type modifier
         * @description Indicates native support
         */
  /**
         * @class
         * @name .fs-background-media.fs-background-fixed
         * @type modifier
         * @description Indicates fixed positioning
         */
  /**
         * @class
         * @name .fs-background-embed
         * @type element
         * @description Embed/iFrame element
         */
  /**
         * @class
         * @name .fs-background-embed.fs-background-embed-ready
         * @type modifier
         * @description Indicates ready state
         */
}

/* line 377, sass/theme.scss */
.fs-background,
.fs-background-container,
.fs-background-media {
  -webkit-transition: none;
  transition: none;
}

/* line 383, sass/theme.scss */
.fs-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

/* line 391, sass/theme.scss */
.fs-background-media {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
}

/* line 397, sass/theme.scss */
.fs-background-media.fs-background-animated {
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

/* line 401, sass/theme.scss */
.fs-background-media img,
.fs-background-media video,
.fs-background-media iframe {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-drag: none;
}

/* line 409, sass/theme.scss */
.fs-background-media.fs-background-native,
.fs-background-media.fs-background-fixed {
  width: 100%;
  height: 100%;
}

/* line 414, sass/theme.scss */
.fs-background-media.fs-background-native img,
.fs-background-media.fs-background-fixed img {
  display: none;
}

/* line 418, sass/theme.scss */
.fs-background-media.fs-background-native {
  background-position: center;
  background-size: cover;
}

/* line 422, sass/theme.scss */
.fs-background-media.fs-background-fixed {
  background-position: center;
  background-attachment: fixed;
}

/* line 426, sass/theme.scss */
.fs-background-embed.fs-background-ready:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}

/* line 437, sass/theme.scss */
.fs-background-embed.fs-background-ready iframe {
  z-index: 0;
}

/*# sourceMappingURL=theme.css.map */
