*{
    margin: 0px;
    padding: 0px;
}
body, html{
    height: 100%;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.bxslider, .bxslider li{
    height: 100% !important;;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bx-wrapper .bx-viewport{
    border: none !important;
}

.section-title {
    color: #135da3;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 30px;
}

.breadcrumb { 
	list-style: none; 
	overflow: hidden; 
	font: 18px Helvetica, Arial, Sans-Serif;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 0 10px 65px;
	background: #003366; 
	position: relative; 
	display: block;
	float: left;
}

.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #003366;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}

.margin-left-140 {
	margin-left: 140px;
}
.margin-left-140 ul {
	margin-left: 40px;
}
.margin-top-40 {
	margin-top: 40px;
}

body{
    font-family: gibsonregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #6b7173;
    background-color: #fff;
}

.logo{
	position: fixed;
	left: 152px;
	margin-left: -111px;
	margin-top: 50px;
	z-index: 5;
	height: 120px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.error-msg{
	display: none;
	color: red;
}

.success-msg{
	display: none;
	color: green;
}


.btn {
  background: #003366;
  background-image: -webkit-linear-gradient(top, #003366, #2980b9);
  background-image: -moz-linear-gradient(top, #003366, #2980b9);
  background-image: -ms-linear-gradient(top, #003366, #2980b9);
  background-image: -o-linear-gradient(top, #003366, #2980b9);
  background-image: linear-gradient(to bottom, #003366, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: sans-serif;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 20px;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #003366);
  background-image: -moz-linear-gradient(top, #3cb0fd, #003366);
  background-image: -ms-linear-gradient(top, #3cb0fd, #003366);
  background-image: -o-linear-gradient(top, #3cb0fd, #003366);
  background-image: linear-gradient(to bottom, #3cb0fd, #003366);
  text-decoration: none;
}

.site-footer {
	padding: 70px 35px;
    background: #003366;
    position: relative;
    z-index: 1;
	color: #fff;
	margin-top: 30px;
}
.site-footer a {
	color: #fff;
	padding: 20px;
	text-decoration: none;
}
.site-footer .copy-right{
	padding: 20px;
	text-align:center;	
	font-size: 14px;
}