/*!
Theme Name: ECM
Theme URI: https://infomedia.com
Author: Casey Lee
Version 0.0.1
Text Domain: kronos
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, .button, input[type="button"], input[type="reset"], input[type="submit"],
button,
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #951326;
  border-radius: 4px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica", "Roboto", "Arial", 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:hover, button:focus, .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:hover,
button:focus,
.button:focus {
  background-color: #510a15;
  outline: inherit;
  outline-color: transparent;
  color: #fff;
}
/* line 29, sass/base/_buttons.scss */
button:disabled, .button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button:disabled,
.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

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

/* line 8, sass/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "Source Sans Pro", "Helvetica", "Roboto", "Arial", 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: #eeeeee;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Source Sans Pro", "Helvetica", "Roboto", "Arial", 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: #bbbbbb;
}
/* 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: #bbbbbb;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(126, 16, 32, 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 #aeaeae;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

/* line 16, sass/base/_tables.scss */
td {
  border-bottom: 1px solid #d5d5d5;
  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: #424242;
  font-family: "Source Sans Pro", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

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

/* line 24, sass/base/_typography.scss */
h1 {
  font-size: 1.85em;
}

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

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

/* line 27, sass/base/_typography.scss */
h4 {
  font-size: 1.35em;
}

/* line 28, sass/base/_typography.scss */
h5 {
  font-size: 1em;
}

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

/* line 31, sass/base/_typography.scss */
p {
  margin: 0 0 0.75em;
}

/* line 35, sass/base/_typography.scss */
a {
  color: #951326;
  text-decoration: none;
  transition: color 0.1s linear;
}
/* line 39, sass/base/_typography.scss */
a:active, a:focus, a:hover {
  color: #510a15;
}
/* line 45, sass/base/_typography.scss */
a:active, a:focus {
  outline: none;
}

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

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

/* line 82, sass/base/_typography.scss */
ul.doclist li {
  font-size: 1.125em;
}
/* line 84, sass/base/_typography.scss */
ul.doclist li a {
  padding: 0.25em 0;
}
/* line 86, sass/base/_typography.scss */
ul.doclist li a i {
  color: #C0C0C0;
  margin-right: 0.25em;
}
/* line 90, sass/base/_typography.scss */
ul.doclist li a:hover {
  color: #000;
}
/* line 92, sass/base/_typography.scss */
ul.doclist li a:hover i {
  color: inherit;
}

/* line 101, sass/base/_typography.scss */
h1.site-title {
  font-size: 1.6875em;
  line-height: 60px;
  color: #FFFFFF;
  letter-spacing: 3.22px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 0 14px;
  padding: 0;
}
/* line 110, sass/base/_typography.scss */
.home h1.site-title {
  margin-left: 0;
}

/* line 115, sass/base/_typography.scss */
h1 {
  line-height: 1em;
  color: #951326;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
}
/* line 122, sass/base/_typography.scss */
h1.section-title {
  font-size: 1.5em;
  margin: -0.625em 0 0.9375em 0.625em;
  font-weight: 400;
  letter-spacing: 0.18em;
}

/* line 130, sass/base/_typography.scss */
h2 {
  color: #333;
  font-weight: 400;
  padding: 0;
}

/* line 136, sass/base/_typography.scss */
h3 {
  color: #5a5a5a;
  font-weight: 400;
  padding: 0;
}

/* line 142, sass/base/_typography.scss */
h4, h5, h6 {
  color: #5a5a5a;
  font-weight: 400;
  padding: 0;
}

/* line 150, sass/base/_typography.scss */
.entry-meta, .entry-footer {
  color: #999999;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.625em;
  padding-bottom: 0.625em;
  border-bottom: 1px solid #eee;
  letter-spacing: .05em;
}
/* line 159, sass/base/_typography.scss */
.entry-meta a, .entry-footer a {
  color: #666666;
}
/* line 161, sass/base/_typography.scss */
.entry-meta a:hover, .entry-footer a:hover {
  color: #5a5a5a;
}

/* line 166, sass/base/_typography.scss */
.entry-footer {
  border-bottom-style: dotted;
}

/* line 170, sass/base/_typography.scss */
.edit-link {
  float: right;
}

/* line 175, sass/base/_typography.scss */
.lightGray {
  color: #eeeeee;
}

/* line 178, sass/base/_typography.scss */
.mediumGray {
  color: #8e8e8e;
}

/* line 181, sass/base/_typography.scss */
.brandOne {
  color: #951326;
}

/* line 184, sass/base/_typography.scss */
.brandTwo {
  color: #5a5a5a;
}

/* line 187, sass/base/_typography.scss */
.brandAccent {
  color: #a6192e;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
/* line 10, sass/theme.scss */
.entry-content a {
  text-decoration: underline;
}
/* line 13, sass/theme.scss */
.entry-meta .entry-content {
  text-decoration: none;
}

/* line 18, sass/theme.scss */
.site-header {
  background: #a6192e;
}
@media screen and (min-width: 48em) {
  /* line 18, sass/theme.scss */
  .site-header {
    height: 4em;
  }
}
/* line 23, sass/theme.scss */
.site-header .currentUser {
  display: none;
  float: right;
  position: relative;
  top: 15px;
  margin: 0 10px 0 0;
  color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 48em) {
  /* line 23, sass/theme.scss */
  .site-header .currentUser {
    display: block;
  }
}
/* line 35, sass/theme.scss */
.site-header a.logout {
  float: right;
  margin-top: 15px;
  font-size: 12px;
  position: relative;
  z-index: 9;
}
/* line 42, sass/theme.scss */
.site-header a.profile {
  display: none;
  float: right;
  z-index: 9;
  top: 18px;
  color: #951326;
  background: #fff;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
}
/* line 58, sass/theme.scss */
.site-header a.profile:hover {
  color: #fff;
  background: #951326;
}
/* line 62, sass/theme.scss */
.site-header a.profile .svg-inline--fa {
  padding: 4px;
  box-sizing: content-box;
  font-size: 14px;
}
@media screen and (min-width: 48em) {
  /* line 42, sass/theme.scss */
  .site-header a.profile {
    display: block;
  }
}

/* line 72, sass/theme.scss */
.site-footer {
  margin-top: 3.75em;
  margin-bottom: 2.5em;
  text-align: center;
  font-size: 0.8125em;
  color: #8e8e8e;
}
/* line 79, sass/theme.scss */
.site-footer p {
  margin: 0 0 0.3125em 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
/* line 84, sass/theme.scss */
.site-footer p.copyright {
  margin-top: 1.25em;
}
/* line 88, sass/theme.scss */
.site-footer a {
  color: #951326;
}
/* line 91, sass/theme.scss */
.site-footer a:hover {
  color: #3b070f;
}
/* line 96, sass/theme.scss */
.site-footer .site-info .company-logo {
  color: #a6192e;
  font-size: 26px;
}
/* line 100, sass/theme.scss */
.site-footer .site-info img {
  width: 60px;
}

/* line 106, sass/theme.scss */
body {
  background: #eeeeee;
}

/* @group Menu */
/* line 112, sass/theme.scss */
#navbar {
  background: #951326;
  border-top: 1px solid #ac162c;
  border-bottom: 8px solid #353232;
}
@media print {
  /* line 117, sass/theme.scss */
  #navbar ul.menu {
    display: none;
  }
}
/* line 122, sass/theme.scss */
#navbar ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  /*
              &.home {
                  a {
                      //background-image: url('../img/logo-white.svg');
                      //background-repeat: no-repeat;
                      //background-position: 14px 50%;
                      //background-size: 24px 24px;
                      padding-left: em(36);
                      &:before {
                          content: '';
                      }
                  }
                  .home & {
                      a {
                          //background-image: url('../img/logo-dark.svg');
                      }
                  }
              }
  */
  /*
              &.directory {
                  a {
                      &:before {
                          content: '\f007';
                      }
                  }
              }
  */
  /*
              &.events {
                  a {
                      &:before {
                          content: '\f274';
                      }
                  }
              }
  */
  /*
              &.documents {
                  a {
                      &:before {
                          content: '\f0f6';
                      }
                  }
              }
  */
  /*
              &.benefits {
                  a {
                      &:before {
                          content: '\f0fe';
                      }
                  }
              }
  */
  /*
              &.news {
                  a {
                      &:before {
                          content: '\f097';
                      }
                  }
              }
  */
  /*
              &.links {
                  a {
                      &:before {
                          content: '\f0c1';
                      }
                  }
              }
  */
  /*
              &.feedback {
                  a {
                      &:before {
                          content: '\f0e5';
                      }
                  }
              }
  */
}
@media screen and (min-width: 48em) {
  /* line 122, sass/theme.scss */
  #navbar ul.menu li {
    float: left;
  }
}
/* line 129, sass/theme.scss */
#navbar ul.menu li a {
  color: #F5F9FF;
  color: #eeeeee;
  line-height: 55px;
  padding: 0 1.25em;
  display: block;
  /*
                  &:before {
                      font-family:'FontAwesome';
                      color: #F5F9FF;
                      color: $lightGray;
                      padding-right: em(5);
                  }
  */
}
/* line 144, sass/theme.scss */
#navbar ul.menu li a:hover {
  color: #fff;
  background: #7e1020;
}
/* line 148, sass/theme.scss */
#navbar ul.menu li a:hover, #navbar ul.menu li a:hover:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 152, sass/theme.scss */
#navbar ul.menu li.current-menu-item {
  position: relative;
}
/* line 155, sass/theme.scss */
#navbar ul.menu li.current-menu-item a {
  background: #7e1020;
}
/* line 160, sass/theme.scss */
#navbar ul.menu li.current-menu-item a:before {
  font-weight: 400;
  color: #951326;
}

/* @group Search Bar */
/* line 255, sass/theme.scss */
.searchwrap {
  padding: 0.9375em 0.625em 0 0.625em;
}
@media screen and (min-width: 48em) {
  /* line 255, sass/theme.scss */
  .searchwrap {
    float: right;
    width: 17.1875em;
    margin: 0.9375em 0 0 0;
    padding: 0;
    z-index: 1;
    position: relative;
  }
}
/* line 265, sass/theme.scss */
.searchwrap input {
  border-radius: 1.875em;
  font-size: 18px;
  line-height: 26px;
  padding: 3px 0px 3px 36px;
  margin: 0;
  background-image: url("../img/searchicon.png");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 19px;
  position: relative;
  border: none;
}

/* line 280, sass/theme.scss */
.twitter-typeahead {
  margin-bottom: 1.875em;
}
/* line 282, sass/theme.scss */
.twitter-typeahead input {
  padding: 10px 0px 10px 36px;
  margin-bottom: 0;
  background-color: #fff !important;
  background-image: url("../img/searchicon.png");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 19px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

/* line 297, sass/theme.scss */
.tt-hint {
  color: #999;
}

/* line 301, sass/theme.scss */
.tt-menu {
  width: 100%;
  font-weight: lighter;
  margin-top: 0px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 240px;
  overflow-y: auto;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 323, sass/theme.scss */
.tt-menu .results {
  padding: 5px 0 5px 20px;
  margin: 0;
  font-size: 13px;
  color: #999;
}

/* line 330, sass/theme.scss */
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 32px;
}

/* line 336, sass/theme.scss */
.tt-suggestion.tt-cursor, .tt-suggestion.tt-cursor small {
  color: #6e6e6e;
  background-color: #ecf5f9;
}

/* line 341, sass/theme.scss */
.tt-suggestion p {
  margin: 0;
}

/* line 345, sass/theme.scss */
.tt-suggestion a {
  text-decoration: none;
  color: #6e6e6e;
}

/* line 350, sass/theme.scss */
.twitter-typeahead {
  width: 100%;
}

/* line 354, sass/theme.scss */
.empty-message {
  padding-left: 12px;
}

/* @end */
/* @end */
/* line 364, sass/theme.scss */
.container {
  max-width: 62.5em;
  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 367, sass/theme.scss */
  .container.main {
    margin-top: 2.5em;
  }
}

@media screen and (min-width: 48em) {
  /* line 374, sass/theme.scss */
  .half {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .half:last-child {
    margin-right: 0;
  }
  /* line 78, sass/neat/grid/_omega.scss */
  .half:nth-child(2n) {
    margin-right: 0;
  }
  /* line 83, sass/neat/grid/_omega.scss */
  .half:nth-child(2n+1) {
    clear: left;
  }

  /* line 378, sass/theme.scss */
  .third {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 31.914893617%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .third:last-child {
    margin-right: 0;
  }
  /* line 78, sass/neat/grid/_omega.scss */
  .third:nth-child(3n) {
    margin-right: 0;
  }
  /* line 83, sass/neat/grid/_omega.scss */
  .third:nth-child(3n+1) {
    clear: left;
  }

  /* line 382, sass/theme.scss */
  .sidebar {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%;
    margin-left: -102.1276595745%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .sidebar:last-child {
    margin-right: 0;
  }

  /* line 386, sass/theme.scss */
  .content {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 74.4680851064%;
    margin-left: 25.5319148936%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .content:last-child {
    margin-right: 0;
  }
  /* line 389, sass/theme.scss */
  .post-type-archive-benefit .content {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 100%;
    margin-left: 0%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .post-type-archive-benefit .content:last-child {
    margin-right: 0;
  }
}
/* line 397, sass/theme.scss */
.card {
  padding: 1.875em;
  background: white;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (min-width: 48em) {
  /* line 397, sass/theme.scss */
  .card {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    box-shadow: -1px 0px 1px 0px #D9D9D9, 1px 1px 2px 0px #CBCBCB;
  }
}
/* line 406, sass/theme.scss */
.card .card-title {
  text-transform: uppercase;
  font-size: 1.25em;
  color: #951326;
  letter-spacing: 1.7px;
  font-weight: 400;
  margin-bottom: 1.25em;
}
/* line 413, sass/theme.scss */
.card .card-title .svg-inline--fa {
  color: #f7403a;
}
/* line 417, sass/theme.scss */
.card .card-footer {
  text-align: center;
  margin: 15px 0;
}
/* line 421, sass/theme.scss */
.card.card-warning {
  background-color: #fffde6;
  border: 1px solid #fffef0;
  border-top: 5px solid #fffbcc;
  padding: 1.25em 1.875em;
}
/* line 426, sass/theme.scss */
.card.card-warning .card-title {
  margin-bottom: 0.625em;
}
/* line 429, sass/theme.scss */
.card.card-warning a {
  text-decoration: underline;
}
/* line 434, sass/theme.scss */
.card.user_card img {
  float: left;
  margin: 0 1.875em 0 0;
  border-radius: 50%;
  width: 6.25em;
}
@media screen and (min-width: 48em) {
  /* line 434, sass/theme.scss */
  .card.user_card img {
    width: 9.375em;
  }
}
/* line 443, sass/theme.scss */
.card.user_card h4 {
  font-size: 1.5em;
  margin: 0;
}
@media screen and (min-width: 48em) {
  /* line 443, sass/theme.scss */
  .card.user_card h4 {
    margin: 1.25em 0 0 0;
  }
}
/* line 450, sass/theme.scss */
.card.user_card h5 {
  color: #666666;
  font-size: 1.25em;
  font-weight: 300;
  color: #333;
}
/* line 456, sass/theme.scss */
.card.user_card i.light {
  color: #ccc;
}
/* line 460, sass/theme.scss */
.card.compact {
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  /* line 460, sass/theme.scss */
  .card.compact {
    margin-bottom: -15px;
  }
}
/* line 465, sass/theme.scss */
.card.compact.__bottom {
  margin-top: 2.5em;
}
/* line 469, sass/theme.scss */
.card.squeeze {
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  /* line 469, sass/theme.scss */
  .card.squeeze {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 74.4680851064%;
    margin-left: 12.7659574468%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .card.squeeze:last-child {
    margin-right: 0;
  }
}
/* line 476, sass/theme.scss */
.card.padless {
  padding: 0;
}
/* line 478, sass/theme.scss */
.card.padless h3 {
  margin: 1.25em 0 0.625em 1.25em;
}
/* line 480, sass/theme.scss */
.sidebar .card.padless h3 {
  text-align: center;
  font-size: 0.75em;
  padding: 20px 0px 0px 0px;
}
/* line 488, sass/theme.scss */
.card.user_detail h2 {
  font-size: 2em;
  margin-bottom: 0;
}
/* line 492, sass/theme.scss */
.card.user_detail h3 {
  font-size: 1.125em;
  color: #666666;
}
/* line 496, sass/theme.scss */
.card.user_detail img.profile {
  float: right;
  border-radius: 50%;
}
/* line 502, sass/theme.scss */
.card.userlist .user {
  display: block;
  border-bottom: 1px dotted #eee;
  padding: 0.9375em 0.625em;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.card.userlist .user::after {
  clear: both;
  content: "";
  display: table;
}
/* line 507, sass/theme.scss */
.card.userlist img {
  width: 3em;
  border-radius: 50%;
  float: left;
  margin: 0 0.625em 0 0.625em;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
/* line 514, sass/theme.scss */
.card.userlist h4, .card.userlist h5 {
  font-size: 1em;
  padding: 0 0 0.1875em 0;
  margin: 0;
}
/* line 518, sass/theme.scss */
.card.userlist h4 a, .card.userlist h5 a {
  color: #951326;
}
/* line 525, sass/theme.scss */
.card.userlist h5, .card.userlist .meta {
  font-size: 0.875em;
  color: #666666;
  text-transform: uppercase;
}
/* line 531, sass/theme.scss */
.card.hoverable:hover {
  box-shadow: 0px 0px 1px 0px #d9d9d9, 0px 3px 18px 0px #d9d9d9;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
/* line 535, sass/theme.scss */
.card.half {
  margin-top: 0;
  margin-bottom: 1.5em;
}
/* line 539, sass/theme.scss */
.card.top {
  background: #eeeeee;
}
/* line 541, sass/theme.scss */
.card.top h3 {
  font-size: 1.75em;
  margin-top: 0.625em;
}
/* line 545, sass/theme.scss */
.card.top p {
  font-size: 1.25em;
}
@media screen and (min-width: 48em) {
  /* line 549, sass/theme.scss */
  .card.widget {
    border-top: 6px solid #951326;
  }
}
/* line 553, sass/theme.scss */
.card.widget li {
  border-bottom: 1px solid #eee;
  padding: 4px 0;
}
/* line 558, sass/theme.scss */
.card.featured {
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  /* line 558, sass/theme.scss */
  .card.featured {
    margin-top: 2.5em;
    border-top: 6px solid #951326;
  }
}

/* line 567, sass/theme.scss */
ul.postlist {
  margin: 0;
  padding: 0;
}
/* line 570, sass/theme.scss */
ul.postlist li {
  padding: 0.9375em 0 0.9375em 0;
  border-bottom: 1px dotted #8e8e8e;
}
/* line 573, sass/theme.scss */
ul.postlist li:first-child {
  padding-top: 0.625em;
}
/* line 576, sass/theme.scss */
ul.postlist li:last-child {
  border: none;
}
/* line 579, sass/theme.scss */
ul.postlist li h4 {
  padding: 0;
  margin: 0;
}
/* line 582, sass/theme.scss */
ul.postlist li h4 a {
  color: #951326;
}
/* line 586, sass/theme.scss */
ul.postlist li span.meta {
  color: #A5A5A5;
  letter-spacing: 0.8px;
  font-size: 0.8125em;
  line-height: 1.125em;
  text-transform: uppercase;
}
/* line 592, sass/theme.scss */
ul.postlist li span.meta a {
  color: #666;
}

/* line 600, sass/theme.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 610, sass/theme.scss */
.grid_section {
  border-top: 6px solid #951326;
  background: white;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (min-width: 48em) {
  /* line 610, sass/theme.scss */
  .grid_section {
    margin-bottom: 2.5em;
    box-shadow: -1px 0px 1px 0px #D9D9D9, 1px 1px 2px 0px #CBCBCB;
  }
}
/* line 619, sass/theme.scss */
.grid_section .grid_header_row {
  max-width: 62.5em;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5em;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.grid_section .grid_header_row::after {
  clear: both;
  content: "";
  display: table;
}
/* line 623, sass/theme.scss */
.grid_section .grid_header_row .grid_heading {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 31.914893617%;
  text-transform: uppercase;
  font-size: 1.125em;
  color: #d9d9d9;
  letter-spacing: 1.7px;
  font-weight: 400;
}
/* line 89, sass/neat/grid/_span-columns.scss */
.grid_section .grid_header_row .grid_heading:last-child {
  margin-right: 0;
}
/* line 632, sass/theme.scss */
.grid_section .grid_content_row {
  max-width: 62.5em;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #e6e6e6;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.grid_section .grid_content_row::after {
  clear: both;
  content: "";
  display: table;
}
/* line 635, sass/theme.scss */
.grid_section .grid_content_row .grid_col {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 31.914893617%;
  padding: 1.875em 0;
}
/* line 89, sass/neat/grid/_span-columns.scss */
.grid_section .grid_content_row .grid_col:last-child {
  margin-right: 0;
}
/* line 638, sass/theme.scss */
.grid_section .grid_content_row .grid_col.img {
  text-align: center;
}
/* line 641, sass/theme.scss */
.grid_section .grid_content_row .grid_col.info {
  font-size: 0.875em;
}
/* line 645, sass/theme.scss */
.grid_section .grid_content_row .postlist li {
  padding: 0.3125em;
  color: #ccc;
}
/* line 648, sass/theme.scss */
.grid_section .grid_content_row .postlist li i {
  margin-right: 0.3125em;
}
/* line 651, sass/theme.scss */
.grid_section .grid_content_row .postlist li a.dl {
  float: right;
  color: #fbdfe3;
  margin-top: 5px;
}
/* line 655, sass/theme.scss */
.grid_section .grid_content_row .postlist li a.dl:hover {
  color: #a6192e;
}

/* line 663, sass/theme.scss */
.listfilter {
  width: 100%;
  margin-bottom: 1.875em;
  padding: 10px 0px 10px 36px;
  background-color: #fff !important;
  background-image: url("../img/searchicon.png");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 19px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

/* line 684, sass/theme.scss */
.button {
  text-decoration: none;
}

@media print {
  /* line 689, sass/theme.scss */
  .print-hide {
    display: none;
  }
}

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