@charset "UTF-8";

body {
    font-family: CaeciliaLTPro-75Light, serif;
    padding-top: 100px;
    color: #000
}

input[type=text] {
    font-family: CaeciliaLTPro-75Light, serif;
    font-size: 15px
}

h1,
h2,
h3,
h4,
h5 {
    font-family: CaeciliaLTPro-75Light, serif;
    font-weight: 700;
    color: #000
}

h1 {
    font-size: 30px;
    line-height: 35px;
    font-family: RationalText-SemiBold;
}

h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 35px;
    margin-top: 0;
    font-family: CaeciliaLTPro-75Bold;
    letter-spacing: 0.02em;
}

h2.title:after {
    content: "";
    display: block;
    border-bottom: 1px solid #58585a;
    width: 80px;
    margin: 20px 0 30px
}

h2.title.centered:after {
    margin: 30px auto
}

h3 {
    font-size: 20px;
    line-height: 30px
}

h4 {
    font-size: 24px;
    line-height: 1.7em;
    font-family: CaeciliaLTPro-75Bold;
    letter-spacing: 0.02em;
}

p {
    font-size: 17px;
    line-height: 1.8em;
    margin-bottom: 2em;
    font-family: CaeciliaLTPro-45Light;
    letter-spacing: 0.02em;
}

a:hover {
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.arrow:after {
    font-family: credit-union;
    content: "x";
    overflow: hidden;
    margin-bottom: -.2em;
    display: inline-block;
    line-height: 1em;
    margin-left: .5em
}

.arrow:hover:after {
    -moz-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.arrow-down {
    display: inline-block;
    width: 0;
    height: 13px;
    position: relative;
    float: right;
    margin-right: 30px
}

.arrow-down:before {
    content: "";
    width: 1px;
    height: 13px;
    background-color: #FFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    position: absolute;
    left: 0;
    bottom: 0
}

.arrow-down:after {
    content: "";
    width: 1px;
    height: 13px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    position: absolute;
    right: 0;
    bottom: 0
}

.arrow-up {
    display: inline-block;
    width: 0;
    height: 13px;
    position: relative;
    float: right;
    margin-right: 30px
}

.arrow-up:before {
    content: "";
    width: 1px;
    height: 13px;
    background-color: #FFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    position: absolute;
    left: 9px;
    bottom: 0
}

.arrow-up:after {
    content: "";
    width: 1px;
    height: 13px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    position: absolute;
    left: -8px;
    bottom: 0
}

/*.btn-yellow {
    padding: 25px 45px;
    background: #ffa300;
    color: #FFF !important;
    font-family: CaeciliaLTPro-75Bold;
}*/

.button.callback-btn {
    text-transform: uppercase;
}

.button.callback-btn:hover {
    background: #00aec7;
    border-color: #00aec7;
    text-transform: uppercase;
}

.apply-now a {
    background: #ffa300;
    color: #FFF;
}

.button,
button,
input[type=submit],
input[type=button] {
    border: 2px solid #58585a;
    height: 42px;
    line-height: 42px;
    color: #58585a;
    font-size: 14px;
    display: inline-block;
    padding: 0 2em;
    font-family: Merriweather, serif;
    font-weight: 700;
    background: transparent
}

.button.white,
button.white,
input[type=submit].white,
input[type=button].white {
    color: #FFF;
    border-color: #FFF;
    text-transform: uppercase;
}

.button.green,
button.green,
input[type=submit].green,
input[type=button].green {
    color: white;
    border-color: #ffa300;
    background-color:#ffa300;

}

.button.white:hover,
button.white:hover,
input[type=submit].white:hover,
input[type=button].white:hover {
    background-color: #FFF;
    color: #58585a;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover {
    /*background: #58585a;*/
    background-color:#2dccd3;
    color: #FFF;
    /*border-color: #2dccd3;*/
}

section {
    width: 100%;
    float: left;
    position: relative
}

section.with-padding {
    padding: 100px 0
}

.full-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial
}

#logo {
    width: 150px;
    height: 150px;
    float: left;
    margin-top: -50px;
    /*background: #FFF;*/
    text-align: center;
    padding-top: 50px;
}

#logo img {
    width: 85px
}

header {
    background-color: #00aec7;
    float: left;
    width: 100%;
    position: fixed;
    height: 125px;
    left: 0;
    top: 0;
    z-index: 1000
}

header.sticky #logo {
    width: 100%;
    height: 135px;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    /*padding: 20px 0*/
}

header.sticky #logo img {
    width: 100%;
    height: auto
}

#top-bar {
    width: 100%;
    float: left;
    height: 40px;
    background: #00aec7
}

#top-bar .menu {
    float: right;
    margin: 0;
    padding: 0
}

#top-bar .menu li {
    float: left;
    display: inline
}

#top-bar .menu li a {
    float: left;
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 15px;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 0.05em;
    font-family: RationalText-Light;
    /*border-left: 1px solid #e0e0e0*/
}

#top-bar .menu li a:hover {
    color: #003a70;
}

#top-bar .menu li a span,
#top-bar .menu li a strong {
    display: inline!important
}

#top-bar .menu li i {
    font-size: 20px;
    line-height: 1em
}

#top-bar .menu li:first-child a {
    border-left: 0
}

#menu {
    float: right
}

#menu ul {
    float: left;
    margin: 0;
    padding: 0
}

#menu ul li {
    float: left;
    display: inline;
    position: relative
}

#menu ul li.home {
    visibility: hidden;
}

#menu ul li a {
    float: left;
    height: 85px;
    line-height: 100px;
    color: #FFF;
    font-size: 18px;
    /*text-transform: uppercase;*/
    letter-spacing: 0.09em;
    padding: 0 15px;
    font-family: RationalText-Light;

}

#menu ul li a:hover {
    color: #018db5
}

#menu ul li.home a {
    text-indent: -999px;
    padding: 0 15px
}

#menu ul li.home a:before {
    font-family: credit-union!important;
    text-indent: 0;
    text-align: right;
    content: "y";
    float: left;
    text-transform: none!important;
    font-size: 24px;
    visibility: visible;
}

#menu ul li>ul {
    position: absolute;
    left: -15px;
    top: 85px;
    background: #00aec7;
    width: auto;
    display: none;
    padding: 10px 0
}

#menu ul li>ul li {
    width: 100%;
    float: left;
    position: relative
}

#menu ul li>ul li a {
    float: left;
    font-size: 15px;
    line-height: 42px;
    text-transform: none;
    height: auto;
    white-space: nowrap;
    padding: 0 30px;
    letter-spacing: 0.09em;
    font-family: RationalText-Light;
}

#menu ul li>ul li>ul {
    left: 100%;
    top: 0;
    display: none
}

#menu ul li:hover>a {
    color: #003a70
}

#menu ul li:hover>ul {
    display: block
}

.hamburger {
    width: 30px;
    height: 25px;
    float: right;
    margin: 35px 35px 0 0;
    cursor: pointer
}

.hamburger span {
    display: block;
    height: 5px;
    background: #FFF;
    margin: 0 0 5px
}

.hamburger:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.hamburger.active {}

.hamburger.active .hamburger-bun {
    margin: 5px 0 0;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
}

.hamburger.active .hamburger-bun:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-top: 10px
}

.hamburger.active .hamburger-bun:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-top: -5px
}

.hamburger.active .hamburger-patty {
    display: none
}

#hero {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    padding: 215px 0
}

#hero .hero-arrow {
    position: absolute;
    bottom: 40px;
    width: 48px;
    height: 30px;
    left: 50%;
    margin-left: -24px;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-animation: pulse 1s;
    -webkit-animation-iteration-count: infinite;
    animation: pulse 1s;
    animation-iteration-count: infinite
}

#hero .hero-arrow:before {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#hero .hero-arrow:after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

#hero h1 {
    font-family : RationalText-SemiBold;
    font-size : 80px;
    line-height : 88px;
    letter-spacing : 0.025em;
    color : #FFFFFF ;
    /*color: #FFF;
    font-size: 45px;
    line-height: 1.5em;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .5);*/
    /*background: rgba(0, 0, 0, .33);*/
    /*padding: 20px;
    letter-spacing: 0.02em;*/
}

#hero .image-arrow:before {
    position: absolute;
    content: " ";
    background-image: url(/wp-content/themes/creditunion/img/home_hero_circulararrow.png);
    left: -120px;
    right: 0;
    background-size: 100%;
    top: -210%;
    transform: translateY(50%);
    /* bottom: 0; */
    background-repeat: no-repeat;
    width: 710px;
    height: 810px;
}

#hero img {
    width: 100%;
    float: left;
    display: none
}

#hero .cta-button {
    margin: 40px 0;
}
/*
position: absolute;
    content: " ";
    background-image: url(/wp-content/themes/creditunion/img/home_hero_circulararrow.png);
    left: calc(50% - 230px);
    right: 0;
    background-size: 100%;
    top: -30%;*/
    /* transform: translateY(50%); */
    /* bottom: 0; */
    /*background-repeat: no-repeat;
    width: 440px;
    height: 570px;*/

#hero .cta-button a{
    font-family: RationalText-SemiBold;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.025em;
    color: #FFFFFF;
    padding: 15px 150px 15px 15px;
    background: #14ADBA;
    -webkit-clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 50%, 85% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
}
@-webkit-keyframes pulse {
    from {
        bottom: 40px
    }
    50% {
        bottom: 35px;
        -moz-opacity: .5;
        -khtml-opacity: .5;
        -webkit-opacity: .5;
        opacity: .5
    }
    to {
        bottom: 40px
    }
}

@keyframes pulse {
    from {
        bottom: 40px
    }
    50% {
        bottom: 20px;
        -moz-opacity: .5;
        -khtml-opacity: .5;
        -webkit-opacity: .5;
        opacity: .5
    }
    to {
        bottom: 40px
    }
}

#welcome h2 {
    font-size: 30px;
    line-height: 35px
}

#welcome a {
    font-weight: 700;
    color: #018db5
}

#welcome a:hover {
    text-decoration: underline
}

#welcome h4 {
    margin-bottom: 35px
}

#welcome p:last-child {
    margin-bottom: 0;
    /* margin-top: 20px; */
    padding: 15px 45px;
    background: #ffa300;
    color: #FFF !important;
    font-family: CaeciliaLTPro-75Bold;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    transition-duration: .2s;
}

#welcome p:last-child:hover {
    background: #00aec7;
    transition-duration: .2s;
}
#welcome p:last-child a {
    color: #FFF !important;
}

#welcome p:last-child a:hover {
    text-decoration: none;
}

#welcome p:last-child:hover {
    cursor: pointer;
}

#cta .widget {
    float: left;
    width: 100%;
    background-position: center;
    background-size: cover;
    min-height: 700px
}

#cta .widget img {
    display: none
}


#cta .widget h2 {
    color: #FFF;
    padding: 0 50px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .5);
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.02em;
}

#cta .widget a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

#cta .widget a .cta-inner {
    position: absolute;
    left: 0;
    bottom: 100px;
    right: 0
}

#cta .widget a .button {
    margin-bottom: 0
    text-transform: uppercase;
}

#cta{
    overflow: hidden;
}

#cta .square .widget {
    min-height: 396px;
}
#cta .square {
    width: 33%;
    min-height: 396px;
    height: auto;
    position: relative;

}

#cta .square .widget h2.cta-title {
    margin-top: 3em;
    position: relative;
}
#cta .square .widget p {
    color: white;
    font-size: 15px; /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 30px; /* Approximation due to font substitution */
    position: relative;
    padding: 15px;

}

#cta .square .widget h2 {
    font-size: 25px;
    line-height: 40px
}


#cta .square .widget{
    background-size: 100%;
    transition-property: background-size;
    transition: .3s ease-in-out;
}
#cta .square .widget:hover{
    background-size: 120%;
}
#cta .square:hover .layer{
    background: rgba(0,0,0,.5);
}
#cta .square .layer{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.2);
    transition-property: background;
    transition: .3s ease-in-out;
}

@media screen and (max-width: 1175px) {
    #cta .square{
        width: 50vw;
        height: 50vw;
    }
}

@media screen and (max-width: 640px) {
    #cta .square{
        width: 100vw;
        height: 100vw;
    }
}

.bubble {
    background: #00aec7;
    color: #FFF;
    display: inline-block;
    width: 125px;
    height: 125px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 72px;
    text-align: center;
    line-height: 1.5em;
    margin-top: 50px
}

.bubble .icon-smile:before,
.bubble .icon-book:before {
    margin-right: 0!important
}

#promos a {
    font-weight: 700;
    color: #58585a
}

#promos a:hover {
    color: #018db5
}

#promos p {
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 1em;
    font-family: CaeciliaLTPro-45Light;
}

#promos p:last-child {
    margin-bottom: 0
}

#app {
    background: #00aec7;
    color: #FFF
}

#loan {
    background: #ffa300;
    color: #FFF
}

#testimonial p {
    font-style: italic;
    font-size: 17px;
    line-height: 30px;
    font-family: CaeciliaLTPro-45Bold;
    font-weight: 600;
    letter-spacing: 0.02em;
}

#testimonial .author {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 1em
}

#testimonial .slide {
    padding-top: 75px;
    background: url(../img/quot.png) no-repeat top center
}

#testimonials-slideshow {
    width: 100%;
    float: left
}

#testimonials-slideshow .slide {
    float: left;
    width: 100%
}

.slidesjs-pagination {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center
}

.slidesjs-pagination li {
    display: inline-block
}

.slidesjs-pagination li a {
    width: 13px;
    height: 13px;
    background: #FFF;
    border: 3px solid #c7c7c8;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 5px
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover {
    background-color: #c7c7c8
}

.hbi {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center
}

.hbi img {
    display: none
}

.hbt {
    float: left;
    width: 100%;
    padding: 100px 0 100px 100px
}

.hbt h2 {
    color: #FFF;
    margin-bottom: 35px;
    letter-spacing: 0.02em;
}

.hbt h2 em {
    font-weight: 400
}

.hbt p {
    font-size: 17px;
    line-height: 1.7em;
    letter-spacing: 0.02em;
}

.hbt p:last-child {
    margin-bottom: 0
}

.hbt .button {
    margin-bottom: 0;
    font-family: CaeciliaLTPro-75Bold;
    text-transform: uppercase;
}

#loan .hbt {
    padding: 100px 100px 100px 0
}

#menu-home-links {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left
}

#menu-home-links li {
    float: left;
    display: inline;
    width: 25%;
    padding-left: .9375em;
    padding-right: .9375em
}

#menu-home-links li a {
    font-size: 17px;
    line-height: 40px;
    font-weight: 700;
    color: #58585a;
    font-family: CaeciliaLTPro-75Bold;
}

#menu-home-links li a::after {
    font-family: credit-union;
    content: "x";
    overflow: hidden;
    margin-bottom: -.2em;
    display: inline-block;
    line-height: 1em;
    margin-left: .5em;
}

#menu-home-links li a:hover:after {
    -moz-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

#menu-home-links li a:hover {
    color: #018db5
}

#news {
    background-color: #00aec7;
    color: #FFF
}

#news h2 {
    color: #FFF
}

#news a {
    font-weight: 700;
    color: #FFF
}

#news a:hover {
    color: rgba(255, 255, 255, .4)
}

#news .icon-rss2 {
    float: left;
    margin-left: -100px;
    line-height: 0;
    font-size: 70px;
    color: rgba(255, 255, 255, .4)
}

#news .icon-rss2:before {
    top: 0;
    margin-right: 0
}

#news .news-item-wrapper {
    padding: 100px 0 100px 100px
}

#news .news-item-wrapper.last-item {
    background-color: #2dccd3;
    padding-left: 0;
    padding-right: 100px
}

.header {
    width: 100%;
    float: left;
    background: #ffa300 url(../img/header-green-bg.jpg) no-repeat center;
    height: 130px;
    margin-bottom: 100px
}

.header h1 {
    font-size: 30px;
    line-height: 130px;
    color: #FFF;
    letter-spacing: 0.02em;
}

.header.has-breadcrumb {
    margin-bottom: 0
}

#breadcrumb {
    width: 100%;
    float: left;
    background: #f4f3f3;
    margin-bottom: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #bcbcbc;
    font-size: 14px
}

#breadcrumb a {
    color: #018db5
}

#breadcrumb a:hover {
    text-decoration: underline
}

article.entry {
    width: 100%;
    float: left;
    padding-right: 20px;
    padding-bottom: 75px
}

article.entry h1 {
    line-height: 45px;
    letter-spacing: 0.02em;
}

article.entry h1:after {
    content: "";
    display: block;
    border-bottom: 1px solid #58585a;
    width: 80px;
    margin: 20px 0 30px
}

article.entry p {
    font-size: 17px;
    line-height: 2em
}

article.entry ul,
article.entry ol {
    padding: 0;
    margin: 0
}

article.entry ul li,
article.entry ol li {
    font-size: 17px;
    line-height: 2em;
    font-family: CaeciliaLTPro-45Light;
}

article.entry .rrssb-buttons li a {
    padding-top: 4px
}

.checklist ul li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    text-align: left!important
}

.checklist ul li:before {
    font-family: credit-union;
    content: "n";
    position: absolute;
    color: #018db5;
    left: 0;
    font-size: 20px
}

article.entry .featured-image {
    margin-bottom: 50px
}

article.entry.excerpt h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0
}

article.entry.excerpt h2 a {
    color: #58585a
}

article.entry.excerpt h2 a:hover {
    color: #018db5
}

article.entry .post-meta {
    color: #bcbcbc;
    font-size: 14px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    line-height: 1em
}

article.entry .post-meta a {
    color: #018db5
}

article.entry .post-meta a:hover {
    text-decoration: underline
}

article.entry .separator {
    width: 100%;
    border-bottom: 1px solid #dedede;
    float: left;
    margin: 20px 0 50px
}

article.entry .info {
    background: #A471AF;
    color: #FFF;
    padding: 50px;
    float: left;
    width: 100%;
    margin-bottom: 2em;
    padding-left: 150px
}

article.entry .info h2,
article.entry .info h3,
article.entry .info h4 {
    color: #FFF;
    margin-bottom: 1.5em
}

article.entry .info p:last-child {
    margin-bottom: 0
}

article.entry .info:before {
    font-family: credit-union;
    content: "t";
    overflow: hidden;
    line-height: 1em;
    font-size: 70px;
    margin-right: 0;
    margin-left: -100px;
    float: left;
    margin-top: 50px
}

article.entry .enquiry {
    background-color: #00aec7;
    color: #FFF;
    padding: 35px 50px;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 42px;
    margin: 35px 0
}

article.entry .enquiry .button {
    color: #FFF;
    border-color: #FFF;
    margin-bottom: 0;
    margin-left: 10px;
    text-transform: uppercase;
}

.pagination {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    height: 65px;
    line-height: 65px;
    font-size: 15px;
    margin-bottom: 75px;
    margin-top: 35px
}

.pagination a {
    color: #018db5
}

.pagination .page-index {
    margin: 0 35px
}

.pagination [class^=icon-]:before,
.pagination [class*=" icon-"]:before {
    top: .2em
}


#loan-calculator,
#loan-comparator {
    width: 100%;
    float: left;
    background: #f2f5f7;
    border-top: 5px solid #00aec7;
    padding: 50px
}

#loan-calculator .cal-input,
#loan-comparator .cal-input {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
    border: 2px solid #d7dcdf;
    padding: 0 20px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 20px;
    font-size: 15px;
    white-space: nowrap
}

#loan-calculator label,
#loan-comparator label {
    font-size: 15px;
    line-height: 50px;
    white-space: nowrap
}

#loan-calculator .button,
#loan-comparator .button {
    width: 100%;
    margin: 0
}

#loan-comparator {
    border: 0;
    background: #ffa300;
    margin-top: 25px
}

#loan-comparator h3 {
    color: #FFF;
    margin-bottom: 35px;
    line-height: 1em
}

#loan-comparator select {
    height: 42px;
    border: 0;
    margin: 0
}

#loan-comparator input[type=button] {
    color: #FFF;
    border-color: #FFF
}

#loan-comparator input[type=button]:hover {
    background-color: #FFF;
    color: #ffa300
}

#loan-results,
#queue {
    width: 100%;
    float: left;
    background: #e6ecef;
    border: 1px dashed #bbbfc2;
    padding: 50px;
    display: none;
    overflow: auto
}

#loan-results::-webkit-scrollbar,
#queue::-webkit-scrollbar {
    width: 21px
}

#loan-results.visible,
#queue.visible {
    display: block
}

#loan-results table,
#queue table {
    width: 100%
}

#loan-results table.first-table,
#queue table.first-table {
    margin-bottom: 20px
}

#loan-results table thead tr td,
#queue table thead tr td {
    background-color: #00aec7;
    color: #FFF;
    font-weight: 700
}

#loan-results table tr.featured,
#queue table tr.featured {
    font-weight: 700
}

#loan-results table td,
#queue table td {
    border: 1px solid #dfe3e5;
    background-color: #FFF;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1em
}

#loan-results table td.er,
#queue table td.er {
    width: 25%;
    text-align: center
}

#loan-results table td.tr,
#queue table td.tr {
    width: 25%;
    text-align: center
}

#loan-results table td.ir,
#queue table td.ir {
    width: 20%;
    text-align: center
}

#queue {
    display: block
}

#queue table td {
    width: 12.5%
}

#queue table td.green {
    background-color: #01a82b
}

#queue table td.orange {
    background-color: #F90
}

#queue table td.red {
    background-color: #D00
}

#loan-comparator-results {
    width: 100%;
    float: left;
    background: #d9f4f4;
    border: 1px dashed #bbbfc2;
    padding: 50px;
    display: none;
    border-top: 0;
    margin-bottom: 35px;
    position: relative
}

#loan-comparator-results.visible {
    display: block
}

#loan-comparator-results:after {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(119, 184, 0, 0);
    border-top-color: #ffa300;
    border-width: 15px;
    margin-left: -15px
}

#loan-comparator-results table {
    width: 100%
}

#loan-comparator-results table.first-table {
    margin-bottom: 20px
}

#loan-comparator-results table thead tr td {
    background-color: #a7c473;
    color: #FFF;
    font-weight: 700
}

#loan-comparator-results table tr.featured {
    font-weight: 700
}

#loan-comparator-results table td {
    border: 1px solid #dfe3e5;
    background-color: #FFF;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1em
}

#loan-comparator-results table td.er {
    width: 20%;
    text-align: center
}

#loan-comparator-results table td.tr {
    width: 15%;
    text-align: center
}

#loan-comparator-results table td.ir {
    width: 15%;
    text-align: center
}

#sidebar {
    width: 100%
}

#sidebar .widget {
    width: 100%;
    float: left;
    margin-bottom: 35px
}

#sidebar .widget p {
    font-size: 14px;
    line-height: 25px
}

#sidebar .widget .arrow {
    font-size: 14px
}

#sidebar .widget h3.widget-title {
    margin-top: 0
}

#sidebar .widget.testimonial .widget-inner {
    border: 1px solid #dadfe2;
    padding: 35px
}

#sidebar .widget.testimonial .widget-inner p {
    font-style: italic;
    font-size: 17px;
    line-height: 30px
}

#sidebar .widget.testimonial .widget-inner img {
    display: inline-block;
    margin-bottom: 35px
}

#sidebar .widget.testimonial .widget-inner .author {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 1em
}

#sidebar .widget.testimonial .widget-inner a {
    color: #018db5;
    font-size: 14px;
    font-weight: 700
}

#sidebar .widget.list .widget-inner {
    border: 1px solid #dadfe2;
    padding: 35px;
    background: #fafafa
}

#sidebar .widget.list .widget-inner ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#sidebar .widget.list .widget-inner ul li {
    font-size: 14px;
    line-height: 25px;
    margin: 15px 0
}

#sidebar .widget.list .widget-inner ul li a:hover {
    color: #018db5
}

#sidebar .widget.quick-links .widget-inner {
    float: left;
    min-width: 270px;
    height: 310px
}

#sidebar .widget.queue .widget-inner,
#sidebar .widget.calculator .widget-inner {
    width: 270px;
    height: 310px;
    background: #00aec7;
    padding: 35px;
    text-align: center;
    color: #FFF
}

#sidebar .widget.queue .widget-inner h3,
#sidebar .widget.calculator .widget-inner h3 {
    color: #FFF
}

#sidebar .widget.queue .widget-inner a,
#sidebar .widget.calculator .widget-inner a {
    color: #FFF;
    font-weight: 700
}

#sidebar .widget.queue .widget-inner a:hover,
#sidebar .widget.calculator .widget-inner a:hover {
    -moz-opacity: .4;
    -khtml-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4
}

#sidebar .widget.queue .widget-inner a.cta-block,
#sidebar .widget.calculator .widget-inner a.cta-block {
    display: block
}

#sidebar .widget.queue .widget-inner a.cta-block:hover,
#sidebar .widget.calculator .widget-inner a.cta-block:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

#sidebar .widget.queue .widget-inner a.cta-block:hover i,
#sidebar .widget.calculator .widget-inner a.cta-block:hover i,
#sidebar .widget.queue .widget-inner a.cta-block:hover .arrow,
#sidebar .widget.calculator .widget-inner a.cta-block:hover .arrow {
    -moz-opacity: .4;
    -khtml-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

#sidebar .widget.news .widget-inner,
#sidebar .widget.contact .widget-inner {
    background: #2dccd3;
    padding: 35px;
    text-align: center;
    color: #FFF;
    width: 100%;
    float: left
}

#sidebar .widget.news .widget-inner h3,
#sidebar .widget.contact .widget-inner h3 {
    color: #FFF
}

#sidebar .widget.news .widget-inner a,
#sidebar .widget.contact .widget-inner a {
    color: #FFF;
    font-weight: 700
}

#sidebar .widget.news .widget-inner a:hover,
#sidebar .widget.contact .widget-inner a:hover {
    -moz-opacity: .4;
    -khtml-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4
}

#sidebar .widget.news-popular,
#sidebar .widget.topics {
    width: 100%
}

#sidebar .widget.news-popular .widget-inner,
#sidebar .widget.topics .widget-inner {
    width: 100%;
    float: left
}

#sidebar .widget [class^=icon-],
#sidebar .widget [class^=" icon-"] {
    font-size: 70px;
    line-height: 1em;
    color: rgba(255, 255, 255, .4);
    display: inline-block
}

#sidebar .widget [class^=icon-]:before,
#sidebar .widget [class^=" icon-"]:before {
    top: 0;
    margin-right: 0
}

#sidebar .cta {
    float: left;
    width: 100%;
    position: relative
}

#sidebar .cta img {
    float: left
}

#sidebar .cta span {
    position: absolute;
    left: 0;
    bottom: 35px;
    color: #FFF;
    background-color: rgba(0, 0, 0, .5);
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 17px
}

#sidebar .cta span:after {
    font-family: credit-union;
    content: "x";
    overflow: hidden;
    margin-bottom: -.2em;
    display: inline-block;
    line-height: 1em;
    margin-left: .5em
}

#sidebar .cta span:hover:after {
    -moz-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

#sidebar .cta:hover span {
    background-color: #00aec7;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

#side-social-menu {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center
}

#side-social-menu li {
    display: inline-block;
    position: relative
}

#side-social-menu li a {
    float: left;
    width: 32px;
    height: 32px;
    text-align: center
}

#side-social-menu li a i:before {
    color: #FFF;
    font-size: 32px;
    line-height: 1em;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    top: -.1em;
    -moz-opacity: .4;
    -khtml-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4
}

#side-social-menu li.menu-item-94 {
    display: none!important
}

#side-social-menu li:hover:before {
    -moz-opacity: .8;
    -khtml-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

#bottom {
    background: #f5f7f9;
    padding: 75px 0
}

#bottom h2 {
    line-height: 1em;
    margin: 0;
    padding: 0;
    font-size: 30px
}

#bottom h2 em {
    font-weight: 400
}

footer {
    width: 100%;
    float: left;
    background: #003a70 url(../img/footer-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 100px 0 35px
}

footer h3 {
    color: white;
    font-size: 22px;
    line-height: 1.7em;
    margin: 0 0 20px;
    padding: 0;
    font-family: CaeciliaLTPro-75Bold;
    letter-spacing: 0.09em;
}

footer p {
    color: #FFF;
    line-height: 40px;
    margin-bottom: 0;
    font-family: RationalText-Light;
    letter-spacing: 0.02em;
    font-size: 13px;
}

footer .schedule {
    width: 100%;
    float: left
}

footer .schedule dt,
footer .schedule dd {
    float: left;
    color: #FFF;
    font-weight: 400;
    margin: 0;
    line-height: 40px;
    font-family: RationalText-Light;
    letter-spacing: 0.08em;
    font-size: 13px;
}

footer .schedule dt {
    clear: both;
    width: 25%
}

footer .schedule dd {
    width: 75%
}

#menu-footer {
    margin: 0;
    padding: 0
}

#menu-footer li {
    float: left;
    display: inline;
    width: 50%;
    padding-right: 1.875em
}

#menu-footer li a {
    font-size: 13px;
    color: #FFF;
    line-height: 40px;
    display: block;
    font-family: RationalText-Light;
    letter-spacing: 0.08em;
}

#menu-footer li a:hover {
    text-decoration: underline;
    color: #018db5
}

.contact-details {
    margin: 0;
    padding: 0
}

.contact-details li {
    float: left;
    display: inline;
    width: 100%;
    color: #FFF;
    font-size: 13px;
    line-height: 40px;
    font-family: RationalText-Light;
}

.contact-details li a {
    color: #FFF;
    display: block;
    font-family: RationalText-Light;
    letter-spacing: 0.08em;
    font-size: 13px;
}

.contact-details li a:hover {
    color: #018db5
}

.contact-details li i {
    color: white;
    font-size: 24px;
    padding-right: 15px;
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding: 35px 0;
    margin-top: 75px
}

.footer p {
    font-size: 12px;
    color: #FFF;
    margin: 0
}

.footer p a {
    color: #FFF;
}

.footer p a:hover {
    color: #bcbcbc
}

.social-menu {
    font-size: 12px;
    color: #FFF;
    margin: 10px 0 0;
    float: right;
    font-family: RationalText-Light;
}

#menu-social-links {
    margin: 0 0 0 10px;
    padding: 0;
    float: right
}

#menu-social-links li {
    float: left;
    display: inline;
    position: relative
}

#menu-social-links li a {
    float: left;
    width: 24px;
    height: 24px;
    text-align: center;
    margin-left: 5px;
    color: #FFF;
}

#menu-social-links li a i:before {
    color: #FFF;
    font-size: 24px;
    line-height: 1em;
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 2px;
    top: -.1em
}

#menu-social-links li a:hover i:before {
    color: #bcbcbc;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

@font-face {
    font-family: credit-union;
    src: url(../fonts/navan.eot);
    src: url(../fonts/navan.eot?#iefix) format("embedded-opentype"), url(../fonts/navan.woff) format("woff"), url(../fonts/navan.ttf) format("truetype"), url(../fonts/navan.svg#credit-union) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'RationalText-Light';
    src: url('../fonts/webfonts/320905_0_0.eot');
    src: url('../fonts/webfonts/320905_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/320905_0_0.woff2') format('woff2'),url('../fonts/webfonts/320905_0_0.woff') format('woff'),url('../fonts/webfonts/320905_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'RationalText-SemiBold';
    src: url('../fonts/webfonts/320905_1_0.eot');
    src: url('../fonts/webfonts/320905_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/320905_1_0.woff2') format('woff2'),url('../fonts/webfonts/320905_1_0.woff') format('woff'),url('../fonts/webfonts/320905_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'CaeciliaLTPro-45Light';
    src: url('../fonts/webfonts/32091B_0_0.eot');
    src: url('../fonts/webfonts/32091B_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/32091B_0_0.woff2') format('woff2'),url('../fonts/webfonts/32091B_0_0.woff') format('woff'),url('../fonts/webfonts/32091B_0_0.ttf') format('truetype');

}

@font-face {

    font-family: 'CaeciliaLTPro-75Bold';
    src: url('../fonts/webfonts/32091B_1_0.eot');
    src: url('../fonts/webfonts/32091B_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/32091B_1_0.woff2') format('woff2'),url('../fonts/webfonts/32091B_1_0.woff') format('woff'),url('../fonts/webfonts/32091B_1_0.ttf') format('truetype');
}

[data-icon]:before {
    font-family: credit-union!important;
    content: attr(data-icon);
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^=icon-]:before,
[class*=" icon-"]:before {
    font-family: credit-union!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    overflow: hidden;
    position: relative;
    top: .33em
}

.icon-book:before {
    content: "a"
}

.icon-close:before {
    content: "b"
}

.icon-user:before {
    content: "c"
}

.icon-twitter:before {
    content: "d"
}

.icon-time:before {
    content: "e"
}

.icon-smile:before {
    content: "f"
}

.icon-rss:before {
    content: "g"
}

.icon-rss2:before {
    content: "h"
}

.icon-note:before {
    content: "i"
}

.icon-phone:before {
    content: "j"
}

.icon-lock:before {
    content: "k"
}

.icon-calculator:before {
    content: "l"
}

.icon-calculator-2:before {
    content: "m"
}

.icon-tick:before {
    content: "n"
}

.icon-euro:before {
    content: "o"
}

.icon-email:before {
    content: "p"
}

.icon-facebook:before {
    content: "q"
}

.icon-heart:before {
    content: "r"
}

.icon-question:before {
    content: "s"
}

.icon-info:before {
    content: "t"
}

.icon-link:before {
    content: "u"
}

.icon-linkedin:before {
    content: "v"
}

.icon-marker:before {
    content: "w"
}

.icon-arrow-left:before {
    content: "z"
}

.icon-arrow-right:before {
    content: "A"
}

.icon-arrow:before {
    content: "x"
}

.icon-home:before {
    content: "y"
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 26px;
    height: 26px;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    background: url(../img/slider-handle.png) no-repeat
}

.ui-slider .ui-slider-handle:focus {
    outline: 0
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: 12px;
    border: 1px solid #dfe3e5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #FFF;
    margin-top: 18px
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -12px
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background: #00aec7;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}


@media only screen and (max-width:64em) {
    p {
        font-size: 14px;
        line-height: 2em
    }

    #welcome p:last-child {
        width: 100%;
    }
    #top-bar .menu li a {
        padding: 0 15px
    }
    #menu ul li a {
        padding: 0 10px;
        font-size: 14px;
    }
    #logo {
        width: 150px;
        height: 150px;
        -moz-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        padding: 20px 0
    }
    #logo img {
        padding-top: 20px;
        width: 93px;
        height: auto
    }
    #hero {
        padding: 100px 0
    }
    #hero h1 {
        font-size: 40px;
        line-height: 60px
    }
    #welcome h2 {
        margin-bottom: 30px
    }
    section.with-padding {
        padding: 50px
    }
    #cta .widget {
        min-height: 400px;
        background-position: top center;
        margin-bottom: 35px
    }
    #cta .widget h2 {
        font-size: 25px;
        line-height: 35px
    }
    .bubble {
        margin: 0 auto 35px
    }
    .hbt {
        padding-top: 75px;
        padding-bottom: 75px;
        padding-left: 35px!important;
        padding-right: 35px!important
    }
    #menu-home-links li {
        width: 50%;
        text-align: center
    }
    #news {
        padding: 0
    }
    #news h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px
    }
    #news .icon-rss2 {
        margin: 0 0 35px;
        width: 100%;
        float: left
    }
    #news .news-item-wrapper {
        padding: 50px 15px
    }
    #news .news-item-wrapper.last-item {
        padding-right: 15px;
        padding-left: 15px
    }
    .header {
        margin-bottom: 0;
        height: auto;
        background-size: cover;

    }
    .header h1 {
        font-size: 27px;
        line-height: 100px
    }
    .header.news-header {
        margin-bottom: 50px
    }
    .header.news-header.has-breadcrumb {
        margin-bottom: 0
    }
    #breadcrumb {
        margin-bottom: 50px
    }
    .featured-image {
        width: 100%;
        margin-bottom: 50px
    }
    .featured-image img {
        width: 100%;
        height: auto
    }
    article.entry {
        padding: 0 .9375em
    }
    article.entry h2 {
        font-size: 27px;
        line-height: 40px
    }
    article.entry.excerpt h2 {
        font-size: 27px;
        line-height: 40px
    }
    #sidebar {
        max-width: 600px;
        float: none;
        margin: 35px auto
    }
    #sidebar .widget {
        padding: 0 .9375em;
        float: left;
        width: auto
    }
    #sidebar .widget.cta-widget {
        max-width: 300px
    }
    #sidebar .widget.queue {
        float: left;
        width: 300px
    }
    #sidebar .widget.testimonial,
    #sidebar .widget.news {
        width: 100%
    }
    #bottom {
        padding: 50px 0
    }
    #bottom h2 {
        font-size: 27px
    }
    footer {
        padding: 75px 0
    }
    #menu-footer {
        margin-bottom: 50px;
        float: left;
        width: 100%
    }
    #menu-footer li {
        padding-left: .9375em;
        padding-right: .9375em
    }
}

@media (max-width: 1025px) {
    #hero .image-arrow:before {
        position: absolute;
            content: " ";
            background-image: url(/wp-content/themes/creditunion/img/home_hero_circulararrow.png);
            left: calc(50% - 230px);
            right: 0;
            background-size: 100%;
            top: -180%;*/
             transform: translateY(50%);
             bottom: 0;
            background-repeat: no-repeat;
            width: 440px;
            height: 570px;
    }
}

@media (min-width: 320px) and (max-width: 550px) {
    #logo img {
        width: 60%;
        padding-top: 20px;
    }
}

@media (max-width: 320px) {
    #logo img {
        width: 60%;
        padding-top: 55px;
    }
}
@media (max-width: 640px) {
    #hero .image-arrow:before {
    position: absolute;
    content: " ";
    background-image: url(/wp-content/themes/creditunion/img/home_hero_circulararrow.png);
    left: calc(50% - 210px);
    right: 0;
    background-size: 100%;
    top: -270%;
    bottom: 0;
    background-repeat: no-repeat;
    width: 410px;
    height: 570px;
    }

    #hero .cta-button a {
        font-family: RationalText-SemiBold;
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0.025em;
        color: #FFFFFF;
        padding: 15px 80px 15px 15px;
        background: #14ADBA;
        -webkit-clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 50%, 85% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
}


@media only screen and (max-width:48em) {
    h2.title:after {
        margin: 20px auto 30px
    }
    #menu ul li a {
        padding: 0 10px;
        font-size: 11px
    }
    #top-bar .menu li a {
        padding: 0 10px
    }
}

@media only screen and (max-width:40em) {
    body {
        padding: 0
    }
    .showMobileLink a {
        display: inline !important
    }
    header {
        position: relative;
        width: 100%;
        float: left
    }
    header .columns {
        padding-left: 0;
        padding-right: 0
    }

    header.sticky #logo {
        width: 70%;
        height: 85px;
        padding-left: 25px;
        padding-top: 10px;
    }
    #top-bar {
        width: 100%;
        float: left;
        height: 45px;
        background: #00aec7;
    }
    #top-bar .menu {
        width: auto;
    }
    #top-bar .menu li a {
        padding: 0 15px
    }
    #top-bar .menu li a span.show-for-medium-up,
    #top-bar .menu li a strong.show-for-medium-up {
        display: none!important
    }
    #top-bar .menu i:before {
        margin-right: 0
    }
    .navi {
        display: none;
        float: left;
        width: 100%;
        background: #00aec7;
        border-top: 1px solid #FFF
    }
    .navi.open {
        display: block;
        margin-top: 20px;
    }
    #menu {
        float: none;
        position: relative
    }
    #menu ul {
        float: left;
        width: 100%;
        padding: 15px 0
    }
    #menu ul li {
        float: left;
        width: 100%
    }

    #menu ul li.home a:before {
        visibility: hidden;
    }
    #menu ul li a {
        width: 100%;
        height: auto;
        font-size: 14px!important;
        font-weight: 700;
        text-transform: none;
        text-align: right;
        line-height: 42px;
        padding: 0 35px
    }
    #menu ul li.has-submenu>a:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #FFF;
        display: inline-block;
        margin-right: 20px;
        -moz-opacity: .4;
        -khtml-opacity: .4;
        -webkit-opacity: .4;
        opacity: .4
    }
    #menu ul li ul {
        display: none;
        position: relative;
        float: left;
        left: inherit;
        top: inherit
    }
    #menu ul li ul li {
        float: left;
        width: 100%
    }
    #menu ul li ul li a {
        padding: 0 35px
    }
    #menu ul li.back a {
        background-color: #345d84;
        line-height: 60px;
        margin-bottom: 5px
    }
    #menu ul li.back a:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #FFF;
        display: inline-block;
        margin-left: 20px
    }
    #menu ul li.submenu-open>a {
        display: none
    }
    #menu ul li.submenu-open>ul {
        display: block!important
    }
    #menu ul.sub-menu {
        padding-top: 0;
        width: 100%;
        float: left;
        display: none!important
    }
    #menu.has-submenu-open>ul {
        padding: 0
    }
    #menu.has-submenu-open>ul>li>a {
        display: none
    }
    #menu.has-submenu-open.submenu-level-2>ul>li>a {
        display: none
    }
    #menu.has-submenu-open.submenu-level-2>ul>li>ul>li>a {
        display: none
    }
    #menu.has-submenu-open.submenu-level-2>ul>li>ul>li ul {
        float: left;
        width: 100%;
        position: relative;
        left: inherit;
        top: inherit
    }
    #cta .widget {
        margin-bottom: 0
    }
    section.with-padding {
        padding: 50px 15px
    }
    .hbt {
        padding-top: 50px!important;
        padding-bottom: 50px!important;
        padding-left: 0!important;
        padding-right: 0!important
    }
    #menu-home-links li {
        width: 100%;
        text-align: center
    }
    #hero {
        padding-left: .9375em;
        padding-right: .9375em;
        overflow: hidden;
    }
    #hero h1 {
        font-size: 32px;
        line-height: 42px
    }
    article.entry {
        padding: 0;
        text-align: center
    }
    article.entry p {
        font-size: 14px;
        line-height: 28px
    }
    article.entry ul li,
    article.entry ol li {
        font-size: 14px;
        line-height: 28px
    }
    article.entry h2 {
        font-size: 19px;
        line-height: 30px
    }
    article.entry .enquiry {
        padding: 25px
    }
    article.entry .enquiry .button {
        margin-left: 0;
        margin-bottom: 10px;
        display: block
    }
    article.entry .enquiry .button.right {
        float: none!important
    }
    article.entry .enquiry strong {
        line-height: 1.2em;
        margin-bottom: 10px
    }
    article.entry .info {
        padding-left: 50px
    }
    article.entry .info:before {
        float: none;
        margin-left: 0
    }
    #sidebar .widget {
        padding: 0
    }
    #sidebar .widget.contact .widget-inner {
        width: 270px
    }
    #breadcrumb {
        height: auto;
        padding: 20px 0;
        line-height: 1.2em
    }
    #loan-results,
    #queue {
        padding: 40px 25px
    }
    #loan-calculator,
    #loan-comparator {
        padding: 20px
    }
    #loan-calculator label,
    #loan-comparator label {
        font-size: 14px;
        line-height: 40px
    }
    #loan-calculator .cal-input,
    #loan-comparator .cal-input {
        font-size: 14px;
        margin-bottom: 10px;
        height: 40px;
        line-height: 40px
    }
    #loan-calculator .ui-slider-horizontal,
    #loan-comparator .ui-slider-horizontal {
        margin: 10px 0 20px
    }
    #loan-comparator {
        padding: 40px 30px
    }
    #loan-comparator select {
        margin-bottom: 10px
    }
    #loan-comparator h3 {
        line-height: 1.2em;
        margin-bottom: 20px;
        margin-top: 0
    }
    #loan-comparator-results {
        overflow: scroll;
        width: 100%;
        padding: 40px 30px
    }
    #bottom {
        padding: 50px 0
    }
    #bottom h2 {
        font-size: 22px;
        line-height: 30px
    }
    #bottom h2 em {
        display: block
    }
    footer {
        padding: 50px 0
    }
    footer .columns {
        padding-left: 0;
        padding-right: 0
    }
    footer h3 {
        border-top: 1px solid rgba(255, 255, 255, .15);
        line-height: 60px;
        margin-bottom: 0;
        float: left;
        position: relative;
        width: 100%;
        color: #8b97a3
    }
    footer h3 .arrow-down {
        margin-top: 20px;
        -moz-opacity: .5;
        -khtml-opacity: .5;
        -webkit-opacity: .5;
        opacity: .5
    }
    footer .mobile-widget-wrap {
        display: none
    }
    footer .mobile-widget-wrap.visible {
        display: block
    }
    .footer {
        padding: 30px 30px 0;
        margin-top: 0
    }
    .footer p {
        line-height: 20px;
        margin-bottom: 1em
    }
    .footer .social-menu {
        width: 100%;
        float: left
    }
    #menu-social-links {
        float: left;
        width: 100%;
        text-align: center;
        margin: 10px 0 0
    }
    #menu-social-links li {
        display: inline-block;
        float: none
    }
    #menu-footer {
        width: 100%;
        float: left;
        margin-bottom: 0
    }
    #menu-footer li {
        width: 100%;
        text-align: center;
        padding: 0
    }
    #menu-footer li.hide-on-mobile {
        display: none
    }
    #menu-footer.show-hidden-items li.hide-on-mobile {
        display: inline
    }
    .extend-menu {
        width: 100%;
        float: left;
        text-align: center;
        padding: 30px 0
    }
    .extend-menu .arrow-down,
    .extend-menu .arrow-up {
        float: none;
        display: inline-block;
        margin-right: 0
    }
}

.showMobileLink a {
    display: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    padding-left: 20px;
}

input[type=number] {
    -moz-appearance:textfield;
}

.ui-slider .ui-slider-handle{
    border: none;
}

#cookie-law-info-bar span {
    font-family: RationalText-Light;
}
