﻿@charset "utf-8";

/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
@font-face {
    font-family: 'Myriad_Pro_Regular';
    src: url('../fonts/Myriad_Pro_Regular.ttf') format('truetype');
}
body
{
	/* Font */
  	font-family: 'Myriad_Pro_Regular';
      

	/* Text color */
	   color: #333;

	/* Remove the background color to make it transparent */
	   background-color: #fff;

    overflow-x:hidden;
}

.cke_editable
{
	font-size: 13px;
	line-height: 1.6;
}

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.cke_contents_ltr blockquote
{
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.cke_contents_rtl blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

a
{
	color: #0782C1;
}

ol,ul,dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	padding: 0 40px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	line-height: 1.2;
}

hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	tab-size: 4;
}

.marker
{
	background-color: Yellow;
}

span[lang]
{
	font-style: italic;
}

figure
{
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}





img, object, embed, video {
    max-width: 100%;
}

.table-wrap {
    overflow-x: auto;
    border: 1px dotted #a8c6e0;
    margin-bottom: 15px;
}

table {
    width: 100%;
    min-width: 100%!important;
    margin: 4px 0;
}

table {
    border-collapse: collapse;
}

td, th {
    border-collapse: collapse;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

th {
    padding: 5px 6px;
    font-size: 15px;
}

td {
    padding: 10px 6px;
    vertical-align: top;
}

table .odd {
    background-color: #ecf2f8;
}

table tr:nth-child(2n-1) {
    background-color: #ecf2f8;
}

table .hdtxt2 {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #2956a0;
    vertical-align: middle;
}

table .hdtxt {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    background-color: #688ec0 !important;
    color: #fff;
    vertical-align: middle;
}

table .hdtxt td, table .hdtxt2 td {
    vertical-align: middle;
}

table .centertxt {
    text-align: center;
}

table .boldtxt {
    font-weight: bold;
}

table p {
    margin: 0;
}

table ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.compare {
    position: relative;
    border: 1px dotted #a8c6e0;
    padding-bottom: 4px;
}

.compare-table-wrap {
    overflow-x: scroll;
    overflow-y: visible;
    margin-left: 120px;
}

.compare-table-wrap .hdr {
    background-color: #688ec0;
    color: #fff;
    font-size: 13px;
    border-bottom: 1px dotted #a8c6e0;
    height: 30px;
}

.compare-table-wrap td {
    border-top: 1px dotted #a8c6e0;
}

.compare-table-wrap td, .compare-table-wrap th {
    padding: 10px 10px;
    min-width: 100px;
    text-align: center;
    height: 60px;
    vertical-align: middle;
}


.compare-table-wrap th:first-child {
    position: absolute;
    width: 100px;
    padding-top: 7px;
    height: auto;
    border-top: 1px dotted #a8c6e0;
    border-right: none;
}


.rates td {
    vertical-align: middle;
}

.content-wrap {
    clear: both;
    margin: 0 auto 100px auto;
    width: 100%;
    color: #666;
}

h1 {
    font-weight: normal;
}

h2 {
    color: rgb(229,38,35);
    font-weight: normal;
}

h3 {
    font-weight: bold;
    color: #2956a0;
}

p, ul {
    line-height: 1.5em;
}

a {
    color: rgb(229,38,35);
    text-decoration: none;
}

a:hover {
    color: rgb(41,86,160);
    text-decoration: underline;
}

a:visited {
    color: rgb(229,38,35);
}

img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

a img {
    border: 2px solid #dce8f2;
}

a img:hover {
    border: 2px solid rgb(41,86,160);
}

table img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.img-left, .img-right {
    float: none;
    margin: 10px 0;
}

.img-center {
    /*margin: 10px 0;*/
}

img.img-left, img.img-right, img.img-center {
    height: auto;
    width: 100%;
}

.caption {
    font-size: 11px;
    font-style: italic;
    display: block;
    margin-top: 5px;
}

.img-caption-right, .img-caption-left {
    float: none;
    width: 100%;
    font-size: 11px;
    font-style: italic;
}

.img-caption-right img, .img-caption-left img {
    width: 100%;
}

.img-caption-right p, .img-caption-left p {
    float: left;
    display: block;
    margin: 5px 0 15px 0;
}

button {
    border: none;
}

.btn {
    display: inline-block;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-color: rgb(229,38,35);
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px;
    margin-top: 10px;
    white-space: nowrap;
}

.btn:hover {
    background-color: rgb(41,86,160);
    text-decoration: none !important;
}

.btn img {
    display: inline-block;
    margin: 2px 2px 2px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    border: none;
    width: 25px;
}

.btn img:hover {
    border: none;
}

.clear {
    clear: both;
}

.about-wrap {
    float: none;
    clear: both;
    display: block;
    width: 100%;
}

.about-wrap h1 {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.tab-wrap {
    float: none;
    clear: both;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background: url(../images/tab_bg.gif) bottom repeat-x;
}

.tab-wrap h1 {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.tab {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 50px;
}

.tab ul {
    padding: 0;
    margin: 0 0 0 4%;
    list-style-type: none;
    font-size: 18px;
    line-height: 1em;
}

.tab li a {
    float: left;
    display: block;
    width: 29%;
    margin: 0 1%;
    padding: 6px 5px 0 5px;
    border-bottom: 2px solid #dce8f2;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    height: 50px;
    background-color: rgb(229,38,35);
    color: #fff;
}

.tab li a:hover {
    background-color: rgb(41,86,160);
    color: #fff;
    text-decoration: none;
}

.tab li.active a, .tab li.active a:hover {
    border-top: 2px solid #dce8f2;
    border-right: 2px solid #dce8f2;
    border-left: 2px solid #dce8f2;
    border-bottom: none;
    background-color: #fff;
    color: #2956a0;
    text-decoration: none;
}

.rightcontent-wrap {
    display: block;
}

.rightcontent-wrap img {
    margin-top: 10px;
}

.rightcontent-wrap table {
    min-width: 500px;
}

.rightcontent-wrap .formbox-wrap {
    margin-top: 30px;
}

.txt9 {
    font-size: 9px;
}

.txt10 {
    font-size: 10px;
}

hr {
    border-top: 1px dotted #a8c6e0;
    margin-top: 30px;
    margin-bottom: 25px;
}

.customer-updateshd h1 {
    margin-bottom: 10px;
}

.archiveshd h3 {
    display: none;
}

/*breadcrumb*/
.breadcrumb ul {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li a {
    text-decoration: none;
    color: rgb(41,86,160);
}

.breadcrumb li a:hover {
    color: rgb(229,38,35);
    text-decoration: underline;
}

.breadcrumb li + li:before {
    /*content:"� ";*/
    content: "\fe65";
    color: #cccccc;
    font-size: 16px;
    margin-left: 2px;
}

.formbox-wrap {
    background-color: #f1f2f2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    float: right;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}

.formbox-wrap img {
    margin-right: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.formbox-wrap h1 {
    margin-top: 0;
    background-color: rgb(229,38,35);
    padding: 0 0 0 20px;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    font-size: 21px;
    line-height: 2.10em;
    color: #fff;
    font-weight: normal;
    /*height: 48px;*/
}


.formbox-wrap2 {
    background-color: #f1f2f2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    float: left;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}


.formbox-wrap2 h1 {
    margin: 0 0 5px 0;
    background-color: rgb(229,38,35);
    padding: 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    font-size: 19px;
    line-height: 2.10em;
    color: #fff;
    font-weight: normal;
    text-align: center;
    /*height: 48px;*/
}



.formbox-wrap2 label {
    margin-top: 15px;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.formbox-wrap2 .formboxdiv select {
    margin: 10px 0;
    width: 80%;
}

.formbox-wrap2 .formboxdiv {
    padding-bottom: 0;
}

.title {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0;
    background-color: rgb(229,38,35);
    padding: 2px 0 2px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.title h1 {
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 21px;
    line-height: 1em;
    color: #fff;
    font-weight: normal;
}

.title img {
    display: block;
    margin: 5px 0;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.txtcenter {
    text-align: center;
}

.formbox {
    padding: 0 20px;
    text-align: center;
}

.formboxdiv {
    /*padding-bottom:15px;*/
    padding-bottom: 5px;
}

.formboxdiv select {
    margin: 5px 15px 15px 15px;
    width: 90%;
}
/*.formboxdiv label{
	margin:10px 15px 0 15px;
	width: 90%;
}*/

.m-left {
    margin-left: 20px;
}

.formboxdiv label {
    margin-right: 20px;
}

.formboxdiv2 table, .formboxdiv3 table, .formboxdiv4 table {
    width: 100%;
    min-width: 0;
}

.formboxdiv2 table, .formboxdiv2 td, .formboxdiv2 th,
.formboxdiv3 table, .formboxdiv3 td, .formboxdiv3 th,
.formboxdiv4 table, .formboxdiv4 td, .formboxdiv4 th {
    border-collapse: collapse;
    border: none;
}

.formboxdiv2 td, .formboxdiv3 td, .formboxdiv4 td {
    float: left;
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    height: 20px;
}

.formboxdiv2 .td2, .formboxdiv3 .td3, .formboxdiv4 .td4 {
    padding: 0;
}

.formboxdiv4 .td5 {
    padding: 15px 0 0 0;
}

.formboxdiv4 .td5b {
    display: none;
}

.formboxdiv2 td select, .formboxdiv3 td select, .formboxdiv4 td select {
    margin: 0 0 20px 0;
    width: 100%;
}

.formboxdiv2, .formboxdiv3, .formboxdiv4 {
    width: 100%;
    float: left;
}

.forminterested {
    width: 100%;
    margin: 0 auto;
}

.forminterested label {
    float: left;
    width: 33%;
    text-align: right;
}

.forminterested input, .forminterested textarea {
    width: 60%;
    margin-bottom: 10px;
}

#popup {
    display: none;
    position: fixed;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999999999;
    height: 100%;
    background-color: #000;
    background: rgb(0,0,0);
    background: transparent\9;
    background: rgba(0,0,0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}

.message {
    background: rgb(229,38,35);
    position: relative;
    top: 85px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    -webkit-box-shadow: 0 0 18px 2px rgba(32,32,32,.5);
    -moz-box-shadow: 0 0 18px 2px rgba(32,32,32,.5);
    box-shadow: 0 0 18px 2px rgba(32,32,32,.5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 0 30px 0;
}

.message p {
    color: #fff;
    font-size: 20px;
    padding: 0 15px;
}

.closebtn {
    display: inline-block;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-color: #fff;
    color: rgb(229,38,35) !important;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    padding: 10px 20px;
    margin-top: 15px;
    text-decoration: none;
}

.closebtn:hover {
    background-color: rgb(41,86,160);
    color: #fff !important;
    text-decoration: none !important;
}

.resultbox-wrap {
    display: block;
    margin-bottom: 15px;
}

.resultbox {
    display: block;
    float: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #dce8f2;
    /*width: 86%;*/
    width: 100%;
    padding: 6%;
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.resultbox img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.resultbox2 {
    display: block;
    float: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #dce8f2;
    /*width: 86%;*/
    width: 100%;
    padding: 6%;
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.career-info ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-right: 0;
}

.career-info li, .description, .requirements {
    display: block;
    /*float:left;*/
    padding: 2px 0;
    width: 100%;
    border-bottom: 1px #CCCCCC dotted;
}

.career-info2 {
    float: left;
    width: 100%;
}

.applybtn {
    text-align: center;
}

.applybtn .btn {
    padding: 5px 10px;
}

.applybtn .btn img {
    margin: 0 5px 0 0;
    width: 20px;
}


.branch-info ul, .atm-info ul, .car-info ul, .properties-info ul, .auto-insurance-info ul, .auto-dealers-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.car-info ul, .properties-info ul {
    border-top: 1px #CCCCCC dotted;
}

.branch-info li, .atm-info li, .car-info li, .properties-info li, .auto-insurance-info li, .auto-dealers-info li {
    display: block;
    padding: 2px 0;
    width: 100%;
    border-bottom: 1px #CCCCCC dotted;
}


.comparison {
    clear: both;
    display: table;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 10px auto 0 auto;
    padding: 5px 15px;
    background-color: #f1f2f2;
    width: 87%;
    left: 0;
    right: 0;
}

.comparison input {
    float: left;
    display: block;
    margin-right: 5px;
    height: 20px;
}


.comparison label {
    height: 20px;
    padding-top: 1px;
}

.disclaimer {
    clear: both;
    display: block;
    font-size: 11px;
    margin: 10px 0;
    width: 100%;
    text-align: center;
}

.comparediv {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    display: block;
}

.downloaddiv {
    clear: both;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    display: block;
}

.pagination {
    width: 100%;
    clear: both;
    line-height: 2em;
    text-align: center;
    padding-bottom: 5px;
    display: block;
    float: right;
}

.pagination li {
    margin: 0 0 5px 1px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    width: 100%;
    display: block;
}

.pagination a {
    display: block;
    /*float: left;*/
    width: auto;
    padding: 5px 10px;
    /*margin: 10px 2px;*/
    border: 1px solid #dce8f2;
    text-decoration: none;
    color: rgb(229,38,35);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination a:hover {
    border: 1px solid rgb(41,86,160);
    color: rgb(41,86,160);
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination li.active a, .pagination li.active a:hover {
    background-color: rgb(41,86,160);
    color: #FFF;
    border: 1px solid rgb(41,86,160);
}

.pagination li.disabled {
    border: 1px solid #EEE;
    color: #DDD;
}

.map-container {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.map-container iframe,
.map-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contactdiv {
    float: left;
    display: block;
    width: 100%;
}

.info {
    float: right;
    display: block;
    width: 100%;
}

.info img {
    margin-bottom: 10px;
}

.contactus-info-wrap {
    float: right;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.contactus-info-wrap .map-container {
    margin-bottom: 15px;
}

.contactus-info-wrap span {
    font-size: 11px;
}

.contactus-form-wrap {
    float: left;
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    background-color: #f1f2f2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 20px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contactus-form-wrap label {
    display: block;
    width: 100%;
    margin-bottom: 2px;
}

.contactus-form-wrap input, .contact-form-wrap textarea {
    display: block;
    width: 99%;
    margin-bottom: 5px;
}

.contactus-form-wrap select {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.contactus-form-wrap textarea {
    display: block;
    width: 99%;
    margin-bottom: 5px;
}

.capchadiv {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
}

.capchadiv input {
    display: block;
    width: 50%;
    margin: 10px auto 0 auto;
    text-align: center;
}

.capchadiv img {
    /*display: block;*/
    float: none;
    margin: 10px auto 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.otherlinks {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    border-left: 1px dotted #a8c6e0;
    margin: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.otherlinks img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.otherlinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.otherlinks li a {
    text-decoration: none;
    text-align: center;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px dotted #a8c6e0;
    float: left;
    display: block;
    margin: 0;
    width: 50%;
    height: 110px;
    font-weight: bold;
}

.otherlinks li a:hover {
    text-decoration: none;
}


.otherlinks li a img {
    display: block;
    margin: 0 auto 5px auto;
    border: none;
}

.otherlinks li a img:hover {
    border: none;
}


ul.pdflist1 {
    display: table;
    padding: 0;
    margin: 0 0 20px 0;
    list-style-type: none;
    float: left;
    width: 100%;
}

ul.pdflist1 a {
    display: table-cell;
    text-decoration: none;
    padding: 15px 5px 15px 38px;
    background: url(../images/icons/pdficon_large.png) 0 5px no-repeat;
}

ul.pdflist2 {
    display: table;
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
    width: 100%;
}

ul.pdflist2 a {
    display: table-cell;
    text-decoration: none;
    padding: 12px 10px 12px 38px;
    background: url(../images/icons/pdficon_large.png) left no-repeat;
    vertical-align: middle;
}



.pdflinks {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0;
}

/*.pdflinks img{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-right: 8px;

}

.pdflinks a img, .pdflinks a img:hover{
	border:none;
}*/


.space {
    margin-right: 10px;
}

.column3-wrap, .column2-wrap {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.column3-wrap img, .column2-wrap img {
    webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0;
}

.column3-wrap a img, .column3-wrap a img:hover, .column2-wrap a img, .column2-wrap a img:hover {
    border: none;
}

.column3-wrap ul, .column2-wrap ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.column3-wrap ul h1, .column2-wrap ul h1 {
    color: #fff;
    font-size: 15px;
    background-color: rgb(229,38,35);
   margin: -4px 0 0 0;
    padding: 10px 0;
    font-weight: bold;
}

.column3-wrap ul p, .column2-wrap ul p {
    /* margin-bottom: 0; */
}

.column3-wrap li, .column2-wrap li {
    display: block;
    background-color: rgb(41,86,160);
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.column3-wrap li a, .column2-wrap li a {
    /* display: block; */
    /* padding-bottom: 20px; */
    /* border: 3px solid #FFF; */
    webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    /* border-radius: 20px; */
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
}

.column3-wrap li.clear-right, .column2-wrap li.clear-right {
    margin-right: 0;
}

.column3-wrap li a:hover, .column2-wrap li a:hover {
    /* border: 3px solid #dce8f2; */
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
}

.column3-wrap a, .column3-wrap a:hover, .column2-wrap a, .column2-wrap a:hover {
    color: #fff;
    text-decoration: none;
}

.searchresults {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #CCC;
}

.searchresults h2, .searchresults p {
    margin: 0;
}

.searchresults ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.searchresults li {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.searchresults .result-title {
    font-size: 18px;
}

.searchresults span {
    color: #2856a1;
    font-weight: bold;
    font-size: 13px;
}

.error-message {
    color: rgb(229,38,35);
    font-weight: bold;
    margin-top: 10px;
    float: left;
    width: 90%;
    padding: 0 5%;
}

.error-message ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}


/*footer-wrap*/
.footer-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 100px;
    width: 87.36%;
    padding-left: 1.82%;
    padding-right: 1.82%;
   /* margin-top: 500px;*/
}

.footer-links ul {
    width: 100%;
    margin: 6px auto 0 auto;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #cadcec;
}

.footer-links ul li {
    text-align: center;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #cadcec;
}

.footer-links ul li a {
    color: #737373;
    text-decoration: none;
}

.footer-links ul li a:hover {
    color: rgb(229,38,35);
    text-decoration: none;
}

.social {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
}

.social img {
    display: inline-block;
    margin: 10px 5px 0 0;
}

.social a img, .social a:hover img {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.footer {
    clear: none;
    float: left;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    text-align: center;
    color: #737373;
    font-size: 10px;
}

.footer img {
    margin-top: 5px;
}

.footer .member {
    display: block;
    margin-bottom: 10px;
}

.footer .copyright {
    display: block;
}

.footer .copyright br {
    display: block;
}

span.field-validation-error {
    display: block;
    color: red;
    color: #E52623;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom:7px !important;
    margin-top:-4px !important;
}

div.validation-summary-errors {
    margin-top: -10px;
}

div.validation-summary-errors ul li {
    color: #E52623;
    font-weight: bold;
    margin-left: -42px;
}

div.validation-summary-errors ul {
    list-style: none;
}

/* PSBank Online */

.psbankonline {
   line-height: 1.5em;
}

.psbankonline:empty {
    display:none;
}

.psbankonline ul {
    margin: 5px auto 0 auto;
    border-bottom: none;
}

.psbankonline ul li:first-child {
    border-top: none;
}

.psbankonline a {
    margin: 0 auto;
}

.psbankonline img{
    padding: 5px 0;    
}

.psbankonline img:last-child {
    display:none;
}

.otherservices {
    display: block;
}

@media (max-width:600px) and (min-width: 200px) {
    .formbox-wrap2 {
        background-image: linear-gradient(#0055A5, #2E9AFF);
    }
    .loadingClass {
        position: relative;
    }
}

@media (max-width:2560px) and (min-width: 769px) {
    .loadingClass {
        position: relative;
        /*left: 24%;*/
        left:32.5%;
    }
}

@media only screen and (min-width: 360px) {
    .footer .copyright br {
        display: none;
    }
}

@media only screen and (min-width: 365px) {
    .btn img {
        margin: 2px 10px 2px 0;
    }

    .btn {
        padding: 10px 20px;
    }

    .btn-lg {
        padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    }

    .applybtn .btn {
        padding: 5px 10px;
    }

    .applybtn .btn img {
        margin: 0 5px 0 0;
        width: 20px;
    }

    .tab li a {
        width: 30%;
        padding: 6px 12px 0 12px;
    }
}

@media only screen and (min-width: 420px) {
    ul.pdflist2 {
        width: 49%;
        /*margin-right: 1%;*/
        margin: 0 1% 20px 0;
    }
}

@media only screen and (min-width: 481px) {
    .content-wrap {
        clear: none;
        display: block;
    }

    .forminterested {
        width: 85%;
        margin: 0 auto;
    }

    .forminterested label {
        width: 25%;
    }

    .forminterested input, .forminterested textarea {
        width: 70%;
    }

    .message {
        left: 50%;
        width: 400px;
        margin-left: -200px;
    }

    .otherlinks li a {
        width: 25%;
    }

    .tab {
        height: 45px;
    }

    .tab li a {
        width: 30%;
        height: 45px;
        padding: 12px 0 0 0;
    }

    .column3-wrap li a, .column2-wrap li a {
        /*width:49%; 
margin: 0 1% 10px 0;*/
    }

    .column3-wrap li, .column2-wrap li {
        width: 49%;
        margin: 0 1% 10px 0;
    }

    .column3-wrap li.clear-right {
        margin-right: 1%;
    }

    .column2-wrap li.clear-right {
        margin-right: 0;
    }
}

@media only screen and (min-width: 500px) {
    .footer-wrap {
        margin-top: 500px;
    }
}

@media only screen and (min-width: 513px) {
    .footer img {
        margin-top: 0;
    }
}

@media only screen and (min-width: 532px) {

    .formboxdiv2 {
        width: 48%;
        margin-right: 2%;
        float: left;
        /*margin-bottom: 15px;*/
    }

    .formboxdiv3 {
        width: 48%;
        margin-left: 2%;
        float: left;
        /*margin-bottom: 15px;*/
    }

    .formboxdiv4 {
        width: 44%;
        margin-left: 4%;
        float: left;
        /*margin-bottom: 15px;*/
    }

    .formboxdiv2 table, .formboxdiv3 table, .formboxdiv4 table {
        width: 100%;
    }

    .formboxdiv2 table, .formboxdiv2 td, .formboxdiv2 th, .formboxdiv3 table, .formboxdiv3 td, .formboxdiv3 th, .formboxdiv4 table, .formboxdiv4 td, .formboxdiv4 th {
        border-collapse: collapse;
        border: none;
    }

    .formboxdiv2 .td2, .formboxdiv3 .td3, .formboxdiv4 .td4 {
        padding: 0;
    }

    .formboxdiv2 td, .formboxdiv3 td, .formboxdiv4 td {
        display: block;
        width: 100%;
        padding: 0 0 10px 0;
        height: 20px;
        text-align: left;
        vertical-align: middle;
    }

    .formboxdiv2 td select, .formboxdiv3 td select, .formboxdiv4 td select {
        margin: 0 0 10px 0;
        width: 100%;
    }

    .formboxdiv4 .td5 {
        padding-top: 30px;
    }

    .resultbox {
        /*width: 42.5%;*/
        width: 48%;
        padding: 3%;
        margin: 0 1% 10px 1%;
        /*height: 425px;
	position: relative;*/
    }

    .branch-info ul {
        height: 200px;
    }

    .atm-info ul {
        height: 160px;
    }

    .car-info ul {
        /*height: 278px;*/
        /*height: 300px;*/
        height: 390px;
    }

    .properties-info ul {
        height: 220px;
    }

    .auto-insurance-info ul {
        height: 220px;
    }

    .auto-dealers-info ul {
        height: 220px;
    }

    .comparison {
        float: none;
    }

    .info {
        float: left;
        display: block;
        width: 80%;
        margin-left: 10%;
    }

    .title {
        padding-left: 20px;
    }

    .title h1 {
        padding: 15px 0;
    }

    .title img {
        margin-top: 10px;
    }

    .img-left {
        float: left;
        margin: 0 10px 10px 0;
    }

    .img-right {
        float: right;
        margin: 0 0 10px 10px;
    }

    img.img-left, img.img-right {
        height: auto;
        width: auto;
    }

    .img-caption-right, .img-caption-left {
        width: 45%;
        min-width: 200px;
    }

    .img-caption-right {
        float: right;
        margin: 0 0 10px 10px;
    }

    .img-caption-left {
        float: left;
        margin: 0 10px 10px 0;
    }

    .img-caption-right img, .img-caption-left img {
        width: 100%;
    }

    .img-caption-right p, .img-caption-left p {
        float: left;
        display: block;
        margin: 5px 0;
    }
}

@media only screen and (min-width: 600px) {
    .formbox-wrap2 {
        width: 49%;
        margin-left: .5%;
        margin-right: .5%;
    }

    .formbox-wrap2 .formboxdiv select {
        /*width: 95%;*/
        font-size: 14px!important;
        height: calc(2.25rem + 2px)!important;
        margin-bottom: 0;
        border-radius: .25rem;
        padding: 10px;
    }


    .contactus-info-wrap {
        float: left;
        display: block;
        width: 45%;
        margin-top: 20px;
    }

    .contactus-info-wrap .map-container {
        margin-bottom: 15px;
    }

    .contactus-info-wrap span {
        font-size: 11px;
    }

    .contactus-form-wrap {
        float: left;
        display: block;
        width: 52%;
        margin-top: 20px;
        margin-right: 3%;
        background-color: #f1f2f2;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding: 20px 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .contactus-form-wrap label {
        display: block;
        width: 100%;
        margin-bottom: 2px;
    }

    .contactus-form-wrap input, .contact-form-wrap textarea {
        display: block;
        width: 99%;
        margin-bottom: 5px;
    }

    .contactus-form-wrap select {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .contactus-form-wrap textarea {
        display: block;
        width: 99%;
        margin-bottom: 5px;
    }

    .capchadiv {
        display: block;
        float: left;
        text-align: center;
        width: 100%;
    }

    .capchadiv input {
        display: block;
        width: 50%;
        margin: 10px auto 0 auto;
        text-align: center;
    }

    .capchadiv img {
        /*display: block;*/
        float: none;
        margin: 10px auto 0 auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .formboxdiv select {
        margin: 15px 15px 0 5px;
        width: 35%;
    }
}

@media only screen and (min-width: 641px) {
    .branch-info ul {
        /*height: 250px*/
        height: 210px;
    }

    .atm-info ul {
        /*height: 160px;*/
        height: 120px;
    }

    .car-info ul {
        /*height: 260px;*/
        /*height: 220px;*/
        /*height: 300px;*/
        height: 390px;
    }

    .properties-info ul {
        /*height: 190px;*/
        /*height: 180px;*/
         height: 220px;
    }

    .auto-insurance-info ul {
        /*height: 220px;*/
        height: 180px;
    }

    .auto-dealers-info ul {
        /*height: 220px;*/
        height: 180px;
    }

    .resultbox2 {
        padding: 3%;
    }

    .career-info ul {
        float: left;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 30%;
        margin-right: 5%;
    }

    .career-info li, .description, .requirements {
        display: block;
        /*float:left;*/
        padding: 2px 0;
        width: 100%;
        border-bottom: 1px #CCCCCC dotted;
    }

    .career-info2 {
        float: left;
        width: 65%;
    }

    .applybtn {
        text-align: right;
    }


    .formbox-wrap2 {
        width: 49%;
        margin-left: .5%;
        margin-right: .5%;
        background-image: linear-gradient(#0055A5, #2E9AFF);
        border-radius: .50rem;
    }
}

.forminterested label {
    float: left;
    width: 100%;
    text-align: left;
}

.forminterested input, .forminterested textarea {
    width: 100%;
    margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {

    .content-wrap {
        clear: none;
        width: auto;
        display: block;
        overflow: hidden;
        margin: 0 0 30px 0;
        padding-left: 15px;
        position: static;
    }

    .forminterested {
        width: 80%;
        margin: 0 auto;
    }

    .forminterested label {
        width: 30%;
    }

    .forminterested input, .forminterested textarea {
        width: 60%;
    }

    .message {
        background: rgb(229,38,35);
        position: relative;
        top: 170px;
        left: 50%;
        width: 500px;
        margin-left: -250px;
        -webkit-box-shadow: 0 0 18px 2px rgba(32,32,32,.5);
        -moz-box-shadow: 0 0 18px 2px rgba(32,32,32,.5);
        box-shadow: 0 0 18px 2px rgba(32,32,32,.5);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding: 30px 0 50px 0;
    }

    /*.automart{float:right; display:block; width:80%; margin-right: 10%}*/

    .info img {
        margin-bottom: 10px;
    }

    .resultbox {
        /*width: 42%;
	width: 48%;*/
    }

    .branch-info ul {
        /*height: 250px;*/
        height: 200px;
    }

    .atm-info ul {
        /*height: 160px;*/
        height: 150px;
    }

    .car-info ul {
        /*height: 260px;*/
        /*height: 278px;*/
        /*height: 310px;*/
        height: 390px;
    }

    .properties-info ul {
        /*height: 190px;*/
        height: 220px;
    }

    .auto-insurance-info ul {
        /*height: 220px;*/
        height: 210px;
    }

    .auto-dealers-info ul {
        /*height: 220px;*/
        height: 210px;
    }

    .column3-wrap li a {
        /*width:49%; 
margin: 0 1% 10px 0;*/
    }

    .column3-wrap li.clear-right {
        margin-right: 1%;
    }

    .formboxdiv select {
        width: 35%;
    }

    /*footer-wrap*/
    .footer-wrap {
        width: 92%;
        max-width: 950px;
        /*padding-left: 4%;
	padding-right: 4%;*/
        padding-left: 0;
        padding-right: 0;
        margin-top: 10px !important;
        margin-bottom: 120px;
        font-size: 10px;
        border-top: 1px solid #dce8f2;
    }

    .footer-links {
        clear: none;
        float: left;
        margin-left: 0;
        width: 50%;
        display: block;
        height: 80px;
    }

    .footer-links ul {
        margin: 6px auto 0 auto;
        padding: 0;
        list-style-type: none;
        border: none;
    }

    .footer-links ul li {
        display: block;
        float: left;
        padding: 0;
        border: none;
    }

    .footer-links li + li:before {
        content: "|";
        margin: 0 3px;
    }

    .footer-links ul li a {
        color: #737373;
        text-decoration: none;
    }

    .footer-links ul li a:hover {
        color: rgb(229,38,35);
        text-decoration: underline;
    }

    .social {
        clear: both;
        display: block;
        text-align: left;
    }

    .social img {
        display: inline-block;
        margin: 10px 5px 0 0;
    }

    .footer {
        clear: none;
        float: left;
        margin-left: 0;
        margin-top: 5px;
        width: 50%;
        display: block;
        text-align: right;
        /*height:80px;*/
        color: #737373;
    }

    .footer img {
        margin-top: 5px;
    }
}

@media only screen and (min-width: 820px) {
    .branch-info ul {
        /*height: 250px;*/
        height: 220px;
    }

    .atm-info ul {
        /*height: 160px;*/
        height: 130px;
    }

    .car-info ul {
        /*height: 260px;*/
        height: 300px;
    }

    .properties-info ul {
        /*height: 190px;*/
        /*height: 240px;*/
        /*height: 170px;*/
        height: 230px;
    }

    .auto-insurance-info ul {
        /*height: 220px;*/
        height: 190px;
    }

    .auto-dealers-info ul {
        /*height: 220px;*/
        height: 190px;
    }
}

@media only screen and (min-width: 901px) {
    .about-wrap {
        float: left;
        display: block;
        width: 160px;
    }

    .about-wrap h1 {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .tab-wrap {
        float: none;
        clear: both;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        background: url(../images/tab_bg.gif) bottom repeat-x;
    }

    .tab-wrap h1 {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 140px;
    }

    .tab {
        clear: none;
        width: auto;
        display: block;
        overflow: hidden;
        margin-top: 16px;
        height: 45px;
        padding-left: 10px;
    }

    .tab ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        font-size: 18px;
    }

    .tab li a {
        float: left;
        display: block;
        width: 31%;
        margin: 0 1%;
        padding-top: 12px;
        border-bottom: 2px solid #dce8f2;
        -webkit-border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        height: 45px;
        background-color: rgb(229,38,35);
        color: #fff;
    }

    .tab li a:hover {
        background-color: rgb(41,86,160);
        color: #fff;
        text-decoration: none;
    }

    .tab li.active a, .tab li.active a:hover {
        border-top: 2px solid #dce8f2;
        border-right: 2px solid #dce8f2;
        border-left: 2px solid #dce8f2;
        border-bottom: none;
        background-color: #fff;
        color: #2956a0;
        text-decoration: none;
    }

    .rightcontent-wrap {
        clear: none;
        display: block;
        overflow: hidden;
        padding-left: 20px;
    }

    .archiveshd h3 {
        display: block;
        margin-top: 20px;
    }

    .customer-updateshd h1 {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 949px) {
    .footer {
        margin-top: 0;
    }
}

@media only screen and (min-width: 950px) {
    .content-wrap {
        margin-bottom: 30px;
    }

    .formboxdiv2 {
        width: 40%;
        float: left;
        margin-left: 1%;
        /*padding-right: 5%;*/
    }

    .formboxdiv2 table {
        width: 100%;
    }

    .formboxdiv2 table, .formboxdiv2 td, .formboxdiv2 th {
        border: none;
        border-collapse: separate;
    }

    .formboxdiv2 .td2 {
        width: 25%;
        padding-right: 10px;
    }


    .formboxdiv2 td {
        display: table-cell;
        text-align: right;
        width: 80%;
        padding: 0;
    }

    .formboxdiv2 td select {
        margin-top: 8px;
        width: 100%;
        margin-bottom: 5px;
    }

    .formboxdiv2, .formboxdiv3 {
        /*height: 100px;*/
    }

    .formboxdiv3 {
        width: 52%;
        float: left;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .formboxdiv3 table {
        width: 100%;
        margin: 0 0;
    }

    .formboxdiv3 table, .formboxdiv2 td, .formboxdiv2 th {
        border: none;
        border-collapse: separate;
    }

    .formboxdiv3 .td3 {
        width: 40%;
        padding-right: 10px;
    }

    .formboxdiv3 td {
        display: table-cell;
        text-align: right;
        width: 70%;
        padding: 0;
    }

    .formboxdiv3 td select {
        margin-top: 8px;
        width: 100%;
        margin-bottom: 5px;
    }


    .formboxdiv4 {
        width: 40%;
        float: left;
        /*padding-right: 5%;*/
    }

    .formboxdiv4 table {
        width: 100%;
        margin: 0 0;
    }

    .formboxdiv4 table, .formboxdiv4 td, .formboxdiv4 th {
        border: none;
        border-collapse: separate;
    }

    .formboxdiv4 .td4 {
        width: 45%;
        padding-right: 10px;
    }

    .formboxdiv4 .td4 .tdheight {
        margin: 20px 0;
    }

    .formboxdiv4 .td5 {
        width: 45%;
        padding-right: 10px;
        padding-top: 13px;
    }


    .formboxdiv4 td {
        display: table-cell;
        text-align: right;
        width: 55%;
        padding: 0;
    }

    .formboxdiv4 td select {
        margin-top: 8px;
        width: 100%;
        margin-bottom: 5px;
    }

    .formboxdiv2 td, .formboxdiv3 td, .formboxdiv4 td {
        float: none;
    }


    .forminterested {
        width: 60%;
        margin: 0 auto;
    }

    .forminterested label {
        width: 30%;
    }

    .forminterested input, .forminterested textarea {
        width: 60%;
    }

    .resultbox {
        /*width: 27%;*/
        width: 32%;
        padding: 2%;
        margin: 0 0.6666666666666667% 10px 0.6666666666666667%;
        /*position: relative;*/
    }

    .branch-info ul {
        /*height: 200px;*/
        height: 230px;
    }

    .atm-info ul {
        height: 160px;
    }

    .car-info ul {
        /*height: 278px;*/
        /*height: 304px;*/
        /*height: 325px;*/
        height: 400px;
    }

    .properties-info ul {
        /*height: 240px;*/
        /*height: 180px;*/
        height: 220px;
    }

    .auto-insurance-info ul {
        height: 220px;
    }

    .auto-dealers-info ul {
        height: 220px;
    }

    .comparison {
        /*width:75%;*/
    }

    .comparediv {
        width: 20%;
        text-align: left;
        float: left;
    }

    .pagination {
        float: right;
        width: 80%;
        text-align: right;
    }

    .disclaimer {
        text-align: right;
    }


    .downloaddiv {
    }

    .column3-wrap li {
        width: 32%;
        margin: 0 1% 10px 0;
    }

    .column3-wrap li a {
        /*width:32.5%; 
margin: 0 1.25% 10px 0;*/
    }

    .column3-wrap li.clear-right {
        margin-right: 0;
    }

    .column2-wrap li a {
        /*width:49%; 
margin: 0 1% 10px 0;*/
    }

    .column2-wrap li.clear-right {
        margin-right: 0;
    }


    .compare-table-wrap table {
        /*width:200%;
	border-collapse:separate;*/
    }

    /*footer-wrap*/
    .footer-wrap {
        width: 100%;
        max-width: 950px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        margin: 10px auto 120px auto;
        border-top: 2px dotted #cadcec;
    }

    .footer img {
        margin-top: 0;
    }


    /* PSBank Online */
    .mobile {
        display: none !important;
    }

    .psbankonline {
        margin-bottom: 0;
        height: 395px;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-flow: row wrap;
    }

    .psbankonline img {
        padding:5px 0;
        /*margin: 0 100%;*/
    }

    .psbankonline .login {
        display: inline-block;
        margin: 4px 10px;
    }

    .otherservices {
        align-self: center;
    }
}

@media only screen and (max-width: 768px) {
    .hidden-sm {
        display: none!important;
    }
}

@media (max-width:768px) and (min-width:500px) {
    .loadingClass {
        position: relative;
        left: 24%;
        /*left:32.5%;*/
    }
}


table.xs-center {
width: 135px;
min-width: 135px !important;
}


.ratesSubtitle {
    font-weight:700;
    font-size:10px;
}

input.cke_dialog_ui_input_text {height: 25px !important;}