 

<style type="text/css">
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

span.wpc-highlight:after {
    content: '\00b0'!important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* RYNO Styles */
body {
  background: #ffffff;
  font-size: 0.875rem;
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
  color: #383838;
}

.clear {
  clear: both;
}

h1, h2, h3 {
  font-family: 'Roboto', sans-serif;;
  font-weight: bold;
  margin-top: 0;
}

h1 {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.25rem;
  text-transform: uppercase;
}

h1.home-title {
  color: #000000;
  font-size: 1.95rem;
  font-weight: bold;
  line-height: 2.25rem;
  text-transform: none;
}

h2 {
  color: #1259b5;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 10px;
  text-transform: none;
}

h3 {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 500;
}

p, 
ul,
ol {
  font-size: 0.875rem;
  line-height: 1.075rem;
}

a,
a:link,
a:visited {
  color: #ec174f;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
}

a:hover {
  color: #ce0031;
  text-decoration: underline;
}

a.btn,
button,
.button {
  border-radius: 3px;
  color: #ffffff !important;
  display: block;
  font-family: 'Roboto', sans-serif;;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
  width: 100%;
}
.sidebar .button:hover{
  text-decoration: none;
}

a.btn-default,
button,
.button {
  background: #ec174f;
}

a.btn-secondary,
button.secondary,
.button.secondary {
  background: #ec174f;
}

a.btn-alert,
button.alert,
.button.alert {
  background: #ec174f;
}

a.btn-default:hover,
button:hover,
.button:hover {
  background: #d8033b;
}

a.btn-secondary:hover,
button.secondary:hover,
.button.secondary:hover {
  background: #d8033b;
}

a.btn-alert:hover,
button.alert:hover,
.button.alert:hover {
  background: #d8033b;
}

form input.cf-text,
form .cf-textarea,
form select {
  border: 1px solid #ccc;
  box-shadow: none;
}

form select {
  background-color: #fff !important;
}

form textarea {
  resize: none;
}

textarea[rows] {
  height: 0;
}

div.wpcf7 img.ajax-loader {
  bottom: 0;
  position: absolute;
}

div.wpcf7-response-output {
  bottom: -5px;
  margin: 0;
  position: absolute;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  margin: 0;
}

form p {
  margin-bottom: 1rem !important;
}

.wpcf7-not-valid-tip {
  width: 10rem; 
}

::-webkit-input-placeholder {
 color: #cccccc;
 opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
 color: #cccccc;  
 opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #cccccc;  
 opacity: 1;
}

:-ms-input-placeholder {  
 color: #cccccc;   
 opacity: 1;
}

/* Sink */
.hvr-sink {
  position: relative;
  margin-top: 0;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
}

.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  margin-top: 8px !important; 
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
}

/* Social Bar */
.social-bar {
  background: #383838;
}

.social-bar-left {
  padding: 0.625rem 0;
}

.social-bar-left h2 {
  color: #383838;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.575rem;
  margin: 0;
  margin-right: 0.75rem;
  text-transform: uppercase;
} 

.social-bar-left ul {
  display: inline-block;
  list-style: none;
  margin: 0;
}

.social-bar-left ul li {
  display: inline-block;
  margin-right: 0.3125rem;
}

.fa-stack {
  height: 1.5rem;
  width: 1.5rem;
}

.fa-stack-1x {
  color: #383838;
  font-size: 0.875rem;
  line-height: 1.563rem;
}

.fa-stack-2x {
  color: #ffffff;
  font-size: 1.563rem;
}

/* Header */
.header {
  background: url('');
  padding: 1.563rem 0;
}

.header-logo,
.header-phone {
  transform-style: preserve-3d;
}

.header-phone {
  text-align: right;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; 
}

.header-phone h2 {
  color: #ec174f;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 3px;
  text-align: right;
  text-transform: uppercase;
}

.header-phone h3 {
  color: #383838;
  font-size: 2.375rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 38px;
  text-align: right;
}

.header-phone h3 a{
  color: #383838;
}

.header-phone h3 a:hover{
  text-decoration:none;
}

.header-phone-inner {
  position: relative;top: 50% !important;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}

/* Navigation */
.nav-bar {
  border-bottom: 0.25rem solid #000000;
  position: relative;
  z-index: 3;
}

.nav-bar.contain-to-grid, .top-bar {
  background: #383838;
}

.top-bar {
  height: 3rem;
  line-height: 3rem;
}

.top-bar-section li.active:not(.has-form) a:not(.button), 
.top-bar-section li:not(.has-form) a:not(.button){
  line-height: 3rem;
}

.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
  background: none;
}

.top-bar-section ul li > a {
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif;;
  font-size: 1.0625rem;
  font-weight: normal !important;
  text-transform: uppercase;
}

.top-bar-section .has-dropdown > a::after {
  display: none;
}

.top-bar-section .main-navigation li.active > a,
.top-bar-section .main-navigation a:hover,
.top-bar-section ul li:hover:not(.has-form) > a {
  background: none !important;
  color: #b7b7b7 !important;
  text-decoration: none;
}

.top-bar-section li:not(.has-form) a:not(.button), 
.top-bar-section .has-dropdown > a {
  padding: 0 1.1rem !important;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  background: #383838 !important;
  font-size: 0.875rem;
  border-bottom: 1px solid #000000;
}

ul.sub-menu.dropdown li.active a{
  font-size: 0.875rem!important;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover,
.top-bar-section .dropdown li.current-menu-item > a,
.top-bar-section .dropdown li.current-menu-item > a:hover {    
  background: #242424 !important;
  color: #ffffff !important;
} 

/*.top-bar-section ul li.has-dropdown .dropdown {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
  visibility: hidden;
}

.top-bar-section ul li.has-dropdown:hover > .dropdown {
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
  visibility: visible;
}*/

/* SLIDER */
.slider {
  backface-visibility: hidden;
  height: auto;
  margin-bottom: -1px;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  width: 100%;
  z-index: 1;
}
.slider img {
  height: auto;
  width: 100%;
}

.cycle-slideshow,
.slide {
  width: 100% !important;
}

/* Arrows */
.cycle-prev,
.cycle-next {
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  display: block;
  font-size: 1.875rem;
  height: 2.813rem;
  line-height: 0;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
  width: 2.813rem;
  z-index: 101;
}

.cycle-slideshow:hover .cycle-prev,
.cycle-slideshow:hover .cycle-next {
  opacity: .75 !important;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
}

.cycle-prev {
  left: 20px;
}

.cycle-next {
  right: 20px;
}

ul.slides {
  list-style: none;
  margin: 0;
  width: 100%;
}

/* Page Title */
.page-title {
  background: #cccccc;
  padding: 1.75rem 0rem ;
}

/* Home Prefix */
.home-prefix {
  background: #e6e6e6;
  border-bottom: 4px solid #383838;
  position: relative;
}

p.home-cta-box-desc{
  color:#383838;
  padding: 0 20px;
}

.home-prefix-box {
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
  display: block;
}
.home-prefix-box:hover{
  text-decoration: none;
}

.home-prefix-box h2 {
  color: #1259b5;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.home-prefix-box p {
  margin-bottom: 0.375rem;
  text-align: center;
}

.home-prefix-box a {
  font-size: 1.25rem;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.home-prefix-box img {
  margin: 0 auto 0.9375rem;
}

.home-prefix-box:hover {
  background: rgba(204,204,204,0.8);
}

/* Main Content Area */
.content-wrapper {
  padding: 3.75rem 0rem ;
}

/* Contact Bar */
.contact-bar {
  background: #383838;
  padding: 0.3125rem 0;
}

.contact-bar .wpcf7 br{
  display:none;
}

.contact-bar h2 {
  color: #ffffff;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 2.375rem;
  margin: 0;
  margin-bottom: 1.563rem;
  text-transform: uppercase;
}

.contact-bar-left,
.contact-bar-right {
  color: #ffffff;
  padding: 3.438rem 0.9375rem;
} 

.contact-bar .button {
  font-family: 'Roboto', sans-serif;;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 90%;
}

.contact-bar-left p.testimonial-text {
  font-style: italic;
}

.contact-bar-right h2{
  text-align: center !important;
}

.contact-bar-right p.disclaimer {    
  text-align: right;
}

.contact-bar-right p.disclaimer {
  font-size: 0.625rem;
  font-style: italic;
  margin-bottom: 0;
  position: relative;
  top: 0.3125rem;
}

.contact-bar-right .button {
  float: right;
  width: 100%;
}

.contact-bar-right form {
  width: 100%;
}

/* Home Page Form*/
span.prefix, 
label.prefix {
  background: #c3c3c3;
}

span.prefix .fa {
  color: #838383;
  font-size: 13px;
}

.cf-text,
.cf-textarea {
  height: 2.1875rem;
  min-height: 2.3125rem;
  padding: 0.5rem ;
}


/* Main Content */
#content_wrapper {
  margin: 50px 0;
}

/* Testimonial Slider */
.testimonial-slider {
  background: #383838;
  color: #ffffff;
  padding: 1.25rem 0rem ;
}

.testimonial-slider h2 {
  color: ;
  font-size: 1.0625rem;
  font-weight: normal;
  margin-bottom: 1.875rem;
}

.testimonial-slider p {
  color: #ffffff;
  font-size: 1rem;
}

.testimonial-slider h3 {
  color: ;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
}

.testimonial-slider .cycle-pager {
  bottom: 0;
  position: relative;
}

.testimonial-slider .slide {
  position: relative;top: 50% !important;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}

/* Areas We Serve */
.postscript-cities {
  background: #383838 no_repeat center top;
  background-size: cover;
  color: #000000;
  position: relative;
}

.postscript-cities h3 {
  color: #000000;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 3.75rem;
  margin: 0rem 0rem 2.25rem 0rem ;
  text-align: center;
}

.postscript-inner {
  padding: 0rem 0rem 3.125rem 0rem ; 
}

.city-list .city-name {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  text-align: center;
  text-transform: none;
}

.city-list .city-name > a {
  color: #000000;
  display: block;
  font-weight: bold;
}

.city-list .city-name > a:hover {
  text-decoration: underline;
}

.city-name .fa {
  display: none;
}

.postscript-two {
  background: #ccc no-repeat;
  background-size: cover;
  border-bottom: 7px solid #fff;
  border-top: 7px solid #fff;
  padding: 3.75rem 0;
}

.postscript-two h2 {
  border-bottom: 1px solid #ec174f;
  border-top: 1px solid #ec174f;
  color: #ec174f;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 0;
  padding: 1.875rem 0;
  text-align: center;
  text-transform: uppercase;
}
.postscript-two .ps-two-widget div:first-of-type {
  margin-top: 2.25rem
} 

/* Footer */
.footer-main h2,
.footer-main p,
.footer-main a {
  color: #ffffff;
}

.footer-main h2 {
  font-size: 1.375rem;
  font-weight: 900;
}

.footer-main a {
  color: #ffffff;
  font-weight: bold;
}

.footer-main a:hover {
  text-decoration: underline;
}

.footer {
  background: #383838;
  color: #ffffff;
  padding: 40px 0;
  position: relative;
  text-align: center;
  z-index: 4;
}

.footer ul.social-icons {
  list-style: none;
  margin: 0;
}

.footer ul.social-icons li {
  display: inline-block;
  margin-right: 5px;
}

.footer .fa-stack {
  height: 4.375rem;
  margin-bottom: 2.188rem;
  width: 4.375rem;
}

.footer .fa-stack-1x {
  font-size: 2.188rem;
  line-height: 4.375rem;
}

.footer .fa-stack-2x {
  font-size: 4.375rem;
}

.footer-bottom {
  background: #1259b5;
  color: #ffffff;
  padding: 0.9375rem 0rem ;
}

.footer-bottom a {
  color: #ffffff;
  font-weight: bold;
}

.footer-bottom a:hover {
  color: #ffffff;
}

.footer-bottom p.copyright {
  font-size: 0.75rem;
  margin-bottom: 0;
}

/*Weather*/
#wpc-weather .today {
    display: none;
}

/*Products*/
.product-table tr > td:first-child {
  width: 25%; 
}

.products-grid > li {
  position: relative;
}

.product-overlay {
  position: absolute;
  width: 91%;
  z-index: 2;
}

.products-grid > li a {
  box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 5%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
  visibility: hidden;
}

.products-grid > li:hover a {
  background: #383838;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
  visibility: visible;
}

.products-grid > li img {
  border: 1px solid #ccc;
  position: relative;
  z-index: 1;
}

/*Contact Page Form*/
.main-contact-form .cf-text, .main-contact-form .cf-textarea {
  background-color: #eaeaea;
  border: 0.0625rem solid #b8b8b8;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%; 
}

.main-contact-form .cf-textarea {
  height: 4.6875rem; 
}

.main-contact-form div > label, .main-contact-form legend {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase; 
}

.main-contact-form fieldset br {
  display: none; 
}

.main-contact-form fieldset p {
  margin: 0; 
}

.main-contact-form .wpcf7-list-item {
  clear: both;
  display: block; 
}

.main-contact-form .wpcf7-list-item input[type="checkbox"] {
  margin-bottom: 0; 
}

.main-contact-form .wpcf7-list-item-label {
  font-weight: bold; 
}

.main-contact-form input[type="submit"] {
  background: none;
  border: 2px solid #383838;
  color: #383838;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0.625rem;
  padding: 10px 0px;
  padding: 0.62522rem 0rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%; 
}

.main-contact-form input[type="submit"]:hover {
  background: #383838;
  color: #fff; 
}

/* Coupons */
.coupon {
  background: #f5f5f5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f5f5f5 0%, #cfcfcf 100%);
  background: -webkit-linear-gradient(top,  #f5f5f5 0%,#cfcfcf 100%);
  background: linear-gradient(to bottom,  #f5f5f5 0%,#cfcfcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#cfcfcf',GradientType=0 );
  -moz-background-clip: padding;     /* Firefox 3.6 */
  -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  border: 3px dashed #383838;
  margin-bottom: 1.875rem;
  text-align: center;
}

.coupon-inner {
  background-image: url();
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.coupon-text h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.coupon-text {  
  box-sizing: border-box;
  padding: 1.875rem ;
}

p.coupon-details {
  font-size: 1rem;
  margin: 0 auto 20px;
  width: 75%;
}

p.coupon-disclaimer {
  font-size: 0.6875rem;
}

.coupon-text button {
  display: inline-block;
  margin: 0 auto;
  width: 33.34%
}

@media screen and (max-width: 936px) {
  .header-phone span {
    display: block;
  }

  .scrolling-side-button {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .top-bar-section ul {
    display: block;
  }

  .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section .has-dropdown > a {
    padding: 0 0.625rem !important;
  }

  .back-to-top {
    display: none !important;
  }
}

@media screen and (max-width: 667px) {
  .header-logo img {
    margin-bottom: 2.5rem !important;
  }

  .footer .fa-stack {
    height: 2.75rem;
    margin-bottom: 1rem;
    width: 2.75rem;
  }

  .footer .fa-stack-2x {
    font-size: 2.75rem;
  }

  .footer .fa-stack-1x {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (max-width: 640px) {
  .home-prefix-box a {
    margin-top: 0;
  }

  .contact-bar {
    background: none;
    box-shadow: none;
  }

  .contact-bar .button {
    width: 100%;
  }

  .contact-bar-right h2,
  .contact-bar-right p.disclaimer {    
    text-align: center;
  }
  .contact-bar-right .button {
    float: none;
  }
  .contact-bar-right form {
    float: none;
    width: 100%;
  }
}

</style>