@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700|Source+Sans+Pro:400,300,700);

body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72222;
  color: #34495e;
  background-color: #fff;
  }
a {
  color: #5f439a;
  text-decoration: none;
  -webkit-transition: .25s;
          transition: .25s;
  }
a:hover,
a:focus {
  color: #5f439a;
  text-decoration: none;
  }
a:focus {
  outline: none;
  }

  
p {
	font-size: 16px;	
}

h1 {
	font-size: 34px;
	line-height: 54px;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 30px;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

.light {
	font-weight: 400;
}



.margin-top-20 {
	margin-top: 30px !important;
}


 .icon-bar {
    background-color: black;
}

li.active a {
	text-decoration: underline !important;
}

header .navbar.plain li.active a {
	color: #1ABC9C;
}

header .navbar-white {
	background: #fff;
}

header .navbar-white a {
	color: #3D566E;
}

.navbar {
    font-size: 16px;
    min-height: 100px;
    border: none;
    border-radius: 6px;
}


.wrapper.grey {
	padding: 40px 0 40px 0;
	margin: 0 0 40px 0;
	background: #ECF0F1;
	border-top: 1px solid #d3d9dd;
	border-bottom: 1px solid #d3d9dd;
	
}

.content-block {
	width: 100%;
	padding: 40px 0 40px 0;
	z-index: 100;
	position: relative;
	background-color: #ffffff;
}


hr.dashed {
	border: 3px dashed #cbd0d3;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

.bg-deepocean { background-color: #193441 !important; color: #fff; padding: 40px; }
.bg-purple{ background-color: #5f439a!important; color: #fff; padding: 20px; }

	
h1 { color: #5f439a; }	

	
@media (max-width:576px){
		.float-sm-left{float:left!important}	
}

.bg-transparent {
	text-align: center !important;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
}

.lead {
	font-weight: bold;
}

.footer a {
	color: #ccc;
	text-decoration: none;
}

.footer a:hover {
	color: #ccc;
	text-decoration: underline;
}