@media (max-width: 1010px) {
  .common-subnav ul {
    margin-left: 0; } }
@media (max-width: 900px) {
  /* core.scss updates for responsive */
  .input-group {
    padding-right: 106px;
    position: relative; }
    .input-group input {
      width: 100%; }
    .input-group .select-wrapper {
      position: absolute;
      top: 0;
      right: 0; }

  /* end of core.scss updates for responsive */
  /* chabal ad */
  .hero-section {
    background: #396172;
    padding-bottom: 0px; }
    .hero-section.chabal-colour, .hero-section.chabal-monochrome {
      background: #193f4c; }
    .hero-section .chabal-tv-ad {
      position: static;
      height: 100px;
      width: 310px;
      margin: 0 auto; }
      .hero-section .chabal-tv-ad p {
        text-align: center;
        margin-top: 16px;
        padding-top: 0; }
        .hero-section .chabal-tv-ad p span {
          padding-bottom: 10px;
          display: block; }
    .hero-section.small-chabal {
      padding-bottom: 0; }
      .hero-section.small-chabal .chabal-tv-ad {
        margin: 0 auto;
        position: static; }
        .hero-section.small-chabal .chabal-tv-ad p {
          margin-top: 0;
          padding-top: 140px; }

  /* end of chabal ad */
  .sticky-wrapper {
    position: relative; }

  .header {
    border-bottom: 1px solid #d6e1e7;
    float: left;
    width: 100%;
    position: relative;
    height: auto; }
    .header .cf-logo {
      margin-bottom: 13px; }
    .header.stuck {
      background: white;
      position: static !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .header li a {
      line-height: 48px; }
    .header .lang-menu i {
      margin-top: 17px; }
    .header .h-last {
      border-right: 0; }
    .header #menuMobile {
      display: block;
      position: absolute;
      top: 9px;
      right: 10px;
      padding-left: 10px;
      padding-right: 10px;
      height: 37px;
      border-radius: 3px;
      border: 1px solid #d6e1e7;
      text-align: center;
      text-transform: uppercase;
      line-height: 37px; }
      .header #menuMobile.selected {
        background: #396172;
        color: white; }
      .header #menuMobile i {
        position: relative;
        font-size: 14px;
        margin-right: 6px; }
        .header #menuMobile i.icon-sort-down {
          top: -3px; }
        .header #menuMobile i.icon-sort-up {
          top: 4px; }
.header #menuMobile:hover {
    background-color: #396172;
    color: white;
    cursor: pointer;
}

.main-nav li:last-child {
    border-bottom: 0;
}

  .main-nav {
    margin-top: 20px;
    clear: both;
    border-top: 1px solid #d6e1e7;
    display: none;
    position: relative;
    z-index: 1; }
    .main-nav li {
      float: none;
      background: white;
      border-left: 0;
      border-bottom: 1px solid #d6e1e7; }
      .main-nav li.account-links {
        float: none; }
    .main-nav .languages {
      width: 100%; }
      .main-nav .languages li {
        width: 100%; }
    .main-nav .last {
      border-bottom: 0; }

  .hero-section h1 {
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px; }
    .hero-section h1 br {
      display: none; }

  .calculator-panel, .transfers-panel {
    width: auto; }

  .calculator-container {
    height: auto;
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-width: 1px 0; }
    .calculator-container li {
      float: none;
      clear: both;
      margin-right: 0; }
      .calculator-container li.ihave-form, .calculator-container li.iwant-form {
        clear: both;
        width: auto; }
      .calculator-container li.ihave-form {
        margin-bottom: 20px; }
    .calculator-container .btn {
      width: 100%;
      padding: 0; }

  .calculator-benefit {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

  /* about us page */
  .about-us-paragraph p {
    padding-left: 15px;
    padding-right: 15px; }

  .team-section .team li {
    width: 25%; }

  .legalities .regulated-logos ul {
    display: block; }
  .legalities .regulated-logos li {
    display: inline-block; }
    .legalities .regulated-logos li.bank-ireland a {
      margin-left: 0; } }
@media (min-width: 900px) {
  .main-nav {
    display: block !important; } }
@media (max-width: 900px) {
  .hero-section .chabal-tv-ad {
    position: static;
    height: 183px;
    width: 310px;
    margin: 0 auto; }
    .hero-section .chabal-tv-ad p {
      text-align: center;
      margin-top: 16px; }
      .hero-section .chabal-tv-ad p span {
        padding-bottom: 10px;
        display: block; } }
@media (max-width: 820px) {
  .common-subnav {
    position: relative; }
    .common-subnav li {
      display: none; }
      .common-subnav li.active {
        display: block !important;
        /* overriding javascript */ }
        .common-subnav li.active a {
          border: 0;
          height: 48px;
          line-height: 48px;
          font-weight: bold; }
    .common-subnav.menu-open li {
      display: block; }
    .common-subnav .submenu-control {
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      width: 48px;
      height: 48px;
      z-index: 2; }
      .common-subnav .submenu-control .icon-chevron-down, .common-subnav .submenu-control .icon-chevron-up {
        line-height: 48px;
        display: block;
        text-align: center; } }
@media (min-width: 820px) {
  .common-subnav {
    position: relative; }
    .common-subnav li {
      display: inline-block !important;
      /* javascript override */ } }
@media (max-width: 660px) {
  .company-messages {
    text-align: left; }

  .common-subnav.stuck {
    position: static; }

  .how-works-section .inner-container,
  .trusted-section .inner-container,
  .features-section .inner-container,
  .office-addresses .inner-container,
  .legalities .inner-container {
    padding-left: 20px;
    padding-right: 20px; }

  div.divide-heading p {
    padding-left: 0;
    padding-right: 0; }

  .transfers-panel {
    padding: 84px 0 40px; }
    .transfers-panel .t-panel {
      float: none;
      width: 100%; }
      .transfers-panel .t-panel.transfers-total {
        padding-bottom: 40px; }

  .hero-section .intro {
    padding-top: 30px; }
  .hero-section .clicktoseehow {
    display: none; }

  .calculator-info {
    position: static; }

  .trusted-section .inner-container {
    padding-left: 20px;
    padding-right: 20px; }
  .trusted-section .papers-logos li {
    display: block; }
    .trusted-section .papers-logos li a {
      margin: 0 auto 20px; }
  .trusted-section .testimonials-panel .cust-test {
    display: block;
    text-align: center;
    margin: 0 10% 0;
    width: auto; }
    .trusted-section .testimonials-panel .cust-test .profile-pic {
      float: none;
      margin: 0; }
    .trusted-section .testimonials-panel .cust-test .quote {
      padding-left: 0; }
  .trusted-section .testimonials-panel .last {
    margin: 0 10% 0; }

  .how-works-section h2 {
    padding-bottom: 40px; }
  .how-works-section .steps-labels {
    display: none; }
  .how-works-section .tab-container {
    display: block !important; }
  .how-works-section .panel {
    background: none;
    padding-top: 50px;
    display: block !important; }
    .how-works-section .panel h4 {
      font-size: 20px; }
    .how-works-section .panel li {
      width: 25%;
      text-align: left;
      padding-right: 1%;
      margin-left: 0; }
    .how-works-section .panel .responsive-heading {
      display: block;
      width: 200px;
      font-size: 25px;
      background: url(../imgs/how-works-icons.png) 0 0 no-repeat;
      height: 160px;
      margin: 0 auto;
      position: relative; }
      .how-works-section .panel .responsive-heading .label {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%; }
      .how-works-section .panel .responsive-heading.deposit {
        background-position: 42px 0; }
      .how-works-section .panel .responsive-heading.exchange {
        background-position: -274px 0; }
      .how-works-section .panel .responsive-heading.transfer {
        background-position: -575px 0; }

  .features-section span {
    display: block;
    float: none;
    margin: 0 auto 13px; }
  .features-section li {
    text-align: center; }
    .features-section li p {
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 0; }

  .company-links ul {
    padding-bottom: 0; }
  .company-links li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #486d7d;
    margin: 0;
    padding-left: 20px;
    height: 48px; }
  .company-links a {
    line-height: 48px; }
  .company-links #new-menu {
    margin-top: 10px; }

  .office-addresses li {
    display: block;
    width: auto;
    padding-bottom: 40px; }
  .office-addresses .email-us {
    text-align: left;
    line-height: 14px;
    padding-bottom: 35px; }

  .contact-us span {
    display: block;
    padding-bottom: 10px; }
    .contact-us span.findus-label {
      padding-top: 10px;
      padding-bottom: 0; }

  .legalities .regulated-by, .legalities .regulated-logos {
    display: block;
    width: 100%; }

  .common-template .content, .common-template .sidebar {
    float: none;
    width: 100%; }
  .common-template .content {
    margin-bottom: 20px; }

  /* about us page */
  .about-us-hero {
    padding-top: 0; }
    .about-us-hero h1 {
      padding-top: 43px;
      padding-bottom: 20px; }
    .about-us-hero .intro {
      font-size: 20px;
      font-weight: 300;
      padding-bottom: 19px;
      padding-left: 10%;
      padding-right: 10%;
      padding-top: 15px; }
    .about-us-hero .aboutus-section-text {
      top: 134px; }
      .about-us-hero .aboutus-section-text .photo-caption {
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        top: -10px; }
      .about-us-hero .aboutus-section-text cite {
        padding-bottom: 100px; }

  .about-us-paragraph {
    padding-top: 213px; }

  .team-section .team li {
    width: 33%; }

  /* Footer links */
  .company-links-expanded .col {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    border-bottom: 0; }
    .company-links-expanded .col h4, .company-links-expanded .col li {
      padding-left: 20px; }
    .company-links-expanded .col li {
      height: auto;
      border: 0; }
    .company-links-expanded .col a {
      display: block; }
    .company-links-expanded .col .links {
      padding-bottom: 20px; }

  .common-template.full-width .col1, .common-template.full-width .col2 {
    display: block;
    clear: both;
    width: 100%; }
  .common-template.full-width .col1 {
    margin-right: 0; }
  .common-template.full-width .col2 {
    margin-left: 0; }

  .maps-contact .grid-map, .maps-contact .map-placeholder {
    width: 100%; }
  .maps-contact iframe {
    width: 100%; }
  .maps-contact .message {
    padding-bottom: 30px; }

  .content .press li {
    display: table;
    width: 100%; }
    .content .press li:nth-child(even) {
      float: none; }
  .content .press a {
    display: table-cell;
    vertical-align: middle; }
  .content .press img {
    max-width: 250px;
    border: 0; } }
@media (max-width: 478px) {
  .calculator-table {
    display: none !important; }

  .calculator-benefit .calc-expand-collapse {
    display: none; }

  .how-works-section .panel li {
    width: 80%;
    padding-bottom: 20px; }

  .features-section li {
    width: 100%; }

  .quick-trade-section .steps li.middle {
    padding-left: 0;
    padding-right: 0; }

  .save-money-section {
    background: none;
    background-position: 0 0; }
    .save-money-section .txt {
      width: auto;
      float: none;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 40px;
      padding-bottom: 40px; }

  .items-simple li {
    width: 100%; }
  .items-simple span {
    margin: 0 auto 10px; }

  .fast-simple-section {
    background: none;
    background-position: 0 0; }
    .fast-simple-section .txt {
      width: auto;
      float: none;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 40px;
      padding-bottom: 40px; }

  .about-us-hero h1 {
    padding-top: 23px;
    padding-bottom: 14px; }
  .about-us-hero .intro {
    padding-bottom: 67px; }
  .about-us-hero .aboutus-section-text {
    top: 200px; }
    .about-us-hero .aboutus-section-text cite {
      padding-bottom: 30px; }

  .about-us-paragraph {
    padding-top: 260px; }

  /* end of features page  */

/* Responsive Cookie message */
.cookie-message p{
    font-size: 11px;
    line-height: 120%;
}

  .team-section .team li {
    width: 100%; } }
@media (max-width: 320px) {
  .contact-us {
    padding-left: 20px;
    padding-right: 20px; }
    .contact-us input, .contact-us button {
      width: 100%;
      padding: 0; }
    .contact-us input {
      margin-bottom: 10px; }

  .email-us a {
    display: block;
    padding-top: 10px; }

  .process-dropdown {
    width: 258px; }
    .process-dropdown.customSelect {
      width: 258px; } }
