/* slidebars */
#sb-site,.sb-site-container,.sb-slidebar,body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}html{height:100%}body{min-height:100%;height:auto;position:relative}html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden}#sb-site,.sb-site-container{width:100%;min-height:100vh;position:relative;z-index:1}#sb-site:after,#sb-site:before,.sb-site-container:after,.sb-site-container:before{content:' ';display:table;clear:both}.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;display:none;background-color:#222}.sb-slidebar,.sb-slidebar *{-webkit-transform:translateZ(0px)}.sb-left{left:0}.sb-right{right:0}.sb-slidebar.sb-static,html.sb-static .sb-slidebar{position:absolute}.sb-slidebar.sb-active{display:block}.sb-style-overlay{z-index:9999}.sb-momentum-scrolling{-webkit-overflow-scrolling:touch}.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}@media (max-width:480px){.sb-slidebar{width:70%}.sb-width-thin{width:55%}.sb-width-wide{width:85%}}@media (min-width:481px){.sb-slidebar{width:55%}.sb-width-thin{width:40%}.sb-width-wide{width:70%}}@media (min-width:768px){.sb-slidebar{width:40%}.sb-width-thin{width:25%}.sb-width-wide{width:55%}}@media (min-width:992px){.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}}@media (min-width:1200px){.sb-slidebar{width:20%}.sb-width-thin{width:5%}.sb-width-wide{width:35%}}#sb-site,.sb-site-container,.sb-slide,.sb-slidebar{-webkit-transform:translate(0px);-moz-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left,right;-webkit-backface-visibility:hidden}.sb-hide{display:none}
/* primary */
body {
	background-color: #555555;
	font-family: 'Source Sans Pro', sans-serif, arial;
}
body,
html {
	height: 100%;
}
body.modal-open {
	padding: 0 !important;
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.text-green {
	color: #92EF8E !important;
}
.required {
	 color: #A60303;
}
.sidebar {
	 background: #f9f9f9;
}
.sidebar .block {
	padding: 30px 0;
}
.news h4 {
	font-size: 24px;
}
.news img {
	border-radius: 5px;
}
.cc img,
.cc-logos img {
	max-height: 30px;
	margin: 10px 5px 0 0;
}
.cc img {
	float: right;
	max-height: 20px;
}
.cc img.inactive {
	opacity: 0.25;
	filter: alpha(opacity=25);
}
.tb {
	display: table;
}
.tb .col-fluid,
.tb .col-fixed {
	display: table-cell;
	vertical-align: top;
}
.tb .col-fluid {
	padding: 30px 15px 30px 0;
	max-width: 100%;
}
.tb .col-fixed {
	padding: 0 20px 20px 20px;
	width: 350px;
}
@media(max-width:990px){
	.tb .col-fixed {
		width: 250px;
	}
}
@media(max-width:768px){
	.tb {
		display: block;
	}
	.tb .col-fixed,
	.tb .col-fluid {
		display: block !important;
		width: 100% !important;
	}
	.tb .col-fixed {
		padding: 15px 0;
	}
	.sidebar {
		background: transparent !important;
	}
	.sidebar .block {
		 display: none;
		 background-color: #ffffff;
	}
}
.pager .previous i {
	margin-right: 5px;
}
.pager .next i {
	margin-left: 5px;
}
/* header */
header {
	z-index: 1000;
}
header.bg {
  background: url('bg/house-bg.jpg') no-repeat center center;
  background-size: cover;
}
header.sub {
	position: absolute;
	z-index: 10;
	width: 100%;
}
header .overlay {
  background: rgba(0,0,0,.15);
}
header .pull-right {
  text-align: right;
}
header .phone {
  font-size: 18px;
  color: #555555;
}
header .phone a {
  color: #003F8D;
  text-decoration: underline;
}
header .phone a:hover,
header .phone a:focus {
  text-decoration: none;
}
header .btn-default {
  margin-top: 25px;
  background: #004497;
  background: -webkit-linear-gradient(#0E63CC,#004497 20px);
	background: -moz-linear-gradient(#0E63CC,#004497 20px);
	background: -ms-linear-gradient(#0E63CC,#004497 20px);
	background: -o-linear-gradient(#0E63CC,#004497 20px);
	background: linear-gradient(#0E63CC,#004497 20px);
  color: #ffffff;
  border: 0;
  font-size: 16px;
  padding: 10px 20px;
}
header .btn-default:hover,
header .btn-default:focus {
  background: #004497 !important;
  color: #ffffff !important;
}
header .btn-default i {
  margin-right: 5px;
  color: #F3D611;
}
header .wrapper {
	background: #ffffff;
  background: -webkit-linear-gradient(#ffffff,rgba(255,255,255,.75));
	background: -moz-linear-gradient(#ffffff,rgba(255,255,255,.75));
	background: -ms-linear-gradient(#ffffff,rgba(255,255,255,.75));
	background: -o-linear-gradient(#ffffff,rgba(255,255,255,.75));
	background: linear-gradient(#ffffff,rgba(255,255,255,.75));
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.25);
	box-shadow: 0 0 30px rgba(0,0,0,0.25);
}
header img {
  max-height: 75px;
}
header nav {
  padding-top: 15px;
}
header nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-top: 10px;
}
header nav li {
  display: inline-block;
  font-size: 16px;
  margin-right: -3px;
}
header nav li a {
  display: block;
  padding: 15px 14px;
  color: #002B61;
  border-bottom: 5px solid transparent;
  -webkit-transition: 0.3s ease border-color;
	transition: 0.3s ease border-color;
}
header nav li:first-child a {
  margin-left: 0;
}
header nav li.active a {
  border-color: #0E63CC;
  background: -webkit-linear-gradient(transparent 30%,#ffffff);
	background: -moz-linear-gradient(transparent 30%,#ffffff);
	background: -o-linear-gradient(transparent 30%,#ffffff);
	background: linear-gradient(transparent 30%,#ffffff);
  color: #2983F2;
}
header nav li a:hover,
header nav li a:focus {
  border-color: #2983F2;
  color: #0E63CC;
  text-decoration: none;
}
header nav .menu {
	display: none;
}
@media(max-width:992px){
	header nav ul {
		margin-top: 35px;
	}
}
@media(max-width: 768px){
	header nav ul,
	header nav .pull-right {
		display: none;
	}
	header nav {
		padding-bottom: 15px;
	}
	header nav .menu {
		float: right;
		position: relative;
		padding-right: 15px;
		display: block;
		font-size: 42px;
	}
	header nav .menu a,
	header nav .menu a:hover,
	header nav .menu a:focus {
		color: #000000;
	}
}
/* section */
section {
  padding: 30px 0;
}
section.sub {
	padding: 150px 0 0 0;
}
section.sub h1 {
	color: #ffffff;
	margin-bottom: 30px;
	text-shadow: 1px 1px 5px #000000;
}
section.sub .overlay {
	background: transparent;
	background: -webkit-linear-gradient(transparent,rgba(0,0,0,0.45));
	background: -moz-linear-gradient(transparent,rgba(0,0,0,0.45));
	background: -ms-linear-gradient(transparent,rgba(0,0,0,0.45));
	background: -o-linear-gradient(transparent,rgba(0,0,0,0.45));
	background: linear-gradient(transparent,rgba(0,0,0,0.45));
}
section.bg-1 {
	background: url('bg/house-bg.jpg') no-repeat center center;
	background-size: cover;
}
section.bg-2 {
	background: url('bg/cottage-bg.jpg') no-repeat center center;
	background-size: cover;
}
section.bg-3 {
	background: url('bg/duplex-bg.jpg') no-repeat center center;
	background-size: cover;
}
section.bg-4 {
	background: url('bg/tax-assessed-bg.jpg') no-repeat center center;
	background-size: cover;
}
section.bg-5 {
	background: url('bg/bonus-bg-new.jpg') no-repeat center center;
	background-size: cover;
}
section.bg-sept2023 {
	background: url('bg/sept-bg.png') no-repeat center center;
	background-size: cover;
}
section.white {
	 background-color: #ffffff;
}
section.white-grad {
	background-color: #ffffff;
	background: -webkit-linear-gradient(#f1f1f1, #ffffff);
	background: -o-linear-gradient(#f1f1f1, #ffffff);
	background: linear-gradient(#f1f1f1, #ffffff);
}
section.white h2 {
	font-size: 24px;
	margin: 30px 0;
}
section.white-grad h3,
section.white h3 {
	font-size: 21px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	margin-top: 30px;
	color: #0C5FC5;
	padding-bottom: 10px;
}
section.white h4.map {
	margin: 0 0 20px 0;
	font-size: 21px;
}
section.white .aic-logo {
	float: left;
	position: relative;
	margin: 0 30px 30px 0;
}
@media(max-width:468px){
	section.white .aic-logo {
		float: none;
		margin: 0 auto 15px auto;
		display: block;
	}
}
section.white.aic h4 {
	margin-top: 0 !important;
}
section.white.pay h3:first-child {
	margin-top: 0;
}
section .icon-title {
	width: 80px;
	display: inline-block;
	line-height: 30px;
}
section .icon-title i {
	font-size: 21px;
	margin-right: 5px;
	float: left;
}
section .btn-send,
section .btn-pay {
	margin: 0 auto;
	display: block;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 30px;
	margin-top: 30px;
	background: #2C9827;
	background: -webkit-linear-gradient(#3DB737,#2C9827);
	background: -moz-linear-gradient(#3DB737,#2C9827);
	background: -ms-linear-gradient(#3DB737,#2C9827);
	background: -o-linear-gradient(#3DB737,#2C9827);
	background: linear-gradient(#3DB737,#2C9827);
}
section .btn-send {
	background: #004497;
  background: -webkit-linear-gradient(#0E63CC,#004497 20px);
	background: -moz-linear-gradient(#0E63CC,#004497 20px);
	background: -ms-linear-gradient(#0E63CC,#004497 20px);
	background: -o-linear-gradient(#0E63CC,#004497 20px);
	background: linear-gradient(#0E63CC,#004497 20px);
}
section .btn-pay:hover,
section .btn-pay:focus {
	color: #ffffff;
	background: #2C9827;
}
section .btn-send:hover,
section .btn-send:focus {
	color: #ffffff;
	background: #004497;
}
section .btn-pay i {
	color: #FFC90F;
}
section .btn-bordered {
	border: 1px solid #cccccc;
	color: #555555;
	border-radius: 0;
	font-size: 16px;
}
section .btn-bordered:focus,
section .btn-bordered:hover {
	border-color: #999999;
}
section .form-control {
	background-color: #f9f9f9;
}
section .has-error .form-control {
	background-color: #FFF6F6;
}
section .has-error h4 {
	color: #A60303;
}
section .help h4 {
	font-size: 16px;
}
section h4 .help {
	font-size: 14px;
	float: right;
	color: #555555;
}
section h4 .help:hover {
	cursor: help;
}
section .help p {
	font-size: 14px;
	line-height: 16px;
	color: #999999;
}
section p {
  font-size: 16px;
  line-height: 30px;
}
section.grey {
  /*background: linear-gradient(#dddddd,#cccccc);*/
  background: #dddddd;
}
section.grey.items {
  padding: 0;
}
section.grey h3 {
	text-align: center;
	padding-bottom: 30px;
	font-size: 21px;
}
section.blue {
  background: #00306B;
  background: -webkit-linear-gradient(#004497,#00234F 95%,rgba(0,0,0,0.65));
	background: -moz-linear-gradient(#004497,#00234F 95%,rgba(0,0,0,0.65));
	background: -ms-linear-gradient(#004497,#00234F 95%,rgba(0,0,0,0.65));
	background: -o-linear-gradient(#004497,#00234F 95%,rgba(0,0,0,0.65));
	background: linear-gradient(#004497,#00234F 95%,rgba(0,0,0,0.65));
  color: #EAF3FF;
}
section.blue a {
	color: #ffffff;
	text-decoration: underline;
}
section.blue a:hover,
section.blue a:focus {
	color: #ffffff;
	text-decoration: none;
}
section.blue h3 {
	 text-align: center;
	 margin: 30px 0 60px 0;
	 font-size: 28px;
}
section.white.complete {
  text-align: center;
  padding: 60px 0;
}

section.white.complete p {
  font-size: 18px;
}
section.white.complete i {
  margin: 30px 0;
  font-size: 64px;
  color: #429534;
}
label.r {
	font-weight: normal;
	display: block;
	font-size: 16px;
}
label.r input[type=radio] {
	margin-right: 10px;
}
/* tabs */
.white-block.tab-content {
	background-color: #ffffff;
	padding: 30px;
	border: 1px solid #dddddd;
	border-top: 0;
}
.white-block.tab-content h3 {
	margin-top: 0;
}
.nav-tabs li a {
	font-size: 14px;
	outline: none;
}
.nav-tabs li a:hover {
	background-color: #dddddd;
}
/* carousel */
.carousel-inner .bg-1 {
	background: url('bg/house-bg.jpg') #ffffff;
}
.carousel-inner .bg-2 {
	background: url('bg/cottage-bg.jpg') #ffffff;
}
.carousel-inner .bg-3 {
	background: url('bg/duplex-bg.jpg') #ffffff;
}
.carousel-inner .bg-4 {
	background: url('bg/house-bg.jpg') #ffffff;
}
.carousel-inner .mbg-1 {
	background: url('bg/bg1.jpg') #000000;
}
.carousel-inner .mbg-2 {
	background: url('bg/bg2-b.jpg') #000000;
}
.carousel-inner .mbg-3 {
	background: url('bg/bg3.jpg') #000000;
}
.carousel-inner .mbg-4 {
	background: url('bg/bg4.jpg') #000000;
}
.carousel-inner .mbg-5 {
	background: url('bg/bg5.jpg') #000000;
}
.carousel-inner .mbg-6 {
	background: url('bg/bg6.jpg') #000000;
}
.carousel-inner .mbg-7 {
	background: url('bg/bg7.jpg') #000000;
}
.carousel-inner .mbg-9 {
	background: url('bg/bg9.jpg') #000000;
}
.carousel-inner .mbg-10 {
	background: url('bg/bg10.jpg') #000000;
}
.carousel-inner .mbg-11 {
	background: url('bg/bg11.jpg') #000000;
}
.carousel-inner .mbg-12 {
	background: url('bg/bg12.jpg') #000000;
}
.carousel-inner .mbg-13 {
	background: url('bg/bg13.jpg') #000000;
}
.carousel-inner .mbg-sept2023 {
	background: url('bg/sept-bg.png') #000000;
}
.carousel-text {
	color: #ffffff;
  font-size: 48px;
  text-shadow: 1px 1px 3px #000000;
	text-align: center;
	position: absolute;
	margin-top: 280px;
	width: 100%;
	z-index: 5;
}
.carousel-inner .item {
	min-height: 550px;
	background-size: cover;
	background-position: center center;
}
@media(min-width:600px){
	.carousel-inner .item {
		height: 350px;
	}
}
@media(min-width:768px){
	.carousel-inner .item {
		height: 400px;
	}
}
@media (max-width:768px){
	.carousel-text {
		margin-top: 200px;
		padding: 0 30px;
	}
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
	filter: alpha(opacity=0);
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.required-input {
	display:none;
}
/* processing */
.processing {
	position: fixed;
	display: none;
	z-index: 1000;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
	text-align: center;
	width: 100%;
	height: 100%;
}
.processing .inactive {
	display: none;
}
.processing > div {
	display: table-cell;
	vertical-align: middle;
}
.processing > div > span {
	margin: 0 auto;
	width: 500px;
	color: #ffffff;
	font-size: 28px;
	display: block;
	text-align: center;
}
.processing > div > span i {
	display: inline-block;
	font-size: 52px;
}
/* panels */
.panel-default {
	font-size: 16px;
	border: none;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
}
.panel h3 {
	border-bottom: none !important;
	font-size: 18px !important;
	padding-bottom: 0 !important;
}
.panel i {
	color: #999999;
}
/* team */
.about-team {
	margin-bottom: 30px;
}
.about-team .btn-email {
	margin: 0 !important;
}
.about-team img {
	width: 200px;
	height: 200px;
	margin-right: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.about-team h3 {
	margin-top: 0 !important;
}
.about-team h3 span {
	color: #999999;
}
.team img {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.team h5,
.team h4 {
	 text-align: center;
	 margin: 15px 0;
}
.team h5 {
	font-size: 16px;
}
.modal.team .close {
	color: #ffffff;
	box-shadow: none;
	opacity: 0.5;
	border: 0;
}
.team .modal-header {
	background: #00306B;
  background: -webkit-linear-gradient(#004497,#00234F 95%,rgba(0,0,0,0.65));
	background: -moz-linear-gradient(#004497,#00234F 95%,rgba(0,0,0,0.65));
	background: -ms-linear-gradient(#004497,#00234F 95%,rgba(0,0,0,0.65));
	background: -o-linear-gradient(#004497,#00234F 95%,rgba(0,0,0,0.65));
	background: linear-gradient(#004497,#00234F 95%,rgba(0,0,0,0.65));
	height: 100px;
}
.team .modal-body {
	margin-top: 50px;
	font-size: 16px;
}
.team .modal-body h4 {
	font-size: 24px;
}
.about-team .btn-email,
.team .modal-body a {
	max-width: 200px;
	margin: 0 auto 15px auto;
	display: block;
	text-align: center;
	background: -webkit-linear-gradient(#f1f1f1, #cccccc);
	background: -o-linear-gradient(#f1f1f1, #cccccc);
	background: linear-gradient(#f1f1f1, #cccccc);
	border: 1px solid #cccccc;
	color: #000000;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 4px 15px;
}
.about-team .btn-email:hover,
.about-team .btn-email:focus,
.team .modal-body a:hover,
.team .modal-body a:focus {
	text-decoration: none;
	background: #cccccc;
}
/* item */
.items .btn-default {
  margin: 30px 0;
  background-color: transparent;
  font-size: 18px;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  padding: 10px 15px;
}
.items .btn-default i {
  margin-right: 10px;
}
.item {
  text-align: center;
  padding: 30px 0;
  /*transition: 0.5s background-color ease, 0.5s box-shadow ease;*/
}
/*.item:hover {
  background-color: rgba(255,255,255,0.3);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}*/
.item i {
  font-size: 38px;
  display: inline-block;
  -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background-color: rgba(0,0,0,0.2);
  /*box-shadow: inset 0 0 10px rgba(0,0,0,0.5);*/
  color: #ffffff;
  /*transition: 0.5s ease background-color, 0.5s ease color, 0.5s ease box-shadow;*/
}
/*.item:hover i {
  background-color: transparent;
  box-shadow: none;
  color: #257CE9;
}*/
.item h4 {
  color: #000000;
  font-size: 21px;
  line-height: 30px;
  max-width: 250px;
  margin: 30px auto 0 auto;
}
/* grid */
.grid {
	display: table;
	width: 100%;
}
.grid > div {
	display: table-cell;
	vertical-align: top;
}
/* misc */
.our-team {
  margin-bottom: -30px;
  margin-top: -100px;
}
@media(max-width:1200px){
  .our-team {
    margin-bottom: -30px;
    margin-top: -40px;
  }
}
@media(max-width:970px){
  .our-team {
    margin: 0 auto;
    margin-bottom: -30px;
  }
}
@media(max-width:500px){
	.grid > div {
		display: block;
	}
	.about-team img {
		margin: 0 auto;
		display: block;
		margin-bottom: 30px;
	}
}
/* mobile */
#mobile {
	background-color: #333333;
}
#mobile img {
	margin: 0 auto;
	display: block;
	padding: 30px 0 15px 0;
	height: 125px;
}
#mobile .list-group {
	border-radius: 0;
	border: none;
}
#mobile .list-group-item {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	border-top: 1px solid #555555;
	padding: 15px;
	font-size: 16px;
	color: #ffffff;
}
#mobile .list-group-item:hover,
#mobile .list-group-item:focus {
	background-color: #000000;
}
#mobile .phone:before {
	font-family: "Ionicons";
	content: "\f4b9";
	color: #999999;
	margin-right: 10px;
}
#mobile .phone {
	text-align: center;
	padding-bottom: 30px;
	font-size: 18px;
}
#mobile .phone a:hover,
#mobile .phone a:focus,
#mobile .phone a {
	color: #ffffff;
	text-decoration: underline;
}
/* rewards */
.rewards-bg {
  background: url('bg/rewards-tile-bg.jpg');
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-shadow: 1px 5px 5px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 5px 5px rgba(0,0,0,0.25);
  box-shadow: 1px 5px 5px rgba(0,0,0,0.25);
  margin-bottom: 30px;
}
.rewards-note {
  text-align: center;
  padding: 30px 0;
  max-width: 600px;
  margin: 0 auto;
}
.rewards {
  margin-top: 30px;
}
.rewards .wrap {
  display: table;
  width: 100%;
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
.rewards .wrap:hover {
  border: 1px solid #dddddd;
  -webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 5px 10px rgba(0,0,0,0.25);
  box-shadow: 1px 5px 10px rgba(0,0,0,0.25);
}
.rewards .block {
  display: table-row;
  width: 100%;
}
.rewards .block.title {
  vertical-align: top;
  height: 70px;
}
.rewards > div {
  text-align: center;
  height: 310px;
}
.rewards .image {
  height: 150px;
  max-width: 100px;
  vertical-align: middle;
  display: table-cell;
}
.rewards .image img {
  height: 150px;
  margin: 0 auto;
  display: block;
}
.rewards h4 {
  font-size: 16px;
}
.rewards h5 {
  font-size: 21px;
  background-color: #203995;
  background: #004497;
  background: -webkit-linear-gradient(#0E63CC,#004497 20px);
	background: -moz-linear-gradient(#0E63CC,#004497 20px);
	background: -o-linear-gradient(#0E63CC,#004497 20px);
	background: linear-gradient(#0E63CC,#004497 20px);
  color: #ffffff;
  padding: 10px;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-logout {
  margin-top: 20px;
}
.btn-logout:hover {
  color: #000000;
  background-color: #f1f1f1;
  border: 1px solid #dddddd;
}
.btn-logout:focus {
  outline: 0;
}
.btn-filter {
  background-color: #dddddd;
  border: 1px solid #dddddd;
  margin-bottom: 5px;
}
.btn-filter:hover {
  background-color: #f1f1f1;
}
.btn-filter:focus {
  background: #004497;
  background: -webkit-linear-gradient(#0E63CC,#004497 20px);
	background: -moz-linear-gradient(#0E63CC,#004497 20px);
	background: -o-linear-gradient(#0E63CC,#004497 20px);
	background: linear-gradient(#0E63CC,#004497 20px);
  color: #ffffff;
}
/* blog */
section.blog .message {
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	text-align: center;
	padding: 30px;
}
section.blog .message i {
	color: #dddddd;
	font-size: 52px;
}
section.blog .message h3 {
	font-size: 21px;
	color: #cccccc;
	margin-top: 30px;
}
section.white.blog {
	background: -webkit-linear-gradient(#f9f9f9,#ffffff);
	background: -moz-linear-gradient(#f9f9f9,#ffffff);
	background: -o-linear-gradient(#f9f9f9,#ffffff);
	background: linear-gradient(#f9f9f9,#ffffff);
}
section.white.blog .sidebar {
	background-color: #ffffff;
}
section.white.blog .block {
	padding-bottom: 0;
}
section.white.blog h2 {
	margin: 0;
	margin-bottom: 5px;
}
section.white.blog p.sub {
	margin-bottom: 0;
}
section.blog .blog-post {
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
	margin-top: 30px;
}
section.blog .blog-post .title {
	border-radius: 5px 5px 0 0;
	background-color: #3D54C3;
	background: linear-gradient(#3D54C3,#203995);
	padding: 15px;
	color: #ffffff;
}
section.blog .blog-post .title h3 {
	margin: 0;
	border-bottom: none;
	padding-bottom: 0;
	color: #ffffff;
	font-size: 21px !important;
}
section.blog .blog-post .title a {
	color: #ffffff;
	text-decoration: none;
}
section.blog .blog-post .title a:hover,
section.blog .blog-post .title a:focus {
	color: #ffffff;
	text-decoration: underline;
}
@media(min-width:768px) and (max-width:991px){
	section.blog article {
		min-width: 474px;
		display: block;
	}
}
@media(min-width:992px) and (max-width:1199px){
	section.blog article {
		min-width: 594px;
	}
}
@media(min-width:1200px){
	section.blog article {
		min-width: 794px;
	}
}
section.blog article p[style],
section.blog article ul[style] li,
section.blog article ol[style] li,
section.blog article p,
section.blog article ul li,
section.blog article ol li {
	font-family: 'Source Sans Pro', sans-serif, arial !important;
	font-size: 16px !important;
	line-height: 21px !important;
}
section.blog article li {
	padding-bottom: 10px;
}
section.blog article h2 {
	color: #223B99;
	font-size: 28px;
}
section.blog article h2 {

}
section.blog article .date,
section.blog .blog-post .date {
	color: #555555;
	background-color: #f1f1f1;
	padding: 10px;
}
section.blog article blockquote {
	background-color: #ffffff;
	font-style: italic;
}
section.blog article h1,
section.blog article h2,
section.blog article h3,
section.blog article h4,
section.blog article h5,
section.blog article h6 {
	font-size: 32px;
	border-bottom: 0;
	color: #000000;
	margin: 10px 0;
	padding: 0;
}
section.blog article h2 {
	font-size: 28px;
}
section.blog article h2.title {
	color: #3C53C1;
}
section.blog article h3 {
	font-size: 26px;
}
section.blog article h4 {
	font-size: 24px;
}
section.blog article h5 {
	font-size: 22px;
}
section.blog article h6 {
	font-size: 18px;
}
section.blog article .date {
	background-color: transparent;
	padding: 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}
section.blog article .tags,
section.blog .blog-post .tags {
	background-color: #f9f9f9;
	padding: 15px;
	font-size: 14px !important;
	color: #555555;
}
section.blog article .tags {
	background-color: transparent;
	padding: 0 0 15px 0;
}
section.blog article .tags ul,
section.blog .blog-post .tags ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
section.blog article .tags ul li,
section.blog .blog-post .tags ul li {
	display: inline-block;
	padding: 0;
	font-size: 14px !important;
	margin: 0;
	margin-right: 4px;
}
section.blog article .tags ul li:first-child,
section.blog .blog-post .tags ul li:first-child {
	margin-right: 10px;
}
section.blog article .tags ul li a,
section.blog .blog-post .tags ul li a {
	display: inline-block;
	background-color: #ffffff;
	border-radius: 3px;
	padding: 4px 6px;
	border: 1px solid #eeeeee;
	color: #999999;
	transition: 0.4s border-color ease, 0.4s box-shadow ease;
}
section.blog article .tags ul li a {
	background-color: #ffffff;
}
section.blog article .tags ul li a:hover,
section.blog article .tags ul li a:focus,
section.blog .blog-post .tags ul li a:hover,
section.blog .blog-post .tags ul li a:focus {
	border-color: #dddddd;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
	color: #3C53C1;
	text-decoration: none;
}
section.blog .blog-post .body {
	padding: 15px;
	font-size: 14px;
}
section.blog article .blog-post .body p {
	font-size: 16px !important;
	margin: 0 !important;
	margin-top: -15px !important;
}
section.blog .block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
section.blog .block ul.categories li,
section.blog .block ul.posts li {
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 0;
}
section.blog .block ul.posts li:before {
	font-family: 'Ionicons';
	padding-left: 3px;
	padding-right: 10px;
	color: #555555;
	content:"\f12f"
}
section.blog .block ul.categories li:before {
	font-family: 'Ionicons';
	padding-left: 3px;
	padding-right: 10px;
	color: #555555;
	content:"\f125"
}
section.blog .block ul.categories li a {
	color: #555555;
	text-decoration: underline;
}
section.blog .block ul.categories li a:hover,
section.blog .block ul.categories li a:focus {
	color: #555555;
	text-decoration: none;
}
section.blog .block ul.categories li:last-child,
section.blog .block ul.posts li:last-child {
	border-bottom: 0;
}
@media(max-width:768px){
	section.blog .blog-post {
		margin-right: -15px;
	}
	section.blog .sidebar .block {
		display: block;
		padding-top: 0;
		margin-bottom: 15px;
		border: 1px solid #f1f1f1;
		border-radius: 5px;
		padding: 15px;
	}
	section.blog .sidebar .block h4 {
		margin-top: 0;
	}
}
.list-lg {
	font-size: 16px !important;
	line-height: 28px;
}
.list-lg li {
	margin: 15px 0;
}
.list-lg-sub {
	font-size: 16px !important;
	line-height: 21px !important;
}
.list-lg-sub li {
	margin: auto;
}
/* footer */
footer {
  background: -webkit-linear-gradient(rgba(0,0,0,.5),transparent 10px);
	background: -moz-linear-gradient(rgba(0,0,0,.5),transparent 10px);
	background: -ms-linear-gradient(rgba(0,0,0,.5),transparent 10px);
	background: -o-linear-gradient(rgba(0,0,0,.5),transparent 10px);
	background: linear-gradient(rgba(0,0,0,.5),transparent 10px);
  padding: 30px 0;
  color: #dddddd;
}
footer img {
  opacity: 0.5;
  filter: alpha(opacity=50);
	max-height: 75px;
}
footer .row div:last-child {
	text-align: right;
}
footer p {
  margin: 0;
  margin-top: 15px;
}
footer a:hover,
footer a:focus,
footer a {
	color: #ffffff;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer li {
	display: inline-block;
	border-right: 1px solid #cccccc;
}
footer li:last-child {
	border-right: 0;
}
footer li a {
	color: #f1f1f1;
	padding: 10px;
}
footer li a:hover,
footer li a:focus {
	color: #ffffff;
}
footer li:last-child a {
	padding-right: 0;
}
@media(max-width:768px){
	footer .row div:last-child {
		text-align: center;
		margin-top: 30px;
	}
	footer .row div img {
		margin: 0 auto;
	}
	section.white h4.map {
		margin-top: 30px;
	}
}
@media(max-width:450px){
	footer ul li:first-child {
		display: none;
	}
}
/* bsms */
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-group-xs>.btn{font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px}.btn-group-xs>.btn{padding:1px 5px}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{content:" ";display:table}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.col-ms-1,.col-ms-10,.col-ms-11,.col-ms-12,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:480px) and (max-width:767px){.container{max-width:748px}.hidden-xs{display:block!important}}@media (min-width:480px){.col-ms-1,.col-ms-10,.col-ms-11,.col-ms-12,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9{float:left}.col-ms-12{width:100%}.col-ms-11{width:91.66666667%}.col-ms-10{width:83.33333333%}.col-ms-9{width:75%}.col-ms-8{width:66.66666667%}.col-ms-7{width:58.33333333%}.col-ms-6{width:50%}.col-ms-5{width:41.66666667%}.col-ms-4{width:33.33333333%}.col-ms-3{width:25%}.col-ms-2{width:16.66666667%}.col-ms-1{width:8.33333333%}.col-ms-pull-12{right:100%}.col-ms-pull-11{right:91.66666667%}.col-ms-pull-10{right:83.33333333%}.col-ms-pull-9{right:75%}.col-ms-pull-8{right:66.66666667%}.col-ms-pull-7{right:58.33333333%}.col-ms-pull-6{right:50%}.col-ms-pull-5{right:41.66666667%}.col-ms-pull-4{right:33.33333333%}.col-ms-pull-3{right:25%}.col-ms-pull-2{right:16.66666667%}.col-ms-pull-1{right:8.33333333%}.col-ms-pull-0{right:auto}.col-ms-push-12{left:100%}.col-ms-push-11{left:91.66666667%}.col-ms-push-10{left:83.33333333%}.col-ms-push-9{left:75%}.col-ms-push-8{left:66.66666667%}.col-ms-push-7{left:58.33333333%}.col-ms-push-6{left:50%}.col-ms-push-5{left:41.66666667%}.col-ms-push-4{left:33.33333333%}.col-ms-push-3{left:25%}.col-ms-push-2{left:16.66666667%}.col-ms-push-1{left:8.33333333%}.col-ms-push-0{left:auto}.col-ms-offset-12{margin-left:100%}.col-ms-offset-11{margin-left:91.66666667%}.col-ms-offset-10{margin-left:83.33333333%}.col-ms-offset-9{margin-left:75%}.col-ms-offset-8{margin-left:66.66666667%}.col-ms-offset-7{margin-left:58.33333333%}.col-ms-offset-6{margin-left:50%}.col-ms-offset-5{margin-left:41.66666667%}.col-ms-offset-4{margin-left:33.33333333%}.col-ms-offset-3{margin-left:25%}.col-ms-offset-2{margin-left:16.66666667%}.col-ms-offset-1{margin-left:8.33333333%}.col-ms-offset-0{margin-left:0}}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.visible-ms,.visible-xs{display:none!important}.visible-ms-block,.visible-ms-inline,.visible-ms-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:479px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width:480px) and (max-width:767px){.visible-ms{display:block!important}table.visible-ms{display:table!important}tr.visible-ms{display:table-row!important}td.visible-ms,th.visible-ms{display:table-cell!important}.visible-ms-block{display:block!important}.visible-ms-inline{display:inline!important}.visible-ms-inline-block{display:inline-block!important}.hidden-ms{display:none!important}}@media (max-width:479px){.hidden-xs{display:none!important}}
