.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }
  .text-right.text-mobile-center {
    text-align: center; }
    @media (min-width: 47.5em) {
      .text-right.text-mobile-center {
        text-align: right; } }

.text-left {
  text-align: left; }
  .text-left.text-mobile-center {
    text-align: center; }
    @media (min-width: 47.5em) {
      .text-left.text-mobile-center {
        text-align: left; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.clear-both {
  clear: both; }

/* Basic Structure styles
---------------------------------------- */
* {
  margin: 0;
  padding: 0; }

html {
  background-color: #fefefe;
  min-height: 100%;
  min-width: 100%;
  min-width: 320px; }

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #000; }

#container {
  padding: 1.5em 0;
  clear: both; }

#container, .contained {
  width: 95%;
  margin: 0 auto; }

.thank-you-container {
  padding: 2em 0; }

/* Add and/or remove tags as your baseline grid needs */
p,
blockquote,
q,
pre,
address,
hr,
code,
samp,
dl,
form,
table,
fieldset,
h4,
h5,
h6,
figure,
figcaption,
button,
hr {
  margin: 0 0 1.625em; }

header.main-header > .contained {
  width: 100%; }

@media (min-width: 30em) {
  header.main-header > .contained {
    width: 90%;
    margin: 0 auto; } }
@media screen and (min-width: 47.5em) {
  #container, .contained, header.main-header > .contained {
    width: 90%;
    margin: 0 auto; }

  .gutter-right {
    padding-right: 2.7451%; } }
@media screen and (min-width: 57.5em) {
  #container, .contained, header.main-header > .contained {
    width: 91.176471%;
    max-width: 1020px;
    margin: 0 auto; } }
/* Grid styles
---------------------------------------- */
/*Need Don't Touch*/
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*This code is for the index.html, and
is not needed for Siiiimple to work*/
.block {
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #999;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid white;
  border-left: 1px solid white; }

/*Helps With Images*/
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle; }

/*Container*/
/*Clears Childern Elements*/
div:after {
  content: "";
  display: block;
  clear: both; }

/*Floats and Pads*/
[class*='loop'] {
  float: left; }

/*The Grid*/
.loop-1,
.loop-2,
.loop-3,
.loop-3-gallery,
.loop-4,
.loop-4-gallery,
.loop-5,
.loop-6,
.loop-7,
.loop-8,
.loop-9,
.loop-10,
.loop-11,
.loop-12 {
  width: 100%; }

/*"Small" grid will remain this fraction at small viewports -- Best used for icons*/
.loop-2-small {
  width: 16.66666666%; }

.loop-3-small {
  width: 25%; }

.loop-4-small {
  width: 33.3333333333%; }

@media (min-width: 30em) {
  .loop-3-gallery, .loop-4-gallery {
    width: 50%; } }
@media (min-width: 47.5em) {
  /*The Grid*/
  .loop-1 {
    width: 9.1%; }

  .loop-2 {
    width: 16.6666666%; }

  .loop-3, .loop-3-gallery {
    width: 25%; }

  .loop-4, .loop-4-gallery {
    width: 33.33333333%; }

  .loop-5 {
    width: 41.66666666%; }

  .loop-6 {
    width: 50%; }

  .loop-7 {
    width: 58.33333333%; }

  .loop-8 {
    width: 66.6666666%; }

  .loop-9 {
    width: 75%; }

  .loop-10 {
    width: 83.3%; }

  .loop-11 {
    width: 90.9%; }

  .loop-12 {
    width: 100%; } }
/* Typoraphy styles
---------------------------------------- */
/* Based on Gridless http://thatcoolguy.github.io/gridless-boilerplate/ */
/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
  display: block; }

/* Base structure */
html {
  font-size: 100%;
  color: #000;
  overflow-y: scroll;
  /* Force a scrollbar in non-IE */
  -webkit-text-size-adjust: 100%;
  /* Prevent iOS text size adjust on orientation change without disabling user zoom */
  -ms-text-size-adjust: 100%;
  text-rendering: optimizelegibility; }

/* Fonts settings based on the 100E2R standard: http://www.informationarchitects.jp/en/100e2r/ */
body {
  font: 1em/1.625 "Noto Serif", Georgia, Times, "Times New Roman", serif; }

button, input, select, textarea, label {
  font-family: "Lato", Helvetica, Arial, san-serif; }

/* Headings/small */
/*
	* Font sizes are based on the golden ratio of 16
	* See this for the modular scale: ow.ly/5jGl6
	* Line-heights and margins are adjusted to keep a 26px (1.625em) vertical rhythm across elements
*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: bold;
  font-family: "Lato", Helvetica, Arial, san-serif;
  color: #8f1336; }

h1 {
  font-size: 2.549375em;
  /* 40.79px */
  line-height: 1.65em;
  margin: 0 0 0.3824em; }

.title-bar > .contained > h1 > a {
  color: #fefefe; }
  .title-bar > .contained > h1 > a:hover {
    color: #69813a !important; }

h2 {
  font-size: 1.699375em;
  /*27.19px*/
  line-height: 1.2381em;
  margin: 0 0 0.619em; }

h3 {
  font-size: 1.274375em;
  /* 20.39px */
  line-height: 1.2em;
  margin: 0 0 0.5em; }

small {
  font-size: 0.625em;
  /* 10px */ }

p {
  font-size: 0.85em;
  line-height: 1.5;
  margin: 0 0 1em; }

/* Preformatted text and code*/
/* Allows line wrapping of 'pre' */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

pre, code, kbd, samp {
  font: 1em/1.625em Menlo, Consolas, 'DejaVu Sans Mono', Monaco, 'Courier New', Courier, monospace; }

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  text-align: left; }

tr, th, td {
  padding-right: 1.625em; }

/* Forms */
form {
  margin: 0; }

fieldset {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

legend {
  border: 0;
  *margin-left: -7px; }

button, input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7 */
table button, table input {
  *overflow: auto; }

/* Quotes */
blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

blockquote, q, cite {
  font-style: italic; }

blockquote {
  padding-left: 1.625em;
  border-left: 1px solid #ddd; }

blockquote > p {
  padding: 0; }

/* Lists */
ul, ol {
  list-style-position: outside;
  padding: 0; }

li {
  line-height: 1.5;
  margin-left: 1.5em; }

dl dd {
  margin-left: 1.625em; }

nav ul li, nav li {
  list-style: none;
  margin-left: 0; }

/* Links */
a {
  color: #69813a;
  text-decoration: underline; }
  a:hover {
    color: #8f1336 !important;
    text-decoration: underline; }

/* Clearning underline <a> in certain elements*/
h1 a, h1 a:hover, h2 a, h3 a, h4 a, h5 a, h6 a, nav ul li a, img a, i a, svg a {
  text-decoration: none;
  cursor: pointer; }

/* Better CSS outline suppression: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none; }

/* Figures */
figure {
  margin: 0; }

/* Abbreviations */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* Marked/inserted/deleted text */
mark {
  background: #ff0; }

ins {
  text-decoration: none;
  background: #ff9; }

del {
  text-decoration: line-through; }

/* Others */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #ddd; }

strong, b, dt {
  font-weight: bold; }

dfn {
  font-style: italic; }

var, address {
  font-style: normal; }

/* Position 'sub' and 'sup' without affecting line-height: gist.github.com/413930 */
sub, sup {
  font-size: 0.85em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.field-error-message {
  color: red;
  font-family: "Lato", Helvetica, Arial, san-serif;
  font-size: 0.85em; }

/* Buttons styles
---------------------------------------- */
.btn {
  display: inline-block;
  font-size: 1.274375em;
  padding: 0.75em;
  line-height: 1.2;
  font-weight: bold;
  background-color: #8f1336;
  border: 0;
  border-radius: 0;
  margin: 0.5em 0 0.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  .btn a, .btn a:visited, .btn a:hover, .btn a:focus, .btn a:visited {
    color: #ffffff !important;
    text-decoration: none !important; }

.btn,
.btn:hover,
a .btn:hover,
.btn.active {
  color: #ffffff; }

.btn:hover,
a .btn:hover,
.btn.active {
  background-color: #78102e;
  border-color: #78102e;
  text-decoration: none; }

.btn-secondary {
  background-color: #69813a;
  border-color: #69813a; }

.btn-secondary:hover,
a .btn-secondary:hover,
.btn-secondary.active {
  background-color: #3e4c22;
  border-color: #3e4c22; }

.btn:active,
.btn.active {
  outline: 0; }

.btn.disabled,
.btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
  box-shadow: none; }

.btn-large {
  padding: 0.75em 2em;
  font-size: 1em;
  line-height: normal; }

.btn-block,
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  display: block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0; }

button,
.btn {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  /* Override default Webkit/Firefox button styling */
  background-image: none;
  -webkit-appearance: none; }

.btn:last-child,
input.btn {
  margin-right: 0; }

/* Forms styles
---------------------------------------- */
legend,
label {
  display: block;
  font-weight: normal;
  padding: 0;
  font-size: 0.85em;
  line-height: 1.5; }

/* @todo Adjust form colors based on Sass variables */
input,
textarea,
select {
  display: block;
  width: 100%;
  font: inherit;
  line-height: 1.5;
  color: #2e2e2e;
  margin: 0.75em 0 1.25em;
  padding: 5px;
  border: 1px solid #333;
  border-radius: 1px; }
  @media (min-width: 47.5em) {
    input,
    textarea,
    select {
      margin: 0.5em 0 1.25em; } }

label.bold-label {
  font-weight: 700;
  color: #8f1336;
  font-size: 1em; }

form button,
form .button {
  margin-bottom: 1.25em; }

textarea {
  height: 12em; }

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  cursor: pointer; }

input:focus,
textarea:focus {
  border-color: blue;
  outline: 0;
  outline: thin dotted \9; }

input[type="file"]:focus,
input[type="checkbox"]:focus,
select:focus {
  outline: thin dotted;
  outline: 0.5em auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/*  Inline Inputs */
.input-inline {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

/*  Condensed Inputs */
.input-condensed {
  padding: 1px 5px; }

@media (min-width: 47.5em) {
  input, textarea, select {
    line-height: 1.5625; } }
/* make the honeypot field hidden. */
.elliance-contact-us-honey {
  display: none; }

/* Address styles
---------------------------------------- */
header.main-header {
  width: 100%;
  overflow: hidden;
  background: url("../img/ww-hero.jpg") no-repeat 50%;
  background-position: center;
  position: relative;
  min-height: 25em;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-origin: content-box;
  padding-top: 15%; }
  @media (min-width: 30em) {
    header.main-header {
      padding-top: 0;
      background-position: 40%; } }
  @media (min-width: 47.5em) {
    header.main-header {
      background-position: 45%;
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important; } }
  @media (min-width: 57.5em) {
    header.main-header {
      background-position: left;
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important; } }
  @media (min-width: 70em) {
    header.main-header {
      background-position: center center;
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important;
      min-height: 30em; } }
  header.main-header #bg {
    position: absolute;
    max-width: none;
    width: 240%;
    left: -80%; }
    @media (min-width: 25em) {
      header.main-header #bg {
        width: 200%;
        left: -50%; } }
    @media (min-width: 30em) {
      header.main-header #bg {
        width: 180%;
        left: -33%; } }
    @media (min-width: 660px) {
      header.main-header #bg {
        width: 150%;
        left: -20%; } }
    @media (min-width: 47.5em) {
      header.main-header #bg {
        width: 120%;
        left: -20%; } }
    @media (min-width: 57.5em) {
      header.main-header #bg {
        width: 110%;
        left: -10%; } }
    @media (min-width: 1300px) {
      header.main-header #bg {
        width: 110%;
        left: -5%;
        top: -10%; } }
  header.main-header .logo {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    -webkit-box-shadow: 0.5px 0.5px 35px 1px #666;
    -moz-box-shadow: 0.5px 0.5px 35px 1px #666;
    box-shadow: 0.5px 0.5px 35px 1px #666; }
    header.main-header .logo img.ww-banner-logo {
      display: block; }
    header.main-header .logo img.ww-square-logo {
      display: none; }
    @media (min-width: 30em) {
      header.main-header .logo {
        width: auto;
        float: left;
        position: relative;
        z-index: 1;
        -webkit-box-shadow: 0.5px 0.5px 35px 1px #666;
        -moz-box-shadow: 0.5px 0.5px 35px 1px #666;
        box-shadow: 0.5px 0.5px 35px 1px #666; }
        header.main-header .logo img.ww-banner-logo {
          display: none; }
        header.main-header .logo img.ww-square-logo {
          display: block; } }
  header.main-header .hero-credits {
    position: relative;
    height: 16em; }
    @media (min-width: 30em) {
      header.main-header .hero-credits {
        height: 9em; } }
    @media (min-width: 70em) {
      header.main-header .hero-credits {
        height: 13em; } }
  header.main-header .credits {
    visibility: hidden; }
    @media (min-width: 47.5em) {
      header.main-header .credits {
        visibility: visible;
        text-align: right;
        position: absolute;
        right: 0;
        bottom: 15%;
        color: #fff;
        background: rgba(30, 39, 12, 0.75);
        padding: 0.5em 1em;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px; }
        header.main-header .credits h4, header.main-header .credits p {
          color: #fff;
          margin-bottom: 0;
          font-family: "Lato", Helvetica, Arial, san-serif; } }
    @media (min-width: 57.5em) {
      header.main-header .credits {
        bottom: 10%; } }

.title-bar {
  width: 100%;
  background-color: #1E270C;
  position: absolute;
  bottom: 0;
  border-top: 0.75em solid rgba(143, 19, 54, 0.75);
  -moz-background-clip: border;
  /* Firefox 3.6 */
  -webkit-background-clip: border;
  /* Safari 4? Chrome 6? */
  background-clip: border-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
  -moz-background-clip: content;
  /* Firefox 3.6 */
  -webkit-background-clip: content;
  /* Safari 4? Chrome 6? */
  background-clip: content-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */ }
  .title-bar h1 {
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    margin: 0;
    padding: 0.25em 0 0.35em; }
    @media (min-width: 47.5em) {
      .title-bar h1 {
        font-size: 2.549375em; } }

/* Footer */
/* Sticky Footer */
#container {
  height: auto !important;
  min-height: 100% !important;
  height: 100%;
  position: relative; }

footer {
  position: relative;
  bottom: 0;
  min-height: 90px;
  width: 100%;
  padding: 1em 0;
  background-color: #1E270C;
  color: #fff;
  font-family: "Lato", Helvetica, Arial, san-serif; }
  footer a {
    color: #fff;
    text-decoration: none; }

.side-nav {
  background-color: #e5e5e5;
  margin-bottom: 1em; }
  .side-nav ul li {
    list-style: none;
    border-bottom: 1px solid #b2b2b2; }
    .side-nav ul li a {
      display: block;
      padding: 0.5em 2.7451%; }
    .side-nav ul li:last-child {
      border-bottom: 0px; }
  .side-nav li:hover, .side-nav li:focus, .side-nav li:active {
    background-color: #b2b2b2; }
    .side-nav li:hover a, .side-nav li:focus a, .side-nav li:active a {
      text-decoration: none; }

.side-form.link-list .more-link {
  color: #69813a;
  font-family: "Lato", Helvetica, Arial, san-serif;
  display: inline-block;
  line-height: 1.25; }
  .side-form.link-list .more-link:after {
    content: "\bb";
    padding-left: 5px;
    text-decoration: none;
    display: inherit; }
  .side-form.link-list .more-link:visited {
    color: #69813a; }
.side-form.link-list hr {
  margin: 1em 0; }

/* Profile styles
---------------------------------------- */
.profile {
  background-color: #f5f0e7;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 1em 2.7451%;
  margin-bottom: 1em; }
  @media (min-width: 30em) {
    .profile {
      margin-bottom: 1em; } }
  @media (min-width: 30em) {
    .profile p {
      margin-bottom: 0; } }
  .profile h4 {
    text-align: center;
    margin-bottom: 1em; }
    @media (min-width: 30em) {
      .profile h4 {
        margin-bottom: 0;
        text-align: left; } }

.profile > h3 {
  text-align: center; }
  @media (min-width: 30em) {
    .profile > h3 {
      text-align: left;
      margin-bottom: 0; } }

.profile-picture {
  width: 100px;
  float: none;
  height: auto;
  margin: 0 auto 2em; }
  .profile-picture img {
    padding-bottom: 0 !important; }
  @media (min-width: 30em) {
    .profile-picture {
      float: left;
      margin: 0 2.7451% 0 0; } }

/* Side Form
---------------------------------------- */
.side-form {
  background-color: #f5f0e7;
  padding: 1em;
  margin-bottom: 1em;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px; }
  .side-form .btn {
    margin-top: 3em; }
  .side-form input[type="checkbox"] {
    float: left;
    margin: 7px 0 10px 0;
    width: 5%; }
    @media (min-width: 47.5em) {
      .side-form input[type="checkbox"] {
        margin-right: 10px; } }
  .side-form label {
    clear: both; }
    .side-form label.checkbox-label {
      padding-top: 0.5em; }
    .side-form label span {
      width: 90%;
      float: left;
      padding-bottom: 0.5em; }
      @media (min-width: 30em) {
        .side-form label span {
          width: 92%; } }
      @media (min-width: 47.5em) {
        .side-form label span {
          width: 89%; } }

header.side-form-header {
  background-color: #1E270C;
  border-bottom: 10px solid #8f1336;
  padding: 1em;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }
  header.side-form-header h3 {
    margin: 0;
    color: #fff;
    text-align: center; }

/*----------------
Site Specific Type styles */
.headline {
  font-size: 1.5em;
  font-weight: normal; }

.headline-paragraph {
  font-size: 0.95625em;
  line-height: 1.5em; }

.main-section-item {
  padding: 0 0 2.7451% 0; }
  @media (min-width: 47.5em) {
    .main-section-item {
      padding: 0 2.7451% 2.7451% 0; } }

.stat .stat-number {
  font-size: 35px;
  line-height: 42px;
  letter-spacing: -0.42px;
  color: #8f1336;
  text-align: center;
}
.stat .stat-text {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

/* ================================
   Apply Now Button Styles
   ================================ */
.btn {
  display: inline-block;
  font-size: 1.274375em;
  padding: 0.75em;
  line-height: 1.2;
  font-weight: bold;
  background-color: #8f1336;
  border: 0;
  border-radius: 0;
  margin: 0.5em 0 0.5em;
  border-radius: 10px;
}
.btn a, .btn a:visited, .btn a:hover, .btn a:focus, .btn a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}

.btn,
.btn:hover,
a .btn:hover,
.btn.active {
  color: #ffffff;
}

.btn:hover,
a .btn:hover,
.btn.active {
  background-color: #78102d;
  border-color: #78102d;
  text-decoration: none;
}

.btn-secondary {
  background-color: #69813a;
  border-color: #69813a;
}

.btn-secondary:hover,
a .btn-secondary:hover,
.btn-secondary.active {
  background-color: #3e4c22;
  border-color: #3e4c22;
}

.btn-tertiary {
  background-color: #e84a37;
  font-size: 18px;
  padding: 0.75em 50px;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 47.5em) {
  .btn-tertiary {
    width: auto;
  }
}
.btn-tertiary:hover, .btn-tertiary:active {
  background-color: #bd2816;
  color: #fefefe !important;
}

.btn:active,
.btn.active {
  outline: 0;
}

.btn.disabled,
.btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
  box-shadow: none;
}

.btn-large {
  padding: 0.75em 2em;
  font-size: 1em;
  line-height: normal;
}

.btn-block,
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  display: block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

button,
.btn {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  /* Override default Webkit/Firefox button styling */
  background-image: none;
  -webkit-appearance: none;
}

.btn:last-child,
input.btn {
  margin-right: 0;
}

/* ================================
   Mobile Sticky Nav
   ================================ */
.sticky--nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
}
.sticky--nav .sticky-btn {
  color: #fefefe;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  width: 50%;
}
.sticky--nav .sticky-btn:hover, .sticky--nav .sticky-btn:active, .sticky--nav .sticky-btn:visited {
  color: #fefefe !important;
}
.sticky--nav .sticky-btn.request {
  background-color: #8f1336;
}
.sticky--nav .sticky-btn.request:hover, .sticky--nav .sticky-btn.request:focus {
  background-color: #4b0a1c;
}
.sticky--nav .sticky-btn.apply {
  background-color: #e84a37;
}
.sticky--nav .sticky-btn.apply:hover, .sticky--nav .sticky-btn.apply:focus {
  background-color: #bd2816;
}

@media (min-width: 47.5em) {
  .mobile-only {
    display: none;
  }
}
