@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
html,
body {
	font-family: 'Roboto Slab', serif;
	background: #f9f9f9;
}

body {
	margin-bottom: 60px;
}

html {
	position: relative;
	min-height: 100%;
}

p,
label,
input {
	font-family: 'Open Sans', sans-serif;
	font-size: .913em;
	color: #777;
}

select,
input {
	border-radius: 0;
	-webkit-appearance: none;
	box-shadow: none !important;
}

.nopadding {
	padding: 0 !important;
}

.navbar-brand img {
	max-width: 150px;
}

.navbar-brand {
	padding: 14px 15px;
}

.navbar-default {
	background-color: #fff;
	border-bottom: none;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	min-height: 60px;
	border-left: none;
	border-right: none;
	border-top: none;
}

.navbar-default .navbar-nav>li>a {
	color: #555555;
	padding-top: 22px;
	padding-bottom: 18px;
	font-size: .975em;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: none;
	color: #333;
	font-weight: bold;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	border: none;
	background: none;
}

.navbar-toggle {
	padding: 16px 10px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #333;
}

.banner {
	padding: 0;
	margin: 0;
	background-image: url(../images/banner.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.inner-banner {
	background-image: url(../images/banner-1.jpg);
	background-position: center;
}

.banner h1 {
	font-size: 2.6em;
	text-align: left;
	color: #fff;
	padding: 9% 0 10px;
	font-weight: 300;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
}

.banner h1 span {
	font-weight: 700;
}

.immigration-banner {
	padding: 0;
	margin: 0;
	background: url(../images/immigration-banner.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.immigration-banner h1,
.form-group select,
.form-group input {
	background: #fff;
}

.form {
	padding: 15px;
	background: rgba(255, 255, 255, 0.8);
	margin: 15px 0;
}

.form button {
	float: left;
}

.form a {
	color: #418bc9;
	float: left;
	display: inline-block;
	padding: 20px 0 0 10px;
}

.form h2 {
	color: #0a4166;
	font-size: 1em;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 15px;
}

.form-control {
	border-radius: 0 !important;
	border: none;
	height: 44px;
	padding: 12px 12px;
}

.whitesec {
	padding-bottom: 30px;
	margin: 10px 0;
	background: #fff;
}

.whitesec h2 {
	font-size: 2em;
	text-align: center;
	color: #11253d;
	padding: 20px 0 10px;
	font-weight: 300;
}

.whitesec p {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 15px;
}

.whitesec .btn-primary {
	float: none;
	margin: 20px auto 0;
}

p {
	font-weight: normal;
	max-width: 700px;
}

.about h3 {
	font-size: 1.75em;
	text-align: left;
	color: #11253d;
	padding: 0;
	font-weight: 300;
}

.about p {
	text-align: left;
}

.about>div {
	min-height: 220px;
}

.about .icon {
	height: 35px;
}

.about .icon img {
	max-width: 60px;
	max-height: 42px;
}

.btn-primary {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #418bc9;
	font-size: 1.125em;
	color: #fff;
	padding: 7px 34px 9px;
	border: none;
	margin: 10px 0;
	display: block;
}

a.btn-primary {
	display: inline-block;
	width: auto;
	margin-bottom: 20px !important;
}

.btn-banner {
	background: #fff;
	padding: 4px 15px 6px;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.btn-primary.white {
	background: #418bc9;
	margin-bottom: 20px;
	float: left;
	color: #fff;
	font-weight: 400;
}

.services {
	background: #11253d;
	margin-top: 40px;
}

.services h2 {
	text-align: left;
	color: #fff;
	font-weight: 300;
	font-size: 3em;
	max-width: 200px;
}

.services p {
	text-align: left;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	padding-bottom: 30px;
	max-width: 80%;
	float: left;
}

.boxes {
	width: 33.3%;
	border: 1px solid #fff;
	margin-right: -1px;
	margin-bottom: -1px;
	position: relative;
	float: right;
}

.boxes p {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: #11253d;
	color: fff;
	padding: 2px 12px;
	width: 70%;
}

.contact {
	background-image: url(../images/contactbg.jpg);
	background-position: top;
	background-color: #000;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	padding-bottom: 30px;
}

.contact a,
.contact a:hover {
	color: #fff;
	text-decoration: none;
}

.fadebg {
	background: rgba(0, 0, 0, 0.68);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.contact h2,
.contact h1 {
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 2em;
}

.contact .col-xs-12 p {
	text-align: center;
	margin: 0 auto;
	float: none;
	color: #fff;
	padding: 5px 0 30px;
}

.contact .form-control,
.contact .form-control:focus {
	background: #fff;
	border: none;
	color: #fff;
	border-bottom: 1px solid #fff !important;
	border-radius: 0;
	padding: 5px 10px 7px;
	box-shadow: none;
	margin: 5px 0;
}

.address {
	color: #fff;
	padding-left: 30px;
}

.address span {
	font-size: 1.25em;
	font-weight: 700;
}

.footer-text {
	text-align: left;
	color: #ccc;
	padding: 15px 0;
	font-size: .813em;
}

.content h1 {
	font-size: 3em;
	text-align: left;
	color: #11253d;
	padding: 20px 0 10px;
	font-weight: 300;
}

.content p {
	float: left;
	text-align: left;
	padding-bottom: 20px;
}

.sidebar h2 {
	font-size: 1.5em;
	text-align: left;
	color: #11253d;
	padding: 20px 0 10px;
	font-weight: 700;
}

.sidebar p {
	float: left;
	text-align: left;
}

.panel-heading {
	border-radius: 0;
	background: none !important;
	color: #333;
	border-color: #b7b7b7;
	padding: 18px 15px 20px;
	border-bottom: 0;
}

.panel-heading h4 {
	font-weight: 700;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}

.panel-body {
	padding-top: 0px;
	color: #666;
}

a:focus,
a:hover {
	outline: none;
	text-decoration: none;
}

.abt {
	background: #fff;
	padding-bottom: 20px;
	border-right: 5px solid #f9f9f9;
}

.abt h2 {
	font-size: 1.35em;
	font-weight: 700;
	color: #418bc9;
}

.about-list {
	background: #fff;
	padding-bottom: 20px;
}

.about-list h2 {
	font-size: 1em;
	color: #418bc9;
}

.about-list p {
	text-align: left;
}

.whitebg {
	background: #fff;
	margin: 20px 0;
}

.about-list img {
	max-width: 70px;
	max-height: 60px;
	margin-top: 30px;
}

@media only screen and (max-width: 991px) {
	.abt {
		border-right: none;
		border-bottom: 5px solid #f9f9f9;
	}
}

@media only screen and (max-width: 767px) {
	.address {
		color: #fff;
		padding-left: 0;
		padding-bottom: 30px;
		text-align: center;
	}
	.banner h1 {
		font-size: 2em;
	}
	.btn-banner {
		margin-bottom: 30px;
	}
}

.tabs-left {
	margin-top: 10px;
}

.tabs-left>li,
.tabs-right>li {
	float: none;
	margin-bottom: 2px;
}

.tabs-left>li {
	margin-right: -2px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
	border-bottom-color: #ddd;
	border-right-color: transparent;
}

.sidetabs .tabs-left {
	background: #fff;
	border: none;
}

.sidetabs .nav-tabs>li.active>a,
.sidetabs .nav-tabs>li.active>a:focus,
.sidetabs .nav-tabs>li.active>a:hover {
	background: #418bc9;
	color: #fff;
	border-radius: 0;
	border-bottom: 2px solid #0a4166;
}

.sidetabs .nav-tabs>li>a,
.sidetabs .nav-tabs>li>a:focus,
.sidetabs .nav-tabs>li>a:hover {
	border: none;
	border-top: 4px solid #f9f9f9;
	background: none;
	border-radius: 0;
	padding-top: 10px;
}

.tabcontent {
	margin-top: 20px;
	padding-bottom: 30px;
}

.tabcontent li {
	font-family: 'Open Sans', sans-serif;
	font-size: .913em;
	color: #777;
}

.tabcontent h2,
.tabcontent h3,
.text-primary {
	color: #0a4166;
}

.navbar-toggle .icon-bar {
	background: #0a4166;
}

.navbar-toggle.pull-left {
	padding: 12px 15px 0;
}

footer {
	background: #0a4166;
	color: #fff;
	padding: 24px 0;
	font-size: .75em;
	margin-top: 30px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
}

.sidebox {
	background: #dfdfdf;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sidebox h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}

.sidebox li {
	font-size: 1em;
	font-family: Arial, "Open Sans";
	font-size: .913em;
	color: #555;
}

ul {
	margin-left: 0px;
	padding-left: 19px;
	padding-top: 10px;
}

.contact-page h2 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 15px;
}

.contact-page .form-group input {
	border: 1px solid #e1e1e1;
}

input[type=checkbox],
input[type=checkbox]:focus {
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	outline: none;
}

input[type=checkbox]:checked {
	background-color: #418bc9;
	outline: none;
}

.contact-page .address {
	color: #555;
	margin-top: 20px;
}

.tiles {
	background: #fff;
	padding: 15px 20px;
	margin-bottom: 20px;
}

.tiles h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0;
}

.tiles button {
	padding: 6px 15px;
	font-size: 1em;
}

@media only screen and (max-width: 767px) {
	.sidetabs .nav-tabs>li.active>a,
	.sidetabs .nav-tabs>li>a {
		text-align: center;
	}
	.tabs-left {
		margin-top: 0;
	}
}