@charset "utf-8";
@import url("media.css");
@import url("animate.css");
@import url("hw-parallax.min.css");

/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'KievitWeb', Helvetica, Arial, sans-serif;
	background-image: url(images/4000pxbg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
 html,body {
      height: 100%;
    }

#whitewrapper {background-color:#fff;overflow:auto;height:100%;height:auto !important; }
.footercontainer {
	text-align: left;
	float: left;
	margin-left: 280px;
	padding: 0;
	margin-right: 2%;
	font-size: 14px;
	color: #5C5B60;
	width: 70%;
}
.container30 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-top: 25px;
	padding-bottom: 35px;
	margin-bottom: 25px;
	padding-left: 0px;
	padding-right: 0px;
}
.container {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	clear: both;
	/* [disabled]margin-top: 25px; */
}
.containertrans {
	width: 96%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 1% 2%;
	background-color: rgba(255,255,255,0.85);
	clear: both;
	height: 100%;
	min-height: 250px;
	margin-top: 840px;
	margin-bottom: 200px;
}
.containers2 {
	width: 96%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 1% 2%;
	background-color: rgba(255,255,255,0.85);
	clear: both;
	height: 100%;
	min-height: 650px;
}
.containerp2 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 0;
	clear: both;
	max-width: 1000px;
	min-height: 698px;
}
	
.containersm {
	width: 96%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	clear: both;
	padding-right: 2%;
}
.containerbottom {
	width: 96%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 2%;
	clear: both;
}
.col50 {
	width: 50%;
	float: left;
}
.col70 {
	width: 70%;
	float: left;
}

.wrapper {
	background-color: #FFFFFF;
	padding-top: 65px;
	padding-bottom: 65px;
	clear: both;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	background-position: 0% 0%;
	margin-left: auto;
	margin-right: auto;
}
.wrappertrans {
	padding-top: 25px;
	clear: both;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	background-position: 0% 0%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#footerwrap {
	background-image: url(../images/websitefooter.gif);
	width: 100%;
	background-position: left top;
	position: static;
	margin-top: 50px;
	float: left;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.col30 {
	width: 30%;
	float: left;
	margin: 0;
	padding: 0;
}
.col40 {
	width: 25%;
	float: left;
	text-align: center;
}
.logo {
	float: right;
	padding-right: 25px;
	display: inline-block;
	position: relative;
	top: 0px;
	right: 0px;
	max-width:230px;
	width:100%;
}
body,td,th {
	color: #5c5b60;
	font-family: KievitWeb, Helvetica, Arial, sans-serif;
}
h1 {
	text-align: left;
	color: #717075;
	font-weight: bold;
	font-size: 40px;
	font-variant: normal;
	margin: 0;
	line-height: 70px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
h2 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 36px;
	letter-spacing: -1px;
	background-color: #0365AC;
	text-transform: uppercase;
	min-height: 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
}
h3 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 7px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 26px;
	letter-spacing: -1px;
	background-color: #0365AC;
	text-transform: uppercase;
}
h4 {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 25px;
	line-height: 22px;
	margin: 0;
	padding-top: 15px;
	letter-spacing: 0px;
	font-weight: normal;
}
.rolloverimg {

}
.rolloverimg:hover {
	
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.animatedh1 { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 

@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInLeft { 
    -webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft; 
}
.animatedfade { 
    -webkit-animation-duration: 3s; 
    animation-duration: 3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
.fadeIn { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}
.animated1 { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
.fadeIn { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}
a:link {
	text-decoration: none;
	color: #0365AC;
	clear: none;
	padding-top: 0px;
}
a:visited {
	color: #0365AC;
}
a:visited {
	text-decoration: none;
	color: #0365AC;
}
a:hover {
	text-decoration: underline;
	color: #717174;
}
a:active {
	text-decoration: none;
	color: #717174;
}
a.nav:link {
	text-decoration: none;
	font-size: 18px;
	line-height: 26px;
	color: #717174;
	text-transform: uppercase;
	display: inline-block;
	float: left;
	margin-top: 29px;
	padding-left: 22px;
}
a.nav:visited {
	text-decoration: none;
	color: #717174;
}
a.nav:hover {
	text-decoration: underline;
	color: #717174;
}
a.nav:active {
	text-decoration: none;
	color: #717174;}
a.flink:link {
	text-decoration: none;
	font-size: 14px;
	color: #5C5B60;
	display: inline-block;
	margin-left: 15px !important;
	margin-right: 15px !important;
	float: none !important;
	text-align: center !important;
}
a.flink:visited {
	text-decoration: none;
	color: #717174;
}
a.flink:hover {
	text-decoration: underline;
	color: #717174;
}
a.flink:active {
	text-decoration: none;
	color: #717174;}
.fb {
	display: inline-block;
	float: none;
	clear: none;
	margin-left: 35px;
	margin-top: 15px;
}
p {
	color: #717075;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0px;
}
p.med {
	font-size: 1.1em;
	line-height: 1.25em;
}

p.large  {
	margin: 0;
	font-size: 28px;
	letter-spacing: -1px;
}
.blue {
	color: #0365AC;
}
.col50last {
	width: 46%;
	float: left;
	padding-left: 4%;
}
.doc {
	width: 60%;
	float: left;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 1%;
}
.col20 { width:20%;float:left;}
.col80 { width:80%;float:left;}

.col100 {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.productfeature {
	width: 100%;
	padding: 0;
	background-color: rgba(161,165,168,0.75);
	text-align: center;
	position: relative;
	margin-bottom: 25px;
	bottom: 0px;
	display: inherit;
}

#footerwrap li {
	font-size: 14px;
	margin-left: 0px;
	color: #5c5b60;
	display: inline-block;
	list-style-type: none;
	float: left;
	margin-right: 0px;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center !important;
}
/* first for IE 4–8 */
@font-face {
  font-family: KievitWeb;
  src: url("../KievitWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: KievitWeb;
  src: url("../KievitWeb.woff") format("woff");
}
img {border:none; }

.imgpad {padding-left:20%;width:80%;}
.imgpadright {
	padding-right: 20%;
	width: 80%;
	padding-top: 20px;
}

.small {
	font-size: .8em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
#bg-section2, #bg-section, #tile-section {
	box-sizing: border-box;
	padding-top: 1em;
	padding-bottom: 1em;
	min-height: 100%;
	background-position: center top;
    }
    #separator-section {
      padding: 4em;
    }
.imgfeature {
	width: 98%;
	padding-left: 1%;
	padding-right: 2%;
	margin-top: 15px;
}
#tile-section {
	min-height: 1200px;
	background-clip: border-box;
}
.whitebg {background-color: rgba(255,255,255,0.85); }
.imgright {
	width: 50%;
	float: right;
	margin-right: 4%;
}
.pright {padding-right:30px; }
.interestinglinkstoppad {
	padding-top: 8px;
}
p.left {padding-left:15px; }
sup {font-size:.6em}
