<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html, body {
	height: 100%;
}

body, #Content, p {font-style:normal!important;}

body{
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Hind Siliguri', sans-serif;
}


a {
	text-decoration: underline;
	margin-bottom: 0;
}
a:hover {
	color: #C21B09;
}

h1, h2, h3, h5, h6 {  
	font-family: 'Hind Siliguri', sans-serif;
}
h1 {
	font-family: 'Hind Siliguri', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: center;  
  margin-bottom: 30px;
	font-size: 1em;
}
h1 span, h2 span, h3 span {
	color: #333;
}

h2 {
	color: #bd3034;
	font-size: 21px;
	font-weight: bold;
}

h4 {
	margin: 10px -7px 17px;
	font-size: 18px;
	color: #3A4D6E;
	font-weight: bold;
}

img {
	border: none;
    max-width: 100%;
}

header {
    height: 76px !important;
	width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #bd3034;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.clear {
	clear: both;
}

.container {
	padding: 0;
	margin: 0;
}

nav {
		float: right;
		font-size: 14px;
		letter-spacing: 1px;
		position: relative;
		font-weight: bold;
		bottom: 5px;
	}
	
		.nav a {
			display: inline-block; 
			text-decoration: none;
			color: #fff; 
			margin-left: 35px;
		}
		
		.nav a:hover {
			color: #fff;
			text-decoration: underline;	
		}

		.nav a:active {
			text-decoration: underline;
		}

	
			.nav ul ul {
				display: none;
				background: #fff; 
				border-radius: 0px; 
				padding: 0;
				position: absolute;
				box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

			}
				.nav ul ul li {
					float: none;
					position: relative;
				}
				.nav ul ul li a {
					padding: 15px 40px;
					color: #fff;
					width: 150px;
					background: #444444;
				}	
				.nav ul ul li a:hover {
					color: #fff;
					background: #4b545f;
				}
			
					.nav ul ul ul {
						position: absolute; 
						left: 100%; 
						top:0;
					}

.main_nav {
	padding:28px 0 0; 
	padding-right: 17%; 
	width: 100%;
}

.logo {
	position: absolute;
	float: left;
	left: 5%;
	width: 250px;
	display: block;
}

.logo img {
	padding: 8px 0;
	display: block;
	margin: 0 auto;	
}

.banner {
	position: absolute;
	top: 0px;
	right: 5%;
	vertical-align: text-top;
	display: none;
	float: right;
	z-index: 100000;
}

.btn {
	white-space: normal;
}

.btn-primary {
	background-color: #bd3034	 !important;
	border-color: #bd3034 !important;
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: bold !important;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-primary:hover {
	background-color: #862225 !important;
	border-color: #862225 !important;
	color: #fff;
}

.btn-default {
	text-decoration: none;
	margin: 10px;
	color: #032547;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	padding: 15px 25px;
	border: 0px;
}

.btn-default:hover {
	color: #bd3034;
}

header.smaller {
    height: 35px;
}
header.smaller h1#logo {
    width: 150px;
    height: 75px;
}
header.smaller nav a {
    line-height: 75px;
}

.claim {
	display: inline-block !important;
	top: -40px;	
	margin-right: 30px;
}


.light_content_fw {
	width: 100%;
	background-color: #fff;
	margin-bottom: 100px;
}

.lc_fw_alt {
	margin-bottom: 25px !important;
}

.light_content {
	max-width: 950px;
    padding: 80px 40px;
    margin: 0 auto;
}

.lc_alt {
	padding: 50px 40px !important;
}

.topnav {
  overflow: hidden;
}


.topnav a:hover {
  color: black;
}

.topnav .icon {
  display: none;
}

.dropdown {
    position: relative;
    display: inline-block;
	z-index: 1000;
}

.dropbtn {
	color: #fff;
	background-color: transparent;
	border-width: 0px;
	letter-spacing: 1px;
}

.dropbtn:hover, .dropdown:hover .dropbtn {
	text-decoration: underline;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 14px;
    z-index: 1;
	color: #3F3F3F;
	text-align: left;
	line-height: 15px;
	min-width: 152px;
}

.dropdown-content2, .dropdown-content3 {
    display: none;
    background-color: #fff;
	color: #3F3F3F;
	text-align: center;
}


.dropdown-content a {
	color: #3F3F3F;
	margin-left: 0px;
	margin: 10px;
}

.dropdown-content2 a, .dropdown-content3 a {
	color: #3F3F3F;
	margin-left: 0px;
}

.dropdown-content a:hover {
	color: #bd3034;
}

.dropdown-content2 a:hover {
	color: #bd3034;
}

.dropdown-content3 a:hover {
	color: #bd3034;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.header {
	height: 78px;
	display: block;
	position: relative;
}

.left-tab-over {
	margin-left: 10%;
}


/*Content*/
#main_window {
	width: 100%;
	min-height: 73%;
	background-image: url(../Images/131-Converted.jpg);
	background-attachment: fixed;
	display: block;
	position: relative;
	font-family: 'Hind Siliguri', sans-serif;

}

.home-banner img {
	width: 100%;
}

.card__title {
	color: #fff;
	text-shadow: 2px 2px 3px #000000;
	position: relative;
	margin-left: 20px;
    margin-right: 20px;
	/*bottom: -292px;*/
}

.bread_crumbs, .bread_crumbs a {
	color: #fff;
	padding:0 10px;
}

.bread_crumbs a:hover {
	color: #bd3034;
}

/*Bond Cards*/
.home, .bonds, .supply-bond, .sub-division, .performance-bond, .maintenance, .site-improvement, .payment-bond, .code-compliance, .customs-bond, .fuel-tax, .liquor-license, .lost-title, .mortgage-broker, .auto-dealer, .notary-bond, .private-detective, .sales, .salvage, .use-tax, .warehouse {
}
/*Contract Bonds*/
/*pages*/
.supply-bond-pg {
	background-image: url(../images/bond_types/supply_2.jpg);
	background-size: cover;
}

.sub-division-pg {
	background-image: url(../images/bond_types/sub-division_2.jpg);
	background-size: cover;
}

.performance-bond-pg {
	background-image: url(../images/bond_types/performance_2.jpg);
	background-size: cover;
}
.maintenance-pg {
	background-image: url(../images/bond_types/maintenance_2.jpg);
	background-size: cover;
}

.site-improvement-pg {
	background-image: url(../images/bond_types/sparks.png);
	background-size: cover;
}

.payment-bond {
	background-image: url(../images/bond_types/payment.jpg);
	background-size: cover;
}

.bid-bond {
	background-image: url(../images/bond_types/bid.jpg);
	background-size: cover;
}


/*Upper Level Commercial Bonds*/

.misc-bonds {
	background-image: url(../images/bond_types/helmets.jpg);
	background-size: cover;
}

.fidelity-bonds {
	background-image: url(../images/bond_types/fidelity.jpg);
	background-size: cover;
}

.court-bonds {
	background-image: url(../images/bond_types/gavel.jpg);
	background-size: cover;
}

.probate-bonds {
	background-image: url(../images/bond_types/PUBLIC_OFFICIAL.jpg);
	background-size: cover;
}

/*Commercial Bonds*/

.code-compliance-pg {
	background-image: url(../images/bond_types/code_compliance.jpg);
	background-size: cover;
}

.customs-bond-pg {
	background-image: url(../images/bond_types/customs.jpg);
	background-size: cover;
}

.fuel-tax-pg {
	background-image: url(../images/bond_types/gas.jpg);
	background-size: cover;
}

.liquor-license-pg {
	background-image: url(../images/bond_types/liquor.jpg);
	background-size: cover;
}

.lost-title-pg {
	background-image: url(../images/bond_types/auto_gages.png);
	background-size: cover;
}

.mortgage-broker-pg {
	background-image: url(../images/bond_types/house.png);
	background-size: cover;
}

.auto-dealer-pg {
	background-image:url(../images/bond_types/auto.png);
	background-size: cover;
}

.notary-bond-pg {
	background-image:url(../images/bond_types/gavel.png);
	background-size: cover;
}

.private-detective-pg {
	background-image:url(../images/bond_types/detective.png);
	background-size: cover;
}

.sales-pg {
	background-image:url(../images/bond_types/bid_2.jpg);
	background-size: cover;
}

.salvage-pg {
	background-image:url(../images/bond_types/salvage.png);
	background-size: cover;
}

.use-tax-pg {
	background-image:url(../images/business.jpg);
	background-size: cover;
}

.warehouse-pg {
	background-image:url(../images/bond_types/warehouse.png);
	background-size: cover;
}

/*tiles*/
.supply-bond {
	background-image: url(../images/bond_types/materials.jpg);
	background-size: cover;
}

.sub-division {
	background-image: url(../images/bond_types/sub-division.jpg);
	background-size: cover;
}

.performance-bond {
	background-image: url(../images/bond_types/contractors.jpg);
	background-size: cover;
}
.maintenance {
	background-image: url(../images/bond_types/maintenance.jpg);
	background-size: cover;
}

.site-improvement {
	background-image: url(../images/bond_types/sparks.jpg);
	background-size: cover;
}

/*Commercial Bonds*/

/*LICENSE/PERMIT/MISC. BONDS*/
.auctioneer {
	background-image: url(../images/bond_types/auctioneer.jpg);
	background-size: cover;
}

.code-compliance {
	background-image: url(../images/bond_types/code_compliance.jpg);
	background-size: cover;
}

.collection-agency {
	background-image: url(../images/bond_types/collection_agency.jpg);
	background-size: cover;
}

.customs-bond {
	background-image: url(../images/bond_types/customs.jpg);
	background-size: cover;
}

.fuel-tax {
	background-image: url(../images/bond_types/gas.jpg);
	background-size: cover;
}

.liquor-license {
	background-image: url(../images/bond_types/liquor.jpg);
	background-size: cover;
}

.lost-title {
	background-image: url(../images/bond_types/lost_car.jpg);
	background-size: cover;
}

.mortgage-broker {
	background-image: url(../images/bond_types/mortgage.jpg);
	background-size: cover;
}

.auto-dealer {
	background-image:url(../images/bond_types/vehicle_dealer.jpg);
	background-size: cover;
}

.notary-bond {
	background-image:url(../images/bond_types/notary.jpg);
	background-size: cover;
}

.private-detective {
	background-image:url(../images/bond_types/security.jpg);
	background-size: cover;
}

.sales {
	background-image:url(../images/bond_types/sales_tax.jpg);
	background-size: cover;
}

.warehouse {
	background-image:url(../images/bond_types/warehouse.jpg);
	background-size: cover;
}

.nonpublic_post {
	background-image:url(../images/bond_types/postsecondary.jpg);
	background-size: cover;
}

.dmepos {
	background-image:url(../images/bond_types/dmepos.jpg);
	background-size: cover;
}

.packers_stock {
	background-image:url(../images/bond_types/packers.jpg);
	background-size: cover;
}

.pest_control {
	background-image:url(../images/bond_types/pest_control.jpg);
	background-size: cover;
}

.medicaid_provider {
	background-image:url(../images/bond_types/medicaid.jpg);
	background-size: cover;
}

.icc_broker {
	background-image:url(../images/bond_types/icc_broker.jpg);
	background-size: cover;
}

.erosion_control {
	background-image:url(../images/bond_types/erosion.jpg);
	background-size: cover;
}

.right_of_way {
	background-image:url(../images/bond_types/right_of_way.jpg);
	background-size: cover;
}

.landlord_tenant {
	background-image:url(../images/bond_types/landloard.jpg);
	background-size: cover;
}

.public_official {
	background-image:url(../images/bond_types/public_official.jpg);
	background-size: cover;
}

.third_party_admin {
	background-image:url(../images/bond_types/tba.jpg);
	background-size: cover;
}

/*FIDELITY BONDS*/
.position_schedule {
	background-image:url(../images/bond_types/position.jpg);
	background-size: cover;
}

.comm-blanket {
	background-image:url(../images/bond_types/commercial_crime.jpg);
	background-size: cover;
}

.employee_dishonesty {
	background-image:url(../images/bond_types/janitor.jpg);
	background-size: cover;
}

.erisa_bond {
	background-image:url(../images/bond_types/retirement.jpg);
	background-size: cover;
}

/*COURT BONDS*/
.attachment_bond {
	background-image:url(../images/bond_types/attachment.jpg);
	background-size: cover;
}

.garnishment_bond {
	background-image:url(../images/bond_types/garnishment.jpg);
	background-size: cover;
}

.injunction_bond {
	background-image:url(../images/bond_types/injunction.jpg);
	background-size: cover;
}

.release_lien {
	background-image:url(../images/bond_types/mechanics_lien.jpg);
	background-size: cover;
}

.supersedeas_appeal {
	background-image:url(../images/bond_types/supersedeas.jpg);
	background-size: cover;
}

/*PROBATE BONDS*/
.admin_executor {
	background-image:url(../images/bond_types/admin.jpg);
	background-size: cover;
}

.conservator_guardian {
	background-image:url(../images/bond_types/conservator.jpg);
	background-size: cover;
}

.public_official2 {
	background-image:url(../images/bond_types/public_official.jpg);
	background-size: cover;
}

.lost_instrument {
	background-image:url(../images/bond_types/lost_instrument.jpg);
	background-size: cover;
}

.surplus_lines {
	background-image:url(../images/bond_types/surplus_lines.jpg);
	background-size: cover;
}


/*/Bond Cards*/

/*Member Cards*/
.member-title {
	
	position: relative;
	position: absolute;               /* 2 */
  top: 50%;                         /* 3 */
	left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
	text-shadow: 2px 2px 2px #000000;
}

.member-title h3 {
	line-height: 24px;
	color: #fff !important;
}

.member-title h5 {
	color: #fff !important;
}

.member_title {
	text-align: center;
}

.member-info {
	font-size: 15px;
	font-weight: 700;
	color: #bd3034;
	margin-bottom: 7px;
	text-align: center;
}

.member-info span {
	margin-right: 10px;
}

.member-info span a {
	text-decoration: none;
	vertical-align: bottom;
	line-height: 1.1;
	color: #3F3F3F;
}

.member-info span a:hover {
	color: #bd3034;
}

.member-info img {
	height: 12px;
}

.member-img {
	width: 300px;
  height: 300px;
	overflow: hidden;
	margin: 0px auto;
	margin-top: 45px;
}

.member-tile_text {
	color: #fff;
	width: 100%;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.member-tiles img {
	width: 100%;
	display: block;
	background-color: #052236;
}

.member-tiles_overlay1, .member-tiles_overlay2 {
	  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    width: 300px;
    opacity: 1;
    transition: .5s ease;
    background-color: #004473;
    text-align: center;
}

.member-tiles:hover .member-tiles_overlay1 {
  opacity: 0;
}

.member-tiles:hover .member-tiles_overlay2 {
  background-color: transparent;
}

.jbooth {
	background-image: url(../images/bio_images/jeff_booth.jpg);
	background-size: cover;	
}
.mbrown {
	background-image: url(../images/bio_images/michael_brown.jpg);
	background-size: cover;
}
.jcentrella {
	background-image: url(../images/bio_images/jason_centrella.jpg);
	background-size: cover;
}
.jfeldner {
	background-image:url(../images/bio_images/jim_feldner.jpg);
	background-size: cover;
}
.oguerra {
	background-image: url(../images/bio_images/omar-guerra.jpg);
	background-size: cover;
}
.sjohnson {
	background-image: url(../images/bio_images/shane_johnson.jpg);
	background-size: cover;
}
.pmartin {
	background-image: url(../images/bio_images/pat_martin.jpg);
	background-size: cover;
}
.dmical {
	background-image: url(../images/bio_images/diane_mical.jpg);
	background-size: cover;
}
.tmoore {
	background-image: url();
	background-size: cover;
}
.knys {
	background-image: url(../images/bio_images/kelley_nys.jpg);
	background-size: cover;
}
.jmallis {
	background-image: url(../images/bio_images/jimmy_mallis.jpg);
	background-size: cover;
}
.tsauerhoefer {
	background-image: url(../images/bio_images/tracy_sauerhoefer.jpg);
	background-size: cover;
}
.mstokes {
	background-image: url(../images/bio_images/melanie_stokes.jpg);
	background-size: cover;
}
.sstoltzner {
	background-image: url(../images/bio_images/scott_stoltzner.jpg);
	background-size: cover;
}
.stauger {
	background-image: url(../images/bio_images/stefan_tauger.jpg);
	background-size: cover;
}
.mthompson {
	background-image: url(../images/bio_images/mike_thompson.jpg);
	background-size: cover;
}
.mhollingsworth {
	background-image: url(../images/bio_images/matt-hollingsworth.jpg);
	background-size: cover;
}

.dmiller {
    background-image: url(../images/bio_images/doug_miller.jpg);
	background-size: cover;
}

.asuarez {
	background-image: url(../images/bio_images/alicia_suarez.jpg);
	background-size: cover;
}

/*/Member Cards*/


/*Commercial Bonds Products Tabs*/

.comm-nav {
			  list-style: none;
				background-color: #bd3034;
				margin-bottom: 0;
				padding: 0 0;
			}

			.comm-tabs{
			  *zoom: 1;
				margin-bottom: 0;
				padding-left: 0px;
				justify-content: space-between;
			}

			.flex-item {
				display: inline-block;
			}

			.comm-tabs:before,
			.comm-tabs:after {
			  display: table;
			  content: "";
			}

			.comm-tabs:after {
			  clear: both;
			}

			.comm-tabs .col-md-3, .comm-tabs .col-sm-6, .comm-tabs .col-xs-12 {
				padding-left: 0;
				padding-right: 0;
			}

			.comm-ind-tab {
				text-align: center;
			}


			.comm-ind-tab &gt; a {
			  padding: 25px 40px;
			  margin-right: 0px;
			  line-height: 14px;;
				  display: block;
				text-decoration: none;
				color: #fff;
				font-weight: bold;
				text-transform: uppercase;
			}

			.comm-ind-tab &gt; a:hover {
			  background-color: #d35255;
			}

			.comm-ind-tab.activate a {
				background-color: #d35255;
			}

			.comm-ind-tab &gt; .activate &gt; a,
			.comm-ind-tab &gt; .activate &gt; a:hover {
			  color: #fff;
			  cursor: default;
			  background-color: #d35255;
			}

			.comm-ind-tab.activate:after {
				width: 0; 
				height: 0; 
				content: " ";
				border-left: 15px solid transparent;
				border-right: 15px solid transparent;
				border-bottom: 15px solid #fff;
				position: absolute;
				left: 50%;
				transform: translate(-50%, 0%);
				pointer-events: none;
				bottom: 0px;
}

			li {
			  line-height: 18px;
			}

			.tab-content.activate{
				display: block;
			}

			.tab-content.hidden{
				display: none;
			}


/*/Commercial Bonds Products Tabs*/


.contact {
	/*background: url('../images/map-background.jpg')	 no-repeat center center fixed;*/
	background: url('../images/131-Converted.jpg')	 no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

.main-tag {
	color: #bd3034;
	font-size: 5.5em;
	font-weight: 800;
	display: block;
	width: 100%;
	line-height: 75px;
}

.secondary-tag {
	color: #fff;
	text-transform: uppercase;
	font-size: 3.5em;
	font-weight: 500;	
	line-height: 55px;
    text-align: left;
	padding-left: 25px;
	padding-right: 25px;
}

.low_tag {
	color: #fff;
	font-size: 30px;
	font-weight: 400;	
	/*text-shadow: 2px 2px 2px #111111;*/
	line-height: 0;
	margin-bottom: 60px;
}

.bonds-tag {
	margin: 5%;
	display: inline-block;
	position: absolute;              
    top: 35%;                        
    transform: translate(0, -50%);
	line-height: 50px;
	color: #fff !important;
	text-shadow: 2px 2px 5px #000000;
	max-width: 436px;
}

.bonds-product-tag {
	text-align: center;
	width: 100%;
	margin-top: 60px;
	line-height: 62px;
}

.cards-position {
	position: absolute;
	display: inline-block;
	top: 50%;
    right: 0;
    transform: translate(0, -50%)
}

.bonds-cards-position {
	width: 65%;
	text-align: center;
	margin: 0 auto;
}

.bonds-product-cards-position {
	width: 100%;
	text-align: center;
}

.cards-center {
	text-align:center;
}

.content-block {
	background-color: #ffffff;
	box-shadow: 2px 2px 5px #272727;
	padding: 30px 25px;
	text-align: left;
}
.main-block {
	background-color: #ffffff;
	box-shadow: 2px 2px 5px #272727;
	padding: 50px 50px;
	text-align: left;
}

.main-block h1, .content-block h1 {
	color: #bd3034;
	font-weight: 700;
	margin: 0px;
	margin-bottom: 7px;
	line-height: 45px;
	text-align: left;
}

.main-block h2,.content-block h2 {
	color: #3F3F3F;
	font-weight: 700;
	margin: 0px;
	margin-bottom: 7px;
	line-height: 34px;
	font-size: 36px;	
}

.main-block h3, .content-block h3 {
	color: #3F3F3F;
	font-weight: 700;
	margin: 0px;
	margin-bottom: 7px;
	line-height: 19px;
	font-size: 18.5px;	
}

.main-block .sub-tag, .content-block .sub-tag {
	font-size: 	19px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 25px;
}

.main-block h5, .content-block h5 {
	margin-bottom: 0px;
}

.main-block p, .content-block p {
	color: #3F3F3F;
	font-size: 14px;
}

/*------Product Slider------*/
.main-container {
  	padding: 0;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.main-container p {
	font-weight: 400;
}

.iso_text {
	color: #fff;
}

.carousel-indicators {
	bottom: -35px !important;
}

.carousel-control {
	opacity: .75 !important;
	background-color: rgba(255,255,255,0.5) !important;
}

.carousel-control:hover {
	opacity: 1 !important;
}

.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
	min-height: 350px; 
	height: 100%;
	width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: #09c;
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	animation-delay: 2s;
}
.carousel-caption button {
	animation-delay: 3s;
}

.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}

.carousel-control.left, .carousel-control.right {
	background-image: none !important;
}
/*------/Product Slider------*/

/*------Colapsable Tabs------*/

#accordion {
	display: none;
}


/*------/Colapsable Tabs------*/

.home-block {
	margin: 50px auto;
	display: block;
	max-width: 950px;
}

.bonds-blocks {
	width: 35%;
	margin: 3%;
	position: relative;
	text-align: center;
	display: inline-block;
}

.bond-block {
	width: 45%;
	margin: 3%;
	position: absolute;
	display: inline-block;
	right: 5%;
	top: 50%;                         /* 3 */
   transform: translate(0, -50%)
}

.bonds-product-blocks {
	display: inline-block;
	margin: 1%;
	vertical-align: middle;
	overflow: hidden;
	overflow-y: auto;
	background-color: #ffffff;
    border: 10px solid #fff;
	width: 300px;
  	height: 300px;
}

/**
 * The cards
 *
 * Each card plays home to a front and back. I've set them up as squares here
 * by using the padding technique, but you may set them up in any dimensions
 * you like based on your site design.
 */
.card {
  	position: relative;
  	float: left;
  	padding-bottom: 100% !important;
  	text-align: center;
	width: 100%;
}
.card:nth-child(1) 
{
  	margin-left: -3px;
  	margin-right: 1px;
}
.card:nth-child(2),
.card:nth-child(3) 
{
  	margin-right: 1px;
}

.card__container {
	position: relative;
	display: inline-block;
	margin: 10px;
	width: 300px;
    height: 300px;
	
}
/* card fronts and backs */
.card__front,
.card__back 
{
  	position: absolute;
  	width: 300px;
  	height: 300px;
  	transition: .8s ease;
}
.card__front 
{
	z-index: 100;
	top: 0;
  left: 0;
}
.card__back 
{
	z-index: 1;
	top: 0;
  left: 0;
	background-color: #000f1e;
}
/* card text */
.card__front img 
{
	width:25%;
	margin-top:30%;
}
.card__text 
{
  	display: inline-block;
  	width:100%;
  	text-align:center;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	height: 20px;
  	font-size:3rem;
  	font-family: 'PT Sans Narrow', sans-serif;
  	line-height: 20px;
}
.card__back .card__text 
{
	width:70%;
	position: absolute;
	height:70%;
	font-family: 'Hind', sans-serif;
	font-size:1.8rem;
	line-height: 2.2rem;
}
.icon_wrap
{
	width:100%;
	height: 70%;
	min-height:40px;
	vertical-align:top;
	padding-top: 5%;
}
/* hover effect */
.card.effect__hover:hover .card__front 
{
  	opacity: 0;
}
.card.effect__hover:hover .card__back 
{
  	opacity: 1;
}







.bonds-product-blocks::-webkit-scrollbar {
    width: 12px
}
 
.bonds-product-blocks::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
.bonds-product-blocks::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(189,48,52,1); 
}
.bonds-product-blocks::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(189,48,52,0.4); 

}

.bonds-product-blocks p {
	margin-bottom: 0 !important;
}

.bond-info-button {
	margin: 0;
	margin-top:25px;
	position: relative;
	color: #fff;
	background-color: #bd3034;
	padding: 10px 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.bond-info-button:hover {
	color: #fff;
}

.carousel-indicators {
	bottom: -35px;
}

.gen-cards {
	height: 236px;
  overflow: hidden;
	text-align: left;
}

.news {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c1c1c1;
}

/* ------------- /Content ------------- */

/*----Team Members----*/

.bio_img {
	width: 100%;
	margin-bottom: 15px;
}

.bio_img img {
	width: 100%;
}


/*----/Team Members----*/

.nest-hl {
	display: inline-block; 
	width: 100%;
	color: #182042;
}

.nest-hl div {
	position: relative; 
	right: -107px; 
	top: 20px;	
}

.label-row div {
	display: inline-block;
	width: 280px;
	margin-bottom: 10px;
}

.label-row div label {
	margin-bottom: 0;
}

.label-row div div {
	margin-bottom: 0;
}

.form-group label {
	    font-size: 85%;
    color: #555;
    font-weight: normal;
}

/*----------Map----------*/
#map2 {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 30px;
	width: 700px;
	height: 480px;
	position: relative;
    top: -50px;
}

.map {
	height: 510px;
	display: inline-block;
}

#alert {
	width: 100%;
	background-color: transparent !important;
	padding: 0px !important;
}

@-webkit-keyframes flash {
    0% {
        color: Yellow;
        opacity:1;
    }
    60% {
        background-color: Yellow;
    }
    100% {
        background-color: transparent;
    }
}
    
.flash {
    -webkit-animation-name: flash;
    	-webkit-animation-duration: 400ms;
    	-webkit-animation-iteration-count: 1;
    	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: flash;
    	-moz-animation-duration: 400ms;
    	-moz-animation-iteration-count: 1;
    	-moz-animation-timing-function: linear;
}

.stH-AK {
	cursor: default !important;
}


a.HeaderLink {
	color: #fff;
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
	border: solid transparent 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
}
a.HeaderLink:hover {
	color: #222;
	text-decoration: underline;
}
a#ApplyNow {
	font-size: 20px;
	margin: 7px;
	padding: 8px;
	padding-right: 15px;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	border: solid transparent 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: right;
	color: #222;
	margin-left: 12px;
	background: #fff;
	border: solid #999 1px;
	background: url(/images/greencheck2.png) #fff no-repeat 6px 5px;
	padding-left: 45px;
}
a#ApplyNow:hover{
	color: #fff;
	background-color: #222;
}

a#PromoLink {
	display: inline-block;
	background: #fff;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-family: myriad-pro-condensed, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
	font-weight: bold;
	margin: 7px;
	padding: 8px 15px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #c00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
a#PromoLink span {
	display: block;
	background: #5c5e6d;
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	padding: 8px;
	margin: -8px -15px 6px;
	text-transform: uppercase;
}
a#PromoLink:hover {
	background: #5c5e6d;
	color: #fff;
}

#PhonePrompt {
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	color: #fff;
	line-height: 20px;
  letter-spacing: .25px;
}


div#Tabs {
	margin: 0px auto;
	z-index: 200;
	background: url(/images/menu-bg.jpg) repeat-x;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}
div#Tabs #Container {
	float: left;
}
div#Tabs a {
	color: #e0e0e0;
	text-decoration: none;
	font-family: myriad-pro-condensed, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	padding: 14px 18px;
	line-height: 20px;
	display: inline-block;
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-left: 1px solid #5f79b9;
	border-right: 1px solid #001c4e;
}
div#Tabs a.First {
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
div#Tabs a.First.Selected {
	border-left: none;
}
div#Tabs a:hover {
	color: #fff;
	background: #003167;
	border-left-color: #00275c;
}
div#Tabs a.Selected {
	color: #c00;
	font-weight: bold;
	background: #fff;
}
div#Tabs a.Selected:hover {
	border-left-color: #656679;
}


div#Content, body#Content {
	z-index: 100;
	font-size: 16px;
	font-weight: normal;
	color: #222;
	padding: 30px;
	padding-bottom: 40px;
	padding-top: 10px;
	width: 100%;
}

.contactus-col {
	text-align: center;
	line-height: 17px;
}

.contactus-col .glyphicon {
	color: #bd3034;
	font-size: 30px;
}


@media (min-width:768px) {
	div#Content {
		margin: 0px auto;
		padding: 50px 50px 50px 50px;
	}

	.banner {
		display: inline-block;
	}
}

.navbar {
	background-color: transparent; 
	border:none; 
	width: 100%;
	z-index: 999;
}

.navbar-collapse {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	z-index: 999;
	text-transform: uppercase;
}

.navbar-collapse ul {
	list-style: none;
	padding: 0;
	text-align: center;
}

.navbar-collapse ul li {
	padding: 10px;
	background-color: #182042;
	 
}

.navbar-collapse a {
	text-decoration: none;
	color: #fff;
}

.navbar-collapse ul li:hover {
	background-color: #2c3a75;
}

.navbar-collapse a:hover {
	text-decoration: underline;
}

.navbar-collapse ul .sub-drop {
	background-color: #fff;
	color: #333;
}

.navbar-collapse ul .sub-drop:hover {
	background-color: #ddd;
	color: #bd3034;
}

.dropdown {
    position: relative;
    display: inline-block;
	z-index: 1000;
}

.dropbtn {
	  width: 36px;
    background-color: #bd3034;
    border: 0px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    margin-left: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 14px;
    z-index: 1;
	color: #3F3F3F;
	text-align: left;
	line-height: 15px;
	min-width: 152px;
}

.dropdown-content a {
	color: #3F3F3F;
	padding: 10px;
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}

.dropdown-content a:hover {
	color: #bd3034;
	text-decoration: underline;
}
.dropdown:hover .dropdown-content {
    display: block;
}

.caret {
	margin: 0;
}



#HeaderImages {
	margin-left: 6px;
}

#HeaderImages img {
	border: 1px solid #999099;
	-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
	box-shadow: inset 1px 1px 0px 0px #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
}



body#mainContent{
	padding: 50px;
	background-image: none;
	background: #fff;
}


a.Application {
	display: block;
	-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
	box-shadow: inset 1px 1px 0px 0px #ffffff;
	background-color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999099;
	color: #000; 
	padding: 10px 10px 10px 50px;
	margin: 8px;
	margin-left: 60px;
	width: 65%;
	background: url(/images/pdf.png) no-repeat 10px 5px;
	font-size: 90%; 
	padding-top: 6px; 
	padding-bottom: 6px; 
	padding-left: 44px; 
	background-position: 6px 0px; 
	background-color: #F0F1F1; 
	text-decoration: none;
}

a.Form{
	font-family: myriad-pro-condensed, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
	font-size: 130%; 
	text-decoration: none;
	line-height: 40px;
	cursor: pointer;
}
a.Form:hover, a.Form div:hover{
	text-decoration: underline;
}


div.Contact, table#CommercialContent td.Office div.OfficeInfo {
	color: #000; 
	padding: 10px 10px 10px 10px;
	margin: 8px;
	background: #F0F1F1;
	line-height: 20px;
	font-size: 15px;
}
div.Contact table{
	width: 100%;
}
div.Contact td{
	width: 25%;
}

div.Contact.contact-smaller {
    margin: 8px 40px 8px 40px;
}
@media (max-width: 1230px) {
	.banner {
		display: none;
	}

	.main_nav {
		padding-right: 5%;
	}
}

@media (max-width: 1050px) {
	header {
		height: 100px !important;
	}
	.main_nav {
		padding-top: 48px;
	}
}

@media (max-width: 450px) {
    div.Contact.contact-smaller {
        margin: 8px 10px 8px 10px;
    }
}
@media (min-width: 992px) {
    div.Contact .row div:nth-child(1) {
        width: 23%;
    }
    div.Contact .row div:nth-child(2) {
        text-align: left;
        width: 29%;
    }
    div.Contact .row div:nth-child(3) {
        text-align: center;
        white-space: nowrap;
        width: 16.66666667%;
    }
    div.Contact .row div:nth-child(4) {
        text-align: right;
        width: 31.33333333%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    div.Contact .row div:nth-child(2) {
        padding-left: 0;
    }
    div.Contact .row div:nth-child(3) {
        padding-left: 0;
    }
    div.Contact .row div:nth-child(4) {
        padding-left: 0;
    }
}


.row.office-contact-info-container {
    margin-bottom: 40px;
}
.row.office-contact-info-container img.office-contact-logo {
    margin: 0 auto 40px auto;
    display: block;
}
.row.office-contact-info-container table.office-contact-info {
    margin: 0 auto;
}
.row.office-contact-info-container table.office-contact-info td.field-label {
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    padding-right: 6px;
}
.row.office-contact-info-container table.office-contact-info td {
    vertical-align: top;
}

@media (min-width: 992px) {
    .row.office-contact-info-container {
        width: 760px;
        margin: 0px auto 40px auto;
    }
    .row.office-contact-info-container table.office-contact-info td.field-label {
        white-space: nowrap;
    }
}

#ContactSection {
	color: #222;
	font-size: 11px;
	line-height: 1.2em;
	background: #fff;
	border-top: solid #222 3px;
}
#ContactSection ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#ContactSection li {
	line-height: 20px;
	white-space: nowrap;
	border-bottom: solid #dcdcdc 1px;
	padding: 7px;
}
#ContactSection li a {
	line-height: 20px;
	font-family: Arial;
	font-size: 13px;
	color: #222;
	text-decoration: none;
	font-weight: normal;
}
#ContactSection li a:hover {
	text-decoration: underline;
}
#ContactSection li.Header, #ContactSection li.Header a, #ContactSection h2 {
	font-family: myriad-pro-condensed, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
	color: #112442;
	margin-bottom: 3px;
	font-size: 22px;
	font-weight: bold;
	margin-left: -5px;
	text-transform: uppercase;
	letter-spacing: 2px;
}


/* COMMERCIAL SURETY CONTENT */
#CommercialContent{
	display: table;
	margin: 0px auto 20px auto;
	color: #222;
	font-family: Arial;
	font-size: 15px;
	line-height: 1.2em;
	width: 1020px;
	padding: 10px 0px 20px;
}
table#CommercialContent h2 {
	letter-spacing: 0px;
	font-size: 24px;
	margin-left: 0px;
	margin-top: 8px;
}
table#CommercialContent td {
	vertical-align: top;
}
table#CommercialContent td.First {
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}
table#CommercialContent td.Office {
	font-family: Myriad-Pro, 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 45%;
}
table#CommercialContent td.Office div.OfficeInfo {
	padding-bottom: 2px;
	background: #f7f7f7;
}
table#CommercialContent td.Office table {
	width: 100%;
}
table#CommercialContent td.Office div.Contact {
	font-size: 13px;
	line-height: 1.2em;
	margin: 8px 0px;
	font-family: myriad-pro, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
	font-size: 14px;
	background: #fff;
}
table#CommercialContent td.Office div.Contact td {
	vertical-align: middle;
}
table#CommercialContent td.Office div.Contact td.Name {
	white-space: nowrap;
	width: 194px;
}
table#CommercialContent td.Office div.Contact td.Name span {
	color: #C21B09;
	font-weight: bold;
	text-transform: uppercase;
	font-family: myriad-pro-condensed, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
	font-size: 20px;
}
table#CommercialContent td.Office div.Contact td.Phone {
	font-weight: bold;
	white-space: nowrap;
	width: 1%;
	text-transform: uppercase;
	font-family: myriad-pro-condensed, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
	font-size: 18px;
}
table#CommercialContent td.Office div.Contact td.Email {
	text-align: right;
	width: 150px;
}

a.BigButton {
	display:inline-block;
	border: solid #c0c0c0 1px; 
	width: 39%;
	margin: 20px 4%;
	padding: 20px 1%;
	text-align: center;
	font-size: 56px;
	line-height: 100%;
	font-family: myriad-pro-condensed;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	background: url(/images/bluepaperbg.jpg);
	color: #fff;
	text-shadow: #000 2px 2px 2px;
}
a.BigButton:hover {
	background: #C21B09;
}

#divAlert{
	position: absolute;
	display: none;
	left: 50px;
	background-color: #efefef;
	border: outset #c0c0c0 1px;
	z-index: 2000;
}
#divAlertTitle{
	background-color: #222;
	font-family: Arial;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 4px;
}
#divAlert #divClose{
	color: #fff;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	text-align: right;
	float: right;
	cursor: pointer;
}
#divAlert #divClose:hover{
	text-decoration: underline;
}
#divAlertMessage{
	text-align: left;
	font-family: Tahoma;
	font-size: 8pt;
	padding: 4px;
}


.comm_quote {
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 1450px) {
	
	/* Header */
	
	nav ul li { 
		float: none;
		text-align: center;
		line-height: 18px;
	}
	
	nav ul li:hover {
		background: #4b545f;
	}
		
	nav ul li:hover &gt; a {
		color: #fff;	
	}
	
	button:focus {
		color: #fff !important;	
	}
	
	nav ul li a img {
		display: inline;	
	}
	
	nav ul li:hover &gt; a img {
		background: url('../images/arrow-right.png');
	}
	
	nav ul ul {
		left: 155px;	
	}

}

@media only screen and (max-width: 1350px) {
	.main-tag {
		bottom:auto;
    	left: 50%;
    	margin-right: -50%;
    	transform: translate(-50%, 0);
			text-align: center;
		width: 75%;
		margin: 0;
		margin-top: 110px;
		position: relative;
		top: 0px;
		margin-bottom: 25px;
	}
	
	.secondary-tag {
		max-width: inherit;
		top: 30px;
	}
	
	.bonds-cards-position {
		width: 100%;
	}
	
	.bonds-blocks {
		width: 44%;
		position: relative;
	}

	.bond-block {
		width: auto;
		position: inherit;
		display: block;
		top: auto;
		transform: inherit;
	}
	
	.bonds-tag {
		line-height: 58px;
		position: relative;
		display: block;
		margin-bottom: 10px;
	}
	
	.home-block {
		width: 75%;
		left: 50%;
		top: auto;
    	margin-right: -50%;
    	transform: translateX(-50%);
		text-align: center;
		margin: 0;
		position: relative;
	}
	
/*	.cards-position {
		position: relative;
		display: block;
    	top: auto;
	}*/

}

@media screen and (max-width: 1230px) {
	.desktop-nav {
		display: none;
	}
	
	.mobile-nav {
		display: block;
	}
	
	#call-to-action {
		display: inline-block;
		position: relative;
		right: 60px;
	}
	
	.hamburger{
		display: inline-block;
	}
	
	.banner {
		display: none;
	}
	.header-content {
		margin-right: 0%;
	}
}

@media only screen and (max-width: 1570px),(max-height: 700px) {
	
	.main-tag {
		font-size: 4.75em;
	}
		
}

@media only screen and (max-width: 1260px),(max-height: 700px) {
	html, body {
		overflow-y: inherit;
	}
}
	
@media screen and (max-width: 1150px),(max-height: 700px) {

	.branches {
		display: block;
		width: 100%;
		top: 0;
	}
	
	.nest-hl {
		display: block; 
		width: 100%;	
	}

	.nest-hl div {
		position: relative;
		right: 0; 
		top: 0;	
	}
		
}



@media only screen and (max-width: 850px) {
	
	#call-to-action {
		display: none;
	}
	
}

@media (max-width:768px) {
	header {
		height: 76px !important;
	}
	.repContact {
		left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	}
}

@media only screen and (max-width: 750px) {
	.secondary-tag {
		font-size: 2.5em;
		line-height: 1em;
	}
	
	.bonds-blocks {
		float: none;
		display: block;
		margin: 10%;
		width: 80%;
		position: relative;
		
	}

	.bonds-cards-position {
		top: initial;
		transform: inherit;
		position: relative;
	}
}

	
@media only screen and (max-width: 665px) {	
	
	.logo1 {
		display: block;
		position: relative;
		float: none;
		width: inherit;
		left: 0;
	}
	

	
	
	header nav {
		padding: 0;
	}
	
	
	header.sticky2 .logo2 {
		position: relative;
		transition: all 0.6s ease;
	}

	.left-tab-over {
		margin-left: 0;
	}
}
</pre></body></html>