/**********************************************************/
/**************************CUSTOM**************************/
/**********************************************************/
.hidden{
    display: none;
}

.ajax_load{
    padding-top: 20px;
}

#floatingCirclesG{
    position:relative;
    width:125px;
    height:125px;
    margin:auto;
    transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
}

.f_circleG{
    position:absolute;
    background-color:rgb(255,255,255);
    height:22px;
    width:22px;
    border-radius:12px;
    -o-border-radius:12px;
    -ms-border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    animation-name:f_fadeG;
    -o-animation-name:f_fadeG;
    -ms-animation-name:f_fadeG;
    -webkit-animation-name:f_fadeG;
    -moz-animation-name:f_fadeG;
    animation-duration:1.2s;
    -o-animation-duration:1.2s;
    -ms-animation-duration:1.2s;
    -webkit-animation-duration:1.2s;
    -moz-animation-duration:1.2s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#frotateG_01{
    left:0;
    top:51px;
    animation-delay:0.45s;
    -o-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -moz-animation-delay:0.45s;
}

#frotateG_02{
    left:15px;
    top:15px;
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
}

#frotateG_03{
    left:51px;
    top:0;
    animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}

#frotateG_04{
    right:15px;
    top:15px;
    animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}

#frotateG_05{
    right:0;
    top:51px;
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#frotateG_06{
    right:15px;
    bottom:15px;
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}

#frotateG_07{
    left:51px;
    bottom:0;
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

#frotateG_08{
    left:15px;
    bottom:15px;
    animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

#find_atm_map, #find_atm_h2 {
    margin: 0 auto;}

#find_atm_h2 {
    text-align: center;
    font-size: 18px;
    padding: 20px 0;}

.results-wrap strong {
    font-weight: bold;
}

.results-wrap {
    text-align: center;
    padding-bottom: 30px;
    margin: 0 auto;
}

.results-table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto 30px auto;
    background: white;
    display: block; }
.results-table a {
    color: #ed8561; }
.results-table a:hover {
    color: #282d37; }
.results-table tr {
    display: block;
    width: 100%;
    border: none; }
.results-table td {
    display: block;
    width: 100%;
    vertical-align: top;
    font-size: 0.6em; }
.results-table td p {
    margin-top: 0;
    padding-top: 0; }

    .results-table td {
        display: table-cell;
        width: auto;
        border-bottom: 1px solid #dddddd;
        font-size: 1.2em;
        padding: 20px; }
.results-table td.placeholder {
    border-bottom: none;
    display: none; }

    .results-table td.placeholder {
        display: table-cell;
        width: 30px;
        padding: 0; }
.results-table td.cu-td0 {
    width: 50px;
    padding-left: 0;
    padding-right: 0; }
.results-table td.cu-td1 {
    width: 260px; }
.results-table td.cu-td2 {
    width: 175px; }

    .results-table td.cu-td2 {
        display: table-cell; }
.results-table td.cu-td3 {
    width: 175px; }
.results-table td.cu-td4 {
    width: 230px;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd; }
@media (min-width: 48em) {
    .results-table td.cu-td4 {
        text-align: right;
        padding-bottom: 0; } }
.results-table h4 {
    color: #ed8561;
    margin-top: 0;
    padding-top: 0;
    font-size: 1.2em;
    font-weight: bold; }

    .results-table {
        display: table;
        border: 1px solid #e9e9e9; }

.results-table__heading {
    margin-top: 0; }

.results-table__meta {
    padding-top: 1em; }

    .results-table__meta {
        display: none; }

.results-find-cu {
    width: auto; }
.results-find-cu h3 {
    font-size: 22px; }
@media (min-width: 48em) {
    .results-find-cu h3 {
        font-size: 25px; } }
.results-find-cu td {
    padding: 10px !important; }
.results-find-cu td.cu-td4 {
    width: 200px; }

.list-selector {
    position: relative;
    overflow: visible; }
.list-selector .list-selector__selection {
    position: relative;
    display: block;
    color: #444a57;
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: 2.3125em;
    background: #c3c6cd;
    cursor: pointer; }
.list-selector .list-selector__list {
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 2.3125em;
    left: 0;
    width: 100%;
    background: #e2e3e7;
    margin: 0;
    padding: 0;
    z-index: 10; }
.list-selector .list-selector__list li {
    font-size: 0.8em;
    list-style-type: none;
    margin: 0;
    padding: 0.5em;
    border-bottom: 1px solid white;
    cursor: pointer; }
.list-selector .list-selector__list li:hover {
    color: #ed8561; }
.find-atm-container {
    display: none;
    height: 1000px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 30px 0 0 0;
}
.find-atm-form #find_atm_h2 {
    float: left;
    width: 50%;
    text-align: right;
    line-height: 74px;
    height: 65px;
    overflow: hidden;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    font-size: 24px;
}
.find-atm-form #form-atm-search {
    float: left;
    width: 30%;
}
.find-atm-modal-header {
    font-size: 28px;
    font-family: 'MerriWeather Light', sans-serif;
    color: #1e5081;
    padding: 0 0 20px 100px;
    background: url(../img/co-op.png) 5px 5px no-repeat;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #1e5081;
}
.find-atm-modal-header span {
    display: block;
    font-family: 'MerriWeather Bold', sans-serif;
    text-transform: uppercase;
}

.help-block.help-block-error {
    color: #c33;
}