/* Primary Tints */
/* Secondary Tints */
/* Neutral Tints */
/* Accent 1 Tints */
/* Accent 2 Tints */
/* 1600  *
-------------------------------------------------------------------------------------- */
@media (max-width: 1600px) {
  .csi-hero .col-md-12 {
    padding: 0; } }

/* End Query */
/* 1200  *
-------------------------------------------------------------------------------------- */
/* End Query */
/* 992  *
-------------------------------------------------------------------------------------- */
@media (max-width: 1500px) {
.carousel-caption h1 {
    font-size: 3.4rem;
    line-height: 1.1;
}
}
@media (max-width: 992px) {
  h1 {
    font-size: 2.441rem; }
  h2 {
    font-size: 1.953rem; }
  h3 {
    font-size: 1.563rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; }
  p,
  ul,
  dl,
  ol,
  table {
    font-size: 1rem; }
  .csi-header {
    border: 0 none transparent;
    box-shadow: none;
    padding: 0;
    margin: 0; }
  .csi-logo {
    width: 300px;
    height: auto;
    margin: 0 auto;
    display: block; }
  /* MOBILE NAVIGATION BEGIN 
	-- If a different breakpoint is needed,
	-- put this code into a new @media query
	------------------------------------------- */
  .csi-header [class*='col-'], .csi-header .container, .csi-header .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%; }
  /* Padding Issues Fix */
  .csi-nav .menu-item-has-children .dropdown-menu {
    position: relative;
    width: 100%; }
  .csi-nav {
    min-height: auto !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    z-index: 999; }
    
    .csi-nav nav {
	    border-top: transparent;
	    border-bottom: transparent;
    }
    
  .csi-nav .navbar-nav {
    float: none !important;
    margin: 0;
    border: 0 none transparent; }
  .csi-nav .sub-menu {
    position: relative;
    float: left;
    padding: 10px 15px;
    width: 100%; }
  .csi-nav .navbar-collapse.collapse {
    display: none !important; }
  .csi-nav .navbar-left, .navbar-right {
    float: none !important; }
  .csi-nav .collapse.in {
    display: block !important; }
  .csi-nav .navbar-collapse {
    border-top: none;
    padding-left: 0;
    padding-right: 0; }
  .csi-nav .navbar-toggle {
    display: block; }
  .csi-nav .navbar-nav > li {
    float: none; }
  .csi-nav .navbar-header {
    float: none; }
  /* Bar Bg */
  .csi-nav .navbar-toggle {
    float: none;
    background: #23408F;
    border-radius: 0;
    border: none;
    width: 100%;
    height: 50px;
    padding: 0 0 0 23px;
    margin: 0;
    z-index: 999; }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: #0D2052;
    color: #fff; }
  /* Hamburger Menu Color */
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    margin-top: 5px;
    margin-right: 40px; }
  .navbar-default .navbar-toggle:hover .icon-bar,
  .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #dae2ec; }
  /* Hamburger X Animation */
  .csi-hamMenu span.icon-bar {
    transition: all 0.15s; }
  .csi-hamMenu span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%; }
  .csi-hamMenu span:nth-child(2) {
    opacity: 0; }
  .csi-hamMenu span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 2% 50%; }
  .navbar-toggle.collapsed .csi-hamMenu span:nth-child(1),
  .navbar-toggle.collapsed .csi-hamMenu span:nth-child(3) {
    transform: rotate(0); }
  .navbar-toggle.collapsed .csi-hamMenu span:nth-child(2) {
    opacity: 1; }
  /* 'Menu' text */
  .navbar-default .navbar-toggle {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    padding-left: 40px; }
  /* Dropdown Colors */
  .csi-nav .navbar-nav > li > a {
    font-size: 0.9rem;
    color: #fff;
    background: #23408F;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px; }
  .csi-nav .navbar-nav > li:last-child a {
    border-bottom: 0 none transparent; }
  .csi-nav .navbar-nav > li > a:hover {
    color: #fff;
    background: #0D2052; }
  .csi-nav .navbar-nav > .active > a, .csi-nav .navbar-nav > .active > a:hover,
  .csi-nav .navbar-nav > .active > a:focus {
    font-size: 0.9rem;
    color: #0D2052; }
  .csi-nav .navbar-nav > .open > a,
  .csi-nav .navbar-nav > .open > a:hover,
  .csi-nav .navbar-nav > .open > a:focus,
  .csi-nav .navbar-nav .open .dropdown-menu > .active > a:hover,
  .csi-nav .navbar-nav .open .dropdown-menu > .active > a:focus {
    background: #23408F !important;
    border-top: 1px solid #0D2052;
    font-weight: bold; }
  /* Second level link colors */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 0.9rem;
    color: #f1f5f8 !important;
    padding-left: 40px; }
  /* Thrid level link colors */
  .csi-nav .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    font-size: 0.9rem;
    color: #fff !important;
    background: #0D2052; }
  /* fixes mobile margin-left issue on sub menus */
  .csi-nav .navbar-nav > li .dropdown-menu > li .dropdown-menu {
    left: 0px !important; }
  /* Plus Sign Symbol */
  .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    font-size: 1.5rem;
    font-weight: 100;
    color: #f1f5f8;
    background: transparent;
    position: absolute;
    right: 0;
    margin: -23px 15px 0 0;
    padding: 0;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    line-height: 22px;
    text-align: center;
    border-width: 1px;
    border-style: none; }
  /* MOBILE NAVIGATION END */
  /* MOBILE NAVIGATION END */
  /* MOBILE NAVIGATION END */
  
  	[class^="csi-header"] {
	    position: relative;
    }
    
     .home .csi-nav {
	    top: initial;
    }
    
    .bankLogin {
	    position: relative;
	    top: 0;
	    right: 0;
    }
    
    .select-css {
	    margin-left: 0;
    }
  
  .csi-header07 .row {
	  margin-left: 0;
	  margin-right: 0;
  }
  
  .csi-hero02 {
	  height: initial;
  }
  
  .csi-hero02 .csi-carouselBg {
	  min-height: 365px !important;
  }
  
  
  .home-product {
	  margin-top: 25px;
	  max-height: none;
  }
  
  /*new stuff*/
  .home-product .row {
	  display: block;
  }
  
  .col-right {
	  height: 400px;
  }
  
  .col-right,
  .col-left {
	  width: 100%;
  }
  /*end new stuff*/
  
  .quick-links-button img {
	  display: block;
	  margin: 0 auto;
  }
  
  .internal-header .csi-nav {
	  top: initial;
  }
  
  .csi-insidepages .csi-hero {
	  min-height: 390px;
  }
  
  
  .inside-hero .tagline {
	  padding: 10px;
  }
  
  .csi-insidepages .csi-articleContent {
	  margin-top: 0;
  }
  
  .bankLogin .current-ib {
	  margin-bottom: 20px;
  }
  
}

/* End Query */
/* 768  *
-------------------------------------------------------------------------------------- */
@media (max-width: 768px) {
  /* This fixes the IB fixed positioning */
  .csi-sticky {
    position: relative;
    box-shadow: none;
    /*CSS transitions*/
    transition-property: none !important;
    /*CSS transforms*/
    transform: none !important;
    /*CSS animations*/
    animation: none !important; }
  .csi-ib input {
    border-radius: 4px; }
  .csi-ib .form-group {
    position: relative; }
  .csi-ib i {
    left: 0;
    position: absolute !important; }
  .csi-ib button {
    width: 100%;
    border-radius: 4px;
    margin-left: 0; }
  .csi-ib {
    padding: 3% 6%; } 
    
    
    
   
    
    .quick-link-div {
	    text-align: center;
	    margin-top: 15px;
    }
    
    .quick-links-button img {
	    display: block;
	    margin: 0 auto;
    }
    
    .table-responsive>.table>thead>tr>th, 
    .table-responsive>.table>tbody>tr>th, 
    .table-responsive>.table>tfoot>tr>th, 
    .table-responsive>.table>thead>tr>td, 
    .table-responsive>.table>tbody>tr>td, 
    .table-responsive>.table>tfoot>tr>td {
    	white-space: normal;
	}
    
    
}

/* End Query */
/* 568  *
-------------------------------------------------------------------------------------- */
@media (max-width: 568px) {
  h1 {
    font-size: 2.074rem; }
  h2 {
    font-size: 1.728rem; }
  h3 {
    font-size: 1.44rem; }
  h4 {
    font-size: 1.2rem; }
  h5 {
    font-size: 1.2rem; }
  h6 {
    font-size: 0.9rem; }
  p, ul, dl, ol, table {
    font-size: 0.9rem; }
  .csi-ib {
    padding: 4% 8%; } 
    
    .csi-insidepages .csi-hero {
	    min-height: 320px;
    }
	
	footer .copyright {
		text-align: center;
	}    
	
	footer .copyright img {
		float: none;
	}
}

/* End Query */
