body {
	/*background: rgba(0, 0, 0, 0) url("../images/page-background.png") repeat scroll 0 0;*/
	color: #000
}
p {
	line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}
p a, a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.carousel img {
	width: 100%;
	max-height: 380px
}
.carousel-caption {
	left: 20%;
	padding-bottom: 30px;
	right: 20%;
	top: 20%
}
.carousel-caption p {
	font-size: 3vw;
	text-align: center;
}
.carousel-caption .bannercolor {
	color: #fdb813;
	font-weight: bold;
	
	font-size: 4vw;
	text-align: center
}
.banner {
	background: rgba(0, 0, 0, 0) url("../images/bg4.jpg") no-repeat scroll center center / cover;
	width: 100%;
}
.banner .text {
	background: rgba(0, 146, 208, 0.5) none repeat scroll 0 0;
	height: auto;
	margin: 30px 0;
	padding: 15px 50px;
}
.banner .text h1 {
	border-bottom: 2px solid white;
	color: #fdb813;
	font-family: "LeagueGothic" !important;
	font-size: 35px;
	font-weight: 200 !important;
	letter-spacing: 0 !important;
	line-height: 55px;
	margin-bottom: 17px;
	text-transform: uppercase !important;
}
.banner .text p {
	color: #ffffff;
	font-family: 'Lato',"Open Sans",sans-serif;
	line-height: 1.75em;
	margin-bottom: 15px;
}
.service-wrapper {
	background: #fff none repeat scroll 0 0 padding-box;
	border-radius: 5px;
	box-shadow: 0 0 3px #999;
	margin: 20px 10px;
	padding: 30px 20px;
	text-align: center;
}
.section .container:first-child h1, .section .container:first-child h2, .section .container:first-child h3 {
	font-weight: 700;
	margin-top: 0;
}
.service-wrapper h3 {
	font-size: 1.2em;
	margin: 10px 0 !important;
}
h3 {
	color: #53555c;
	font-size: 1.5em;
}
.btn {
    background: #1E69B4 none repeat scroll 0 0;
    border: 1px solid #1E69B4;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    transition: all 0.25s ease 0s;
    white-space: normal;
}
.btn:hover {
    background: #0092d0 none repeat scroll 0 0;
    border: 1px solid #0092d0;
    color: #fff;
    text-decoration: none;
}

.leftbox {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px #999;
	margin: 10px 0px;
	padding: 5px 28px 86px;
}
.rightbox {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px #999;
	margin: 10px 0px;
	padding: 5px 15px;
}
.rightbox h3 {
	font-weight: normal;
	font-size: 16px
}
.leftbox .title {
	font-size: 28px;
	font-family: 'Lato',"Open Sans",sans-serif;
}
.leftbox p {
	font-size: 18px;
}
.leftbox .time {
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.hs-featured-image-wrapper .hs-featured-image-link img {
	border-width: 0;
	display: inline-block !important;
	float: right;
	height: auto;
	margin: 20px 0 20px 20px;
	max-height: 170px;
	max-width: 210px;
	width: auto;
}
.newbox {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.newbox ul li {
	list-style-type: disc
}
.boxone, .boxtwo, .boxthree {
	background: rgba(0, 0, 0, 0) url("../images/right_sideseperator.png") no-repeat scroll center bottom;
	margin: 5px !important;
	padding: 8px 8px 30px !important;
}
.boxtwo ul {
	margin-left: 0px;
	padding-left: 0px
}
.boxtwo ul li {
	color: #337ab7;
	font-size: 16px;
	line-height: 26px;
	list-style: none;
}
.boxtwo ul li a {
	font-size: 16px
}
.boxthree ul {
	margin-left: 0px;
	padding-left: 0px
}
.boxthree ul li {
	color: #337ab7;
	font-size: 16px;
	line-height: 26px;
}
.boxthree ul li a {
	font-size: 16px
}
.content img {
	width: 100%;
	padding: 10px 0px
}
.broken_link, a.broken_link {
	text-decoration: none;
}
