/* Color Palette
#081532 - dark dark blue
#14253a  #0e1e3e   #1d324c  #0A2052 - dark blue
#143275 - med blue
#81a1c2  6883a0  #5674B9 - lt blue
#5180B0 - lt blue alternate*
#333333 - lt gray
#636363 - gray
#4d4d4d - med gray
#363636 - gray
#841818 - red dark
________________*/

/* Global styles
________________*/

/* border box fix
________________*/

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: 'Lato';
    max-width: 1024px;
    margin: auto;
    background-color: #14253a;
}

h1, h2{
font-family: itc-american-typewriter, serif;
font-weight: 500;
font-size: 1em;
font-style: normal;
}

h2 {
  font-weight: 500;  
}

header {
  margin: 0;
  padding: 0; 
}

a {
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.txtTitle {
    color: #4d4d4d;
    padding: 0;
}


#mainLogo {
    padding-left: 0;
    margin-top: 0;
    text-align: left;
    
}

.logo {
   opacity: 0;
   filter: alpha(opacity=0); /* For IE8 and earlier */
   
}
.redLink{
    color: crimson;
}

#csii {
   text-align: left;
  margin-left: 20px;
   padding-bottom: 10px;
   opacity: 1;
   filter: alpha(opacity=100); /* For IE8 and earlier */
  
}
#ccapt {
   padding-right: 10px;
   padding-bottom: 10px;
   opacity: 1;
   filter: alpha(opacity=100); /* For IE8 and earlier */
  
}

#secSeal {
   
   padding-bottom: 10px; 
    opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
    }

#csii:hover {   
    opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}
#ccapt:hover {   
    opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}
#secSeal:hover {   
    opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

.row {
 margin: 0;
 padding: 0;
}


.container {
    max-width: 1250px;
    margin: auto;
    background-color: #ffffff;   
}

.content-wrap {
   /* max-width: 1250px;
    overflow: auto;*/
    margin: auto;
    padding: 0;
    
}

.bootstrap-select .btn:focus {
    outline:none!important;
    box-shadow: none;
    background-color: none;
}

nav.navbar-default .navbar-toggle {
    border-color: transparent;
    background-color: none;
}

.bootstrap-select .btn {
    border-color: transparent;
    background-color: none;
    outline:none!important;
}

#topImage {
  background-image: url(../images/topImage.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0; 
}

#topImage1 {
  background-image: url(../images/topImage1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0; 
}

#topImage2 {
  background-image: url(../images/topImage2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0; 
}

#topImage3 {
  background-image: url(../images/topImage3.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0; 
}
#topImage5 {
  background-image: url(../images/topImage5.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0; 
}
nav {
    margin: 0;
    padding: 0;
}

.prodIcons{
    display: inline;
    padding: 0%;
}

div .icon {
   margin: 0px; 
   border-color: transparent;
   background-color: none;
   outline: none !important;
   box-shadow: none; 
}

div.icon .navbar-toggler:focus {
   outline: none !important;
   box-shadow: none;
   background-color: none;
}

.navbar-default {
   outline: none !important;
   box-shadow: none; 
}

.navbar-default .navbar-toggler:focus {
   outline: none !important;
   box-shadow: none;
   background-color: none;
}

.navbar-toggler:active {
   outline: none !important;   
   box-shadow: none; 
    
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    box-shadow: none !important;
}

button:focus {
    outline: none!important;
    box-shadow:none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    box-shadow: none;
}

/* hamburger icon */
button .hamburger .navbar-toggler:active {
     box-shadow: none; 
}

div .hamburger {
    outline: none !important;
    background-color: #333333;
    border: none;
}

.icon {
    position: absolute;
    top: 0;
    left: 60%;
    transform: translate (-50%,-50%);
    width: 65px;
    height: 70px;
    cursor: pointer;
    border: none;
    background: none;
    outline: none !important;
    float: left;
}

.hamburger {
    width: 45px;
    height: 6px;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    transition: .5s;
}

.hamburger:before,
.hamburger:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 6px;
    left: 0px;
    box-shadow: 0 2px 5 rgba(0,0,0,2);
    transition: .5s;
}

.hamburger:before {
    top: -16px;
    background: #333333;
}

.hamburger:after {
    top: 16px;
    background: #333333;
}

.icon.active .hamburger {
 background: rgba(0,0,0,0);
 box-shadow: 0 2px 5px rgba(0,0,0,0);
}

.icon.active .hamburger:before {
    top: 0;
    transform: rotate(45deg);
     background: #999999;
}

.icon.active .hamburger:after {
    top: 0;
    transform: rotate(135deg);
     background: #999999;
}

/* end hamburger icon */
/*
#collapsibleNavbar {
   margin: 0px;
   top: 0px;
}*/

.nav-link span {
    text-decoration: underline;
}



li .nav-link {
   font-family: 'Lato', sans-serif;
   font-size: 16px;
   text-align: left;
   font-weight:300;
  /* letter-spacing: .1em;*/
   text-transform: capitalize;
   padding: 0px;
    line-height: 34px;
}
/*EndNavigation*/

h1, h2 {
    /*font-family: 'Lato';
    font-family: 'itc-american-typewriter, serif';*/
    font-family: 'Libre Baskerville', serif;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight:300;
    color: #0e1e3e;
    letter-spacing: 1px;
    margin-top: 0;
    text-align: left;
}

h3 {
    font-size: 20px;
    font-weight:300;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 0;
    text-align: left;
    color: #333333;
}

.boldSm{
    font-size: 16px;
    font-weight:400;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 0;
    text-align: center;
    color: #333333;
}

.centerKO {
   color: #fff;
    
}

h4 {
    font-size: 20px;
    font-weight:400;
    line-height: 24px;
    letter-spacing: 2px;
    margin-top: 0;
    text-align: center;
    
}

h5 {
    font-size: 18px;
    font-weight:300;
    line-height: 16px;
    letter-spacing: 1px;
    margin-top: 0;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    color: #333333;
}

.boldCaps{
    text-transform:uppercase;
    font-weight: 600;
}
.boldTyp{
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}
.bold {
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 600;
}

.boldRed {
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 600;
    color: #841818;
}
.hiw {
    width: 100%;
    text-align: center;
}
.cardSwipeII {
    width: 40%;

}

div .ctr {
    text-align: center;
    padding-bottom: 5%;

}

h5 span .bold a {
    color: #841818;
    letter-spacing: 0px;
    font-size: 17px;
    padding-top: 5%;
    padding-bottom: 5%;
}

.guide{
    text-align: center;
}
.homeBullets {
    font-size: 22px;
    font-weight:300;
    line-height: 30px;
    letter-spacing: 2px;
    margin-top: 0;
    text-align: left;
    color: gray;
    padding-bottom: 20px;
}

h2 span .text-link {
    background-color: none;
}
a .email {
    padding-right: 0px;
    width: 70%;
    padding-bottom: 20px;
}
a .csii {
    width: 7%;
    padding: 0px;
}

a .fa fa-download {
    padding-top: 10px;
}

a {
 color: #666666;
 text-decoration: none;
 cursor: pointer;
    padding: 0;
    margin: 0;
}

a .nav-link {
 text-decoration: none;
}

a .nav-link #home {
    padding-top: 0px;
}

a:hover {
 text-decoration: none;
 color: #143275;
 
  
}

.noTog {
    color: #fff;
}

.nav-item a:hover{
 padding: 0;
 margin: 0;  
}


li .nav-item a .nav-link {
 text-decoration: none; 
 color: #5674B9;
}

.nav-item .nav-link {
  font-weight: 600;
 
}
.navbar-nav{
    padding-top: 25%;
}

span.active {
 text-decoration: none;    
 color: gainsboro;
 cursor: none;
}
.textLink a {
    color: #5180B0;
    background-color: none;
}

div .guideTyp a {
    color: #fff;
    text-align: center;
}

.col-narrow {
    width: 10%; 
}
.colMain {
   width: 100%;
    background-color: #fff;
   text-align: left;
    padding-top: 5%;
    padding-bottom: 3%;
    padding-left: 7%;
    padding-right: 7%;

}
.colMainC {
   width: 100%;
    background-color: #fff;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 3%;
    padding-left: 7%;
    padding-right: 7%;

}
#grayPanel {
    background-image: url(../images/ccqMark.gif);
    background-position: center 25%;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    background-size: 55%;
    padding-top: 3%;
    padding-bottom: 0;
    padding-left: 7%;
   
}

.col-lg-12 {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #4d4d4d;
    text-transform: normal;
    background-color: #fafafa;
    padding: 0;
    margin: 0;
}

#text {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    background-color: #6883a0;
    color: #ffffff;
    text-transform: normal;
    padding: 0;
    margin: 0;
}

.col-lg-12 p {
    text-align: center;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 14px;
    font-weight: 300;
    color: #4d4d4d;
    text-transform: uppercase;  
}

div .col-lg-8{
    padding-bottom: 0;
    float: center;
}


.col-lg-8, .col-lg-6 {
    padding: 0;
    margin: 0;
    float: center;
    
}

.col-lg-4 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    text-transform: normal;
}

.hiLiteYello {
    color: yellow;
}

a .barLink {
    color: #fff;
}

a .barLink:hover {
    color: aliceblue;
}

#noTog a {
  color: #fff;  
}


div .guideTyp {
    color: #fff;
    text-align: center;
}

/* colorBars footer
________________*/

div .card {
    border-radius: 0;
    border: 0;  
}

div .card-body {
    text-align: left;
    font-size: 16px;
    padding-left: 10%;
    padding-right: 10%;
}
div .card-body a {
    color: #fff;
    text-align: center;
}

div .card-contact {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-left: 3%;
    padding-right: 3%;
}

div .card-body span {
    font-weight: 600;
    letter-spacing: 2px;
}

.centered {
    text-align: center;
}

.ctrLinks {
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    cursor: pointer;
}

.position {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    padding-left: 10%;
}

.note {
    font-size: 10px;
    text-align: center;
}

div .barLink {
   font-size: 30px;
   font-weight: 300;
   cursor: pointer;
}
a:hover .noTog {
   color:  
}

.colorBarOne {
    background-color: #6883a0;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    padding: 10px;
    margin: 0px;
}

.colorBarTwo {
    background-color: #6883a0;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    padding: 10px;
}

ul {
  text-align: center;
  margin: 0;
  list-style-type: none;
    
}

.colorBarTwo .col-lg-4 h4, p {
   color: #ffffff;
}

.colorBarThree {
    background-color: #6883a0;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    padding: 10px;
}

.colorBarFour {
    background-color: #6883a0;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    padding: 10px;
}
.img-responsive {
    padding: 0;
    margin: 0;
    max-width: 100%;
    height: auto;
}

.row  {
    margin: 0;
    padding: 0;
    color: #ffffff;  
}
#grayTyp {
    margin: 0;
    padding: 0;
   color: #4d4d4d;  
}


.row no-gutter {
    padding-right: 0;
    padding-left: 0;    
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.container {
  position: relative;
  width: 100%;
}

/* colorBars collapsed
________________*/



/* Header and Footer
________________*/

header, footer {
    color: darkgray;
    margin: 0;
    padding: 0;
   
}

header h1, header h2 { 
    margin: 0;
}


/* footer  */

footer {
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 10px;
}

.contact-info a {
   background: none;
   padding: 10px;
   display: inline-block;
}

.mouse {
    background-color: #14253a;
    padding-top: 20px; 
}

.centered {
    text-align: center;
}

/* Use a media query to add a break point at 900px: */
@media screen and (max-width:1000px) {
    
body {
    font-family: 'Lato';
    max-width: 1000px;
    margin: auto;
    padding: 0;
    }

    
#mainLogo {
    padding-left: 16%;
    margin-top: -2%;
    text-align: left;
}
   
a .csii {
    width: 12%;
    padding: 10px;
    text-align: center;   
}
    

 /*   
  .left, .main, .right {
    width:100%;
    /* The width is 100%, when the viewport is 800px or smaller */
    } 
*/
    
 body {
    font-family: 'Lato';
    max-width: 800px;
    margin: auto;
    padding: 0;
    } 
    
#mainLogo {
    padding-left: 12%;
    margin-top: -2%;
    text-align: left;
}

 
h3 {
    font-size: 20px;
    font-weight:300;
    line-height: 26px;
    letter-spacing: 2px;
    margin-top: 0;
    text-align: left;
}


.prodIcons{
    display: inline;
    padding: 0%;
}

#secSeal{
   transform: scale(0.8, 0.8); 
}

#csii{
     transform: scale(0.8, 0.8); 
}

#ccapt{
     transform: scale(0.8, 0.8); 
}

div .barLink {
   font-size: 26px;
   font-weight: 300;
   cursor: pointer;
}
    
 .firstPar {
        padding: 2% 5%;
    }
  
.col-lg-6 {
    padding-bottom: 40px;
  
    }
    
.col-lg-8 {
        padding-bottom: 20px;
         float: left;
    }
    
 .col-lg-8 h2 {
        padding: 20px 30px 20px 20px;
         float: left;
    }
    
    .col-lg-4 {
        padding-bottom: 0px;
         float: left;
    }
    .navbar-nav{
    padding-top: 25%;
}
.centered {
    text-align: center;
}

/* Use a media query to add a break point at 600px: */
@media screen and (max-width:600px) {
    
    .col-lg-8, .col-lg-4, col-lg-12 {
        float: center;
        
    }
 
 body {
  font-family: 'Lato';
  max-width: 600px;
  margin: auto;
  padding: 0;
    } 
    

    h3 {
        font-size: 16px;
    }

#mainLogo {
    padding-left: 12%;
    margin-top: -2%;
    text-align: left;
}
    
    h2 {
    font-size: 1.2em;
    font-weight:400;
    color: #0e1e3e;
    letter-spacing: 1px;
    margin-top: 0;
    text-align: left;
}
  h2 {
    font-size: 1.4em;
    font-weight:300;
    color: #0e1e3e;
    letter-spacing: 1px;
    margin-top: 0;
    text-align: left;
}

h3 {
    font-size: 20px;
    font-weight:300;
    line-height: 32px;
    letter-spacing: 2px;
    margin-top: 0;
    text-align: left;
    color: #333333;
}  
    
    prodIcons{
        display: inline;
        padding: 0;
    } 

#secSeal{
   transform: scale(0.7, 0.7); 
}

#csii{
     transform: scale(0.7, 0.7); 
}
    
#ccapt{
     transform: scale(0.7, 0.7); 
}

div .barLink {
   font-size: 22px;
   font-weight: 300;
   cursor: pointer;
}

      
.col-lg-6 {
    padding-bottom: 40px;
    }
    
.col-lg-8 {
        padding-bottom: 20px;
    }
    
 .col-lg-8 h2 {
        padding: 20px 30px 20px 20px;
    }
    
    .col-lg-4 {
        padding: 0;
    }
    
    .cardSwipeII {
    width: 50%;

}
    
    div .card-contact {
    text-align: center;
    font-size: 16px;
    color: #fff;
   /* padding-left: 3%;
    padding-right: 3%;*/
}
    
    /* hamburger icon */

.icon {
    position: absolute;
    top: 0;
    left: 30%;
    transform: translate (-50%,-50%);
    width: 40px;
    height: 60px;
    cursor: pointer;
    border: none;
    background: none;
    outline: none !important;
    float: left;
}

.hamburger {
    width: 32px;
    height: 4px;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    transition: .4s;
}

.hamburger:before,
.hamburger:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 4px;
    left: 0px;
    box-shadow: 0 2px 5 rgba(0,0,0,2);
    transition: .5s;
}

.hamburger:before {
    top: -10px;
    background: #252525;
}

.hamburger:after {
    top: 10px;
}

.navbar-nav{
    padding-top: 27%;
}

/* end hamburger icon */

    

}
    