
body {
	margin: 0;
	padding: 0;
    font-family: 'myriad-pro';
	font-size: 18px;
	font-weight: regular;
	background: #f2f2f2;
	position: relative;
	overflow-x: hidden;
}
body:before {
    content: "";
    height: 100%;
    display: inline-block;
    position: absolute;
    width: 100%;
    background: #fff;
	z-index: -99999110;
}

#system-message {
	background: #f26f21;
	color: #fff;
}
#menu-block a, #left-side-bar a{
    transition: all 0.4s linear;
}

* {
    -moz-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
    -webkit-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}

h4 {
	line-height: 1.5;
}
a:hover, a:focus, button:hover, button:focus {
    text-decoration: none;
    color: #8CBCE7;
	outline: 0;
}
a {
    color: #005aa9;
}

.text-dark{
    color: #404040;
}

.text-orange{
    color: #f26f21;
}

.bg-dark{
    background: #404040;
}

.bg-orange{
    background: #f26f21;
}

.bg-white{
    background: #fff;
}

.full-width{
    width: 100%;
}
.pdtop, .pgcenter {
	display: none;
}

#wrapper {
	width: 100%;
	min-height: 1000px;
	min-height: 400px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0;
}
#menu-block, #menu-line {
	background: transparent;
    z-index: 100;
}
#page  {
	position: relative;
	background: #fff;
	margin-top: -50px;
	padding: 50px 0px;
	z--index: 2;
}

#page:after, #page:before {
    content: '';
    position: absolute;
    background: url(../images/shadow_bg.png);
    z-index: -1;
    width: 77px;
    height: 332px; 
    top: 0; 
}
#page:after {
    //background: url(../images/shadow-right.png);
	background-position: right top; 
    right: -40px;
}
#page:before {
    //background: url(../images/shadow-left.png);
	background-position: left top; 
    left: -40px;
}
	

#curved-border{
    position: relative;
}

#curved-border .bordered-image{
    position: absolute;
    top:-50px;
    left:-50px;
    width: 1100px;
    height:300px;
    z-index: -1;
    background: url(../images/shadow_bg.png) center top no-repeat;
     background-size: 1120px;
}

.display-table {
	display: table;
	border-collapse: separate;
	border-spacing: 0px;
    width: 100%;
    height: 100%;
}
.display-table-row {
	display:table-row;
}
.display-table-cell {
	display: table-cell;
	padding: 0;
	margin:0;
	float: none;
}
.parallax-window {
    min-height: 700px;
    background: transparent;
}
.icons {
	background: url(../images/icons.png) no-repeat;
}


/************Breadcrumb Section**************/
#slider{
    margin-top: -110px;
}

.slider-overlay, #middle--slider .parallax--window{
    background: rgba(0,0,0,0.2);
}

#slider .display-table-cell {
	vertical-align: bottom;
	color: #fff;
	text-transform: uppercase;
}
#slider .display-table-cell .slider-quote,
#middle-slider .slider-quote {
	font-weight: bold;
	border-color: #fff;
	font-size: 60px;
	margin-bottom: 100px;
    font-family: 'myriad-pro';
    line-height: 55px;
    margin-left: -4px;
    text-transform: uppercase;	
}
#slider .display-table-cell .slider-quote a,
#middle-slider .slider-quote a {
	text-transform: initial;
	font-size: 18px;
	color: #fff;
	border: 2px solid #fff;
    padding: 5px 15px;
	text-transform: uppercase;
	cursor: pointer;
}
#slider .display-table-cell .slider-quote a:hover,
#middle-slider .slider-quote a:hover {
	background: #FFF;
	color: #005AA9;
}
#middle-slider .slider-quote {	
    font-size: 45px;
    line-height: 40px;
}


/************Breadcrumb Section**************/
#breadcrumb {
	padding-top: 0px;
	padding-bottom: 0px;
}
.margin-bottom-38 {
	margin-bottom: 30px !important;
}
#breadcrumb ul {
	margin: 0;
}
#breadcrumb li a, #breadcrumb li span {
	font-size: 14px;
	text-decoration: none;
}

#exchange-rate {
	margin-bottom: 5px;
	overflow: hidden;
}
.forex {
	font-size: 20px;
    padding-right: -200px;
}

.rates-box{
    overflow: hidden;
    white-space: nowrap;
    max-width: 750px;
}

.forex li{
	padding: 0;
	line-height: 11px;
}

.forex li:after{
	content: '|';
	padding-left: 13px;
	padding-right: 13px;
	color: #ececec;
}

.forex .forex-head {
	color: #f26f21;
	font-weight: 800;
	white-space: nowrap;
	margin-right: 10px;
    letter-spacing: 1px;
}
.forex.table-cell {
	vertical-align: top;
}
.forex.table-cell ul {
	margin: 0;
}

.forex li span{
    font-size: 20px !important;
    font-weight: 100;
	padding: 0;
}

.forex .currency-init{
	font-weight: bold;
}

.forex .currency-separator{
}

.quote {
	position: relative;
	font-size: 26px;
    padding: 0px;	
	padding-left: 24px;
    margin: 0;
	margin--bottom: 38px;
    border-left: 20px solid #8cb5d8;
	
	padding-left: 0px;
	font-size: 40px;
    border-left: 0px solid #8cb5d8;
	font-family: 'myriad-pro';
	letter-spacing: 0.21px;
}

.quote p {
	margin: 0;
	padding-left: 0px;
	font-size: 40px;
	line-height: 1.1;
	font-weight: lighter;
}
.top-menu-pages p {
    font-size: 30px;
}
.marquee{
    overflow: hidden;
}



.breadcrumb {
	background: none;
}
.breadcrumb>li+li:before {
    content: "\E5CC";
    padding: 0 5px;
	font-family: 'Material Icons';
    color: #bfbfbf;

    font-size: 10px;
    padding: 0px 10px;	
    color: #ccc;
}
.breadcrumb>li:first-child, .breadcrumb>li:nth-child(2):before {
	display: none
}
.divider {
    display: none;
}

.item-page h2{
	font-family: 'myriad-pro';
	font-weight: lighter;
	color: #f26f21;
}

.page-title h2 {	
	text-transform: uppercase;
	color: #005aa9;
	margin: 0;
	font-size: 25px;
    	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 20px;
}



.mobile-breadcrumbs{
    background-color: #4082BA;
    background-color: #CCDEEE;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -50px;
    margin-bottom: 30px;
}

.mobile-breadcrumbs h2{
    margin: 0;
    cursor: pointer;
    text-transform: uppercase;
    color: #404040;
    position: relative;
	font-size: 20px;
	font-weight: bold;
	margin-right: 20px;
}

.mobile-breadcrumbs h2:after{
    font-family: 'Material Icons';
    content: "\e313";
    float: right;
    text-transform: none;
    position: absolute;
    right: -20px;
    top: 50%;
    width: 20px;
    height: 20px;
	margin-top: -10px;
}

.mobile-breadcrumbs ul{
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.mobile-breadcrumbs ul > li{
    list-style-type:  none;
    line-height: 20px;
    margin-left: 0px;
    display: block;
    position: relative;
    white-space: initial;
}

.mobile-breadcrumbs ul > li a, ul li .mobile-menu-heading {
    color: #005aa9;
	border-bottom: solid 1px #9B9B9B;
    padding: 10px 0;
	display: block;
}
.mobile-breadcrumbs ul > li:last-child a, ul li:last-child .mobile-menu-heading {
    border-bottom: 0px;
}


.mobile-breadcrumbs ul > li.active a,
.mobile-breadcrumbs ul > li a:hover,
.mobile-breadcrumbs ul > li a:focus,
ul li .mobile-menu-heading:hover
ul li .mobile-menu-heading:focus
ul li.active .mobile-menu-heading {
    color: #f26f21;
}

ul li .mobile-menu-heading {
	border-bottom: 0px;
    text-transform: uppercase;
    margin-top: 15px;
    border: 0;
    letter-spacing: 2px;
    font-size: 16px;
    font-family: 'myriad-pro';
    line-height: 20px;	
	color: #404040;
}
.mobile-menu:focus {
	outline: 0;
}



/******Footer Bar Colors*******/
.color-bar {
	display: inline-block;
	height: 6px;
}
.color_1 {
	background: #BFDAF1;
}
.color_2 {
	background: #8CBCE7;
}
.color_3 {
	background: #006BCA;
}
.color_4 {
	background: #FF5500;
}
.color_5 {
	background: #FFB28C;
}
.color_6 {
	background: #FFD4BF;
}
#footer .moduletable, #footer .custom {
    margin-bottom: 35px;
}














.no-bottom-border {
	border-bottom: 0px !important;
}
.no-padding {
	padding: 0;
}
.no-left-padding {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.push-left-50 {
	padding-left: 50px;
}
.no-margin-left {
	margin-left: 0 !important;
}
.form-group {
	margin-bottom: 40px;
}
.table-cell {
	display: table-cell;
}
.page-header {
    margin: 0;
    padding: 0;
    border-bottom: 0px solid #eee;
    padding-bottom: 5px;
}
.item-page .page-header h2 {
	color: #f26f21;
	margin: 0;
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 33px;
	letter-spacing: 0.7px;
    line-height: 40px;
    font-family: 'myriad-pro';
	font-weight: lighter;
}
.item-page p, .item-page ul, .item-page ol, .item-page imgx {
	margin: 0;
	margin-bottom: 18px;
	letter-spacing: 0.35px;
    max-width: 100%;
}
.item-page img {
	max-width: 100%;
}
.item-page strong {
	font-size: 18px;
	letter-spacing: 0.7px;
}
.item-page img {
	margin--bottom: 38px;
}
.item-page figure {
	margin-bottom: 38px;
}
.item-page figure img {
	margin-bottom: 0px;
}
.item-page figcaption {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
}

form .settings {
	display: none;
}










.nav>li>a:hover, .nav>li>a:focus {
	background: none;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 10px;
}
.img-responsive {
	width: 100%;
}





/**********************************************/
#top-menu {
	background: #fff;
    height: 36px;
}
#top-menu .top-left{
    margin-left: 138px;
    position: relative;
}

#top-menu .top-left a{
    padding-left: 22px;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.7px;
}


#top-menu .top-right a{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
#top-menu .nav > li {
	float: left;
}
#top-menu .nav > li > a {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
}

#top-menu .phone-number{
    font-weight: bold !important;;
    color: #005AA9 !important;
}

#top-menu .internet-banking{
    color: #fff !important;
    border: 1px solid #f26f21;
    font-weight: bold;
    background: #f26f21;
    font-size: 13px !important;
    letter-spacing: 1px;
}
#top-menu .open-account {
	background: #8CBCE7;
	border: 1px solid #8CBCE7;
	color: #fff !important;
	font-weight: bold;
	font-size: 13px !important;
	letter-spacing: 1px;
}
#top-menu .open-account:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #8CBCE7 !important;
}





#top-menu .internet-banking:hover{
    background: #000;
    border-color: #000;
    color: #f26f21 !important;
}

#top-menu .search{
    background: #9B9B9B;
    height: 36px;
    width: 36px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 8px !important;
}

#top-menu .search:hover{
    background: #BFBFBF;
}

#top-menu .search img{
    width: 20px;
}

#top-menu .top-left a:hover,
#top-menu .phone-number:hover{
    color: #BFBFBF !important;
}

.desktop-top .search-form{
    position: absolute;
    top:0;
    left:0;
    z-index: 11111;
}

.desktop-top .search-form .container{
    padding-left: 138px;
    padding-right: 152px;
}

.search-form .search-box{
    background: #fff;
}

.desktop-top .search-form form{
    padding:0 20px 12px 20px;
}

.desktop-top .search-form input{
    font-size: 40px;
    padding: 0;
}

.search-form .suggestions-box{
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.search-form .suggestions-box ul{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.search-form .suggestions-box ul li:last-child {
	margin-bottom: 30px;
}

.search-form .suggestions-box ul > li {
    border-bottom: solid 1px #ccc;
    list-style-type: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.search-form .suggestions-box ul > li a {
	font-size: 23px;
}


.search-form .suggestions-box ul > li:last-child {
    border: none;
    margin-bottom: 10px;
}
.search-form .material-icons{
    color: #999;
    margin: 5px;
    margin-bottom: 0;
}
.search-form-mobi .suggestions-box ul {
	padding-left: 10px;
    padding-right: 10px;
}
.search-form-mobi .suggestions-box ul > li a {
	font-size: 18px;
}


.nmb-logo{
	width: 138px;
	background: #005aa9;
}





/**********Mobile Menu*******************/

.mobile-top{
	background-color: #fff;
	position: relative;
    z-index: 111;
}
.mobile-menu{
	background: #404040;
	position: absolute;
	top:0;
    left:-90px;
	width:100%;
	max--width: 75%;
    z-index: 111;
    white-space: nowrap;
    display: none;
    padding: 30px 20px 0px 110px;
}

.mobile-logo-area{
	position: absolute;
	top: 20px;
	left:0;
	width:138px;
}

.hamburger-section{
	background: #fff;
	height: 80px;
	border-bottom: 1px solid;
    border-bottom-color: rgba(0,0,0,0.2);
}

.hamburger-contents {
    padding-top: 22px;
	margin-top: -2px;
}
.hamburger-contents .title {
    color: #005aa9;
    position: relative;
    margin-left: 155px;
}
.hamburger-contents a {
	display: inline-block;
}
.hamburger-contents h3 {
	font-size: 18px;
	margin-top: 0px;
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
	font-family: 'myriad-pro';
	font-style: italic;
	font-weight: normal;
	color: #404040;
}

.hamburger-contents .material-icons{
    font-size: 25px;
    line-height: initial;
    border-left:  solid 1px #70A2CB;
    border-left:  solid 0px #f26f21;
	padding: 0 0 0 15px;
	margin-right: -3px;
	color: #f26f21;
}

ul li:first-child .mobile-menu-heading {
	margin--top: 0;
}


.mobile-menu ul.menu{
}

.mobile-menu li a, .mobile-menu li span {
    color: #fff;
	font-family: myriad-pro, myriad-pro;
}
.mobile-menu li li a, .mobile-menu li li span {
	font-family: myriad-pro;
}
.mobile-menu span{
    cursor: pointer;
    text-transform: uppercase;
	letter-spacing: 1px;
}

.mobile-menu li.active > a,
.mobile-menu li.active > span,
.mobile-menu li:hover > a,
.mobile-menu li.active:hover > a{
    color: #f26f21;;
}

.mobile-menu ul{
    margin: 0;
    padding: 0;
}

.mobile-menu ul li{
    list-style-type: none;
    white-space: initial;
}

.mobile-menu ul li ul{
    display: none;
}

.mobile-menu ul > li{
    padding-top: 10px;
}

.mobile-menu ul > li > ul {
    padding-left: 15px;
	margin-bottom: 5px;
}

.mobile-menu .nav>li>a{
    display: block;
    padding:0;
}

.mobile-menu .nav>li{
    padding-top: 5px;
}
.mobile-menu .nav>li:first-child{
    padding-top: 0;
}

.mobile-menu ul.menu > li > a {
    font-size: 25px;
    font-weight: 100;
    cursor: pointer;
    letter-spacing: 1px;
	font-weight: lighter;
    font-style: italic;
}

.mobile-menu .menu-divider{
	width: 100%;
}
.mobile-menu .menu-divider hr{
	border-color: #535353;
}

.mobile-menu .main-first .nav >li > a:not(:last-child):after{
	content: "\e313" !important;
    margin-top: 0 !important;
}


.mobile-menu .main-first{
}

.mobile-menu {
    margin-bottom: 30px;
}
.main-second {
	margin-bottom: 20px;
}
.main-second li a {
	font-family: myriad-pro;
}
.mobile-menu .main-second ul li a {
	text-transform: uppercase;
	font-size: 18px;
	padding: 1px 0;
	font-style: normal;
}

.mobile-menu .main-last{
    margin-bottom: 30px;
}

.mobile-menu .search-form{
    margin-bottom: 20px;
    white-space: normal;
}
.mobile-menu .search-form form{
    background-color: #6F6F6F;
}
.mobile-menu .search-form input{
    background-color: transparent;
    border:none;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    text-align: left;
}
.mobile-menu .search-form button{
    background: #6F6F6F;
    border: none;
    padding: 5px;
}

.mobile-menu .search-form button img{
    width:16px;
    height:16px;
}

.mobile-menu .internet-banking{
    border: 0px solid #f26f21;
    background: #f26f21;
    letter-spacing: 1px;
    width: 100%;
    padding: 8px 15px 5px 15px;
    white-space: normal;
}

.mobile-menu .internet-banking a{
    color: #fff !important;
    text-decoration: none;
}



/**********Main Menu*******************/
.nmb-desktop-logo {
	position: absolute;
	padding: 0px;
	bottom: 0;
	height: 100px;

}
#main-menu {
	margin-left: 138px;
	background: #404040;
}


#main-menu, #main-menu ul.menu {
	padding: 0;
}

#main-menu ul.menu > li {
	position: relative;
	position: static;
	float: left;
	display: block;
	font-weight: bold;
	font-size: 15px;
	font-weight: 700;	
}
#main-menu ul.menu > li:first-child {
}

#main-menu ul.menu > li:hover > a:after, #main-menu ul.menu > li.active > a:after {
	content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
	z-index: 400;
}

#main-menu ul.menu > li.active > a:after{
	border-bottom: 8px solid #fff;
}

#main-menu ul.menu > li:hover > a:after{
	border-bottom: 8px solid #ccdeee;
}


#main-menu ul.menu > li > a, #main-menu ul.menu > li > span {
	display: inline-block;
    padding-left: 22px;
    padding-right: 0px;
    padding-top: 14px;
	padding-bottom: 14px;
	font-size: 25px;
	font-size: 23px;
	cursor: pointer;
	color: #fff;
    letter-spacing: 1px;
    font-family: 'myriad-pro';
	font-weight: lighter;
    font-style: italic;
	z-index: 401;
}
#main-menu ul.menu > li.active > a, #main-menu ul.menu > li.active > span {
	color: #f26f21;
}
#main-menu ul.menu > li:hover > span, #main-menu ul.menu > li:hover > a, #main-menu ul.menu > li.active:hover > a {
	color: #f26f21;
}




#main-menu ul.menu > li > ul {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	list-style: none;
	padding: 0px;
	z-index: 400;
	background: #4084bf;
	background: #ccdeee;
}

#main-menu ul.menu > li.active > ul{
    display: none;
}

#main-menu ul.menu > li:hover > ul {
	display: block;
	height:auto;
	transition: 1s height;
}
#main-menu ul.menu > li:hover > ul {
	z-index: 9999999999;
    padding-right: 30px;
    padding-bottom: 30px;
}

#main-menu ul.menu > li > ul > li {
    position: relative;
    display: inline-block;
    float: left;
	background: none;
	padding: 15px 15px;
    width: 19.9%;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 30px;
}

#main-menu ul.menu > li span.nav-header{
	cursor: initial;
}

#main-menu ul.menu > li > ul > li:hover > ul {
	display: block;
}

#main-menu ul.menu > li > ul >li > span.nav-header{
    letter-spacing: 2px;
    font-size: 20px;
    font-family: 'myriad-pro';
    line-height: 20px;
    padding-bottom: 10px;
}

#main-menu ul.menu > li > ul >li span, 
#main-menu ul.menu > li > ul >li a {
    display: inline-block;
	font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
	cursor: pointer;
	position: relative;
    color: #fff;
    color: #404040;
}
#main-menu ul.menu > li > ul > li > span:after, 
#main-menu ul.menu > li > ul > li > a:after {
}
#main-menu ul.menu > li > ul >li:hover > span:after, 
#main-menu ul.menu > li > ul >li:hover > a:after, 
#main-menu ul.menu > li > ul >li.active > span:after, 
#main-menu ul.menu > li > ul >li.active > a:after {
}
/*
#main-menu ul.menu > li > ul >li:hover > span, 
#main-menu ul.menu > li > ul >li:hover > a,
#main-menu ul.menu > li > ul >li.active > span, 
#main-menu ul.menu > li > ul >li.active > a,
#main-menu ul.menu > li > ul >li > ul > li:hover a,
#main-menu ul.menu > li > ul >li > ul > li.active a {
	color: #BFBFBF;
}
*/

#main-menu ul.menu > li > ul > li > ul > li.active > a,
#main-menu ul.menu > li > ul >li > ul > li > ul > li.active > a,
#main-menu ul.menu > li > ul >li > ul > li:hover > a,
#main-menu ul.menu > li > ul >li > ul > li > ul > li:hover a{
	color: #9FC1DF;
	color: #000;
}

#main-menu ul.menu > li > ul >li > span > span {
    display: table;
}
#main-menu ul.menu > li > ul >li > ul {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 25px;
	display: block;
	list-style-type: none;
    left: 0;
}

#main-menu ul.menu > li > ul >li > ul > li,
#main-menu ul.menu > li > ul >li > ul > li > ul > li,
#main-menu ul.menu > li > ul >li > ul > li > ul > li > ul > li{
	white-space: initial;
	width: 100%;
	max-width: 200px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#main-menu ul.menu > li > ul >li > ul > li:last-child a,
#main-menu ul.menu > li > ul >li > ul > li > ul > li:last-child a,
#main-menu ul.menu > li > ul >li > ul > li > ul > li > ul > li:last-child a {
    border: none;
}

#main-menu ul.menu > li > ul >li > ul > li > span, 
#main-menu ul.menu > li > ul >li > ul > li a {
	text-decoration: none;
	text-transform: capitalize;
	border-bottom: solid 1px #9B9B9B;
	display: block !important;
}
#main-menu ul.menu > li > ul >li > ul > li a {
	color: #005aa9;
	padding-bottom: 5px;
}

#main-menu ul.menu > li > ul >li > ul > li > span.nav-header {
	text-transform: uppercase;
	margin-top: 15px;
	border: 0;
	
    letter-spacing: 2px;
    font-size: 16px;
    font-family: 'myriad-pro';
    line-height: 20px;	
}
#main-menu ul.menu > li > ul >li > ul > li:first-child > span.nav-header {
	margin-top: 0px;
}


#main-menu ul.menu > li > ul >li > ul > li > ul,
#main-menu ul.menu > li > ul >li > ul > li > ul > li > ul{
	padding: 0;
	margin: 0;
    display: none;
}
#main-menu ul.menu > li > ul >li > ul > li > ul > li,
#main-menu ul.menu > li > ul >li > ul > li > ul > li > ul > li{
	list-style-type: none;
}

.menu-line {
	border-bottom: #fff solid 1px;
	z-index: 10;
}
.wrapper-container {
	margin-top: -7px;
}


.effect1:before, .effect1:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
    height: 25px;
  top: 0px;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.effect1:after {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  right: 10px;
  left: auto;
}



/************************Form**************************/

.btn{
    border-radius: 0px;
}

.btn-primary{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-secondary{
    color: #fff;
    background-color: #404040;
    border-color: #404040;
}

.btn-secondary:hover{
    color: #fff;
}

.form-control, .form-control:focus{
    border-radius: 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font--size: 20px;
	font-weight: lighter;
}

.form-control:focus{
    border-bottom: solid 1px;
}

.big-input{
    font-size: 40px;
}

.form-control{
    font-family: 'myriad-pro';
    height: initial;
    border-bottom:  solid 1px #999999;
	width: 100% !important;
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}



/************************ATM branch LOCATOR**************************/
.atm-branch-locator{

}

.atm-branch-locator .search-term{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    font-size: 30px;
	font-weight: lighter;
}

.atm-branch-locator .search-input-box{
    border-bottom: solid 1px #c5c5c5;
}

.atm-branch-locator .search-icon{
    margin: 0;
    padding-right: 5px;
}

.atm-branch-locator .search-filter label {
	font-weight: normal;
	cursor: pointer;
}
.atm-branch-locator .search-filter{
    margin-top: 0px;
}

.atm-branch-locator-result{
    margin-top: 20px;
}


.atm-branch-locator .filter-option{
    margin-right: 20px;
    font-size: 20px;
    line-height: 20px;
}

.search-btn {
	background: #ccdeee;
	border: 0;
	padding: 5px 15px;
	margin-bottom: 25px;
}
.search-btn:focus, .search-btn:active  { 
	outline: 0;
}

.atm-branch-locator .filter-option input[type='checkbox']{
}

.atm-branch-locator .filter-option input[type='checkbox']:checked  {
}
.section-results-listing ul {
	padding: 0;
	margin: 0;
}
.section-results-listing ul li {
	list-style-type: none;
	margin-bottom: 25px;
}
u.subtitle {
	text-decoration: none;
	color: #f26f21;
}
#locator-results p {
	margin: 0 !important;
}
.tool-atms {
	padding-left:0; 
	min-height: 100px; 
	margin-top: 15px;
}
.tool-branches {
	padding-left:0; 
	min-height: 135px; 
	margin-top: 15px;
}
.tool-wakala {
	padding-left:0; 
	min-height: 130px; 
	margin-top: 15px;
}




/************************Home Cards**************************/
.home-card-default{
    background: #404040;
}

.home-card-mobile{
    background: #404040;
}
.home-card-one {
	background: #404040;
}
.home-card-two {
	background: #404040;
}
.home-card-three {
	background: #8c8c8c;
}
.home-card-mobile:before,
.home-card-one:before,
.home-card-two:before,
.home-card-three:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
	margin-top: -30px;
    margin-left: -1px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    z-index: 20;
}
.home-card-mobile:before {
    top: -25px;
    left: 50%;
    margin-left: -30px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    z-index: 20;
    border-bottom: 30px solid #404040;
}
.home-card-default .odd:before {
    left: 100%;
    border-left: 30px solid #404040;
}

.home-card-default .even:before {
    left: 100%;
    border-right: 30px solid #404040;
}

.home-card-one:before {
    left: 100%;
    border-left: 30px solid #404040;
}
.home-card-two:before {
    right: 100%;
    border-right: 30px solid #404040;
}
.home-card-three:before {
    left: 100%;
    border-left: 30px solid #8c8c8c;
}
#home-cards, #home-cards a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.38;
}
#home-cards .material-link-icon{
    background: #fff;
    color: #4084bf;
}

#home-cards h2 {
	font-size: 30px;
	margin: 0;
	letter-spacing: 0.7px;
	font-family: 'myriad-pro';
	margin-bottom: 15px;
	font-weight: lighter;
}
#home-cards p {
	font-size: 18px;
    margin-bottom: 15px;
}
.icon-link-box a {
	text-decoration: none;
}
.square-icon {
    display: table;
    vertical-align: middle;
    float: none;
}
.square-icon span:first-child {
	display: block;
	width: 34px;
	height: 34px;
	margin-right: 10px;
	background-color: #fff;
	float: left;
	overflow: hidden;
}
.square-icon span:nth-child(2) {
	display: table-cell;
    height: 100%;
    float: none;
    vertical-align: middle;
	font-size: 16px;
}
.latestnews .icon-link-box .square-icon span:first-child {
	background-color: #005aa9;
}
#home-cards .square-icon span > span, .latestnews .icon-link-box .square-icon span > span {
	display: block;
	width: 34px;
	height: 34px;
	background-position: 0px 0px;
}
.latestnews .icon-link-box .square-icon span > span {
	background-position: -68px 0px;
}

#home-cards a:hover span > span, .latestnews .icon-link-box a:hover span > span {
	background-position: -34px 0px;
    animation-duration: .2s;	
    -webkit-animation-duration: .2s;	
    animation-name: slideInLeft;
	-webkit-animation-name: slideInLeft;
}
#home-cards .display-table-cell {
	vertical-align: top;
	padding: 44px;
}

#home-cards .image-holder {
	position: relative;
	overflow: hidden;
}
#home-cards .image-holder img {
  max-width: 100%;  
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#home-cards a:hover .image-holder img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}




/********************Left Bar***********************/
#left-side-bar {
	padding: 0;
	padding-left: 50px;
}
#left-side-bar ul.menu {
	overflow: hidden;
}
#left-side-bar .nav > li a,
.blog-section-listing  > li{
	border-bottom: 0px solid #c0bec0;
}
#left-side-bar .nav > li:last-child a,
.blog-section-listing > li:last-child {
	border: 0;
}
#left-side-bar .nav > li > a,
.blog-section-listing > li > a
{
	position: relative;
	padding: 10px 0;
    padding-right: 20px;
    line-height: 20px;
}
#left-side-bar .nav > li:hover > a,
#left-side-bar .nav > li.active > a,
.blog-section-listing  > li:hover > a,
.blog-section-listing  > li.active > a{
	color: #f69359;
	margi/n-left: 5px;
    animation-duration: .2s;
    -webkit-animation-duration: .2s;
}

#left-side-bar .nav > li:hover >a,
.blog-section-listing > li:hover > a
{
    color:#8CBCE7
}

#left-side-bar .nav > li.active > a:after,
.blog-section-listing  > li.active > a:after,
.mobile-menu .main-first .nav >li > a:not(:last-child):after{
    font-family: 'Material Icons';
    content: "\e315";
	width: 20px;
	height: 20px;
	position: absolute;
    right: -5px;
    top: 0;
    margin-top: 10px;
	font-style: normal;
}
#left-side-bar li .nav-header, #left-side-bar .latest-jobs {
    text-transform: uppercase;
    color: #005aa9;
    color: #404040;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 20px;	
	display: block;
}
#left-side-bar .latest-jobs {
	text-transform: initial;
	margin-bottom: 10px;
}
#left-side-bar .latest-jobs-list {
	padding-left: 15px;
}
#left-side-bar .latest-jobs-list li {
	margin-bottom: 10px;
}
#left-side-bar li:first-child .nav-header {
	margin-top: 0px;
	
}


.blog-section-title{
    letter-spacing: 1px;
    color: #404040;
    margin-bottom: 0;
    line-height: 1;
    font-family: 'myriad-pro';
}



/*******************Right Side Bar********************/
#right-side-bar {
	padding-left: 0;
}


.boxed-content{
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.bottom-boxed{
    margin-bottom: -50px;
}

.boxed-top{
    margin-top: -50px;
}



/********************Footer********************/
.footer-main{
    background: #F2F2F2;
}

.footer-top-box{
    background: #fff;
    padding-bottom: 50px;
}
.color-bars{
    margin-top: -5px;
}
#footer {
	padding-top: 50px;
	padding-bottom: 50px;
}
#footer h3 {
    text-transform: uppercase;
    border: 0;
    letter-spacing: 2px;
    font-size: 16px;
    font-family: 'myriad-pro';
    line-height: 20px;
    margin-top: 0;
}
#footer .nav > li > a, #footer p {
    font-size: 15px;
}
#footer a {
	padding: 10px 15px 0px 0px;
}
#footer a:hover, #footer a:focus, #footer li.active a {
    color: #f26f21;
}
#footer p {
	margin: 0;
}

#middle-slider{
    position: relative;
    clear: both;
}

#middle-slider .slider-overlay, #slider .slider-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

#middle-block {
	margin-top: -50px;
	margin-bottom: -50px;
    z--index: -1;
}

#middle-slider .parallax-window {
	margin-top: -110px;
}

#middle-slider .slider-overlay,
#middle-slider .parallax-window{
    min-height: 600px;
}

#middle-slider .container, #slider .container{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}



.strict-no-image#middle-slider .parallax-window, .strict-no-image#middle-slider .parallax-window .slider-overlay {
	min-height: 250px !important;
}

.homepage #middle-slider .slider-quote{
    font-size: 40px;
    line-height: 40px;
}

.homepage #middle-block { margin-bottom: 0 }
.homepage #middle-slider .parallax-window { margin-top: 0; }

.homepage #middle-slider .parallax-window,
.homepage #middle-slider .slider-overlay{
    min-height: 400px !important;
    margin-top: 0;
}

.homepage #middle-slider .slider-overlay {
	z-index: -1;
    backgr/ound: transparent;
}
.homepage #middle-slider .container .display-table-cell {
	vertical-align: bottom;
}
.featured-bottom{
	margin-bottom: 50px;
}
#pre-footer-block {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
    margin-top: -50px;
}
.blog-section-listing h3 {
	color: #f26f21;
	margin: 0;
}
.blog-section-listing a.url {
	display: inline-block;
}
.blog-section-listing img {
	width: 100px;
	float: left;
	margin-right: 11px;
}
.blog-section-listing .intro {
	display: block;
	overflow: hidden;
}
.blog-section-listing .title, .blog-section-listing .descr {
	display: inline-block;
}
.blog-section-listing .title {
	display: block;
}

.blog-section-listing .intro .date,
.article-info .date{
    margin-top: 5px;
    color: #858585;
    font-size: 14px;
}

.recent-blog-posts h3 {
	text-transform: uppercase;
	color: #c0bec0;
}
.recent-blog-posts img, .recent-blog-posts .icon-link-box {
	display: none;
}
.recent-blog-posts .title {
	font-size: 16px;
	font-family: 'myriad-pro';
	font-weight: normal;
}
.recent-blog-posts li {
	border-bottom: 1px solid #efefef;
	margin-top: 15px;
}


h1.section-title {
	margin: 0;
	padding: 0;
	margin-bottom: 34px;
	font-size: 30px;
	font-family: 'myriad-pro';
	color: #f69359;
}
.products-block {
	margin-bottom: 30px;
}
.products-block .item-image {
	float: none !important;
	width: 100%;
    margin-bottom: 5px;
}
.products-block h4, .products-block h3, .products-block p , .products-block img {
	margin: 0;
	padding: 0;	
	margin-bottom: 5px;
}
.products-block img {
	width: 100%;
    max-wi/dth: 260px;
}
.products-block h4 {
	font-size: 16px;
	font-family: 'myriad-pro';
	letter-spacing: 0.9px;
	border-bottom: 5px solid #f26f21;
	line-height: 2;
}
.products-block h2 {
    margin-bottom: 10px;
}

.category-blog .page-header h2, 
.category-blog .page-header h2 a, 
.team-members .title,
.products-block h2  {
	font-family: 'myriad-pro';
	font-size: 30px;
	line-height: 1;
	border: 0;	
	font-weight: lighter;
}
.category-blog p {
	font-size: 18px;
	font-family: 'myriad-pro';
}
.category-blog{
    padding-bottom: 15px;
}

.article-info {
    margin-bottom: 5px;
}
.article-info .name, .team-members strong {
	text-transform: uppercase;
	font-size: 14px;
	color: #f26f21;
	font-family: 'myriad-pro';
}
.article-info .date {
	font-size: 14px;
	font-family: 'myriad-pro';
	text-transform: uppercase;
}
.material-link-icon {
	background: #005aa9;
	display: inline-block;
	padding: 0px;
	color: #fff;
	width: 24px;
	height: 24px;
	overflow: hidden;
}
.material-link {
	font-size: 20px;
	font-weight: normal;
}
.material-link:hover .material-icons {
	color: #f26f21;
    animation-duration: .2s;	
    -webkit-animation-duration: .2s;	
    animation-name: slideInLeft;
	-webkit-animation-name: slideInLeft;
}
.material-link span:nth-child(2) {
	font-family: 'myriad-pro';
}
.material-link span:nth-child(2) {
    color: #005aa9;
}
#home-cards .material-link span:nth-child(2) {
    color: #8CBCE7;
}
.material-link span:nth-child(2):hover {
    color: #f26f21;
}

.material-link span {
	float: left;
	margin-right: 10px;
}
.material-link-icon .material-icons {
	line-height: initial;
}


/******************PLUGINS*******************/
.social-share{
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-share ul{
    margin: 0;
    padding: 0;
}

.social-share ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.social-share .icon{
    background: url(../images/social-icons.png) center no-repeat;
    width: 24px;
    height: 24px;
    background-position: 0px 0px;
}

.social-share #twitter-share{
    background-position: -46px 0px;
}

.social-share #facebook-share{
    background-position: -92px 0px;
}
.social-share #whatsapp-share{
    background-position: -138px 0px;
}

.social-share #email-share{
    background-position: -184px 0px;
    width: 32px;
}

.social-share a{
    display: block;
}

.right-icon img {
	position: absolute;
    top: 30px;
    right: 0;
    width: 94px;
}



/******************Overlay*******************/


.main-overlay{
    display: table;
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    min-height:100%;
    background: rgba(50, 50, 50, 0.8);
    z-index: 100000000000000;
    overflow: hidden;
}



.main-overlay .overlay-box{
    margin: auto;
    position: absolute;
    height: 260px;
    top: 0;
    bottom: 0;
    right: 0;
}

.external-link-overlay-box{
    background: #000;
}

.main-overlay .overlay-contents{
    padding: 50px;
    text-align: center;
    color: #fff;
}

.main-overlay .external-link{
    color: #f26f21;
}

.main-overlay .external-link-btn{
    margin: 10px;
}








/******************Blog*******************/
.blog img {
	
}

.page-blog{
}

.page-blog .page{
    margin-top: 7px !important;
}

.page-blog .latestnews, ul.latestnews{
    margin-bottom: 30px;
}






/*************************Pagination********************/
.pagination {
	width: 100%;
	display: block;
}
.pagination p.pull-right {
	float: none !important;
}
.pagination .pagination-list {
	list-style: none; 
}
.pagination .pagination-list li {
	display: inline-block;
}
.pagination ul.pagination-list {
	padding: 0;
}
.pagination .pagination-list li a, .pagination .pagination-list .material-icons, .pagination .counter {
    font-size: 14px;
}
.pagination .pagination-list li a {
	color: #337ab7;
	padding: 7px;
}
.pagination .pagination-list .material-icons, .pagination .counter {
	top: 2px;
    position: relative;
}
.pagination .pagination-list li.active a {
	color: #f26f21;
	font-weight: bold;
}
.pagination .pagination-list li a:hocer {
	color: #858585;
}
.pagination .counter {
	font-weight: bold;
	margin-right: 20px;
	text-transform: uppercase;
}


/*************************Animations********************/
.slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}

.slide-out {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
}

@keyframes slide-in {
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(0%); }
}

@keyframes slide-out {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-100%); }
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}






.result-title-item {
	margin-bottom: 25px;
}
.result-title-item .result-text {
	line-height: 20px;
}
.result-title-item .result-title a {
	font-size: 18px;
	color: #005aa9;
}
.smart-search-button input {
	font-size: 30px;
	padding: 0;
	margin-bottom: 10px;
}
.smart-search-button button img {
	width: 19px;
	margin-bottom: -15px !important;
}
.smart-search-button button {
	position: absolute;
    right: 0;
    top: 0px;
	background: none;
	border: 0;
}
.smart-search-button button:focus, .smart-search-button button:active {
	outline: 0 !important;
}
.searchintro {
	margin-bottom: 30px;
}
.searchintro strong {
	font-weight: normal;
}





.needs-help .heading {
	font-size: 30px;
	color: #fff;
	font-family: 'myriad-pro';
	line-height: 1;
	margin-bottom: 0;
	text-transform: initial;
	border: 0;
}
.needs-help p {
	margin-bottom: 15px;
}
.needs-help ul {
	padding-left: 20px;
}
.needs-help ul li {
	margin-bottom: 5px;
}
.needs-help hr {
	border-bottom: 1px solid #c0bec0;
}
.needs-help strong {
	word-wrap: break-word;
}
.need-help-header {
	padding: 10px;
	margin-bottom: 30px;
}
.need-help-header:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -20px;
	margin-top: 10px;
	border-left: 20px solid transparent;	
	border-right: 20px solid transparent;	
}
.need-help-header span {
	color: #fff;
	line-height: 1;
}
.need-help-color-1 {
	background: #f26f21;
}
.need-help-color-2 {
	background: #005aa9;
}
.need-help-color-3 {
	background: #404040;
}
.need-help-color-4 {
	background: #9B9B9B;
}
.need-help-color-1:after {
	border-top: 20px solid #f26f21;
}
.need-help-color-2:after {
	border-top: 20px solid #005aa9;
}
.need-help-color-3:after {
	border-top: 20px solid #404040;
}
.need-help-color-4:after {
	border-top: 20px solid #9B9B9B;
}


div[itemprop="articleBody"] {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	display: block;
}





/******************Contact Form******************/
#contact-form label {
	margin-top: 30px;
}
.contact-form-style .field {
	margin-bottom: 30px;
}
.contact-form-style input, .contact-form-style textarea {
	padding: 5px 15px !important;
	font-size: 20px;
}
.contact-form-style input:focus, .contact-form-style textarea:focus {
	color: #005aa9;
	border-bottom: 3px solid #005aa9;
}

.contact-form-style textarea {
	background: #ECF3F8;
	border: 0; width: 100%;
}

.contact-form-style ::-webkit-input-placeholder {
   color: #333;
font-size: 20px;
}

.contact-form-style :-moz-placeholder { /* Firefox 18- */
   color: #333;  
font-size: 20px;
}

.contact-form-style ::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
font-size: 20px;
}

.contact-form-style :-ms-input-placeholder {  
   color: #333; 
font-size: 20px;   
}
.error-notification {
    position: absolute;
    top: 0;
    background: #f26f21;
    color: #fff;
    display: inline-block;
    padding: 0;
    top: 6px;
    font-size: 12px;
    text-transform: uppercase;
	margin: 0 15px;
}
.error-notification span {
    display: inline-block;
    padding: 0 10px;
}
.error-notification:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -5px;
    left: 50%;
    margin-left: -10px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    z-index: 9999999999999999999999;
    border-bottom: 8px solid #f26f21;
}
.label-results {
	font-size: 50px;
	font-weight: bold;
	color: #9B9B9B;
	padding-left: 15px;
}

/**********************Team Members**************************/
.team-members li {
	margin-bottom: 30px;
	display: block;
}
.team-members img {
	width: 200px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.team-members-img:hover {
	-webkit-box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
	box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}
.team-members h4 {
	display: block;
}
.team-members .title {
	text-transform: capitalize;
}
.team-members strong {
	display: block;
	margin-bottom: 5px;
}
.mapContainer form {
	margin-bottom: 5px; 
	padding: 0 15px; 
	padding-top: 15px;
}
.mapContainer input {
	padding-left: 0;
}
.mapContainer .close:focus {
	outline: 0;
}
.map-button {
	position: absolute;
    top: 10px;
    right: -6px;
    z-index: 999;
    background: none;
    border: 0;
    width: 30px;
    height: 30px;
}
.map-button:focus {
	outline: 0;
}



.pd-subcategory {
	margin-bottom: 15px;
}
.pd-filebox {
	display: block;
	position: relative;
	margin-bottom: 15px;
}


.desktop-mobile-menu-container {
	padding-bottom: 15px !important;
}   


.search-form-mobi {
    position: absolute;
    top: 0;
    z-index: 999999999999999;
    height: 100%;
    background: rgba(0,0,0,0.5);
	padding-top: 20px !important;	
}
.search-form-mobi .big-input {
	font-size: 20px;
	padding-top: 34px;
}
.search-form-mobi .close-search-box {
	position: absolute;
	right: 0px;
}







.nmb-accordion .panel-heading {
	background: none;
	border: 1px solid #F2F2F2;
	border-radius: 0;
}
.nmb-accordion .panel-heading a {
	display: block;
	padding: 10px 15px;
	background: #F2F2F2;
	color: #333;
}
.nmb-accordion .panel {
	border: 0;
}
.nmb-accordion ol, .nmb-accordion ol {
	padding-left: 15px;
}
table, img {
	width: 100%;
}
table td, table th {
	padding: 1px 10px;
}


#footer .social-icons {
	margin-top: -20px;
	position: fixed;
	bottom: 0;
	padding: 5px 15px;
	background: #005aa9;
	z-index: 100000;
	left: 30px;
	border-radius: 3px 3px 0px 0px;
}
#footer a img {
	width: 15px;
}
#footer a img:hover {
	opacity: 0.3;
}

#footer .social-icons a {
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	padding: 0;
}
.slider-quote p {
	margin: 0;
}





.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-body {
	padding: 0;
}



.block-overflow {
	overflow: hidden;
}



@media only screen and (min-width : 1200px) and (max-width : 1280px) {
	#top-menu .nav > li > a {
		font-size: 13px;
	}
}
@media only screen and (min-width : 1201px) {
	.container {
		max--width: 1100px;
	}	
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #page{
        margin--top: 0;
    }
	.push-left-50 {
		padding-left: 0;
	}
	.no-left-padding {
		padding-right: 0;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {	
	.hamburger-contents .title {		
		margin-left: 95px;
	}	
	.mobile-menu{
		left:-60px;
		padding: 30px 20px 0px 80px;
	}
	#page {
		padding-top: 20px;
		padding-bottom: 20px;
        margin-top: 0;
	}
    .mobile-breadcrumbs {
        margin-top: -20px;
	}

    .item-page p, .item-page ul, .item-page ol, .item-page imgx {
        margin-bottom: 20px;
    }

	.item-page figure {
		margin-bottom: 20px;
	}
	#slider .display-table-cell .slider-quote, 
	.homepage #middle-slider .slider-quote, 
	#middle-slider .slider-quote {
		font-size: 20px;
		margin-left: 0px;
		line-height: 1;
		margin-bottom: 0px;
	}
	#slider .display-table-cell .slider-quote {
		margin-bottom: 20px;
		font-size: 30px;
	}	
	
	#middle-slider .slider-overlay, 
	#middle-slider .parallax-window,
	.parallax-window {
		min-height: 500px;
		min-height: 320px;
	}
	.homepage #middle-slider .slider-overlay {
		z-index: 0;
	}
	.quote p {
		font-size: 20px;
	}
	#middle-slider .container {
		bottom: initial;
		top: 20px;
		bottom: 20px;
	}
	#middle-slider .container > div:nth-child(2) {
		position: absolute;
		bottom: 0;
	}
	#middle-slider .container .right-icon {
		position: absolute;
		bottom: 0;
	}
	#middle-slider .slider-quote a {
		font-size: 12px;
		margin-top: 12px;
	}
	.right-icon img {
		width: 90px;
		top: initial;
		bottom: 0;
		left: 0;
	}
	.item-page .page-header h2 {
		font-size: 30px;
	}
	.homepage #middle-block {
		margin: 0;
		z-index: initial;
	}
	#pre-footer-block {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 0px;		
	}
	.featured-bottom {
		margin-bottom: 20px;
	}
	.nmb-logo {
		width: 80px;
		height: 70px;
	}
	.nmb-logo a {    
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-top: 2px;
	}
	.homepage #middle-slider .parallax-window {
		min-height: 250px !important;
	}
	*[class^='col-'], .container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.search-form-mobi > div {
		padding: 0;
	}
	#footer {
		text-align: left;
	}
	#footer .nav > li > a {
		padding-right: 0;
	}
	#middle-slider .container > div:first-child {
		height: 100%;
	}
	#middle-slider .container .display-table-cell {
		vertical-align: bottom;
	}
	
	.team-members img {
		width: 100%;
		margin-top: 15px;
	}
	.push-div-down {
		padding-top: 0px;
	}
	#home-cards .display-table-cell {
		padding: 20px;
	}
	.push-left-50, .no-left-padding {
		padding: 0;
	}	
	.row.masonry-grid {
		margin: 0;
	}
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.material-link-icon {
		display: none;
	}
	.no-padding, .no-left-padding {
		padding: 0;
	}
	.homepage .middle-block-home {
		overflow: hidden;
	}
	#middle-slider .slider-quote a {
		display: inline-block;
	}
	.modal-dialog { 
		width: 90%;
	}

	.block-overflow {
		overflow: visible;
	}
	.tool-atms, .tool-branches, .tool-wakala {
		padding-left:0;
		padding-right:0;
		min-height: 100%;
		margin-bottom: 5px;
	}
	#home-cards h2 {
		font-size: 20px;
	}
	.material-link {
		font-size: 18px;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {	
	.mobile-menu{
		left:-60px;
		padding: 30px 20px 0px 80px;
	}
	#middle-slider .slider-overlay, #middle-slider .parallax-window,
	.parallax-window {
		min-height: 500px;
		min-height: 320px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	#middle-slider .slider-overlay, #middle-slider .parallax-window,
	.parallax-window {
		min-height: 400px;
	}
	#slider .display-table-cell .slider-quote, #middle-slider .slider-quote {
		font-size: 30px;
		line-height: inherit;
		font-size: 30px;
		margin-left: 0px;
		line-height: 1;
		margin-bottom: 20px;		
	}
}











/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.container {
		width: 100%;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.container {
		width: 100%;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.container {
		width: 762px;
		width: 700px;
	}
	#home-cards h2 {
		font-size: 20px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.container {
		width: 982px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.container {
		width: 1100px; 
	}
}


body > .inner {
	display: block;
}

body.pg-loaded > .inner {
	display: block;
}
.pg-loading-logo-header {
	display: none;
}
.pg-loading-html {
	margin: 0 !important;
}

#response h4 {
	margin-top: 0;
}
#response small {
	font-size: 10px;
	letter-spacing: 1px;
	color: #f26f21;
	font-weight: 500;
}
#response p {
	line-height: 0.9;
	margin: 10px 0;
}
#response .table>tbody>tr>td {
	vertical-align: middle;
}
#response ul, #response ol {
	padding-left: 20px;
}

.nmb-values img {
	width: 120px;
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

.pd-cdesc{ display: block !important; }
.pd-category form{display:none;}
