/* Brand Colors */
/*gradient colors*/
/* CTA Text Color */
/* HERO TEXT COLOR */
/* Vertically aligned content

When content is vertically aligned, often times the copy margin is off; these variables correct this issue.

*/
/* CTA COLORS*/
/* Main CTA colors */
/* _full-font-url('Chunkfive', 'woff', 'embedded-opentype', '?#iefix'); */
footer.refresh-footer {
  background-color: #1c284c;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 0;
  line-height: 1.6;
  letter-spacing: 0.6px;
  display: block;
  width: 100%;
  float: left; }
  @media (min-width: 992px) {
    footer.refresh-footer {
      padding-top: 70px; }
      footer.refresh-footer .row.links-row {
        display: block; }
      footer.refresh-footer p.col-header.imagine-title {
        font-weight: 300; }
      footer.refresh-footer .newsletter-col {
        position: relative;
        top: -10px; } }
  footer.refresh-footer a, footer.refresh-footer p {
    font-weight: 300; }
  footer.refresh-footer a:hover,
  footer.refresh-footer a.legal-link:hover {
    font-weight: 500;
    text-decoration: none; }
  footer.refresh-footer p {
    font-weight: 300;
    text-align: left; }
  footer.refresh-footer .col-header {
    color: #fff;
    font-weight: 600; }
  footer.refresh-footer .footer-col {
    margin-bottom: 20px; }
    footer.refresh-footer .footer-col p {
      margin-bottom: 30px; }
    @media (min-width: 992px) {
      footer.refresh-footer .footer-col.company-col {
        padding-left: 40px; } }
  footer.refresh-footer .newsletter-refresh h4,
  footer.refresh-footer .newsletter-refresh p {
    text-align: left;
    line-height: inherit; }
  footer.refresh-footer .newsletter-refresh p {
    color: #fff; }
  footer.refresh-footer .newsletter-refresh h4 {
    font-size: 18px;
    color: #efc148;
    text-align: left; }
  footer.refresh-footer .newsletter-refresh .email-input {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px; }
    footer.refresh-footer .newsletter-refresh .email-input label {
      width: 81%;
      margin-bottom: 0;
      position: absolute;
      left: 10px;
      top: 0; }
      @media (min-width: 480px) {
        footer.refresh-footer .newsletter-refresh .email-input label {
          width: 88%; } }
      @media (min-width: 992px) {
        footer.refresh-footer .newsletter-refresh .email-input label {
          width: 80%; } }
      footer.refresh-footer .newsletter-refresh .email-input label input {
        width: 100%; }
    footer.refresh-footer .newsletter-refresh .email-input .submit-bttn {
      background: url(/images/footer/ic-search.svg) no-repeat 20px 16px;
      height: 52px;
      width: 50px;
      max-width: 50px;
      float: none;
      border-radius: 4px;
      border-radius: 0 4px 4px 0;
      border: solid 1.5px #efc148;
      background-color: #efc148;
      margin-bottom: 0;
      position: relative;
      right: -40%; }
      @media (min-width: 768px) {
        footer.refresh-footer .newsletter-refresh .email-input .submit-bttn {
          left: 85%; } }
    footer.refresh-footer .newsletter-refresh .email-input .email-input-field {
      background-color: #1c284c;
      color: #fff;
      border-radius: 4px;
      border: solid 1.5px #efc148;
      font-size: 16px;
      padding: 12px;
      margin-bottom: 0;
      font-weight: normal; }
  footer.refresh-footer .newsletter-refresh .newsletter-bttn {
    display: inline; }
  footer.refresh-footer .newsletter-refresh ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  footer.refresh-footer .newsletter-refresh :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  footer.refresh-footer .newsletter-refresh ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }
  footer.refresh-footer .address {
    text-align: left;
    color: #fff; }
    footer.refresh-footer .address .address-text {
      display: inline-block;
      margin-left: 5px;
      width: 64%; }
    footer.refresh-footer .address img {
      vertical-align: top; }
  footer.refresh-footer .soc-icon-row {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between; }
    footer.refresh-footer .soc-icon-row.newsletter-icons {
      margin-top: 0;
      margin-bottom: 0; }
    footer.refresh-footer .soc-icon-row .footer-soc-icon {
      display: inline-block;
      text-align: center;
      background-color: #263257;
      border-radius: 100%;
      padding-top: 8px;
      padding-bottom: 8px;
      height: 40px;
      width: 40px; }
      footer.refresh-footer .soc-icon-row .footer-soc-icon a.social {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        height: 20px; }
        footer.refresh-footer .soc-icon-row .footer-soc-icon a.social:before {
          height: 20px;
          display: block;
          width: 20px;
          margin: 0 auto; }
      footer.refresh-footer .soc-icon-row .footer-soc-icon:hover {
        opacity: 80%; }
      footer.refresh-footer .soc-icon-row .footer-soc-icon.mr-6 {
        margin-right: 6%; }
      @media (min-width: 992px) {
        footer.refresh-footer .soc-icon-row .footer-soc-icon {
          padding-top: 0;
          padding-bottom: 0;
          display: flex;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          align-items: center; } }
  footer.refresh-footer .lang-select-container {
    display: flex;
    align-items: center; }
  footer.refresh-footer .language-select {
    text-transform: uppercase; }
  footer.refresh-footer .footer-bottom {
    padding-top: 25px;
    padding-bottom: 30px;
    background-color: #263257;
    width: 100%; }
    footer.refresh-footer .footer-bottom .p-year {
      color: #fff; }
    footer.refresh-footer .footer-bottom .legal-list {
      display: flex;
      justify-content: space-between;
      margin-top: 30px; }
      @media (min-width: 768px) {
        footer.refresh-footer .footer-bottom .legal-list .legal-link.legal-last {
          margin-right: 20px; } }
      @media (min-width: 992px) {
        footer.refresh-footer .footer-bottom .legal-list {
          margin-top: 0;
          display: inline; }
          footer.refresh-footer .footer-bottom .legal-list .legal-link {
            display: inline;
            margin-left: 30px; }
          footer.refresh-footer .footer-bottom .legal-list .legal-link.legal-last {
            margin-right: 0; } }
    footer.refresh-footer .footer-bottom .row {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      footer.refresh-footer .footer-bottom .row {
        width: 750px;
        margin: 0 auto; } }
    @media (min-width: 992px) {
      footer.refresh-footer .footer-bottom {
        padding-bottom: 15px; }
        footer.refresh-footer .footer-bottom .container {
          padding-left: 0; }
        footer.refresh-footer .footer-bottom .row {
          width: unset; }
        footer.refresh-footer .footer-bottom .p-year {
          display: inline;
          margin-left: 25px; }
        footer.refresh-footer .footer-bottom .legal-list-col {
          text-align: right; } }
