html,body{
	margin:0;padding:0;
	font-family:Raleway,sans-serif;
	border-top: 2px solid #265E7B;
}
#preloader {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.process {
    background-image: url("../images/preloader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
#header {
	width:100%;margin:0;padding:25px 0px;
}
#header-logo {
	display:block;
	width:333px;
	height: 97px;
	margin:auto;
	background: url("../images/webidea.jpg") center center no-repeat transparent;
	background-size: 100% auto;
}

.come-in.fromBottom {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in.fromBottom:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}
@keyframes come-in {
  to { transform: translateY(0) translateX(0); }
}
.come-in.fromRight {
  transform: translateX(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in.fromRight:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}
.come-in.fromLeft {
  transform: translateX(-150px);
  animation: come-in 0.8s ease forwards;
}
.come-in.fromLeft:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}

.band {
	width:100%;margin:0;padding:50px 100px 40px;min-height:100px;position:relative;box-sizing:border-box;
}
.band::after {
	content:'';width:100%;display:block;position:relative;clear:both;height:10px;
}
.blue {
	background-color:#265E7B;color:white;
}
.band.blue.quotes {
    height: 285px;
}
.toggleOut{
	display:none;
	padding-top:30px;
}
.toggleOut .thx{
	font-weight: bold;
	font-size:20px;
}
.col-50 {
	width:50%;padding:0 25px;box-sizing:border-box;
}
.no-pad {
	padding:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
#footer {
	width:100%;margin:0;padding:25px 0px;background-color:#555;color:white;text-align:center;
}
#footer a {
	text-decoration:none;color:white;
}
p.copyright {
    margin: 0;
}
#arrowdown {
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    bottom: -25px;
}
.row {
	width:100%;height:auto;overflow:hidden;margin:15px 0;
}
input:not(.button),textarea, select {
	width:100%;box-sizing:border-box;height:50px;line-height:50px;border:1px solid #265E7B;border-radius:2px;padding:0 5px;
}
textarea {
	height:75px;
}
.col-50.form input, .col-50.form select {
	width:99%;margin-right:1%;
}
label {
    margin-bottom: -10px;
    font-size: 12px;
    display: block;
}
.button {
	padding:10px 15px;color:white;background-color:#1b4256;-webkit-appearance:none;border:none;cursor:pointer;text-transform:uppercase;transition:all 0.3s ease-in-out;
}
.button > .tick {
	display: inline-block;
	width:0;
	transition: width 0.15s linear;
	overflow: hidden;
	line-height: 12px;
}
.button:hover > .tick {
	width: 25px;
}
h1 {
	margin-bottom:1px;
}
h2 {
	text-align:center;margin:0;
}
h2.sub-head {
    text-align: left;
}
.border-right {
	border-right:1px dashed white;
}
.blue a.button {
    margin-top: 10px;
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
}
.blue a.button:hover {
	color:white;
	text-decoration: none;
}
h2.quote-head {
    margin-bottom: 50px;
}
p.quote{
	text-align:center;
	font-style:italic;
}
a.cite {
	display:inline-block;
	width:100%;
	text-align:center;
	text-decoration:none;
	color:#ddd;	
	font-size:12px;
}
/* BX OVERRIDES */
.bx-wrapper .bx-viewport {
	border:none;background:none;box-shadow:none;
}
.bx-wrapper img {
	margin:auto;	
}
.quotes .bx-viewport {
	height:auto!important;
}
.bx-wrapper .bx-pager {
	display:none;	
}
/* MQ */
@media(max-width:768px),(max-device-width:768px){
	.col-50 {
		width:100%;
	}
	.border-right {
		border:none;
		border-bottom:1px dashed white;
	}
	.col-50.form {
		margin:15px 0px;
	}
	input.button {
		width:100%;
	}
}
@media(max-width:555px),(max-device-width:555px){
	.band {
		padding:50px 50px 40px;
	}
}
@media(max-width:368px),(max-device-width:368px){
	.band {
		padding:50px 25px 40px;
	}
	#header-logo {
		max-width:80%;
	}
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #ccc;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cd-top .arrow{
	position: absolute;
	left:10px;
	top:15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ffffff transparent;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover,.cd-top:hover {
  background-color: #629796;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 50px;
		width: 50px;
		right: 30px;
		bottom: 30px;
	}
	.cd-top .arrow{
		left:10px;
		top:17px;
		border-width: 0 15px 15px 15px;
	}
}

#myCarousel .carousel-control,
#myCarousel2 .carousel-control{
	width: 24px;
	background:transparent;
}
#myCarousel .carousel-control .glyphicon::before,
#myCarousel2 .carousel-control .glyphicon::before{
	content: ""!important;
}
#myCarousel .carousel-control .glyphicon,
#myCarousel2 .carousel-control .glyphicon{
	background: url(../images/controls.png) no-repeat;
	width:32px;
}
#myCarousel .carousel-control .glyphicon-chevron-left,
#myCarousel2 .carousel-control .glyphicon-chevron-left{
	background-position: top left;
}
#myCarousel .carousel-control .glyphicon-chevron-right,	
#myCarousel2 .carousel-control .glyphicon-chevron-right{	
	background-position: -43px 0;
}