@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Anton);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #e1e6ec;
  color: #555;
  font: 400 16px/22px 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h6 {
  text-transform: uppercase;
  color: #333333;
}
h1 {
  font: 400 30px/30px 'Anton', sans-serif;
  letter-spacing: 3px;
}
h1 span {
	font-size: 40px;
	position: relative;
	top: -4px;
}
h2 {
  font: 400 84px/84px 'Anton', sans-serif;
}
h3 {
  font: 400 50px/59px 'Anton', sans-serif;
  text-align: center;
}
h3 span {
    padding-bottom: 17px;
    display: inline-block;
    border-bottom: 2px solid #000;
    position: relative;
    min-width: 234px;
	padding-top: -20px;
}
h3 span:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -7px;
    border-radius: 500px;
    background-color: #000;
    width: 13px;
    height: 13px;
}   
h3 span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    border-radius: 500px;
    background-color: #000;
    width: 13px;
    height: 13px;
}
h4 {
  font: 400 41px/41px 'Anton', sans-serif;
  color: #fff;
  letter-spacing: 3.3px;
}
h5 {
  font: 600 22px/28px 'Open Sans', sans-serif;
  color: #002364;
}
p {
  font-family: 'Open Sans', sans-serif;
}
p a:hover {
  text-decoration: underline;
}
time {
  display: block;
}
blockquote img {
  float: left;
  border-radius: 50%;
  margin-top: 20px;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.page-loader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff url(../images/squares-loader.gif) no-repeat center;
	z-index: 99;
	opacity: 1;
	filter: alpha(opacity=100);
	display: block;
	-webkit-transition: 1s;
	transition: 1s;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.offset {
	margin-top: 26px;
}
p + p {
  margin-top: 29px;
}
h5 + h3 {
  margin-top: 13px;
}
h5 + p,
* + table {
  margin-top: 21px;
}
h5 + .offset,
.offset3 + h5 {
  margin-top: 15px;
}
h5 + .offset1 {
  margin-top: 10px;
}
h3 + .row {
  margin-top: 52px;
}
h3 + .row__md {
  margin-top: 56px;
}
h3 + .row__md1 {
  margin-top: 41px;
}
h3 + .row__md2 {
  margin-top: 60px;
}
h3 + .list {
  margin-top: 44px;
}
h3 + .offset2 {
  margin-top: 49px;
}
h3 + .offset3 {
  margin-top: 46px;
}
h3 + .offset4 {
  margin-top: 55px;
}
.offset3 + .row {
  margin-top: 39px;
}
.row + .row {
  margin-top: 43px;
}
.row__md1 + .row {
  margin-top: 0;
}
.row + .row__md1 {
  margin-top: 20px;
}
.row + .row__md2 {
  margin-top: 25px;
}
h5 a {
  color: #333333;
}
h5 a:hover {
  color: #25589a;
}
h5 .link:hover {
  color: #4e783b;
}
* + h5 {
  margin-top: 20px;
}
h5 span {
  font-size: 16px;
}
.news__mod + a {
  margin-top: 32px;
}
.map + p {
  margin-top: 30px;
}
.bottom {
	padding-bottom: 14px;
}
.padding {
	padding: 10px;
}





.updateddate2 {
	color: #555;
	padding-top: 5px;
	font-size: 14px;
	font-weight: 400;
}
.updateddate2:before {
	color: #528a29;
	content: "\f017";
    font-family: FontAwesome;
	font-size: 24px;
	font-style:normal;
}
.textsm {
	color: #555;
	font-weight: 400;
	font-size: 14px;
	margin-top: -24px;
}
.textsm:before {
	color: #528a29;
	content: "\f007";
    font-family: FontAwesome;
	font-size: 24px;
	font-style:normal;
}
.em {
	font-style:italic;
}
.clear {
	clear: both;
}
.cancel span {
	position: relative;
	color: #ff0000;
	font-size: 200px;
	top: -90px;
	left: 70px;
}
.down {
	position: relative;
	top: 26px;
}

.up {
	margin-top: -34px;
}
.up2 {
	margin-top: 1px;
}
.up3 {
	margin-top: -8px;
}
.left {
	margin-left: -30px;
}
.textleft {
	text-align: left;
}
.dkgreenborder {
	border-color:#4e783b;
	border-style: solid;
    border-width: 2px;
	padding: 20px 0 130px;
}

/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  position: relative;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  float: left;
}
.sf-menu > li + li {
  margin-left: 7px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  color: #222;
  font: 600 16px/16px 'Open Sans', sans-serif;
  padding: 15px 22px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.active > a {
  background: #1061d4;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #fff;
}
.sf-menu > li.sfHover > a:active > a,
.sf-menu > li > a:hover:active > a {
  color: #222;
}
.sf-menu > li.active > a {
  color: #fff;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 114px;
  margin-top: 39px;
  padding: 22px 0 22px;
  background: #FFF;
  text-align: center;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul {
  background: #222;
  margin-left: -22px;
}
.sf-menu ul > li > a {
  color: #FFF;
  font: 400 14px/14px 'Open Sans', sans-serif;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #7289a3;
}
.sf-menu ul li + li {
  margin-top: 20px;
}
.sf-menu ul ul {
  position: absolute;
  margin: -85px 0 0 114px;
  z-index: 4;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 65%;
  margin-left: -6px;
  content: '\f078';
  font: 400 10px/12px 'FontAwesome';
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 10px;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 10px auto;
  width: 420px;
  background: #e5e5e5 url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Open Sans', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  padding-bottom: 10px;
  background: #ffffff;
  z-index: 999;
  border-bottom: 2px solid #1061d4;
}
.isStuck .brand_logo:before {
  background: url(../images/connecticutlogoSM.png) no-repeat;
  width: 95px;
  height: 73px;
  margin-top: 20px;
  margin-left: 40px;
}
.isStuck .sf-menu ul {
  margin-top: 11px;
}
.isStuck .sf-menu ul ul {
  margin-top: -85px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 60px;
  height: 60px;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  background: #1061d4;
  border-radius: 50%;
  position: fixed;
  right: 142px;
  bottom: 100px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #222;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "\f065";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.thumb_video {
  margin-left: 54px;
}
.thumb_video .thumb_overlay {
  opacity: 1;
}
.thumb_video .thumb_overlay:before {
  content: "ï€";
  font: 400 64px "FontAwesome";
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.thumb_video:hover .thumb_overlay:before {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media (max-width: 767px) {
  .thumb_video {
    margin-left: 0;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  background-color: #FFF;
  background-image: url(../images/footerbg.jpg);
  padding: 62px 0 34px;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
  .parallax1 {
    padding: 30px 0;
  }
}

/*==================    Contact    ====================*/
#form {
	position: relative;
	padding-top: 17px;
}
#form input {
	width: 570px;
	height: 42px;
	float:left;
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	border: 1px solid #666;
    color: #666;
    font: 16px/18px 'Open Sans', sans-serif;
	margin-bottom: 25px;
    padding: 7px 20px 10px;
}
#form textarea {
	width: 570px;
	height: 200px;
	background: #fff;
	position: relative;
	resize:none;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	margin: 0;
	color: #666;
    font: 16px/18px 'Open Sans', sans-serif;
	border: 1px solid #666;
    padding: 7px 20px 50px;
}
#form .message {
	height: 100% !important;
}
#form label {
	position:relative;
	display: block;
	min-height: 45px;
	float: left;
	width: 100%;
	clear: left;
}
#form label+label {
}
#form label.message {
	width: 100%;
	position: relative;
	margin-left: 0;
}
#form .error-message, #form .empty-message {
	color: #E02A05;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 995;
	top: 10px;
	opacity: 0;
	right: 5px;
	float:left;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
#form .invalid .error-message, #form .empty .empty-message {
	opacity: 1;
}
#form .submit {
	font-size: 18px;
    line-height: 20px;
    background-color: #002364;
	margin: 25px 10px;
    padding: 9px 41px 12px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
	width: 150px;
	border: 1px solid #002364
}

#form .submit:hover {
    background:#222;
}
.btns {
	font-size: 0;
	line-height: 0;
	padding-top: 30px;
}

.btns .btn {
	text-align: center;
	width: 60px;
	text-align: center;
	margin-top: 0;
}
.btns .btn+.btn {
	margin-left: 14px;
}
.phone {
	position: relative;
}
.success_wrapper {
	position: relative;
}
.message br {
	height: 0;
	line-height: 0;
}
#form .success-message {
	display: none;
	opacity: 0;
	position: absolute;
	background: #fff;
	border: 1px solid #d6d6d6;
	width: 100%;
	height: 80px;
	text-align: center;
	border-radius: 20px;
	padding: 28px 10px;
	z-index: 990;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
#form.success .success-message {
	display: block;
	opacity: 1;
}
@media only screen and (max-width: 1199px) {
	#form label {
		float: none !important;	
		width: 100%;
		margin-left: 0 !important;
	}
	#form .success-message {
		width: 100% !important;
	}
}

@media only screen and (max-width: 995px) {
	#form {
	}
	#form .success-message {
		border-color: #000;
	}
	#form input, #form textarea {
		border-color: #000;
	}
	#form .success-message {
		width: 100%;
	}
	.btns {
		padding-right: 0;
	}
	#form label.email {
		width: 100%;
		margin: 0;
	}
	.map figure {
		float: left !important;
		margin-right: 0px !important;
	}
	#form input, #form textarea, #form .success-message {
	/*	border: 1px solid #3a5363;
	*/}
}

@media only screen and (max-width: 767px) {
	#form {
		padding-top: 40px;
	}
	.map figure {
		width: 100% !important;
		float: none !important;
		display: block !important;
		margin-right: 0px !important;
	}
  .btns {
		padding-bottom: 0;  
  	}
  #form textarea {
		height: 300px !important; 
  	}
}
@media only screen and (max-width: 479px) {
  	#form textarea {
		height: 200px !important;  
  	}
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
  padding: 35px 0 39px;
  border-bottom: 2px solid #1061d4;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
  margin: 7px -17px 0 0;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  position: relative;
  padding-top: 12px;

}
.brand_name a {
  padding-left: 94px;
}
.brand_logo:before {
  content: '';
  position: absolute;
  background: url('../images/connecticutlogo.png') no-repeat;
  width: 145px;
  height: 113px;
  left: -60px;
  top: -20px;
}
.brand_name__mod {
  display: inline-block;
  padding-top: 15px;
}
.brand_name__mod a {
  padding-left: 58px;
}
.brand_logo__mod:before {
  display: inline-block;
  background: url('../images/connecticutlogoSM.png') no-repeat;
  width: 95px;
  height: 72px;
  top: 10px;
}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
.align {
  text-align: center;
}
.add-mt {
  margin-top: 5px;
}
.add-mt1 {
  margin-top: 8px;
}
.add-mr {
  margin-right: 3px;
}
.add-pr {
  padding-right: 20px;
}
.add-lh {
  line-height: 24px;
}
.align-left {
	text-align: left;
}
/*========================================================
                     CONTENT  Styles
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
.font-s {
  font-weight: 400;
}
/*==================      Well     ======================*/
.well {
  padding: 80px 0 110px;
}
.well__off1 {
  padding-bottom: 90px;
}
.well-1 {
  padding: 42px 0 32px;
}
.well-1__off1 {
  padding-bottom: 53px;
}
.well-1__off2 {
  padding-bottom: 42px;
}
.well-1__off3 {
  padding-bottom: 49px;
}
.well-2 {
  padding: 68px 0 100px;
}
.well-3 {
  padding: 26px 0 30px;
}
.well-4 {
  padding: 71px 0;
}
.well-4__off1 {
  padding-bottom: 100px;
}
.well-4__off2 {
  padding-bottom: 108px;
}
.well-5 {
  padding: 30px 0;
}
.well-6 {
	padding: 28px 0 60px;
}
.well-7 {
	padding: 12px 0 0px;
}

/*==================      Carousel     ======================*/
.owl-wrap {
  position: relative;
  text-align: center;
}
.owl-wrap p {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 2;
  font: 600 18px/18px 'Open Sans', sans-serif;
  background: rgba(34, 34, 34, 0.6);
  padding: 21px 50px 22px;
}
.lt-ie9 .owl-wrap p {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99222222', endColorstr='#99222222');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99222222', endColorstr='#99222222');
  zoom: 1;
}
/*==================      Divider     ======================*/
.divider {
  background: url('../images/divider.jpg') no-repeat;
  height: 47px;
}
/*==================      Unit     ======================*/
.unit-wrap {
  background: #f4f4f4;
  padding-right: 10px;
}
.unit-wrap .list {
  margin-left: 26px;
}
.unit-wrap .btn-info {
  text-align: center;
  margin-top: 49px;
}
.unit-wrap > h5,
.unit-wrap h3,
.unit-wrap .btn-info {
  text-align: center;
}
/*==================      Time     ======================*/
.time-wrap-1 {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #f4f4f4;
  padding-top: 28px;
  font: 600 18px/18px 'Open Sans', sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #3a4653;
  transition: .3s;
}
.time-wrap-2 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.time-wrap-2 span {
  font-size: 64px;
  line-height: 64px;
  font-weight: 800;
}
/*==================      List     ======================*/
.list {
  counter-reset: list;
}
.list .grid__md {
  clear: both;
}
.list li {
  list-style-type: none;
  position: relative;
  padding-left: 72px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list li a {
  display: inline-block;
  color: #333333;
  margin-top: 2px;
}
.list li a:hover {
  color: #7289a3;
}
.list li p {
  font: 400 16px/26px 'Open Sans', sans-serif;
  color: #555;
}
.list li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: list;
  content: counter(list, decimal-leading-zero);
  font: 400 50px/50px 'Anton', sans-serif;
  color: #002364;
}
.list li + li {
  margin-top: 42px;
}
.list__mod li {
  margin-top: 42px;
}
.list__mod li a:hover,
.list__mod li:before {
  color: #30790f;
}
.list__mod li.mt {
  margin-top: 0!important;
}
.img1 {
  background-image: url('../images/img01.jpg');
}
.img2 {
  background-image: url('../images/img02.jpg');
}
.img3 {
  background-image: url('../images/img03.jpg');
}
.img4 {
  background-image: url('../images/img04.jpg');
}
.img5 {
  background-image: url('../images/page-2_img02.jpg');
}
.img6 {
  background-image: url('../images/page-2_img07.jpg');
}
.img7 {
  background-image: url('../images/imgsm01.jpg');
}
.img8 {
  background-image: url('../images/page-4_img02.jpg');
}
.img9 {
  background-image: url('../images/page-5_img01.jpg');
}



ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul li {
	line-height: 22px;
	margin-bottom: 12px;
}
.list3 {
	list-style-type: square;
	text-align: left;
    padding-top: 15px;
	margin-left: 18px;
	margin-right: 15px;
}
ol li {
	line-height: 22px;
	margin-bottom: 12px;
}
.list4 {
	list-style-type: decimal;
	text-align: left;
    padding-top: 15px;
	margin-left: 18px;
	margin-right: 15px;
}

/*=================     Social List     ==================*/
.soc-list {
  	position: relative;
  	display: inline-block;
  	text-align: center;
}
.soc-list li {
  	position: relative;
  	float: left;
}
.soc-list li a {
  	width: 67px;
  	height: 66px;
  	background: #002364;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
}
.soc-list li a:before {
  	position: relative;
  	font-size: 34px;
  	line-height: 66px;
  	color: #fff;
  	-moz-transition: 0.3s;
  	-o-transition: 0.3s;
  	-webkit-transition: 0.3s;
  	transition: 0.3s;
}
.soc-list li + li {
 	 margin-left: 15px;
}
.soc-list li:hover a {
  	background: #fff;
}
.soc-list li:hover a:before {
  	color: #002364;
}
.soc-list {
  	margin-top: 33px;
}

@media (max-width: 479px) {
  .soc-list li a {
    width: 47px;
    height: 46px;
  }
  .soc-list li a:before {
    font-size: 24px;
    line-height: 46px;
  }
}

/*==================     ByLine     ======================*/
.by-line {
  background: #333333;
  text-align: center;
}
.by-line h3 {
  color: #fff;
  display: inline-block;
}
.by-line .btn {
  margin: 13px 0 0 23px;
}
.by-line .btn:hover:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*==================     IconBox     ======================*/
.icon-box {
  text-align: center;
}
.icon-box:hover .icon {
  background-position: top;
}
.icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-position: bottom;
  background-repeat: no-repeat;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-1 {
  background-image: url('../images/facicon.jpg');
}
.icon-2 {
  background-image: url('../images/page-1_img16.jpg');
}
.icon-3 {
  background-image: url('../images/page-1_img17.jpg');
}
.icon-4 {
  background-image: url('../images/page-1_img18.jpg');
}
/*==================      IconWrap     ======================*/
.icon-st {
  display: inline-block;
  color: #4E783B;
  font-size: 28px;
  line-height: 28px;
}
/*==================      Table     ======================*/
.table-wrap {
  width: 100%;
}
.table-wrap tr:first-child {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
  background: #4E783B;
}
.table-wrap td:nth-child(1) {
  width: 25.0575%;
}
.table-wrap td:nth-child(2) {
  width: 52.7586%;
}
.table-wrap td:nth-child(3) {
  width: 22.1839%;
}
.table-wrap td {
  padding: 13px 5px 13px 25px;
}
.color-row-1 {
  background: #ececec;
}
.color-row-2 {
  background: #fff;
}
/*==================  Backgrounds  ======================*/
.bg01 {
  background: #f4f4f4;
}
.bg-secondary {
	background: #d9f6f9;
}
.bg02 {
	background: #dbe4f5;
}
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  position: relative;
  color: #fff !important;
  background: #002364;
  font: 600 15px/15px 'Open Sans', sans-serif;
  padding: 12px 38px;
  outline: none;
  z-index: 0;
}
.btn:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: #3a4653;
  transition: 0.3s;
  z-index: -1;
}
.btn__mod {
  background: #4e783b;
  padding-right: 40px;
  padding-left: 40px;
}
.btn__mod:before {
  background: #38562a;
}
.btn-info {
  display: block;
  font: 600 18px/18px 'Open Sans', sans-serif;
  color: #528a29;
}
.btn-info:after {
  position: relative;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 30px;
  padding-left: 12px;
  top: 3px;
}
.btn-info:hover {
  color: #333333;
}
/*==================      News     ======================*/
.news {
  text-align: center;
  display: block;
  margin-top: -2px;
}
.news .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .3s;
}
.news .img-wrap {
  display: inline-block;
  position: relative;
  margin-top: -72px;
}
.news .img-wrap:hover .overlay {
  background: rgba(58, 70, 83, 0.5);
}
.lt-ie9 .news .img-wrap:hover .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#803a4653', endColorstr='#803a4653');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#803a4653', endColorstr='#803a4653');
  zoom: 1;
}
.news:hover .time-wrap-1 {
  background: #3a4653;
  color: #fff;
}
.news__mod .news_cnt {
  text-align: left;
}
.news__mod .news_cnt h5 {
  margin-top: 20px;
}
/*==================      Quote     ======================*/
.quote {
  overflow: hidden;
  padding-left: 30px;
}
.quote .quote-wrap {
  position: relative;
  background: #ebebeb;
  font-size: 14px;
  line-height: 28px;
  font-style: italic;
  padding: 13px 10px 12px;
}
.quote .quote-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -8px;
  left: -16px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent #ebebeb transparent transparent;
  border-width: 10px 16px 10px 0;
}
.quote .quote-wrap + p {
  margin-top: 12px;
}
.quote a {
  font-weight: 600;
  text-transform: uppercase;
}
/*==================      Mark List      ======================*/
.mark-list {
  margin-top: 14px;
}
.mark-list li {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #555;
  padding-left: 15px;
}
.mark-list li:before {
  position: absolute;
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 16px;
  top: 1px;
  left: 0;
  color: #7289A3;
}
.mark-list li + li {
  margin-top: 11px;
}
.mark-list a:hover {
  color: #7289A3;
}
.border-line {
  height: 1px;
  width: 100%;
  background: rgba(191, 191, 191, 0.48);
  margin-top: 30px;

}
.lt-ie9 .border-line {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abfbfbf', endColorstr='#7abfbfbf');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abfbfbf', endColorstr='#7abfbfbf');
  zoom: 1;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.float-box:before,
.float-box:after {
  content: " ";
  display: table;
}
.float-box:after {
  clear: both;
}
.float-box [class*="img"] {
  background-size: cover;
  background-repeat: repeat;
}
.float-box > div {
  float: left;
  width: 33.33333334%;
}
.wrap-box {
  background: #f4f4f4;
}
.wrap-box:before,
.wrap-box:after {
  content: " ";
  display: table;
}
.wrap-box:after {
  clear: both;
}
.wrap-box [class*="img"] {
  width: 33.33333334%;
  float: left;
  background-size: cover;
  background-repeat: repeat;
}
.wrap-box-2 {
  background: #c9c9c9;
}
.wrap-box-2:before,
.wrap-box-2:after {
  content: " ";
  display: table;
}
.wrap-box-2:after {
  clear: both;
}
.wrap-box-2 [class*="img"] {
  width: 33.33333334%;
  float: right;
  background-size: cover;
}
.wrap-box-2 .txt-float {
  float: right;
  margin-right: 15px;
  padding-left: 15px;
}
.wrap-box-2 p + p {
  margin-top: 29px;
}
.wrap-box-2 .offset3 + .btn-info {
  margin-top: 40px;
}
.wrap-box-2 p + .btn-info {
  margin-top: 31px;
}

.wrap-box-3 {
  background: #9eaabb;
}
.wrap-box-3:before,
.wrap-box-3:after {
  content: " ";
  display: table;
}
.wrap-box-3:after {
  clear: both;
}
.wrap-box-3 [class*="img"] {
  width: 33.33333334%;
  float: right;
  background-size: cover;
}
.wrap-box-3 .txt-float {
  float: right;
  margin-right: 15px;
  padding-left: 15px;
}
.wrap-box-3 p + p {
  margin-top: 29px;
}
.wrap-box-3 .offset3 + .btn-info {
  margin-top: 40px;
}
.wrap-box-3 p + .btn-info {
  margin-top: 31px;
}

/*==================      Contact      ======================*/
address {
  margin-top: 10px;
}
address p:first-child {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
dt,
dd,
.mail {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
}
dl {
  margin-top: 30px;
}
dt {
  padding-right: 8px;
}
.mail a {
  color: #4e783b;
}
.mail a:hover {
  text-decoration: underline;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  text-align: center;
}
footer h3 {
  color: #f4f4f4;
}
footer p {
  color: #fff;
  margin-top: 16px;
}
footer .footer_brand {
  margin-top: 42px;
}

/*==================      Font for copyright      ======================*/
.font-wrap {
  font-size: 13px;
}
/*========================================================
                       Responsive
========================================================*/
@media (max-width: 1369px) {
  .wrap-box [class*="img"],
  .wrap-box-2 [class*="img"] {
    width: 25%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .wrap-box-2 .txt-float {
    margin-right: 20px;
  }
  .float-box .list p {
    display: none;
  }
  .float-box .list li:before {
    font-size: 40px;
    line-height: 40px;
  }
  .float-box .list li + li {
    margin-top: 30px;
  }
  .float-box .img3 {
    background-position: right center;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .img1,
  .img3,
  .img5,
  .img7,
  .img8,
  .img9 {
    background-position: center center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .box__mod .box_aside {
    float: none;
    margin-bottom: 10px;
  }
}
@media (max-width: 979px) {
  header .nav {
    margin: 18px 0 0 0;
  }
  .float-box > div {
    float: none;
    width: 100%;
  }
  .float-box .img2,
  .float-box .img3 {
    background-position: center center;
  }
  .wrap-box .grid_9,
  .wrap-box-2 .grid_9 {
    width: 100%;
    float: none;
  }
  .wrap-box [class*="img"],
  .wrap-box-2 [class*="img"] {
    float: none;
    width: 100%;
    background-position: center center;
  }
  .wrap-box-2 .txt-float {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
  .wrap-box-2 .grid_3 {
    width: 30%;
  }
  .wrap-box-2 .grid_9 {
    margin-left: 0;
  }
  .mark-list li {
    font-size: 14px;
    line-height: 14px;
  }
  .mark-list li:before {
    font-size: 14px;
  }
  [class*="img"] {
    height: 400px !important;
  }
  blockquote img {
    margin-top: 35px;
  }
  .h3-off {
    font-size: 40px;
    line-height: 44px;
  }
  .wrap-box .row,
  .wrap-box-2 .row {
    margin-left: 0;
  }
  dt,
  dd,
  .mail {
    font-size: 12px;
  }
  .grid_4__mod {
    width: 320px;
  }
}
@media (max-width: 767px) {
  header {
    padding: 15px 0;
  }
  .float-box [class*="img"],
  .wrap-box [class*="img"],
  .wrap-box-2 [class*="img"] {
    height: 200px !important;
  }
  .wrap-box .box_inner > .row,
  .wrap-box-2 .box_inner > .row {
    padding: 0 15px;
  }
  .divider {
    height: 23px;
  }
  .well {
    padding: 30px 0 20px;
  }
  .well-1,
  .well-2,
  .well-3,
  .well-4 {
    padding: 30px 0;
  }
  .unit-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  h3 + .row,
  h3 + [class*="offset"],
  .wrap-box-2 p + p,
  h3 + .offset4 {
    margin-top: 15px;
  }
  h5 + p {
    margin-top: 10px;
  }
  h3 + .list,
  .list li + li,
  .wrap-box-2 p + .btn-info {
    margin-top: 20px;
  }
  .list__mod li.mt {
    margin-top: 42px!important;
  }
  .unit-wrap .btn-info {
    margin-top: 20px;
  }
  .by-line h3 {
    font-size: 43px;
    line-height: 43px;
  }
  .row__md1 + .row,
  .policy-box {
    margin-top: 30px;
  }
  footer .footer_brand,
  footer p {
    margin-top: 10px;
  }
  .border-line {
    display: none;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 40px;
    line-height: 44px;
  }
  header h1 {
    font-size: 31px;
    line-height: 31px;
    letter-spacing: 0;
  }
  .brand_name a {
    padding-left: 47px;
  }
  .brand_logo:before {
	  background: url(../images/connecticutlogoSM2.png) no-repeat;
	  margin-top: 26px;
	  margin-left: 27px;
  }
  .brand_name__mod a {
    padding-left: 60px;
  }
  .owl-wrap p {
    padding: 11px 30px 12px;
  }
  .table-wrap td {
    padding-left: 20px;
  }
  .box__mod .box_aside {
    float: none;
    margin-bottom: 10px;
  }
  footer h3 {
    font-size: 40px;
    line-height: 40px;
  }
  footer h4 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0;
  }
}
