.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-header,
.row-footer {
  background-color: #2dbc67;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #30bd71, #29bb59);
}
.well-login {
  background: #2ba965;
  -webkit-box-shadow: inset 0px 5px 5px #269459;
  -moz-box-shadow: inset 0px 5px 5px #269459;
  box-shadow: inset 0px 5px 5px #269459;
}
.btn-login-well {
  text-shadow: 0px -1px 1px #21804d;
}
.well-login-text {
  color: #30bd71;
}
.money-managing-tips-slider-dot.active {
  background-position: -48px 0px;
}
.content-page-header {
  background-color: #2cbc63;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #cf0044, #eb004d);
}
.content-page-header-inner {
  -webkit-box-shadow: 0 0 8px #eb004d;
  -moz-box-shadow: 0 0 8px #eb004d;
  box-shadow: 0 0 8px #eb004d;
}
.btn-need-an-account
{
    display: none;
}
.btn-need-an-account-business
{
    display: block;
}
.link-need-an-account
{
    display: none;
}
.link-need-an-account-business
{
    display: block;
}
.well.sidebar-nav.business
{
    display: block;
}
.well.sidebar-nav.consumer
{
    display: none;
}
#TCPABannerImage{
    width: 92%;
}

/*#region Mike's extra.css*/

/* Begin bootstrap overrides */
/* Begin misc */

body
{
    line-height: 20px;
    text-rendering: optimizeLegibility;
}

p
{
    margin: 0 0 10px;
}

h1, h2, h3, h4, h5, h6
{
    margin: 10px 0px;
	line-height: 20px;
}

h1, h2, h3
{
	line-height: 40px;
}

h1
{
	font-size: 35.75px;
}

h4
{
	font-size: 16px;
}

ul, lo
{
    padding: 0;
    margin: 0 0 10px 25px;
}

i
{
    font-family: FontAwesome;
    font-style: normal;
}

hr
{
    margin: 20px 0px;
    border-bottom: 1px solid #ffffff;
}

.business
{
    display: block;
}

.consumer
{
    display: none;
}

/* End misc */
/* Begin anchors */

a {
	color: #eb004d;
	text-decoration: none;
	font-weight: 700;
}

a:hover, a:focus {
	color: #eb004d;
	text-decoration: underline;
}

a:hover, a:active {
	outline: 0;
}

/* End anchors */
/* Begin buttons */

.btn {
    padding: 4px 12px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0, 0, 0, .05);
    line-height: 20px;
}

.btn:hover, .btn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	border-color: #eb004d #eb004d #cf0044;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
}

.btn-primary {
    background-color: #eb004d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #CF0044;
}

.btn-small {
	padding: 2px 10px;
	font-size: 11.049999999999999px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-need-an-account {
	display: inline-block;
	padding: 0px;
	position: relative;
	font-weight: bold;
	padding: 3px 10px;
	color: #ffffff;
	top: 8px;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #999;
  border-color: #999;
}

.nav-buttons input.fairfx---button-2.nav:hover,
.nav-buttons a.fairfx---button-2.nav:hover {
    background-color: #cf0044!important;
}
/* End buttons */
/* Begin navbar */

.nav > li > a
{
	line-height: 10px;
}

.navbar
{
	min-height: 32px;
}

.navbar .nav
{
	margin-left: 0px;
	margin-right: 0px;
}

.navbar.navbar-inverse
{
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top, #222222, #111111);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
	background-image: -webkit-linear-gradient(top, #222222, #111111);
	background-image: -o-linear-gradient(top, #222222, #111111);
	background-image: linear-gradient(to bottom, #222222, #111111);
	background-repeat: repeat-x;
	border-color: #252525;
}

.navbar .navbar-collapse
{
    padding-right: 0px;
}

.navbar .nav > li > a
{
	padding: 10px 10px 10px;
	text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
}

.lte9 .navbar .nav > li > a{
  padding: 10px;
}

.navbar-menu li, .navbar-menu .brand
{
	white-space: nowrap;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus
{
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #000000;
	color: #ffffff;
}

.navbar-nav > li > .dropdown-menu
{
    border-radius: 6px;
    margin: 2px 0 0;
}

.navbar .nav > li > .dropdown-menu:before
 {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

.navbar .nav > li > .dropdown-menu:after 
{
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}

.nav-header
{
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #999999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #30bd71;
}

.sidebar-nav
{
	padding: 9px 0px;
}

.sidebar-nav > .nav-list
{
	margin-left: 0px;
}

.nav > li > a:hover, .nav > li > a:focus {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #30bd71;
}

.nav-list > li > a 
{
	padding: 3px 15px;
	line-height: 20px;
}

.sidebar-nav  i
{
	color: #222222;
}

.nav-list [class*=" icon-"] {
	margin-right: 2px;
}

.dropdown-menu > li > a
{
	line-height: 20px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus 
{
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #2eb56c;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #2eb56c;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #30bd71, #2ba965);
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-left: 0px;
}

.dropdown .caret {
  margin-top: 4px;
  margin-left: 2px;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret
{
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

.navbar-menu .dropdown .dropdown-toggle strong .caret {
  margin-top: 4px;
  color: #505050;
}

.form-control:focus {
	border-color: rgba(235, 0, 77, 0.9);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 0, 77, 0.9);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 0, 77, 0.9);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 0, 77, 0.9);
}

/* End navbar */
/* Begin carousel */

.carousel-indicators li
{
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #676767), color-stop(0.75, #A0A0A0));
	background-image: -o-linear-gradient(bottom, #676767 0%, #A0A0A0 75%);
	background-image: -moz-linear-gradient(bottom, #676767 0%, #A0A0A0 75%);
	background-image: -webkit-linear-gradient(top, #676767 0%, #A0A0A0 75%);
	background-image: -ms-linear-gradient(bottom, #676767 0%, #A0A0A0 75%);
	background-image: linear-gradient(to bottom, #676767 0%, #A0A0A0 75%);
	width: 12px;
	height: 12px;
	margin: 0 5px;
}

.carousel-indicators li.active
{
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2E6B4E), color-stop(1, #63C98D));
	background-image: -o-linear-gradient(bottom, #2E6B4E 0%, #63C98D 100%);
	background-image: -moz-linear-gradient(bottom, #2E6B4E 0%, #63C98D 100%);
	background-image: -webkit-linear-gradient(top, #2E6B4E 0%, #63C98D 100%);
	background-image: -ms-linear-gradient(bottom, #2E6B4E 0%, #63C98D 100%);
	background-image: linear-gradient(to bottom, #2E6B4E 0%, #63C98D 100%);
	width: 12px;
	height: 12px;
	margin: 0 5px;
}

/* End carousel */
/* End bootstrap overrides */

/* Begin main/master overrides */

.btn-home-personal {
	padding: 4px 12px;
	background: #FEA400;
	color: white;
	border: none;
	font-weight: bold;
	text-shadow: none !important;
}

.btn-home-business {
	padding: 4px 12px;
	background: #30BD71;
	color: white;
	border: none;
	font-weight: bold;
	text-shadow: none !important;
}

.btn-home-personal:hover {
	background: #FFBC43 !important;
	color: white !important;
}

.btn-home-business:hover {
	background: #4ddd8f !important;
}

.btn-login-well
{
	padding: 4px 0px;
}

.money-managing-tips-container .headed-box
{
	background: #ffffff
}

.money-managing-tips-container .headed-box h1
{
    margin-bottom: 0px;
}

/* End main/master overrides */
/* Begin other css */

.row-no-margin
{
	margin-left: 0px;
	margin-right: 0px;
}

#TCPA-banner-image-container
{
	padding-right: 7px;
}

#TCPA-banner-image-container img, #TCPA-banner-image-container-mobile img
{
	max-width: 306px;
	max-height: 59px;
}

#TCPA-banner-image-container-mobile
{
    padding-bottom: 5px;
    display: none;
}

#TCPABannerImageMobile
{
    width: 92%;
}

#navbarContents
{
	min-height: 32px;
}

#navbarSearch
{
    padding-right: 5px;
    padding-left: 5px;
}

#navbarSearch input
{
    border-radius: 15px;
    height: 26px;
}

#navbarSearch i
{
    position: absolute;
	top: 9px;
	left: 15px;
}

#mainCarousel
{
	width: 100%;
}

#mainCarousel .slide1 .slide-middle
{
	padding-left: 7px;
	padding-right: 15px;
}

#carouselOpenAccount 
{
    margin-top: 25px !important;
    margin-left: 60px;
}

#carouselOpenAccountApplyButton
{
    font-weight: bold;
    margin-top: 10px;
}

.span-apply-in-minutes
{
    margin-left: 6px;
}

.span-thumbnail-gallery .row:first-child
{
	margin-right: 0px;
}

#thumbnailCarousel-container
{
	min-height: 300px;
}

#thumbnailCarousel
{
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
	width: 100%;
	left: 0px;
	padding-right: 23px;
	padding-left: 0px;
	line-height: 20px;
    padding-top: 15px;
}

#thumbnailCarousel .item
{
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

#thumbnailCarousel .item img
{
    height: auto;
    width: 100%;
}

#thumbnailCarousel-header-container
{
	padding-left: 1px;
}

#thumbnailCarousel-header
{
    min-height: 80px;
	margin-left:5px;
    margin-top: 10px;
}

#thumbnailCarousel-header h4
{
	margin: 0px 10px 0px 0px;
	color: #30bd71;
}

#thumbnailCarousel-grid
{
    margin-top: 15px;
}

#thumbnailCarousel-grid-inner
{
	padding-left: 1px;
}

#thumbnailCarousel-grid-top
{
    padding-left: 1px;
}

#thumbnailCarousel-grid-bottom
{
    padding-left: 1px;
    margin-top: 22px;
}

.thumbnailCarousel-col
{
    width: 30%;
    display: block;
    float: left;
}

.thumbnailCarousel-thumb
{
    cursor: pointer;
}

#thumbnailCarousel-text
{
	min-height: 150px;
	padding-right: 0px;
	padding-left: 12px;
}

#thumbnailCarousel-content
{
	display: none;
}

#thumbnailCarousel-mobile-description
{
	margin-bottom: 0px;
}

#moneyManaging-controls
{
    background-color: #e0e0e0;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
    position: absolute;
    bottom: 0px;
    width: 100%;
	max-height: 24px;
}

#moneyManaging-controls ol
{
    position: relative;
    bottom: -3px;
}

#moneyManaging-controls .carousel-indicators li.active
{
    background-position: -54px -6px;
}

#bottomNavbar
{
	border-radius: 0px;	
}

#bottomNavbar .navbar-inner
{
	padding-right: 5px;
}

#bottomNavbar li
{
	line-height: 20px;
}

#bottomNavbar li a
{
	line-height: 20px;
	font-weight: normal;
}

#businessHowItWorksList
{
	padding-left: 25px;
	margin-bottom: 10px;
}

#businessChangingYourPinInstructions
{
	padding-left: 25px;
}

#businessPrivacyPolicyList
{
	padding-left: 30px;
}

.row-main-content .HowToApplyList
{
    width: auto;
}

.business-faq-top-of-page-link
{
    padding-left: 15px;
}

.form-horizontal .controls input[type=text]:focus, .form-horizontal .controls input[type=password]:focus, .form-horizontal .controls input[type=tel]:focus, .form-horizontal .controls input[type=email]:focus, .form-horizontal .controls input[type=date]:focus, .form-horizontal .controls textarea:focus {
    border-color: rgba(235, 0, 77, 0.9);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 0, 77, 0.9);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 0, 77, 0.9);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 0, 77, 0.9);
}

/* End other css */
#FundingModalMiddle {
    margin: 15px;
}

#FundingBusinessModal > .modalCloseImg {
    background: url('/Images/Common/Modals/FundingCross.png') no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 3px;
    right: 5px;
}

.modal.full-width #FundingModalMiddle {
    margin: 0px;
}

#FundingBusinessModal > .modalHeader {
    display: none;
}

#FundingModalCentre {
    padding: 25px;
}

#FundingModalMiddle {
    background: #5BBA76;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#FundingBusinessModal {
    background: white;
}

#submitFunding {
    border-radius: 4px;
    color: white;
    background-color: #4A4A4A;
    padding: 11px 75px;
    font-size: 15px;
    margin-left: 10px;
}

#FundingBusinessModal h1 {
    color: #545454;
    font-size: 49px;
    line-height: 49px;
}

#FundingBusinessModal label {
    color: #8A857C;
    font-size: 24px;
}

#FundingBusinessModal, #FundingBusinessModal div {
    border-radius: 0;
}

    #FundingBusinessModal .row {
        margin-left: 0;
        margin-right: 0;
    }

        #FundingBusinessModal .row > div {
            margin-bottom: 35px;
        }

    #FundingBusinessModal input[type='text'], #FundingBusinessModal select {
        width: 60%;
        height: 28px;
    }

    #FundingBusinessModal .tooltipicon {
        display: inline-block;
        position: relative;
        margin: 0 15px 2px 15px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../../Images/Common/information.png);
        width: 16px;
        height: 16px;
        right: 10px;
        top: 6px;
        cursor: pointer;
    }

    #FundingBusinessModal .fundingErrorMessage {
        display: inline-block;
        width: 100%;
        color: red !important;
        font-size: 1em !important;
    }

/* Media queries */
@media (min-width: 1200px) {
    #mainCarousel .slide1 .slide-right img
	{
		height: 368px;
		width: 401px;
		max-width: 1000%;
	}
	
	#thumbnailCarousel
	{
	    padding-right: 15px;
	}
	
	#thumbnailCarousel-header-container
	{
	    padding-left: 7px;
	}
	
	#thumbnailCarousel-grid-top
	{
	    padding-left: 7px;
	}
	
	#thumbnailCarousel-grid-bottom
	{
	    padding-left: 7px;
	}
	
	#thumbnailCarousel-text
	{
	    padding-left: 14px;
	}
	
	.row-main-content > .col-sm-9
	{
	    padding-left: 8px;
	}
	
	#businessBasicBankCol2
	{
	    padding-left: 11px;
	}
	
	.row-main-content .HowToApplyList
    {
        width: 630px;
    }
    
    #businessOnlineBankCol1
    {
        padding-right: 10px;
    }
    
    #businessOnlineBankCol2
    {
        padding-left: 12px;
    }
    
    #businessOnlineBankCol3
    {
        padding-left: 9px;
    }
    
    #businessIDReqColB
    {
        padding-left: 11px;
    }
    
    #businessPrivacyPolicyList
    {
        padding-left: 25px;
    }
    
    .googleSearchRow .gsc-search-box-tools .gsc-search-box .gsc-input
    {
        padding-right: 10px;
    }
    
    .gsc-control-cse.gsc-control-cse-en
    {
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 13px;
    }    
        
    .gsc-control-cse div.gsc-input-box
    {
        padding-top: 2px;
    }
    
    .googleSearchRow td .gsib_a
    {
        padding-right: 4px;
    }
    
    #businessSummaryBoxContainer .col-sm-9
    {
        padding-left: 13px;
    }
    
    #businessFAQLinkList
    {
        padding-left: 25px;
        margin-bottom: 10px;
    }
    
    #businessCardSecurityCol1
    {
        padding-right: 10px;
    }
    
    #businessCardSecurityCol2
    {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    #businessChangingYourPinList
    {
        padding-left: 25px;
        margin-bottom: 10px;
    }
    
    #businessCardSecurityCol3
    {
        padding-left: 9px;
    }
    
}

@media (min-width: 992px) and (max-width: 1199px)
{
	#applyOnlineHeader
	{
		margin-bottom: 0px;
		line-height: 30px;
	}
	
	#mainCarousel .slide2 .slide-left > img
	{
		margin-left: 20px;
	}
	
	#mainCarousel img
	{
	    max-width: 100%;
	}
	
	.image-watch
	{
		width: auto;
		height: 166px;
	}
		
    .thumbnailCarousel-thumb
    {
        width: 65px;
    }

	#thumbnailCarousel-text
    {
        padding-left: 15px;
		min-height: 290px;
    }

	#moneyManagingCarousel .carousel-inner
	{
		min-height: 325px;
	}
	
	.sidebar-nav > .nav-list li
	{
	    margin-bottom: 5px;
	}
}

@media(min-width: 992px)
{
	#personalButtonLogin
	{
		padding-left: 7px;
		padding-right: 7px;
	}
	
	#businessButtonLogin
	{
		padding-left: 0px;
	}
}

@media (max-width: 991px)
{
	.image-watch
	{
        width: 100%;
        max-width: 88px;
        height: auto;
    }
    
    #businessFAQLinkList li
    {
        margin-bottom: 10px;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{
	#TCPA-banner-image-container
	{
		padding-top: 11px;
	}
	
	.need-an-account
	{
		padding-left: 0px
	}
	
	.row-need-an-account-link
	{
		margin: 0px 5px;
	}
	
	#mainCarousel .slide-TCPA > img
	{
		margin-left: 15px;
	}
	
	#personalButtonLogin
	{
		margin-top: 5px;
	}
		
	#businessButtonLogin
	{
		margin-top: 5px;
	}
	
	#navbarContents
	{
	    padding-left: 0px;
	    padding-right: 0px;
	    width: 83.33333333333334%;
	    float: left;
	}
	
	#navbarSearch
	{
	    width: 16.666666666666664%;
	}
	
	#navbarContents > .navbar-collapse
	{
	    padding-right: 0px;
	}
	
	#topNavbarContents
	{
	    margin-left: 0px;
	}
	
	#topNavbarContents > li > a
	{
	    padding-left: 4px;
	    padding-right: 4px;
	}
	
	.navbar-menu .dropdown .dropdown-toggle b.caret
	{
	    margin-left: 0px;
	}
	
	.headed-box h1
	{
		line-height: 30px;
	}
	
	.money-managing-tips-slider-content
	{
		min-height: 395px;
	}
	
	.money-managing-tips-image-letters
	{
		height: auto;
		width: auto;
	}
	
	.sidebar-nav > .nav-list li
	{
	    margin-bottom: 5px;
	}
	
	#businessCardSecurityCol1 img, #businessCardSecurityCol3 img
	{
	    height: auto;
	    width: 75px;
	}
}

@media (min-width: 768px)
{
	.no-padding-left
	{
		padding-left: 0px;
	}
	
	.no-padding-right
	{
		padding-right: 0px;
	}
	
	.no-padding-both
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#headerLoginContainer
	{
		padding-left: 20px;
	}
	
}

@media (max-width: 767px)
{	
	.no-transition-xs
	{
		-webkit-transition: height 0.001s;
		-moz-transition: height 0.001s;
		-ms-transition: height 0.001s;
		-o-transition: height 0.001s;
		transition: height 0.001s;
	}
	
	.row-top-menu
	{
		margin-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.row-top-menu-buttons
	{
		margin-top: 0px;
		width: 100%;
	}
	
	.row-top-menu-buttons .btn
	{
		padding: 5px;
		width: 50%;
	}
	
	.header-buttons
    {
		padding-left: 0px;
		padding-right: 0px;
    }	
	
	#headerLogoContainer
	{
		padding-right: 0px;
	}
	
	#headerLogoContainer img
	{
		max-height: 67px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#headerLoginContainer
	{
		padding-left: 0px;
	}
	
	.well-login-container
	{
		padding: 5px;
	}
	
	.well-login
	{
		padding: 6px;
	}
	
	.well-login-inner
	{
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.well-login-internet-banking-header
	{
		line-height: 16px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	#wellButtonContainer
	{
		overflow-y: auto;
	}
	
	.well-login-xs-6
	{
		padding: 0px 3px;
	}
	
	.btn-login-well
	{
		padding: 1px 0px;
	}
	
	#personalButtonLogin
	{
		margin-top: 6px;
	}

	#businessButtonLogin
	{
		margin-top: 6px;
	}
	
	#TCPA-banner-image-container
	{
		padding-right: 15px;
		margin-bottom: 6px;
	}
	
	#TCPA-banner-image-container-mobile
	{
	    display: block;
	}
	
	.navbar-menu li, .navbar-menu .brand
	{
		white-space: normal;
	}
	
	#navbarContents
	{
		padding-left: 5px;
		min-height: 0px;
	}
	
	#navbarContents .navbar-collapse
	{
		padding-left: 3px;
	}
	
	#navbarContents li a
	{
		line-height: 20px;
	}
	
	#navbarContents li a strong
	{
		margin-top: 9px;
	}
	
	#navbarContents .open .dropdown-menu > li > a
	{
		padding: 10px 15px 10px 25px;
	}
	
	#navbarContents .dropdown-menu:after
	{
		top: 36px;
		left: 24px;
	}
	
	#navbarContents .caret
	{
		margin-top: 9px;
	}

	#topNavbarContents:first-child a
	{
		padding-top: 5px;
	}
	
	#navbarSearch input
	{
		margin-top: 6px;
	}
	
	#navbarSearch i
	{
		top: 12px;
	}

	#mainCarousel h1
    {
        font-size: 24px;
		line-height: 30px;
    }

    #mainCarousel h3
    {
        font-size: 15px;
		line-height: 23px;
    }
	
	#mainCarousel .slide-TCPA > img
	{
		margin-left: 5px;
	}
	
	.image-watch
	{
		width: auto;
		max-width: 80px;
		height: auto;
	}
	
	.thumbnailCarousel-thumb
    {
        display: block;
        min-width: 33px;
		width: 100%;
		max-width: 75px;
        height: auto;
    }

	#thumbnailCarousel-container
	{
		padding-top: 20px;
	}
	
	#thumbnailCarousel
	{
		padding-right: 0px;
	}
	
	#thumbnailCarousel-header
	{
		margin-left: 0px;
		min-height: 150px;
	}
	
    #thumbnailCarousel-text
    {
        min-height: 220px;
		margin-top: 0px;
    }
	
	.money-managing-tips-container .headed-box
	{
		min-height: 350px;
	}
	
	.money-managing-tips-slider-content
	{
		min-height: 285px;
	}
	
	.row-footer-list li
	{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	#bottomNavbar
	{
		margin-bottom: 0px;
	}
	
	#bottomNavbar li
	{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#bottomNavbar .navbar-inner
	{
	    text-align: left;
	}
	
	#mobileSidebar
	{
		padding-top: 5px;
	}
	
	.HowToApplyList
	{
		width: auto;
		margin-bottom: 10px;
	}
	
	.HowToApplyList span
	{
		width: 90%;
		float: right;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.HowToApplyList span.one
	{
		width: auto;
		float: none;
	}
	
	.AffiliatesList
	{
		margin-bottom: 10px;
	}
	
	.AffiliatesList li:last-of-type
	{
		margin-bottom: 10px;
	}

    #carouselOpenAccount 
    {
        margin-left: 0px;
    }

}

@media (max-width: 500px)
{
	.HowToApplyList span
	{
		width: 80%;
	}
}

@media (max-width: 337px)
{
	#navbarContents #additionalProductsServicesList:after
	{
		top: 55px;
	}	
}

@media (max-width: 261px)
{
	#navbarContents #additionalProductsServicesList:after
	{
		top: 76px;
	}	
}

/* End media queries */

/*#endregion */