/* 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
-------------------------------------------------------------------------------------- */
@media (max-width: 1200px){
  .nav-tabs li{
    padding: 15px 0px;
  }
  .standard-section .col-md-4{
    max-width: 100%;
  }
  .csi-articleContent .col-md-2{
    max-width: 100%;
  }
}
/* End Query */

@media (max-width: 1100px){
  .csi-body9 .col-md-4{
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .navbar .navbar-nav .nav-link{
    font-size: .85rem;
  }
}
/* 992  *
-------------------------------------------------------------------------------------- */
@media (max-width: 992px) {

  .navbar .navbar-nav .nav-link{
    font-size: 1rem;
  }

  .csi-header {
    border: 0 none transparent;
    box-shadow: none;
    padding: 0;
    margin: 0; }
  .csi-logo {
    width: 350px;
    height: auto;
    margin: 0 auto;
    display: block; }

  .csi-header03 .col-md-4{
    flex: 100%;
    max-width: 100%;
  }

  #bs4navbar{
    padding-top: 2%;
  }
 }

/* 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, .csi-ib a.csi-btn {
    width: 100%;
    border-radius: 4px;
    margin-bottom: .25rem;
    margin-left: 0; }
  .csi-ib {
   padding: 3% 6%; }
  .csi-logo img{
    padding: 0;
    width: 100%;
  }
  .csi-hero05 div.carousel-caption{
    padding: 5%
  }
  .csi-hero05 div.carousel-caption h2{
    font-size: 2rem;
  }
  a.navbar-brand{
    margin-right: 0;
  }
  .csi-hero05 .csi-carouselBg{
    min-height: 450px;
  }
  .csi-ib .form-group{
    margin-bottom: 10px;
  }
  div[id*="column-id"]{
    margin-bottom: 20px;
  }
  .main-headline h2{
    font-size: 1.875rem;
  }
   }

/* End Query */
/* 568  *
-------------------------------------------------------------------------------------- */
@media (max-width: 568px) {


	.csi-insidepages .csi-hero{
		min-height: 100px;

	}

	.csi-insidepages .csi-hero .tagline{
		margin-top: 50px;
		margin-bottom: 50px;
	}

	/*
  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%; } }

/* End Query */
