@charset "utf-8";
/* CSS Document */

/* SPACING */

.pt-20 {
padding-top: 20px;

}
.pb-20 {
  padding-bottom: 20px;
  
  }
.mt-40	{
margin-top: 40px;	
}


.mt-50	{
margin-top: 50px;	
}


.navbarBottom {
 margin-bottom: 0px;
}

.captionTop {
 margin-bottom: 20px;
 top: 0px;
}

.captionTxt1 {
	margin-top: 15px;
	font-weight: bold;	
}

.imgBare {

}

.imgLogo {
	
}

.imgMar1 {
	
	margin: -5px -15px 10px -15px;
}

h3.exampleHeader {
	color: white;
	font-weight: 800;
}


.menuLink1  {
font-family: 'Oswald', sans-serif;}

section {
	
padding-top: 0px;
padding-bottom: 50px;	
	
}

.sectionAccPics {
	background: #042C60;	
	padding-top:60px;
	
}


.strikeThrough {
text-decoration: line-through !important;	
}

.is-centered { margin: auto; max-width: 1200px;}


.col-centered{
    float: none;
    margin: 0 auto;
}



/*
Animated down arrow
*/
.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}





.inputBox{
	position: relative;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.inputBox .inputText{
	position: absolute;
    font-size: 24px;
    line-height: 50px;
    transition: .5s;
    opacity: .5;
}
.inputBox .input{
	position: relative;
	width: 100%;
	height: 50px;
	background: transparent;
	border: none;
    outline: none;
    font-size: 24px;
    border-bottom: 1px solid rgba(0,0,0,.5);

}
.focus .inputText{
	transform: translateY(-30px);
	font-size: 18px;
	opacity: 1;
	color: #00bcd4;

}

.a_search{
	list-style:none;
}


input[type=checkbox].fancy-checkbox {
  position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].fancy-checkbox + label.cb-label {
  padding-left:31px;
  height:26px; 
  display:inline-block;
  line-height:26px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:26px;
  vertical-align:middle;
  cursor:pointer;

}

input[type=checkbox].fancy-checkbox:checked + label.cb-label {
  background-position: 0 -26px;
}
label.cb-label {
background-image:url(assets/css/check-bg.png);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.txtLimited {
color:#F7070B;
}
.txtMore {
color:#1F10E7;
}
.txtWhite {
color:#FFF;
}

.sectionEPBBlue {
	
	background: #042C60;	
}
.sectionEPB-lt-Blue {
    background: #01367b;
}

.mfgIMG {
padding:5px;	
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


span > ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

span > ol > li {
  margin: 0;
  padding: 0 0 1em 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

span > ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

.hdrRed {
color: #8b0000;	
}
.hdrLtRed {
color: #ed2939;	
}

.btn-warning {
    color: black;
    background-color: yellow;
    border-color: yellow;
}

.btn-warning a.hover{
    color: red;
    background-color: #E6E628;
    border-color: #E6E628;
}
.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover{
    color: red;
    background-color: #E6E628;
    border-color: #E6E628;	
}

.btn-warning a {
color: black;

}

.txtCallText {
color: blue;
}

.marginB15 {
margin-bottom:15px;	
}

.compactDetails {
font-size:12px !important;
}

.txt-center-8p {
text-align: center;
margin: 0 0 0 auto;
}