/*
Theme Name: RheemAcademy-SingleScroll
Description: Custom Rheem Academy Theme
Author: Bobby Donathan
Author URI: donathanbros.com
Version: 2.0.0
*/
/* Do Not edit the style.css file directly - use the sass file silly goose. */
@import url(css/bootstrap.min.css);
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Permanent+Marker);
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;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**********************
Variables & Mixins
AUTHOR: Bobby Donathan - BigRedRooster
_variables.scss
***********************/
/*GENERAL COLORS*/
/*RIBBON BANNERS*/
/*FONT WEIGHT*/
/*PANELS & CARDS*/
/*MIXINS*/
/**********************
Font Styles
AUTHOR: Bobby Donathan - BigRedRooster
_fonts.scss
***********************/
@font-face {
  font-family: 'RheemSansLight';
  src: url("fonts/RheemSans-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/RheemSans-Light?#iefix") format("embedded-opentype"), url("fonts/RheemSans-Light.woff2") format("woff2"), url("fonts/RheemSans-Light.woff") format("woff"), url("fonts/RheemSans-Light.ttf") format("truetype"), url("fonts/RheemSans-Light.svg#RheemSans-Light") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'RheemSansRoman';
  src: url("fonts/RheemSans-Roman.eot");
  /* IE9 Compat Modes */
  src: url("fonts/RheemSans-Roman.eot?#iefix") format("embedded-opentype"), url("fonts/RheemSans-Roman.woff2") format("woff2"), url("fonts/RheemSans-Roman.woff") format("woff"), url("fonts/RheemSans-Roman.ttf") format("truetype"), url("fonts/RheemSans-Roman.svg#RheemSans-Roman") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'RheemSansBold';
  src: url("fonts/RheemSans-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/RheemSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/RheemSans-Bold.woff2") format("woff2"), url("fonts/RheemSans-Bold.woff") format("woff"), url("fonts/RheemSans-Bold.ttf") format("truetype"), url("fonts/RheemSans-Bold.svg#RheemSans-Bold") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'RheemSansLightItalic';
  src: url("fonts/RheemSans-LightItalic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/RheemSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/RheemSans-LightItalic.woff2") format("woff2"), url("fonts/RheemSans-LightItalic.woff") format("woff"), url("fonts/RheemSans-LightItalic.ttf") format("truetype"), url("fonts/RheemSans-LightItalic.svg#RheemSans-LightItalic") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'RheemSansRomanItalic';
  src: url("fonts/RheemSans-RomanItalic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/RheemSans-RomanItalic.eot?#iefix") format("embedded-opentype"), url("fonts/RheemSans-RomanItalic.woff2") format("woff2"), url("fonts/RheemSans-RomanItalic.woff") format("woff"), url("fonts/RheemSans-RomanItalic.ttf") format("truetype"), url("fonts/RheemSans-RomanItalic.svg#RheemSans-RomanItalic") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'RheemSansBoldItalic';
  src: url("fonts/RheemSans-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/RheemSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/RheemSans-BoldItalic.woff2") format("woff2"), url("fonts/RheemSans-BoldItalic.woff") format("woff"), url("fonts/RheemSans-BoldItalic.ttf") format("truetype"), url("fonts/RheemSans-BoldItalic.svg#RheemSans-BoldItalic") format("svg");
  /* Legacy iOS */ }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 20px;
  font-family: "RheemSansLight", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: #4a4a4a; }
  h1 span, h1 strong, h2 span, h2 strong, h3 span, h3 strong, h4 span, h4 strong, h5 span, h5 strong, h6 span, h6 strong,
  .h1 span,
  .h1 strong, .h2 span, .h2 strong, .h3 span, .h3 strong, .h4 span, .h4 strong, .h5 span, .h5 strong, .h6 span, .h6 strong {
    font-family: inherit;
    font-weight: inherit; }

h1, .h1 {
  font-size: 43px; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 26px;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif; }

h4, .h4 {
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  font-size: 21px; }

h5, .h5 {
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  font-size: 18px; }

h6, .h6 {
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  font-size: 16px; }

/**********************
Header Styles
AUTHOR: Bobby Donathan - BigRedRooster
_headerstyles.scss
***********************/
#modularHeader {
  margin-bottom: 40px;
  position: relative;
  z-index: 0; }
  @media only screen and (min-width: 768px) {
    #modularHeader {
      margin-top: 166px; } }
  @media screen and (max-width: 576px) {
    #modularHeader {
      padding-top: 55px; } }

#headersmile {
  width: 100%;
  height: 500px;
  display: block;
  background: url(images/Page_Title_Curve-mobile.svg) no-repeat center bottom;
  position: absolute;
  bottom: -1px;
  left: 0px;
  pointer-events: none;
  background-size: cover !important; }
  @media only screen and (min-width: 768px) {
    #headersmile {
      background: url(images/Page_Title_Curve.svg) no-repeat center bottom; } }

.desktopbackground {
  position: absolute;
  width: 50%;
  top: 0px;
  left: 50%;
  background-repeat: no-repeat;
  background-position: left bottom;
  display: none; }
  @media only screen and (min-width: 768px) {
    .desktopbackground {
      display: block; } }

.mobileimage {
  width: 100%;
  height: 225px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .mobileimage {
      display: none; } }

.desktopheader {
  display: none; }
  @media only screen and (min-width: 768px) {
    .desktopheader {
      display: block; } }

.headercontent .titledesktop {
  display: none; }
  @media only screen and (min-width: 768px) {
    .headercontent .titledesktop {
      display: block; } }
.headercontent .titlemobile {
  display: block; }
  @media only screen and (min-width: 768px) {
    .headercontent .titlemobile {
      display: none; } }
.headercontent.desktop {
  padding-right: 0px;
  text-align: right; }
  .headercontent.desktop img {
    max-width: 100%;
    height: auto; }
  .headercontent.desktop.textonly {
    text-align: left; }
  @media only screen and (min-width: 992px) {
    .headercontent.desktop {
      padding-right: 90px; }
      .headercontent.desktop.textonly {
        padding-right: 0px; } }
.headercontent.mobile {
  padding-top: 20px;
  text-align: left;
  display: block; }
  @media only screen and (min-width: 768px) {
    .headercontent.mobile {
      display: none; } }

.tierheader {
  margin-top: -1px; }
  .tierheader h1 {
    color: #fff; }
  .tierheader.default {
    background-color: #e70033;
    color: #fff; }
  .tierheader.lightgray {
    background-color: #bbbbbb;
    color: #fff; }
  .tierheader.commercial {
    background-color: #63666a;
    color: #fff; }
  .tierheader.residential {
    background-color: #dfd1a7;
    color: #fff; }

#tier1header {
  position: relative; }
  #tier1header .row, #tier1header .desktopbackground {
    min-height: 225px; }
    @media only screen and (min-width: 768px) {
      #tier1header .row, #tier1header .desktopbackground {
        min-height: 410px; } }

#tier2header {
  position: relative; }
  #tier2header .row, #tier2header .desktopbackground {
    min-height: 225px; }
    @media only screen and (min-width: 768px) {
      #tier2header .row, #tier2header .desktopbackground {
        min-height: 260px; } }

#tier3header {
  position: relative;
  text-align: center; }
  #tier3header .row {
    min-height: 260px; }

.headroom--not-top #alertbanner {
  max-height: 0px;
  padding: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

#alertbanner {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  box-sizing: border-box;
  max-height: 300px;
  background-color: #e70033;
  color: #fff;
  padding: 15px 0 0 0; }
  #alertbanner p {
    margin-bottom: 0px; }
  #alertbanner .alertwrapper {
    display: inline-block; }
  #alertbanner .alerticon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px; }
    #alertbanner .alerticon img {
      max-height: 100%;
      width: auto; }
  #alertbanner .alertmessage {
    display: table-cell;
    vertical-align: middle;
    text-align: left; }
    #alertbanner .alertmessage a {
      color: #fff !important;
      text-decoration: underline; }
      #alertbanner .alertmessage a:hover {
        text-decoration: none; }

#country-selector {
  color: #97999b;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding: 20px 5px 0 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  #country-selector select.form-control {
    padding: .375rem 1.7rem .375rem .6rem;
    border: #97999b 1px solid;
    outline: none;
    color: #97999b;
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    white-space: nowrap; }
    #country-selector select.form-control::-ms-expand {
      display: none; }
    #country-selector select.form-control:hover {
      cursor: pointer; }
    #country-selector select.form-control:not(:focus) {
      border: none; }
    #country-selector select.form-control:focus {
      background-color: #FFF;
      outline: none;
      box-shadow: none; }
  #country-selector:after {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "\f107";
    font-family: FontAwesome;
    color: #e70033;
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 30px;
    line-height: 78px; }

.Explorer #tier1header .row, .Explorer #tier1header .desktopbackground {
  height: 225px; }
  @media only screen and (min-width: 768px) {
    .Explorer #tier1header .row, .Explorer #tier1header .desktopbackground {
      height: 410px; } }

.Explorer #tier2header .row, .Explorer #tier2header .desktopbackground {
  height: 225px; }
  @media only screen and (min-width: 768px) {
    .Explorer #tier2header .row, .Explorer #tier2header .desktopbackground {
      height: 260px; } }

.Explorer #tier3header .row {
  height: 260px; }

/**********************
Footer Styles
AUTHOR: Sabrina Azad - BigRedRooster
_footer.scss
***********************/
#shybar {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 11;
  will-change: transform;
  transition: transform 200ms linear; }
  #shybar.aboveoffset, #shybar.scrollin-up {
    transform: translateY(100%); }
  #shybar #shybarholder {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    background-color: #e70033;
    width: 100%;
    table-layout: fixed;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px; }
    #shybar #shybarholder li {
      display: inline-block;
      padding: 5px 0;
      width: 49%; }
      @media only screen and (min-width: 768px) {
        #shybar #shybarholder li {
          display: table-cell;
          width: auto; } }
      #shybar #shybarholder li:last-child a {
        border-right: none; }
      #shybar #shybarholder li a {
        color: #fff;
        display: block;
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        font-size: 13px;
        padding: 18px 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
        #shybar #shybarholder li a:hover {
          text-decoration: none;
          background-color: #b80023; }

#footer {
  margin-top: 100px;
  position: relative;
  z-index: 10;
  /**************** MEDIA QUERIES *****************/ }
  #footer ul {
    list-style-type: none;
    padding: 0 0 40px 0; }
    #footer ul li {
      padding: 0.25rem 0; }
      #footer ul li.bold a {
        color: #63666a;
        font-family: "RheemSansBold", Helvetica, Arial, sans-serif; }
    #footer ul a {
      text-decoration: none;
      color: #999;
      font-size: 16px; }
      #footer ul a:after {
        display: none; }
      #footer ul a:hover {
        text-decoration: none;
        opacity: .5; }
      @media only screen and (min-width: 768px) {
        #footer ul a {
          font-size: 14px; } }
  #footer .footertop {
    background-color: #fff;
    padding-top: 60px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2; }
  #footer .footerbottom {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding-bottom: 100px; }
  #footer .scrolltopholder {
    z-index: 10;
    position: absolute;
    top: -45px;
    width: 100%; }
    #footer .scrolltopholder #scrolltopbtn {
      width: 41px;
      height: 41px;
      border: 2px solid #e70033;
      border-radius: 100%;
      background-color: #fff;
      display: inline-block;
      text-align: center;
      line-height: 40px; }
      #footer .scrolltopholder #scrolltopbtn img {
        width: 19px;
        height: auto;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
      #footer .scrolltopholder #scrolltopbtn:hover img {
        -ms-transform: translateY(-5px);
        /* IE 9 */
        -webkit-transform: translateY(-5px);
        /* Safari */
        transform: translateY(-5px); }
  #footer .copyright {
    text-align: center;
    color: #fff;
    background-color: #e70033;
    padding: 40px 0 80px 0; }
  #footer .footer-smile {
    background-image: url(images/Page_Title_Curve_red.svg);
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    pointer-events: none;
    position: absolute;
    bottom: 99.9%;
    background-position: center bottom;
    background-size: cover; }
  #footer .footer-header {
    border-bottom: 1px solid lightgray;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 0;
    position: relative;
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif; }
    @media only screen and (min-width: 768px) {
      #footer .footer-header {
        border-bottom: none;
        padding: 0 0 40px 0; } }
  #footer .footer-sub-header {
    color: #63666a;
    display: block;
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif; }
  #footer .social-icons {
    margin-top: 40px;
    display: block;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      #footer .social-icons {
        margin-top: 0px; } }
    #footer .social-icons ul {
      display: inline-block; }
      @media only screen and (min-width: 992px) {
        #footer .social-icons ul {
          float: right; } }
      #footer .social-icons ul li {
        display: inline-block;
        vertical-align: middle;
        line-height: 45px; }
        #footer .social-icons ul li:last-child a {
          margin-right: 0; }
        #footer .social-icons ul li a {
          font-size: 25px;
          color: #b3b3b3;
          margin: 0 8px; }
          #footer .social-icons ul li a:after {
            display: none; }
        #footer .social-icons ul li img {
          width: auto;
          height: 28px;
          display: inline-block;
          vertical-align: top;
          margin-top: 5px; }
  #footer .mobile-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #e70033;
    font-size: 30px;
    margin-top: -16px; }
    @media only screen and (min-width: 768px) {
      #footer .mobile-arrow {
        display: none; } }
  #footer .footer-first-bottom-row, #footer .footer-second-bottom-row {
    text-align: center;
    margin: auto;
    padding: 1rem 0;
    color: #999; }
    #footer .footer-first-bottom-row a, #footer .footer-second-bottom-row a {
      font-weight: bold;
      color: #999;
      font-size: 12px;
      text-decoration: none; }
      #footer .footer-first-bottom-row a:after, #footer .footer-second-bottom-row a:after {
        display: none; }
      #footer .footer-first-bottom-row a:hover, #footer .footer-second-bottom-row a:hover {
        text-decoration: none;
        opacity: .5; }
  #footer .footer-copyright {
    color: #999;
    font-size: 12px;
    margin: auto;
    text-align: center;
    padding: 1rem 0; }
  #footer .mobile-extend {
    display: none; }
    @media only screen and (min-width: 768px) {
      #footer .mobile-extend {
        display: block !important; } }
  #footer #legal_footer {
    font-size: 12px;
    font-style: italic;
    color: #63666a; }
    #footer #legal_footer em, #footer #legal_footer sup {
      font-style: normal; }
  @media only screen and (min-width: 992px) {
    #footer {
      margin-top: 0px; }
      #footer .footer-first-bottom-row, #footer .footer-copyright {
        margin-left: 0;
        text-align: left; }
      #footer .footer-second-bottom-row {
        margin-right: 0;
        margin-top: 0; } }

.Explorer.version10 #footer .footer-smile {
  display: none; }
.Explorer.version10 #footer .footertop {
  border-top: 8px solid #E8E8E8; }

.Explorer #footer .scrolltopholder #scrolltopbtn {
  line-height: 36px; }

/*------------------SITE CSS----------------------*/
body {
  color: #4a4a4a;
  font-size: 14px;
  font-family: "RheemSansRoman", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  background-color: #fff; }

h1, h2, h3 {
  font-family: 'RheemSansLight';
  color: inherit;
  font-weight: 300;
  margin-bottom: 17px;
  line-height: 1; }

h1 {
  font-size: 34px;
  margin-top: 0px; }
  @media only screen and (min-width: 992px) {
    h1 {
      font-size: 49px; } }

h2 {
  font-size: 32px; }

h3 {
  font-size: 22px; }

p {
  font-family: "RheemSansRoman", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: inherit;
  font-weight: 300 !important;
  margin-bottom: 20px;
  line-height: 1.5 !important; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

a, p a {
  color: inherit;
  text-decoration: underline; }
  a:hover, p a:hover {
    color: inherit;
    opacity: .8; }
  a.fadebtn, p a.fadebtn {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }

img {
  max-width: 100%;
  height: auto; }

button {
  border: none;
  background: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }
  button:hover {
    opacity: .8; }
  button:focus, button:active {
    outline: none; }

@media (min-width: 576px) {
  #jointeam-modal.modal-dialog {
    max-width: 1000px;
    margin: 30px auto; } }
button.close {
  float: right;
  background-color: #e83248;
  padding: 5px 15px;
  margin-left: -2px;
  margin-top: 2px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 99;
  font-size: 42px;
  opacity: 1;
  color: #ffffff;
  cursor: pointer; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
  width: auto; }
  .modal-content .modal-body {
    margin: 50px 0; }

.nopad {
  padding: 0; }

.videoholder .videooverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center; }

.videoholder iframe {
  z-index: 0; }

#section1 {
  padding-top: 50px; }

#section2 {
  background-color: #c7c8ca;
  padding: 68px 0; }

#section3 {
  padding-top: 80px; }

#section5 {
  padding-top: 40px; }
  #section5 img {
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) {
      #section5 img {
        margin-bottom: 0px; } }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  max-width: 460px;
  max-height: 200px;
  display: block;
  margin: 0 auto 10px auto;
  color: #777b7f;
  font-size: 14px;
  border: solid 1px #fff;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fbfbfb;
  -moz-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.35); }
  input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="password"]:active,
  textarea:hover,
  textarea:focus,
  textarea:active {
    outline: none; }

label {
  font-weight: 400;
  text-transform: uppercase; }

select {
  border: 0;
  height: 52px;
  margin-bottom: 30px;
  font-size: 16px;
  width: 100%; }

input[type='checkbox'], input[type='radio'] {
  margin: 0 20px 0 5px; }

.btn-primary, .ban-primary {
  width: 100%;
  border: none;
  border-radius: 50px;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: .1px;
  min-width: 190px;
  display: block;
  color: #fff;
  font-family: "RheemSansRoman", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  line-height: 50px;
  padding: 0 30px;
  box-sizing: border-box;
  background-color: #e60032;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzMDAyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3MDAzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(bottom, #c3002b 0%, #e70033 100%);
  background-image: -o-linear-gradient(bottom, #c3002b 0%, #e70033 100%);
  background-image: -webkit-linear-gradient(bottom, #c3002b 0%, #e70033 100%);
  background-image: linear-gradient(bottom, #c3002b 0%, #e70033 100%); }
  .btn-primary:hover, .ban-primary:hover {
    color: #fff;
    font-weight: 300;
    background-color: #e60032;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3MDAzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MzMDAyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #e70033 0%, #c3002b 100%);
    background-image: -o-linear-gradient(bottom, #e70033 0%, #c3002b 100%);
    background-image: -webkit-linear-gradient(bottom, #e70033 0%, #c3002b 100%);
    background-image: linear-gradient(bottom, #e70033 0%, #c3002b 100%); }
  .btn-primary.smaller, .ban-primary.smaller {
    font-size: 15px; }
  @media only screen and (min-width: 992px) {
    .btn-primary, .ban-primary {
      display: inline-block;
      width: auto; } }
