
/* Stylesheet content from css/utils.css in folder common */
b,
i,
p,
q,
abbr,

blockquote,
cite {
    vertical-align: baseline;
    outline: 0;
    font-size: 100%;    
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent
}

aside,article,hgroup,menu,
nav,section,summary,time,mark,audio,canvas,
details,
figure,
header,
footer,
video {
    font-size: 100%;
	border: 0;
	outline: 0;
	margin: 0;
    padding: 0;
	background: transparent;
    vertical-align: baseline
    
}

.show-lateral-mirror {
    z-index: 9999 !important;
	margin: 0 !important;
	opacity: 0.8;
	position: fixed !important;
	filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"    
}

.hide-lateral-mirror {
    display: none !important
}

.define-lateral-mirror {
	-ms-user-select: none !important;
	-moz-user-select: none !important;
    -webkit-user-select: none !important;    
    user-select: none !important
}

.transform-lateral-mirror {
    opacity: 0.2;    
    filter: alpha(opacity=20);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}


html,
body,
div,
span,
object,
iframe {
    background: transparent;    
    vertical-align: baseline;
	font-size: 100%;
    padding: 0;
	margin: 0; 
	outline: 0;	
    border: 0;
}


code,
del,
dfn,
em,
img,
ins,
kbd,
pre,
samp,
small,
strong,
sub,
sup,
var,
dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

section {
    display: block
}

tbody,
tfoot,
thead,
caption,
tr,
th,
td,
fieldset,
form,
label,
legend,
table {
    font-size: 100%;
	border: 0;
	outline: 0;
	margin: 0;
    padding: 0;
	background: transparent;
    vertical-align: baseline
    
}


article,
aside,
header,
hgroup,
menu,
nav,
details,
figcaption,
figure,
footer {
    display: block
}

blockquote {
    quotes: none
}
q:before,
q:after {
    content: '';
    content: none
}

blockquote:before,
blockquote:after {
    content: '';
    content: none
}
a {
    font-size: 100%;
	padding: 0;
	margin: 0;
    background: transparent;
	vertical-align: baseline
}

a img {
    border: none
}

table {
    border-spacing: 0;
	border-collapse: collapse    
}

hr {
    padding: 0;
	margin: 1em 0;
	height: 1px;	 
    border: 0;
	display: block;   
    border-top: 1px solid #ccc    
}

input,
select {
    margin: 0
	vertical-align: middle    
}

input {
    border-radius: 0
}


@font-face {
    font-family: 'Aleo';
    src:  url("../fonts/aleo/aleo-bold-webfont.eot");    
}

@font-face {
    font-family: 'Oswald-Bold';
/*    src: url("./fonts/oswald/oswald-bold-webfont.eot");*/
    src: url("../fonts/oswald/oswald-bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Oswald-Light';
/*    src: url("./fonts/oswald/oswald-light-webfont.eot");*/
    src: url("../fonts/oswald/oswald-light.ttf") format("truetype");
}

@font-face {
    font-family: 'Oswald-Regular';
/*    src: url("./fonts/oswald/oswald-regular-webfont.eot");*/
    src: url("../fonts/oswald/oswald-light.ttf") format("truetype");
}

@font-face {
    font-family: "Linearicons";
    src: url("../fonts/linearicons/Linearicons.eot");
    src: url("../fonts/linearicons/Linearicons.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}

body {
    font-family: Oswald-Regular, Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 16px;
    color: #212121;
}

h6 {
    padding: 0;
	margin: 0; 
	outline: 0;	
    border: 0;
    background: transparent;    
    vertical-align: baseline;
	font-size: 100%
    
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
	margin: 0; 
	outline: 0;	
    border: 0;
    background: transparent;    
    vertical-align: baseline;
	font-size: 100%;
	font-family: 'Aleo', Georgia, "Times New Roman", serif;
    color: #212121;
    font-weight: normal;
    margin-bottom: 20px
}

p,
ul,
ol,
pre,
blockquote,
dl {
    margin: 0 0 20px 0
}

.amb-ui--app-container p {
    /* padding-right: 0; */
    word-wrap: break-word
}

h1,
.h1 {
    font-size: 36px;
    font-size: 2.25rem;
    color: #005587;
    line-height: 43px;
}

h2,
.h2 {
    line-height: 36px;
    font-size: 26px;
    font-size: 1.625rem;
}

h3,
.h3 {
    font-size: 24px;
    font-size: 2.1rem;
    font-family: 'Oswald-Regular';
}

h4,
.h4 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: 'Oswald-Regular';
    line-height: 26px
}

h5,
.h5 {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'Oswald-Regular';
    line-height: 22px
}

h6,
.h6 {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Aleo', Arial, Helvetica, sans-serif;
    line-height: 22px
}

p {
    line-height: 26px;
    font-size: 16px;
    font-size: 1rem;
}

p.large {
    font-size: 18px;
    font-size: 1.125rem
}
.large {
    font-size: 1.125rem;
    font-size: 18px;
}

.amb-ui--split-rule {
    margin-bottom: 20px;
    background-color: #eee;
    padding: 22px 15px 0
}

.amb-ui--split-rule:after {
    display: table;
    content: '';
    clear: both
}

.amb-ui--split-rule--nomargin {
    margin: 0
}

strong {
    font-family: Oswald-Bold, Arial, Helvetica, sans-serif
}

ul,
ol {
    margin: 0 0 20px 20px;
    line-height: 26px;
    list-style: disc;
}
.ol-terms-conditions {
    margin: 0 0 20px 20px;
    line-height: 16px
}

ul ul,
ul ol {
    margin-bottom: 0;
    margin-left: 36px
}
ol ol,
ol ul {
    margin-left: 36px;
    margin-bottom: 0;
}

ul li.nobullet {
    margin-left: -20px;
    list-style: none;
}
ol li.nobullet {
    margin-left: -20px;
    list-style: none;
}

blockquote {
    line-height: 26px;
    margin: 0 0 20px 20px;
}

blockquote:before {
    content: '-'
}

fieldset {
    margin: 0;
    padding-bottom:20px
}

legend {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem;    
    font-family: Oswald-Light, Arial, Helvetica, sans-serif;
    margin: 0 0 20px 0;
    
}



dt {
    color: #757575;
    font-size: 14px;
    font-size: .875rem;    
    font-family: Oswald-Regular, Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 26px;
}

dd {
    font-size: 1.125rem;
    font-size: 18px;
    font-family: Oswald-Light, Arial, Helvetica, sans-serif; 
    margin-bottom: 13px;
    line-height: 26px;    
}

dd a {
    font-size: 1rem;
    font-size: 16px;
}

pre {
    margin-bottom: 13px
}

a {
    color: #243c7a;
    text-decoration: underline;
    font-style: normal;
    cursor: pointer

}

a:hover,
a:focus {
    /* color: #bc164b; */
    outline: none
}

a:active {
    color: #000
}

a .icon {
    display: inline-block;
    margin-right: 2px;
    text-decoration: none
}

a .icon:before {
    text-decoration: none
}

hr {
	
    margin: 0 0 20px 0;
    border-top: 1px solid #9e9e9e;
   
}

hr.alt {
	
    border-top: 1px solid #eb1b5e;

}

.small,
small {
	
    font-size: .8em

}

.alt-text {
	
    color: #e81c3b

}

.center {
    
    text-align: center
}

.sub-text,
p.sub-text {
	
    color: #757575
}

.alt {
   
   	margin-bottom: 13px;
   	line-height: 26px; 
   	font-size: .875rem;
   	font-size: 14px;
   	 font-style: italic;
   	 
}



*[class^='col-xl-'],
*[class^='col-lg-'],
*[class^='col-md-'],
*[class^='col-sm-'] {
    -webkit-box-sizing: border-box;
     min-height: 1px;
    display: block;
    padding: 0 10px 20px 10px;
    float: left;
    box-sizing: border-box;
   
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row:after {
    display: table;
    clear: both;
    content: '';
}

.row *[class^='col-sm-'] .row *[class^='col-lg-'],
.row *[class^='col-sm-'] .row *[class^='col-xl-'],
.row *[class^='col-sm-'] .row *[class^='col-md-'],
.row *[class^='col-md-'] .row *[class^='col-sm-'],
.row *[class^='col-lg-'] .row *[class^='col-lg-'],
.row *[class^='col-md-'] .row *[class^='col-md-'],
.row *[class^='col-md-'] .row *[class^='col-lg-'],
.row *[class^='col-md-'] .row *[class^='col-xl-'],
.row *[class^='col-lg-'] .row *[class^='col-sm-'],
.row *[class^='col-lg-'] .row *[class^='col-md-'],
.row *[class^='col-xl-'] .row *[class^='col-sm-'],
.row *[class^='col-xl-'] .row *[class^='col-md-'],
.row *[class^='col-xl-'] .row *[class^='col-lg-'],
.row *[class^='col-lg-'] .row *[class^='col-xl-'],
.row *[class^='col-xl-'] .row *[class^='col-xl-'] {
.row *[class^='col-sm-'] .row *[class^='col-sm-'],
    margin: 0;
    padding-bottom: 0;
}

.col-sm-1 {
    width: 8.33333%
}

.col-sm-2 {
    width: 16.66667%
}

.col-sm-3 {
    width: 25%
}

.col-sm-4 {
    width: 33.33333%
}

.col-sm-5 {
    width: 41.66667%
}

.col-sm-6 {
    width: 50%
}

.col-sm-7 {
    width: 58.33333%
}

.col-sm-8 {
    width: 66.66667%
}

.col-sm-9 {
    width: 75%
}

.col-sm-10 {
    width: 83.33333%
}

.col-sm-11 {
    width: 91.66667%
}

.col-sm-12 {
    width: 100%
}






@media screen,
projection {
    .amb-ui--primary-nav {
        -webkit-transition: -webkit-transform .2s ease 0s;
        transition: transform .2s ease 0s;
	    background: #005587;
	    display: block;
	    width: 290px;
	    position: fixed;
	    top: 150px;
	    bottom: 0;
	    left: 0;
	    overflow-y: scroll;
	    padding: 10px 0;
	    z-index: 11;
	    -webkit-transform: translate(-290px, 0);
	    -ms-transform: translate(-290px, 0);
	    transform: translate(-290px, 0);
    }
    .amb-ui--primary-nav__wrapper {
        display: block
    }
    .amb-ui--primary-nav__inner {
        margin: 0 auto;
        max-width: 1200px
    }
    .amb-ui--primary-nav__inner ul {
        margin: 0;
        display: block;
        width: 100%;
        height:48px;
    }
    .amb-ui--primary-nav__item {
        display: block;
        width: 100%
    }
    .amb-ui--primary-nav__item--bordered {
        border-top: 1px solid #bdbdbd;
        margin-top: 10px;
        padding-top: 10px
    }
}


@media screen,
projection {
    .amb-ui--primary-nav__link {
     -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    font-size: 16px;
    font-size: 1rem;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    -webkit-transition-property: -webkit-box-shadow, background;
    transition-property: box-shadow, background;
    position: relative;
    color: #fff;
    display: block;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    }
    .amb-ui--primary-nav__link:hover,
    .amb-ui--primary-nav__link:active,
    .amb-ui--primary-nav__link:focus {
        background: transparent;
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
        color: #fff;
    }
    .amb-ui--primary-nav__link .icon {
        color: #fff;
        display: inline-block;
        width: 30px;
        position: relative;
        bottom: -5px;
        text-align: center;
        font-size: 24px;
    }
    .amb-ui--primary-nav__link--highlight {
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
        color: #eb1b5e
    }
    .amb-ui--primary-nav__link--highlight:hover,
    .amb-ui--primary-nav__link--highlight:active,
    .amb-ui--primary-nav__link--highlight:focus {
        background: transparent;
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
        color: #eb1b5e
    }
    .amb-ui--primary-nav__link:hover,
    .amb-ui--primary-nav__link:focus,
    .amb-ui--primary-nav__link:active,
    .amb-ui--primary-nav__link--active {
        -webkit-box-shadow: inset 4px 0 0 0 rgb(58, 122, 158);
        box-shadow: inset 4px 0 0 0 rgb(58, 122, 158);
        background: rgb(58, 122, 158);
    }
    .amb-ui--primary-nav .amb-baloon .amb-baloon__value {
        background: #005587;
        left: 27px;
        top: 7px;
    }
    body:before {
        -webkit-transition: background .4s ease 0s;
        transition: background .4s ease 0s;
        content: ' ';
        background: transparent;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 100%;
        z-index: 11
    }
    /*BEGIN - Mrinmoy - Added to show overlay on base page */
    body.amb-floating-open:before {
        background: rgba(0, 0, 0, 0.43);
        height: 100%;
        z-index: 12;
    }
    /*END - Mrinmoy - Added to show overlay on base page */
    body.amb-ui--active-burger {
        overflow-y: hidden;
        position: fixed
    }
    body.amb-ui--active-burger:before {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5)
    }
}

@media screen,
projection {
    body.amb-ui--active-burger .amb-ui--primary-nav {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        z-index: 11
    }
}
 	

@media screen,
projection {
    .amb-adhesive-header--inactive .amb-ui--header-secondary {
        top: -60px
    }
    .amb-adhesive-header--active .amb-ui--header-secondary {
        top: 0
    }
    .amb-ui--header-secondary {
        -webkit-transition: top .2s ease 0s;
        transition: top .2s ease 0s;
        height: 60px;
        text-align: right;
        position: fixed;
        background: #fff;
        z-index: 5;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        padding: 0;
        border-bottom: 1px solid #bdbdbd
    }
}



@media screen,
projection {
    .amb-ui--header-secondary__logo {
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
        display: inline-block;
        /* width: 111px; */
        /* margin-top: 9px; */
        /* margin-right: 15px; */
    }
    .amb-ui--header-secondary__logo:hover,
    .amb-ui--header-secondary__logo:active,
    .amb-ui--header-secondary__logo:focus {
        background: transparent;
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
        color: inherit
    }
    .amb-ui--header-secondary__logo svg {
        width: 111px;
        height: 40px
    }
    a.amb-ui--header-secondary__logo img {
        height: 65px;
        float: right;
        padding-left: 320px;
    }
    .amb-ui--header-secondary__link {
        position: absolute;
        display: block;
        text-align: left;
        left: 15px;
        top: 13px;
        width: 40px;
        height: 40px;
        color: #212121;
        font-size: 32px
    }
    .amb-ui--header-secondary__link--right {
        right: 15px;
        text-align: right;
        left: auto
    }
    .amb-ui--header-secondary__burger {
        position: absolute;
        display: block;
        width: 18px;
        border: 0;
        background: transparent;
        height: 12px;
        left: 20px;
        top: 25px
    }
    .amb-ui--header-secondary__burger:before,
    .amb-ui--header-secondary__burger:after,
    .amb-ui--header-secondary__burger span {
        content: ' ';
        display: block;
        width: 100%;
        height: 2px;
        line-height: 1px;
        border-radius: 2px;
        background: #243c7a;
        position: absolute;
        left: 0
    }
    .amb-ui--header-secondary__burger span {
        top: 50%;
        margin-top: -1px
    }
    .amb-ui--header-secondary__burger:before {
        top: 0
    }
    .amb-ui--header-secondary__burger:after {
        bottom: 0
    }
    .widget {
        margin-bottom: 20px;
        overflow-wrap: break-word
    }
    .amb-ui--view-box--bordered {
        border: 1px solid #e0e0e0
    }
    .amb-ui--view-box--background {
        background: #fff
    }
    .amb-ui--view-box--highlight {
        border-left: 6px solid #e0e0e0
    }
    .amb-ui--view-box--highlight-alt {
        border-left: 6px solid #43c6ca
    }
    .amb-ui--view-box--banner {
        background: #005587;
        color: #fff;
        padding: 12px 20px 0px;
        position: relative;
        line-height: 15px;
    }
    .amb-ui--view-box--banner:after {
        content: '';
        display: table;
        clear: both
    }
    .amb-ui--view-box--banner__header {
        color: #fff;
        margin: 0;
        /* padding-right: 43px */
        font-size: 1.05em;
        padding-top: 5px; 
    }
    .amb-ui--view-box--banner__header.two�line {
                padding-top:0px;
	}
    .amb-ui--view-box--banner__header h5 {
        font-family: Oswald-Bold, Arial, Helvetica, sans-serif;   
    }
    .amb-ui--view-box--banner .icon {
        font-size: 26px;
        font-size: 1.625rem;
        /* position: absolute;
        right: 17px; */
        top: 10px
    }
    .amb-ui--view-box--area {
        background: #fff;
        padding: 20px;
        position: relative
    }
    .amb-ui--view-box--area--shaded {
        background: #e0e0e0
    }
    .amb-ui--view-box--progressive-content {
        -webkit-transition: max-height .5s ease 0s;
        transition: max-height .5s ease 0s;
        max-height: 0;
        background: #fff;
        overflow: hidden
    }
    .amb-ui--view-box--toggle {
        -webkit-transition: -webkit-transform .25s ease 0s;
        transition: transform .25s ease 0s;
        color: #212121;
        display: block;
        cursor: pointer;
        font-size: 16px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
        text-align: center
    }
    .amb-ui--view-box--toggle .icon {
        margin: 0
    }
    .widget.is-open .amb-ui--view-box--progressive-content {
        max-height: 999px
    }
    .widget.is-open .amb-ui--view-box--toggle {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .widget .amb-ui--button {
        margin: 0 auto
    }
    .amb-ui--view-box--amb-ui--button-group a {
        text-align: center;
        margin-bottom: 10px
    }
    .widget a {
        overflow: hidden;
        text-overflow: ellipsis
    }
    .widget img {
        height: auto;
        width: 100%
    }
    .amb-ui--view-box--amb-ui--brand-light .amb-ui--view-box--area {
        background: #fff
    }
    .amb-ui--view-box--amb-ui--brand-light .amb-ui--view-box--area table {
        border: 0
    }
    .amb-ui--view-box--amb-ui--brand-light .amb-ui--view-box--area tr {
        background: #fff
    }
    .amb-ui--view-box--amb-ui--brand-light .amb-ui--view-box--area td {
        border: 0;
        padding: 5px
    }
    .amb-ui--view-box--amb-ui--brand-light .amb-ui--view-box--area td:last-child {
        text-align: right
    }
    .amb-ui--view-box--amb-ui--brand-light .amb-ui--view-box--area a {
        display: initial
    }
    .widget footer {
        text-align: center;
        background: #fff;
        padding: 0 20px 20px
    }
    .widget[fin-mod-progress] {
        cursor: pointer
    }
    .widget[fin-mod-progress]:active,
    .widget[fin-mod-progress]:focus,
    .widget[fin-mod-progress]:hover {
        outline: 2px solid #243c7a
    }
    .amb-auth--options-group .amb-ui--option-box--input__button {
        width: 108px;
    }
    .auth-block {
        /* position: relative; */
        padding: 44px;
    }
    .amb-auth--options-block p {
        margin: 0;
        margin-bottom: 25px;
    }
    .amb-auth--options-block__close {
        display: block;
        font-size: 70px;
        color: #212121;
        /* position: absolute; */
        right: 10px;
        top: 30%;
        margin-top: 0px;
        /* width: 100%; */
        /* height: 59px; */
        line-height: 30px;
        text-align: center
    }
    .amb-auth--options-block__close-email {
        display: block;
        font-size: 70px;
        color: #212121;
        /* position: absolute; */
        right: 10px;
        top: 30%;
        margin-right: 15%;
        margin-top: 0px;
        /* width: 100%; */
        /* height: 59px; */
        line-height: 30px;
        text-align: center
    }
    .move-left {
        display: block;
        font-size: 33px;
        /* right: 6px; */
        /* top: 30%; */
        margin-left: -30px;
        margin-top: 30px;
        width: 100%;
        /* height: 59px; */
        line-height: 30px;
        text-align: center;
    }
    .move-right {
        display: block;
        font-size: 33px;
        /* right: 6px; */
        /* top: 30%; */
        margin-top: 8px;
        margin-left: -122%;
        width: 100%;
        /* height: 59px; */
        line-height: 30px;
        text-align: center;
    }
   /* .move-left{
        display: block;
        font-size: 70px;
      
        right: 10px;
       
        margin-top: 30px;
        width: 100%;
       
        line-height: 30px;
        text-align: center
    }  */
    /* .amb-auth--options-block__close-sliding {
        display: block;
        font-size: 30px;
        color: #212121;
        /* position: fixed; */
        left: 4%;
        /* top: 0%; */
        margin-top: 8px;
        margin-left: -29px;
        /* margin-top: 0px; */
        /* width: 100%; */
        /* height: 59px; */
        line-height: 30px;
        text-align: center
    } */
    .amb-auth--options-block__close-sliding-left {
        display: block;
        font-size: 30px;
        color: #212121;
        position: absolute;
        /* right: 20px; */
        /* top: 0%; */
        margin-top: 0px;
        /* width: 100%; */
        /* height: 59px; */
        line-height: 30px;
        text-align: center
    }
    .amb-auth--sec-val .amb-ui--input {
        width: 40px;
        float: left;
        margin-right: 10px;
        text-align: center
    }
    .amb-auth--sec-val__group:after {
        content: '';
        display: table;
        clear: both
    }
    .amb-locator--search-carousel .carousel {
        margin-bottom: 0
    }
    .amb-locator--search-widget {
        padding: 30px 20px 20px
    }
    .amb-locator--search-widget h3 {
        font-size: 28px;
        font-size: 1.75rem;
        font-family: 'Aleo', Georgia, "Times New Roman", serif;
        margin-bottom: 0
    }
    .amb-locator--search-amb-ui--view-box--close {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 20px;
        height: 20px;
        text-align: center
    }
    .amb-locator--search-widget .amb-locator--search-results__listing {
        position: static;
        height: 310px;
        width: auto;
        padding: 0 15px;
        margin: 0
    }
    .amb-locator--search-widget .amb-locator--search-results__listing .amb-ui--slide-control--item-inner {
        font-size: 12px;
        font-size: .75rem;
        line-height: 16px;
        padding: 20px 40px 0
    }
    .amb-locator--search-widget .amb-locator--search-results__listing .amb-ui--slide-control--item-inner li {
        margin-bottom: 0
    }
    .amb-locator--search-widget .amb-locator--search-results__listing .amb-ui--slide-area--horizontal {
        height: 300px
    }
    .amb-locator--search-widget .amb-locator--search-results__control {
        right: 20px
    }
    .amb-locator--search-widget .amb-locator--search-results__pagination {
        right: 40px
    }
    .amb-locator--det-window {
        padding-top: 20px
    }
    .amb-locator--det-window h5,
    .amb-locator--det-window p {
        color: #212121
    }
    .amb-locator--det-window h5 {
        margin-bottom: 5px
    }
    .amb-locator--search {
        margin: 0 auto;
        max-width: 1200px;
        text-align: center;
        padding: 0 0 35px 0
    }
    .amb-locator--search__inner {
        margin: 0 auto;
        display: inline-block;
        padding: 0 15px;
        position: relative;
        width: 100%
    }
}

@media only screen and (min-width: 37.5em) {
    .amb-locator--search__inner {
        max-width: 500px;
        padding-bottom: 45px;
        text-align: center
    }
}

@media screen,
projection {
    .amb-locator--search__overview p {
        font-size: 18px;
        font-size: 1.125rem;
        font-family: Oswald-Light, Arial, Helvetica, sans-serif
    }
    .amb-locator--search .amb-ui--element__control--inline {
        display: block
    }
    .amb-locator--search__filter {
        text-align: left
    }
}

@media only screen and (min-width: 48em) {
    .amb-locator--search__filter .amb-ui--input-checkbox__text {
        max-width: 85px
    }
}

@media screen,
projection {
    .amb-locator--search__filter .amb-ui--element__control--inline {
        display: block
    }
}

@media only screen and (min-width: 37.5em) {
    .amb-locator--search__filter .amb-ui--element__control--inline {
        display: inline-block
    }
}

@media screen,
projection {
    .amb-locator--search__filter-controls .amb-ui--element__label {
        position: relative
    }
    .amb-locator--search-results {
        position: relative;
        padding-bottom: 20px
    }
    .amb-locator--search-results__map {
        height: 0;
        background: #212121
    }
    .amb-locator--search-results__listing {
        overflow: hidden;
        text-align: left;
        margin: 0 15px 20px 15px;
        height: 355px;
        position: relative;
        background: #fff;
        display: block;
        border-radius: 3px;
        -webkit-box-shadow: 3px 3px 0 0 rgba(33, 33, 33, 0.1);
        box-shadow: 3px 3px 0 0 rgba(33, 33, 33, 0.1)
    }
    .amb-locator--search-results__listing .amb-ui--slide-area--horizontal {
        border-radius: 3px;
        height: 355px
    }
}

@media only screen and (min-width: 48em) {
    .amb-locator--search-results__listing {
        width: 390px;
        position: absolute;
        left: 50px;
        top: 100px
    }
}

@media screen,
projection {
    .amb-locator--search-results__item {
        height: 335px
    }
    .amb-locator--search-results__item header {
        background: #243c7a;
        padding: 20px;
        border-radius: 3px 3px 0 0
    }
    .amb-locator--search-results__item header h6 {
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0
    }
    .amb-locator--search-results__item header p {
        font-size: 14px;
        font-size: .875rem;
        margin: 0
    }
    .amb-locator--search-results__item .amb-ui--slide-control--item-inner {
        color: #212121;
        padding: 20px;
        position: relative
    }
    .amb-locator--search-results__pagination {
        position: absolute;
        top: 250px;
        right: 20px
    }
    .amb-locator--search-results__control {
        /* background: transparent;
        border: 0;
        font-size: 30px;
        position: absolute;
        right: 10px;
        top: 130px */
        background: transparent;
        border: 0;
        font-size: 30px;
        position: absolute;
        right: -13px;
        top: 100px;
    }
}

@media only screen and (min-width: 48em) {
    .amb-locator--search .amb-ui--element__control--inline {
        display: inline-block
    }
    .amb-locator--search .amb-ui--button-group-graphical__item {
        min-width: 180px
    }
    .amb-locator--search-results {
        padding-bottom: 0
    }
    .amb-locator--search-results__map {
        height: 600px
    }
}

@media screen,
projection {
    .amb-ui--card-controller {
        -webkit-transition: height .25s ease 0s;
        transition: height .25s ease 0s;
        min-height: 220px;
        width: 280px;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        overflow: hidden;
        margin: auto
    }
    .amb-ui--card-controller__main,
    .amb-ui--card-controller__flow {
        width: 280px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0
    }
    .amb-ui--card-controller__main {
        z-index: 4;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    .amb-ui--card-controller__flow {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    .amb-ui--card-controller__flipper {
        -webkit-transition: -webkit-transform .5s ease 0s;
        transition: transform .5s ease 0s;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: relative
    }
    .amb-ui--card-controller--locked .card-main {
        position: relative
    }
    .amb-ui--card-controller--locked .card-main img {
        opacity: .5
    }
    .amb-ui--card-controller.amb-ui--card-controller--locked .card-main:before {
        font-family: Oswald-Bold, Arial, Helvetica, sans-serif;
        z-index: 4;
        position: absolute;
        top: 70px;
        left: 0;
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        content: attr(cardNumber);
        background: rgba(255, 153, 153, 0.85);
    }
    .amb-ui--card-controller .card-main:before {
        content: attr(cardNumber);
		display: block;
		position: absolute;
		padding: 10px 0;
		width: 100%;
		left: 0;
		top: 70px;
		z-index: 4;
		text-align: center;
		font-family: Oswald-Bold, Arial, Helvetica, sans-serif;
        background: rgba(255, 255, 255, 0.85)
    }
    
    .amb-ui--card-controller--active .amb-ui--card-controller__flipper {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    .ie9 .amb-ui--card-controller__flow,
    .ie11 .amb-ui--card-controller__flow {
        position: absolute;
        left: -9999px;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    .ie9 .amb-ui--card-controller--active .amb-ui--card-controller__flow,
    .ie11 .amb-ui--card-controller--active .amb-ui--card-controller__flow {
        position: relative;
        left: auto;
        visibility: visible;
        -webkit-backface-visibility: visible;
        backface-visibility: visible
    }
    .ie9 .amb-ui--card-controller--active .amb-ui--card-controller__main,
    .ie11 .amb-ui--card-controller--active .amb-ui--card-controller__main {
        display: none
    }

    .amb-ui--slide-content--tour {
        height: 510px
    }
    .amb-ui--slide-content--tour .media-amb-ui--slide-control--item {
        height: 510px
    }
    .amb-ui--slide-content--tour .amb-ui--slide-content__nav {
        position: absolute;
        height: 40px;
        line-height: 40px;
        bottom: 10px;
        text-align: center;
        left: 0;
        right: 0;
        color: #fff
    }
    .amb-ui--slide-content--tour .amb-ui--slide-content__button {
        color: #fff
    }
    .amb-ui--slide-content--tour .amb-ui--slide-content__page {
        font-size: 14px;
        font-size: .875rem;
        font-family: Oswald-Light, Arial, Helvetica, sans-serif
    }
}


@media screen,
projection {
    .floating-actions {
        -webkit-transition: height .25s ease 0s;
        transition: height .25s ease 0s;
        min-height: 750px;
        width: 100%;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        overflow: hidden;
        margin-bottom: 20px;
        background-color: white;
    }
    .floating-actions__main,
    .floating-actions__flow {
        width: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0
    }
    .floating-actions__main {
        z-index: 4;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    .floating-actions__flow {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    .floating-actions__flow .h4 {
        color: #000;
        font-family: Oswald-Bold, Arial, Helvetica, sans-serif;
        font-size: 1.375em;
    }
    .floating-actions__flipper {
        -webkit-transition: -webkit-transform .5s ease 0s;
        transition: transform .5s ease 0s;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: relative
    }
    .floating-actions__flipper .float-close {
        display: none
    }
    .floating-actions__flipper .floating-panel-close{
        display: none;
    }
    .floating-actions--locked .review-main {
        position: relative
    }
    .floating-actions--locked .review-main img {
        opacity: .5
    }
    .floating-actions.floating-actions--locked .review-main:before {
        font-family: Oswald-Bold, Arial, Helvetica, sans-serif;
        z-index: 4;
        position: absolute;
        top: 70px;
        left: 0;
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        content: '4566 XXXX XXXX 0007';
        background: rgba(255, 153, 153, 0.85);
    }
    .floating-actions .review-main:before {
        font-family: Oswald-Bold, Arial, Helvetica, sans-serif;
        z-index: 4;
        position: absolute;
        top: 70px;
        left: 0;
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        content: '4566 XXXX XXXX 0007';
        background: rgba(255, 255, 255, 0.85)
    }
    .floating-actions .amb-ui--slide-box__header {
        padding: 10px 0 0 0;
    }    
    .floating-actions--active .floating-actions__flipper {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    .amb-ui--tabular-content.floating-actions {
        width: 90%;
        padding: 20px 20px 0 20px;
    }
    .ie9 .floating-actions__flow,
    .ie11 .floating-actions__flow {
        position: absolute;
        left: -9999px;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    .ie9 .floating-actions--active .floating-actions__flow,
    .ie11 .floating-actions--active .floating-actions__flow {
        position: relative;
        left: auto;
        visibility: visible;
        -webkit-backface-visibility: visible;
        backface-visibility: visible
    }
    .ie9 .floating-actions--active .floating-actions__main,
    .ie11 .floating-actions--active .floating-actions__main {
        display: none
    }
}

@media only screen and (min-width: 48em) {
    .floating-actions {
        -webkit-animation: amb-trans--sliding-in .5s forwards;
        -moz-animation: amb-trans--sliding-in .5s forwards;
        animation: amb-trans--sliding-in .5s forwards;        
        max-width: 450px;
        position: fixed;
        top: 0;
        right: 0;
        margin-left: 0px;
        z-index: 1000;
        -webkit-box-shadow: 0 2px 2px 0 gray;
        box-shadow: 0 2px 2px 0 gray;
        height: 100%;
    }
/*
    .floating-actions.padded--bottom {
        margin-bottom: 220px;        
    }
*/
    .floating-actions__flipper .float-close {
        display: block;
        /* commented below by ritu on 27th FEB */
        /* float: left; */
        /*BEGIN - Mrinmoy - Modified to provide extra right padding */
        /* padding-left: 10px; */
        padding-left: 20px;
        /*BEGIN - Mrinmoy - Modified to provide extra right padding */
        padding-top: 10px;
        cursor: pointer
    }
    .floating-actions__flipper .floating-panel-close{
        display: block;
        float:right;
        padding-left: 10px;
        padding-top: 10px;
        cursor: pointer
    }
    .floating-actions__flow {
        margin-top: 30px;
    }
    
}

@media only screen and (max-width: 30em) {
    .floating-actions {
        max-width: 97.5%;
        position: fixed;
        z-index: 1000;
        -webkit-box-shadow: 0 1px 1px 1px grey;
        box-shadow: 0 1px 1px 1px grey;
        height: 100%;
        top: 5px;
        left: 5px;
    }
    .floating-actions__flipper .float-close {
        display: block;
        /* changed by ritu on 28022018 */
        /* float: left; */
        /*BEGIN - Mrinmoy - Modified to provide extra right padding */
        /* padding-left: 10px; */
        padding-left: 20px;
        /*BEGIN - Mrinmoy - Modified to provide extra right padding */
        padding-top: 10px;
        cursor: pointer
    }
    .floating-actions__flipper .floating-panel-close {
        display: block;
        float: right;
        padding-left: 10px;
        padding-top: 10px;
        cursor: pointer
    }
    .floating-actions__flow {
        margin-top: 30px;
    }
    
}

@media screen,
projection {
    .expenses-tracker p {
	    line-height: 1.1em;
		margin-bottom: 5px;
        display: block        
    }
	.padded {
        padding: 20px 10px 0 10px
    }
	. amb-notify-spend-item:nth-child(odd) {
        background: #f5f5f5
    }
	. amb-notify-spend-know {
        padding: 10px 20px
    }
    . amb-notify-spend-item:last-child {
        border-bottom: 0
    }
    .expenses-tracker__split .amb-ui--element__message {
        display: none
    }
	.expenses-tracker__split-item {
        padding: 10px 20px
    }
	.expenses-tracker__split-content {
        padding: 10px 20px
    }
    .expenses-tracker__details {
        display: none
    }
    
}

@media only screen and (min-width: 48em) {
    .padded {
        padding: 20px 20px 0 20px
    }
	.side_pad{
		padding: 20px 60px 0 20px
	}
    .padded.account-details-tab-item {
        padding-right: 0px;
    }
}

@media screen,
projection {
    .padded--sides {
        padding: 0 15px;
        background-color: white;
    }
}

@media only screen and (min-width: 48em) {
    .padded--sides {
        padding: 0 20px;
    }
    .amb-app--home-panel-item .padded--sides {
        padding-top: 10px;
    }
    
}

@media screen,
projection {
    .padded--bottom {
        padding-bottom: 20px
    }
    .padded--top {
        padding-top: 20px
    }
    .padded--none {
        padding: 0
    }
    .text-center {
        text-align: center
    }
    .text-right {
        text-align: right
    }
    .text-left {
        text-align: left
    }
    .border {
        border: 1px solid #e0e0e0
    }
    .border--bottom {
        border-bottom: 1px solid #e0e0e0
    }
    .border--top {
        border-top: 1px solid #e0e0e0
    }
    .border--left {
        border-left: 1px solid #e0e0e0
    }
    .border--right {
        border-right: 1px solid #e0e0e0
    }
    .float-right {
        float: right
    }
    .float-left {
        float: left
    }
    .inline-block {
        display: inline-block;
        vertical-align: bottom
    }
    .rotate--left {
		transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }
    .rotate--right {
        transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg)
    }
    .amb-elements-show {
		opacity: 1;
		display: block;
        -webkit-animation-name: amb-trans--amb-trans--fadeIn;
        animation-name: amb-trans--amb-trans--fadeIn;
		-webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
		-webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
		-webkit-animation-direction: initial;
        animation-direction: initial;
		-webkit-animation-fill-mode: initial;
        animation-fill-mode: initial;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    .is-hidden {
        display: none
    }
    .show-mobile {
        display: block
    }
}

@media only screen and (min-width: 30em) {
    .show-mobile {
        display: none
    }
}

@media screen,
projection {
    .show-tablet {
        display: block
    }
	.show-web {
        display: none
    }
}

@media only screen and (min-width: 37.5em) {
    .show-tablet {
        display: none
    }
	.show-web {
        display: block
    }
}

@media screen,
projection {
    .show-desktop {
        display: none
    }
}

@media only screen and (min-width: 48em) {
    .show-desktop {
        display: block
    }
}

@media screen,
projection {
    .hide-mobile {
        display: none
    }
}

@media only screen and (min-width: 30em) {
    .hide-mobile {
        display: block
    }
}

@media screen,
projection {
    .hide-tablet {
        display: none
    }
}

@media only screen and (min-width: 37.5em) {
    .hide-tablet {
        display: block
    }
}

@media screen,
projection {
    .hide-desktop {
        display: block
    }
}

@media only screen and (min-width: 48em) {
    .hide-desktop {
        display: none
    }
}

@media screen,
projection {
    .no-margin {
        margin: 0
    }
    .toggler .toggler__initial,
    .toggler .toggler__expose {
        -webkit-animation-name: "amb-trans--amb-trans--fadeIn";
        animation-name: "amb-trans--amb-trans--fadeIn";
		-webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        -webkit-animation-delay: 0;
        animation-delay: 0;
		-webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
		-webkit-animation-fill-mode: initial;
        animation-fill-mode: initial;
		-webkit-animation-direction: initial;
        animation-direction: initial
        
    }
	.toggler .toggler__initial--inline {
        display: inline
    }
    .toggler .toggler__initial {
        display: block
    }
	.toggler .toggler__expose--inline {
        display: none
    }    
    .toggler .toggler__expose {
        display: none
    } 
	.toggler.is-open .toggler__initial--inline {
        display: none
    }	
    .toggler.is-open .toggler__initial {
        display: none
    }    
	.toggler.is-open .toggler__expose--inline {
        display: inline
    }
    .toggler.is-open .toggler__expose {
        display: block
    }
    
}

@-ms-viewport {
    width: device-width
}

@media print {
	a {
        text-decoration: underline;
		color: #0000ff
        
    }
	img {
        display: block;
        margin: 12px 0
    }
	a img {
        border: 0
    }
    body {
        font: 12px 'New Century Schoolbook', 'Times New Roman', TimesNR, Times, serif;
		text-align: left;
		color: #000000;
		background: #ffffff;
    }
}

a.amb-ui--footer__social-icon svg#icon-instagram {
    display: none;
} 

.icon-amb {
    width: 40px;
    height: 40px;
}

.icon-amb.icon-savings {
    background-image: url("../assets/icons/ADCU_Icons_Individual_Borrow_A.png");
}

@media screen,
    projection {
        
    .payee-biller--section span.ad-hoc {
        float: right;
    }       
    .payee-biller--section span.payee--delete {
        float: right;
    }
}
@media only screen and (min-width: 48em) {
    .payee-biller--section span.ad-hoc {
        margin-right: 5%
    }       
/*
    .payee-biller--section span.payee--delete {
        margin-right: 12%
    }
*/
}
button.amb-ui--button.amb-ui--button--secondary a {
    color: white;
    text-decoration: none
}
/* .scrollable {
    overflow-y: scroll;
    max-height: 620px;
    position: relative;
    height:100%;
    overflow-x:hidden;
} */
/* Added by Rashmi for scroll(Mail Module) */
.scrollable {
	overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
    height: 536px;
}
/* Added by Pratap for scroll(Western union new payee panel) */
.scrollable-wu {
	overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
    height: 480px;
}
.scrollable-list {
    overflow-y: scroll;
    max-height: 620px;
    position: relative;
    height:575px;
}
.floating-actions__flow .h4-subheader{
    color: #000;
    font-family: Oswald-Bold, Arial, Helvetica, sans-serif;
    font-size: 0.975em;
}
.schedule-title {
    
    margin-bottom: 30px;
}
.currency-convertor{
    /* padding: 10px 10px 10px 10px; */
    border-bottom: 2px solid #DA291C;
}
.set-pin-heading{
    text-align: center;
/*    padding-right: 34%;*/
}
.amb-ui--button-edit{
    margin-top:24px;
}
.amb-page--group .amb-ui--element-my-profile {
    width: 66%;
}
.show-active{
    font-size: 16px;
    font-weight: bold;
    color: green;
    padding-left: 7%;
}
.sub-text-2fa-phone{
    color: black;
    font-size: x-large;
    padding-left: 10%;
}
.sub-text-2fa-email {
    color: black;
    font-size: 104%;
    padding-left: 0%;
}
.verify-button{
    padding-left: 15%;
}
.amb-auth--sec-val .resend-code{
    margin-left: -3%;
}
svg{
    width: 80px;
    height: 80px;
    margin: 20px;
    display:inline-block;
  }
  .progress-chart {
    width: 100%;
    margin: 0 auto;
    /* position: fixed; */
    top: 44%;
    left: 7%;
    /* bottom: 99%; */
    background: #fff;
  }
  
  .progress-meter {
    padding: 0;
  }
  
  ol.progress-meter {

    padding-bottom: 2%;
    padding-left: 2%;
    margin-top: 1%;
    list-style-type: none;
    /* padding-bottom: 9.5px;
    list-style-type: none; */
  }
  ol.progress-meter li {
    display: inline-block;
    text-align: center;
    text-indent: -19px;
    height: 39px;
    width: 24.99%;
    font-size: 12px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  ol.progress-meter li:before {
    position: relative;
    float: left;
    text-indent: 0;
    left: -webkit-calc(50% - 9.5px);
    left: -moz-calc(50% - 9.5px);
    left: -ms-calc(50% - 9.5px);
    left: -o-calc(50% - 9.5px);
    left: calc(50% - 9.5px);
  }
  ol.progress-meter li.done {
    font-size: 17px;
  }
  ol.progress-meter li.done:before {
    content: "\2713";
    height: 23px;
    width: 23px;
    line-height: 21.85px;
    bottom: -28.175px;
    border: none;
    border-radius: 19px;
    margin-left: -48%;
  }
  ol.progress-meter li.todo {
    font-size: 17px;
  }
  ol.progress-meter li.todo:before {
    content: "\2B24";
    font-size: 25.1px;
    bottom: -26.95px;
    line-height: 18.05px;
    margin-left: -48%;
  }
  ol.progress-meter li.todo:after {
    /* content: "\2B24";
    font-size: 25.1px;
    bottom: -26.95px;
    line-height: 18.05px;
    margin-left: -48%; */
    content: "\2B24";
    font-size: 25.1px;
    bottom: -26.95px;
    line-height: 18.05px;
    margin-left: 198%;
    margin-top: 6%;
  }
  ol.progress-meter li.done {
    color: black;
    border-bottom-color: yellowgreen;
  }
  ol.progress-meter li.done:before {
    color: white;
    background-color: yellowgreen;
  }
  ol.progress-meter li.done:after {
    color: white;
    background-color: yellowgreen;
    content: "\2B24";
    font-size: 25.1px;
    bottom: -26.95px;
    line-height: 18.05px;
    margin-left: 100%;
    margin-top: 6%;
  }
 
  ol.progress-meter li.todo {
    color: silver;
    border-bottom-color: silver;
  }
  ol.progress-meter li.todo:before {
    color: silver;
  }
  .disclaimer-note{
    font-size:14px;
  }
  .account-title{
      text-decoration: underline;
  }
  .product-icon{
    color: #005587;
    margin-top: 0%;
    font-size: 2.625rem;
    top: 2px;
    text-align: center;
  }
  .product-item-1{
    
    margin-left: -8%;
    padding-top: 3%;
  }
  .product-item-carousel-2{
    padding-left: 36%;
    padding-top: 3%;
  }
  
  .product-item-2{
    padding-left: 30%;
  }
  .product-item-3{
    padding-left: 60%;
}
.product-item-carousel-3{
    padding-left: 80%;
    padding-top: 3%;
  }
.product-item-title{
    text-align: center;
    padding-top: 5%;
}
.product-loans{
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: 0;
    height: 100%;
    padding: 20px 15px;
    display: block;
    margin: 0 0 20px;
    width:100%;
    /* min-width: 260px; */
    /* border-left: 6px solid #005587; */

}
.product-loans-find{
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color:#005587;
    border-top: 0;
    height: 411px;
    padding: 20px 15px;
    display: block;
    margin: 0 0 20px;
    width:100%;
    /* min-width: 260px; */
    /* border-left: 6px solid #005587; */

}
.amb-product--justify .amb-product--section-item-loans h4 {
    font-size: 25px;
    padding: 7% 0% 0% 3%;
    text-align: left;
}
.amb-product--section-item-loans span {
    line-height: 11px;
    font-size: 13px;
    margin-left: 3px;
    display: inline-block;
}
.amb-product--section-item-loans h4 {
    font-size: 42px;
    font-size: 2.625rem;
    font-family: Oswald-Semibold, Arial, Helvetica, sans-serif;
    color: #005587;
    display: inline-block;
    margin-bottom: 5px;
}
.amb-product--section-item-loans-personal h4 {
    font-size: 42px;
    font-size: 1.425rem;
    font-family: Oswald-Semibold, Arial, Helvetica, sans-serif;
    color: #005587;
    display: inline-block;
    margin-bottom: 5px;
}
.product-item-interest{
    line-height: 23px;
}
.product-item-heading{
font-size:20px;
font-size: 1.250rem;
font-family: 'Oswald-Regular';
line-height: 26px;
}
.amb-product--section-item-loans-title{
    font-size: 12px;
}
.amb-product--section-item-loans-personal-title{
    font-size: 14px;
    text-align:center;
}
.amb-app--home-panels--list .amb-app--home-panel-item-loans {
    width: 90%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    /* background-color: white; */
}
.amb-app--home-panel-item-loans  {
    margin-bottom: 20px;
}
.loan-comparison .h4{
    color:#005587;
}
/*Statement Footer */
.statement-footer{
    position: relative;
    /*
    commented by pratap for defect 5920
    */
   /*  bottom: 25.5%; */
}


/*Progress Bar  */


progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{width:112%;height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.progress {
    position: relative;
	height: 35px;
}
.progress > .progress-type {
	position: absolute;
    left: 0px;
    height: 35px;
    font-weight: 800;
    padding: 7px 30px 2px 10px;
    color: rgb(255, 255, 255);
    background-color: rgba(25, 25, 25, 0.2);
}
.progress > .progress-completed {
	position: absolute;
	right: 0px;
	font-weight: 800;
	padding: 3px 10px 2px;
}

product-loans .new-paragraph{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 13em;
}


/* Tracker--------------*/

  .progress-step {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin: 0;
    padding: 0;
    min-width: 28px;
  }
  
  .progress-step:last-child {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  
  .progress-step:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -10;
    top: 12px;
    bottom: 12px;
    right: -14px;
    width: 100%;
    height: 4px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  
  .progress-step.is-active .progress-title {
    font-weight: 400;
  }
  
  .progress-step > a {
    display: block;
  }
  
  .progress-marker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 20;
    width: 28px;
    height: 28px;
    padding-bottom: 2px;
    color: #fff;
    font-weight: 400;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transition: background-color, border-color;
    transition: background-color, border-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  
  .progress-text {
    display: block;
    padding: 14px 9.3333333333px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .progress-title {
    margin-top: 0;
  }
  
  .progress-step .progress-marker {
    color: #fff;
    background-color: #b6b6b6;
  }
  
  .progress-step::after {
    background-color: #b6b6b6;
  }
  
  .progress-step .progress-text, .progress-step .progress-step > a .progress-text {
    color: #333333;
  }
  
  .progress-step.is-active .progress-marker {
    background-color: #2196F3;
  }
  
  .progress-step.is-complete .progress-marker {
    background-color: #1976D2;
  }
  
  .progress-step.is-complete::after {
    background-color: #868686;
  }
  
  .progress-step:hover .progress-marker {
    background-color: #56ADF5;
  }
  
  
  

  
  .anim-ripple .progress-marker::before, .anim-ripple-large .progress-marker::before, .anim-ripple-splash .progress-marker::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    visibility: hidden;
  }
  
  .anim-ripple :not(:active) .progress-marker::before, .anim-ripple-large :not(:active) .progress-marker::before, .anim-ripple-splash :not(:active) .progress-marker::before {
    -webkit-animation: scale-up 0.3s ease-out;
            animation: scale-up 0.3s ease-out;
  }
  
  .anim-ripple :focus .progress-marker::before, .anim-ripple-large :focus .progress-marker::before, .anim-ripple-splash :focus .progress-marker::before {
    visibility: visible;
  }
  
  .anim-ripple-large .progress-marker::before {
    width: 200%;
    height: 200%;
  }
  
  .anim-ripple-splash .progress-marker::before {
    width: 200%;
    height: 200%;
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.35);
  }
  
  .anim-ripple-double .progress-marker::before, .anim-ripple-double .progress-marker::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    visibility: hidden;
    background: none;
    border: 3px solid rgba(0, 0, 0, 0.3);
  }
  
  .anim-ripple-double :not(:active) .progress-marker::before, .anim-ripple-double :not(:active) .progress-marker::after {
    -webkit-animation: scale-up 0.3s ease-out 0s;
            animation: scale-up 0.3s ease-out 0s;
  }
  
  .anim-ripple-double :not(:active) .progress-marker::after {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  
  .anim-ripple-double :focus .progress-marker::before, .anim-ripple-double :focus .progress-marker::after {
    visibility: visible;
  }
  
  .anim-path .progress-step::after {
    background-image: -webkit-linear-gradient(left, #b6b6b6 50%, #868686 50%);
    background-image: linear-gradient(to right, #b6b6b6 50%, #868686 50%);
    background-size: 200% 100%;
    background-position: 0% 100%;
    -webkit-transition: background-position 0.3s ease-out;
    transition: background-position 0.3s ease-out;
  }
  
  .anim-path .progress-step.is-complete::after {
    background-position: -100% 100%;
  }
  
  .loader.page-loader.page-loader {
    padding-top: 30px;
  }
  .hidden{
	display: none;
  }
  .loader.loader-small.list--loader {
	padding-top: 150px;
  }
  .small-text{
    padding: 20px;
    text-align: center;
    line-height: 30px
  }
  
.panel--alert {
	margin-top:10px;
}
.closePanAlert {
	display : none;
}

.link-card{
      padding-left:22%;
  }
  .tile-loan{
    padding-left: 2%;
    padding-top: 5%;
  }
  /*---elipsis css----*/
  /* styles for '...' */ 
.block-with-text {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative; 
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 7.6em; 
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;  
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
  }
  /* create the ... */
  .block-with-text:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
    font-weight: bold;
  }
  /* hide ... if we have text, which is less than or equal to max lines */
  .block-with-text:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: white;
  }
  
  /* /* FIND HOMELOAN CAROUSEL CSS *** */

  .ticker-headline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 0;
    margin: 0;
    font-size: 18px;
  }

.carousel.vertical .carousel-inner {
    height: 100%;
    width: auto;
    > .item {
      width: auto;
      padding-right: 50px;
      transition: 0.6s ease-in-out top;
      @media all and (transform-3d), (-webkit-transform-3d) {
        transition: 0.6s ease-in-out;
        &.next,
        &.active.right {
          transform: translate3d(0, 100%, 0);
          top: 0;
        }
        &.prev,
        &.active.left {
          transform: translate3d(0, -100%, 0);
          top: 0;
        }
        &.next.left,
        &.prev.right,
        &.active {
          transform: translate3d(0, 0, 0);
          top: 0;
        }
      }
    }
    > .active,
    > .next,
    > .prev {
      display: block;
    }
    > .active {
      top: 0;
    }
    > .next,
    > .prev {
      position: absolute;
      top: 0;
      width: 100%;
    }
    > .next {
      top: 100%;
    }
    > .prev {
      top: -100%;
    }
    > .next.left,
    > .prev.right {
      top: 0;
    }
    > .active.left {
      top: -100%;
    }
    > .active.right {
      top: 100%;
    }
  }
  
  .carousel.vertical {
    .carousel-control {
      left: auto;
      width: 50px;
      &.up {
        top: 0;
        right: 0;
        bottom: 50%;
      }
      &.down {
        top: 50%;
        right: 0;
        bottom: 0;
      }
      // Toggles
      .icon-prev,
      .icon-next,
      .glyphicon-chevron-up,
      .glyphicon-chevron-down {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
      }
      .icon-prev,
      .glyphicon-chevron-up {
        left: 50%;
        margin-left: -10px;
        top: 50%;
        margin-top: -10px;
      }
      .icon-next,
      .glyphicon-chevron-down {
        left: 50%;
        margin-left: -10px;
        top: 50%;
        margin-top: -10px;
      }
      .icon-up,
      .icon-down {
        width: 20px;
        height: 20px;
        //margin-top: -10px;
        line-height: 1;
        font-family: serif;
      }
      .icon-prev {
        &:before {
          content: '\2039';
          // SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)
  
        }
      }
      .icon-next {
        &:before {
          content: '\203a';
          // SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)
  
        }
      }
    }
  }

/*	added for Look up	*/
.ui-menu ui-widget,.ui-widget-content,.ui-autocomplete,.ui-front {	
	position: ?absolute;
	width:50%;
	list-style: none;
	background-color: ? #EEEEEE;
	padding: 1%;
	z-index: 100;	
	cursor: ?pointer;
}

.ui-menu ui-widget,.ui-widget-content,.ui-autocomplete,.ui-front li:hover
	{
	background: #005587;
	color: #fff;
   cursor: pointer;
}

.ui-menu-item{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid white;
	line-height: 30px;
}

.ui-menu li.ui-menu-item : hover{
	cursor:pointer;
	background: #e6e7e8 !important;
	color:#000 !important;
	
}

.amb-account--panel--inactive {
    opacity: .5;
    pointer-events: none;
} 


.custom-padding-top-application-double{
	padding-top:30px;
}

.custom-padding-top-application-single{
	padding-top:15px;
}

.custom-padding-bottom-application-single{
	padding-bottom:15px;
}

.form--section--inactive--custom{
	pointer-events:none;
	opacity:0.6;	
}

.amb-ui--element--error .amb-ui--element__control .amb-ui--element__label{
	padding-left:0px;
}
.amb-ui--element--currency.amb-ui--element--error .amb-ui--element__control .amb-ui--element__label{
	padding-left:15px;
}

.amb-ui--element--currency .amb-ui--input:focus{
	padding-left:15px;
}

.amb-ui--element--error .amb-ui--element__control .amb-ui--input, 
.amb-ui--element--error .amb-ui--element__control .amb-ui--input:focus{
	padding-left:0px;
}
.amb-ui--element--currency.amb-ui--element--error .amb-ui--element__control .amb-ui--input, 
.amb-ui--element--currency.amb-ui--element--error .amb-ui--element__control .amb-ui--input:focus{
	padding-left:15px;
}

.sliding-panel-enabled{
	opacity: 0.7;
	overflow: hidden;
}

.sliding-panel-enabled a,
.sliding-panel-enabled button,
.sliding-panel-enabled section {
	pointer-events:none;
}

.sliding-panel-disabled{
	opacity: 1;
	overflow-y: scroll;
}

.apply-fetch-content {
	height:225px;
	margin: 0 2px;
    padding-top: 10px;
}
.apply-fetch-content p {
	font-size : .8em	
}
.apply-fetch-content-personal {
	height:200px;
}
.savings-apply-fetch-content {
	height:208px;
}

.product-item-title{
	height:75px;
}

.customScrollHeight{
	height:480px;
}
/* Added for TnC spacing */
.tncCustomClass ul
{
	 margin: 0 0 20px 20px;
    line-height: 16px
}
.tncCustomClass fieldset
{
	padding-bottom: 0px; 
}
/*  Class for TD rate chart */
.td-chart-scroll
{
	overflow-x: scroll;
}
/* Added for making subject and message fields inconsistent */
.custom-amb-ui--element__textarea-holder .fake-text {
        float: left;
        height: auto;
        visibility: hidden;
        line-height: 22px;
        white-space: pre-wrap;
        word-break: break-word;
        padding-top: 6px;
        padding-bottom: 5px;
        margin: 0;
        display: block;
        min-height: 34px;
        padding-right: 24px
 }
/* added by sairam on 7th Feb */
 .pointer-disabled {
	cursor:wait;
}

.pointer-disabled section {
	pointer-events:none;
}
.pointer-disabled button,
.pointer-disabled a,



.text-right.more--tran {
    width: 90%;
}
.find--home-loan-amb-ui--brand {
        background: #005587;
}
.find--home-desc {
	color: #fff;	
}
.card-main:before {
        font-family: Oswald-Bold, Arial, Helvetica, sans-serif;
        z-index: 4;
        position: absolute;
        top: 70px;
        left: 0;
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        content: attr(cardNumber);
        background: #f7f7f7;
        color: #000;
    }
.link-card-new{
      padding-left:40%;
  }
  
  
<!--  MEDIA QUERIES Added by RITU on 25th FEB -->

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */
 	.scrollable{
	overflow-y: scroll;
   	position: relative;
   	overflow-x: hidden;
   	height: 450px;
	} 
	.scrollable.customScrollHeight{
	height:385px;
	}
	 .amb-ui--option-box--input__button--active:focus,
    .amb-ui--option-box--input__button--active:hover {
        height:79px;
    }
    .amb-ui--option-box--input--large .amb-ui--option-box--input__button {
	   height: 79px;
    }
    
    .amb-ui--option-box--input--large .icon {
	    font-size: 35px;
    }
    .amb-ui--option-box--input__text {
		 font-size: 12px;
   }
   .amb-auth--options-group .amb-ui--option-box--input__button {
	    width: 93px;
	}
	.amb-ui--option-box--input--large .amb-ui--option-box--input__text {
    padding: 7px;
    }
}   
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
 	 .scrollable{
	overflow-y: scroll;
   	position: relative;
   	overflow-x: hidden;
   	height: 450px;
	} 
	.scrollable.customScrollHeight{
	height:385px;
	}
	 .amb-ui--option-box--input__button--active:focus,
    .amb-ui--option-box--input__button--active:hover {
        height:79px;
    }
     .amb-ui--option-box--input--large .amb-ui--option-box--input__button {
	   height: 79px;
    }
    .amb-ui--option-box--input--large .icon {
	    font-size: 35px;
    }
    .amb-ui--option-box--input__text {
		 font-size: 12px;
   }
   .amb-auth--options-group .amb-ui--option-box--input__button {
	    width: 93px;
	}
	.amb-ui--option-box--input--large .amb-ui--option-box--input__text {
    padding: 7px;
    }
  }
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  	.scrollable{
	overflow-y: scroll;
   	position: relative;
   	overflow-x: hidden;
   	height: 425px;
	} 
	.scrollable.customScrollHeight{
	height:377px;
	}
	 .amb-ui--option-box--input__button--active:focus,
    .amb-ui--option-box--input__button--active:hover {
        height:79px;
    }
     .amb-ui--option-box--input--large .amb-ui--option-box--input__button {
	   height: 79px;
    }
    .amb-ui--option-box--input--large .icon {
	    font-size: 35px;
    }
    .amb-ui--option-box--input__text {
		 font-size: 12px;
   }
   .amb-auth--options-group .amb-ui--option-box--input__button {
	    width: 98px;
	}
	.amb-ui--option-box--input--large .amb-ui--option-box--input__text {
    padding: 7px;
    }
}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
 	.scrollable{
	overflow-y: scroll;
   	position: relative;
   	overflow-x: hidden;
   	/* Added by ritu on 23032018 */
   	height: 615px;
	} 
	.scrollable.customScrollHeight{
	height:480px;
	}
	 .amb-ui--option-box--input__button--active:focus,
    .amb-ui--option-box--input__button--active:hover {
        height:79px;
    }
     .amb-ui--option-box--input--large .amb-ui--option-box--input__button {
	   height: 79px;
    }
    .amb-ui--option-box--input--large .icon {
	    font-size: 35px;
    }
    .amb-ui--option-box--input__text {
		 font-size: 12px;
   }
   .amb-auth--options-group .amb-ui--option-box--input__button {
	    width: 98px;
	}
	.amb-ui--option-box--input--large .amb-ui--option-box--input__text {
    padding: 7px;
    }
}
@media (min-width:1025px){
	.scrollable {
	overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
    /* height: 750px; */
    height: 522px;
	}
	.scrollable.customScrollHeight{
	height:490px;
	}
	 .amb-ui--option-box--input__button--active:focus,
	    .amb-ui--option-box--input__button--active:hover {
	        height:79px;
	 }
	 .amb-ui--option-box--input--large .amb-ui--option-box--input__button {
	   height: 79px;
    }
    .amb-ui--option-box--input--large .icon {
	    font-size: 35px;
    }
    .amb-ui--option-box--input__text {
		 font-size: 12px;
   }
   .amb-auth--options-group .amb-ui--option-box--input__button {
	    width: 98px;
	}
	.amb-ui--option-box--input--large .amb-ui--option-box--input__text {
    padding: 7px;
    }
}

@media only screen
and (max-device-width: 640px),
only screen and (max-device-width: 667px),
only screen and (max-width: 480px)
{
 .scrollable {
	overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
    height: 450px;
	} 
	.scrollable.customScrollHeight{
	height:383px;
	}
	 .amb-ui--option-box--input__button--active:focus,
	    .amb-ui--option-box--input__button--active:hover {
	        height:79px;
	 }
	  .amb-ui--option-box--input--large .amb-ui--option-box--input__button {
	   height: 79px;
    }
    .amb-ui--option-box--input--large .icon {
	    font-size: 35px;
    }
    .amb-ui--option-box--input__text {
		 font-size: 12px;
   }
   .amb-auth--options-group .amb-ui--option-box--input__button {
	    width: 90px;
	}
	.amb-ui--option-box--input--large .amb-ui--option-box--input__text {
    padding: 7px;
    }
    .amb-ui--primary-nav__item--non-mobile{
    display:none;
    }
    
}
section.padding.amb-ui--section-details--cover {
    margin-top:0;
}

.gwt-HTML svg {
    height: 27px;
    width: 12px;
} 
/* added by ritu 01062018*/
section.amb-account--panel.amb-account--panel--savings.selectedPayee-section{
	    margin-top: 11%;
}
@media (min-width: 641px){
	.scrollable-transaction {
    overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
    height: 587px;
}
}
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
  top: 8px;
  bottom: 10px;
  left: 20px;
  font-size: 11px;
  opacity: 1;
}

.inputText {
  font-size: 14px;
  width: 200px;
  height: 35px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 18px;
  transition: 0.2s ease all;
}
div.amb-ui--col-splitter {
    padding-bottom: 0
}
@media (max-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */
 
    .content--has-sidebar .account-page__summary, .non-account-page__summary {
    margin: 0 15px 20px 15px;
    width: 90%;
}
.amb-body .alert{
	width: 91%;
	margin-bottom:20px;
}
}
@media (max-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
 	 
    .content--has-sidebar .account-page__summary, .non-account-page__summary {
    margin: 0 15px 20px 15px;
    width: 90%;
  }
.amb-body .alert{
	width: 91%;
	margin-bottom:20px;
}
}
@media (max-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  
    .content--has-sidebar .account-page__summary, .non-account-page__summary {
  /*   margin: 0 15px 20px 15px; */
    width: 90%;
}
.amb-body .alert{
	width: 91%;
	margin-bottom:20px;
}
}
@media (max-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
 	
    .content--has-sidebar .account-page__summary, .non-account-page__summary {
      width: 90%;
}
 .amb-body .alert{
	width: 97%;
	margin-bottom:20px;
}
}
@media (max-width:1025px){
	 .content--has-sidebar  .account-page__summary, .non-account-page__summary {
    width: 90%;
}
.amb-body .alert{
	width: 97%;
	margin-bottom:20px;
}
}
 .account-page__summary {
    width: 90%;
}

@media (max-width:30em){
	.amb-body .alert{
	width: 91%;
	margin-bottom:20px;
}
}
@media (max-width:48em){
	.amb-body .alert{
	width: 97%;
	margin-bottom:20px;
}
}
/* aded by ritu */
.non-account-page__summary {
      margin: 0 15px 20px 15px;
      width: 90%;
}





.commercial {
	height: 100%;
	width: 100%
}


.cursor-disable{
	cursor:not-allowed;
	pointer-events:none;
}

.active-tab-new{
	background: #005587;
	color:#fff;
	border:1px solid #005587;
}

.inactive-tab-new{
	background: none;
	color:#000;
	border:1px solid;	
}

.margin-bottom-payid-15px{
	margin-bottom: 15px;
	width:100%;
}

.color-green-info{
	color:green;
}

.color-red-warning{
	color:red;
}

.squareSpent {
  height: 20px;
  width: 20px;
  background-color: #43c6ca;
}
.squareNotSpent{
  height: 20px;
  width: 20px;
  background-color: #005587;
}

.ui-helper-hidden-accessible{
    display:none;
}
.managepayid-promo-alert{
	background: #005587;
    border: none;
}
.pending-transaction-label{
    line-height: 26px;
    font-size: 14px;
    font-size: .875rem;
}
.bulletPoint{
	margin-top: 5px;
	margin-bottom: 1px;
}