footer .footer-links li a {
  font-weight: 400;
}

footer .footer-links .btn-inverse {
  background-color: var(--blue);
  color: #fff;
}

.markets-content-section .markets-content-block .i-tabs-header ul li a {
  color: #828689;
}

.resources-content-section .resources-content-sidebar .wpf-calculator-wrapper .wpf-form select {
  height: 41px;
}

.header-section .header-bg-wrapper h1 a {
  font-size: 40px;
  color: #ffffff;
  line-height: 48px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
}

.header-section .header-bg-wrapper h1 a:hover {
  color: #ffffff;
  background: transparent;
}

.header-section .header-bg-wrapper h1 a:hover:before {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}

#wr360image_wr360PlayerId {
  margin-top: 0 !important;
}

.gform_validation_container {
  display: none !important;
}

/*# sourceMappingURL=custom.css.map */
/*Header Quote Form Link: 8/10/16*/

.request_link{
    margin: 0 auto;
    background-color: #F1F1F2;
    text-align: right;
    padding-top: 25px;
    padding-bottom: 25px;
}
.request_link h4{
    /*padding-right: 5px;*/
}
@media (max-width: 1025px) {
    .request_link{
        text-align: center;
        padding-right: 0;
    }
}
.request_link h4 a {
    color:var(--blue);
    position: relative;
    border: solid 2px  var(--blue);
    padding: 10px 15px;
    border-radius: 9px;
    display: inline-block;
    box-sizing: border-box;
    z-index: 5;
    -webkit-transition: color 0.15s ease-out, border-color 0.05s ease-out;
    -moz-transition: color 0.15s ease-out, border-color 0.05s ease-out;
    -ms-transition: color 0.15s ease-out, border-color 0.05s ease-out;
    transition: color 0.15s ease-out, border-color 0.05s ease-out;
}
.request_link h4 a:hover {
    /*background-color: var(--blue);*/
    color: white;
    border-color: transparent;
    -webkit-transition: color 0.15s ease-out, border-color 0.05s 0.15s ease-out;
    -moz-transition: color 0.15s ease-out, border-color 0.05s 0.15s ease-out;
    -ms-transition: color 0.15s ease-out, border-color 0.05s 0.15s ease-out;
    transition: color 0.15s ease-out, border-color 0.05s 0.15s ease-out;
}
.request_link h4 a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    height: 100%;
    width: 100%;
    border: 2px solid transparent;
    background: var(--blue);
    border-radius: 9px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -ms-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.request_link h4 a:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
