@charset "utf-8";
/* CSS Document */
/*
COLOR PALETTE
Headings : #2d87b8
Secondary color : #272727
*/
/* DEFAULT STYLES */
body, .TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, input, button, select, textarea, p, ul, li, a {
	font-family: 'Open Sans', sans-serif;
}
body {
	background-color: #FFF;
}
body, figure {
	margin: 0;
	padding: 0;
}
/* Typography */
.TitleStyle1, .TitleStyle2, .TitleStyle3 {
	color: #1a1a1a;
	font-size: 26px;
	line-height: 30px;
	margin-bottom:10px;
}

h1 a:link  {color: #1a1a1a;}

.TitleStyle2 {
	font-size: 20px;
	margin-top: 10px;
}
.TitleStyle1 p {
	color: #1a1a1a!important;
	font-size: 26px!important;
	line-height: 30px!important;
	margin:0px!important;
	padding:0px!important;
}
.TitleStyle4 {
	font-size: 24px;
	color: #c40002;
	font-weight: 400;
}
.right-text .TitleStyle4 {
	margin-bottom:10px;
}
p, #main-content ul li {
	color: #666;
	line-height: 26px;
	margin-bottom:15px;
}
a{
	color:#111380;
	text-decoration:none;	
}
a:hover{
text-decoration: underline;	
}
/*Logo*/
.brand {
	margin-top: 40px!important;
}
/*Social Icons*/
.social {
	float: right;
	margin: 10px 0 0 0;
}
.social > li {
	list-style-type: none !important;
	float: left;
	margin-right: 10px;
}
#social #social-nav > ul {
	padding: 0;
	margin: 0;
}

.social img:hover {
	background-color: #272727;
}
.social li a .fab {
	font-size:22px;
}
.fab.fa-facebook-square {
	color: #3b5998;
}
.fab.fa-twitter-square {
    color: #00acee;
}
.fab.fa-linkedin {
    color: #0077b5;
}
.social li a:hover, .social li a:focus {
	opacity:0.8;
}
.sociald {
	float: left;
	margin: 250px 0 0 20px;
}
.sociald > li {
	list-style-type: none !important;
	float: left;
	margin-left: 10px;
	
}
#sociald #sociald-nav > ul {
	padding: 0;
	margin: 0;
}
.sociald > li > a:focus, .sociald > li > a:hover {
	background: #407ba9;
}


/*Main Navbar*/
.nav-section {
    position: relative;
    z-index: 99;
}
.nav-menu .navbar {
    background: #fff;
min-height: 26px;
line-height: 26px;
padding-left: 0px;
padding-right: 0px;
/*border-top: 1px solid #b0b0b0;
border-bottom: 1px solid #b0b0b0;*/
border-radius: 0px;
border-left: none;
border-right: none;
-moz-box-shadow: none;
box-shadow: none;
margin-top: 40px;
margin-bottom: 20px;

}
.navbar-default {
    background: transparent;
    border: 0;
    margin-bottom: 0;
    min-height: 0;
    width: 100%;
}

.navbar {
	
}
.navbar .nav {
	width: 100%;
	left: 0px;
	background: #fff;
	border-radius: none!important;
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
    float: none;
    align-content: center;
    align-items: center;
    height: 50px;
}
.navbar .nav > li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.navbar .nav > li > a {
	color: #1a1a1a;
	text-shadow: none;
	line-height: 26px;
	font-size: 17px;
	font-weight: 400;
	padding:5px 10px;
	border-radius:13px;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #fff;
	background: #111380;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background: #111380;
}
.navbar .nav > li > a.active {
	color: #fff;
	text-decoration: none;
	background: #111380;
}
.navbar-inner {
	background: #fff;
	border: 0px 0px;
	min-height: 26px;
	line-height: 26px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	border-radius: none;
	border-left: none;
	border-right: none;
	-moz-box-shadow: none;
	box-shadow:none;
}


.btn-navbar {
	background: #fff!important;
	float: right;
	height: 30px;
	width: 30px;
	margin: 0!important;
	border: none;
	border-radius: 0px;
}
.nav-collapse {
	background: #fff;
	border-bottom: none!important;
}
/*Banner*/

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
    text-decoration: none;
    background: #111380;
}
.navbar-default .navbar-nav .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .dropdown-menu>li>a.active {
    color: #fff;
    text-decoration: none;
    background-color: #111380;
}
.banner-bg {
	width: auto;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(219,219,219,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0 );
	border-bottom: 1px solid #b0b0b0;
	
}
.mid-section {
	position:relative;
}
/* .qt-box { */
	/* position:absolute; */
	/* top:75%; */
	/* transform:translateY(-75%); */
	/* right:20px; */
	/* z-index:99; */
/* } */
.banner {
	position: relative;
	height: auto;
	margin:0px 0 0 0px;
	z-index: 1;
}
.slide .img {
	margin-top: 30px;
}
.banner-image {
	margin-left: 0px;
	padding-top: 0px;
}
/*Quotebox*/

.quote-search {
	float: right;
	width: 350px;
	height: 140px;
	z-index: 100;
	position: relative;
	border: 2px solid #111380;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #111380;
	background: -moz-linear-gradient(top, #2023a2 0%, #111380 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2023a2), color-stop(100%, #111380));
	background: -webkit-linear-gradient(top, #2023a2 0%, #111380 100%);
	background: -o-linear-gradient(top, #2023a2 0%, #111380 100%);
	background: -ms-linear-gradient(top, #2023a2 0%, #111380 100%);
	background: linear-gradient(to bottom, #2023a2 0%, #111380 100%);
	display: flex;
align-items: center;
justify-content: space-around;
}
.quote-box {
    margin-top:15px;
	color: #2c2c2c;

}
.quote-box-header {
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #111380;
	text-align:right;
}
.quote-box-text {
	margin-top: 10px!important;
	font-size: 21px;
	line-height: 24px;
	padding-left: 0px;
	font-weight: bold;
	color:#c40002;
	text-align:right;
}
.quote-box-text i {
	font-size: 22px;
	font-weight: normal;
}
.quote-search input {
margin-left: 0px;
	height: 30px;
	font-weight: normal;
	font-size: 14px;
	padding:0 0px 0px 8px;
}
.quote-search select {
	margin-left: 0px;
	height: 30px;
	font-weight: normal;
	font-size: 14px;
	padding:0 0px 0px 4px;
}
.start-here .TitleStyle5 {
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}
.search-type {
    padding:0 12px;
    display: flex;
    align-items: end;
}
.search-location-inside {
    float: left;
    margin-top: 2px;
    padding: 0px 5px;
}
.type {
	margin-top: 0px;
	margin-left: 40px;
}

.primarybutton {
	background: rgb(196,0,2);
	background: -moz-linear-gradient(top, rgba(196,0,2,1) 0%, rgba(210,2,4,1) 0%, rgba(229,5,8,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(196,0,2,1)), color-stop(0%, rgba(210,2,4,1)), color-stop(100%, rgba(229,5,8,1)));
	background: -webkit-linear-gradient(top, rgba(196,0,2,1) 0%, rgba(210,2,4,1) 0%, rgba(229,5,8,1) 100%);
	background: -o-linear-gradient(top, rgba(196,0,2,1) 0%, rgba(210,2,4,1) 0%, rgba(229,5,8,1) 100%);
	background: -ms-linear-gradient(top, rgba(196,0,2,1) 0%, rgba(210,2,4,1) 0%, rgba(229,5,8,1) 100%);
	background: linear-gradient(to bottom, rgba(196,0,2,1) 0%, rgba(210,2,4,1) 0%, rgba(229,5,8,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40002', endColorstr='#e50508', GradientType=0 );
height:30px;
color:#fff;
padding:0px;
width:100%;
}
.primarybutton:hover, .primarybutton:focus {
	background: rgb(196,0,2);
	background: -moz-linear-gradient(top, rgba(196,0,2,1) 0%, rgba(229,5,8,1) 0%, rgba(210,2,4,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(196,0,2,1)), color-stop(0%, rgba(229,5,8,1)), color-stop(100%, rgba(210,2,4,1)));
	background: -webkit-linear-gradient(top, rgba(196,0,2,1) 0%, rgba(229,5,8,1) 0%, rgba(210,2,4,1) 100%);
	background: -o-linear-gradient(top, rgba(196,0,2,1) 0%, rgba(229,5,8,1) 0%, rgba(210,2,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(196,0,2,1) 0%, rgba(229,5,8,1) 0%, rgba(210,2,4,1) 100%);
	background: linear-gradient(to bottom, rgba(196,0,2,1) 0%, rgba(229,5,8,1) 0%, rgba(210,2,4,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40002', endColorstr='#e50508', GradientType=0 );
color:#fff;
}
/*Content*/
.left-text {
	padding: 0px 20px 20px 10px;
}
.right-text {
	padding-left:20px;
}
.flex-cont {
	margin-top:20px;
	display:flex;
}
.divider {
	border-right: 1px solid #b0b0b0;
	padding-right:20px;
}
.divider-next {
	border-top: 1px solid #fff;
}
.contact .TitleStyle3 {
	margin: 0px 10px 20px 0px;
	color: #1a1a1a;
}
.about .TitleStyle3 {
	margin: 20px 10px 20px 0px;
	color: #1a1a1a;
}
.about p {
	margin-left: 0px;
}
#main-content ul {
    margin: 20px 0;
    padding-left: 20px;
}
#main-content ul li {
    margin-bottom: 10px;
}
#main-content ul li:last-of-type {
    margin-bottom: 0px;
}
#main-content ul li::marker {
    color: #c40002;
}
#main-text {
	margin-top: 20px!important;
}
address {
	padding-top: 0px;
	margin-right: 0px;
	text-align: left;
	color: #1a1a1a;
	padding: 10px 20px 0px 0px;
	font-size: 16px;
	line-height: 26px;
}
.li-text
{
line-height: 26px;
}
/* FOOTER */
.footer-bg {
	border-top: 1px solid #b0b0b0;
	background: rgb(197,197,197);
	background: -moz-linear-gradient(top, #e5e5e5 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, #e5e5e5 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#ffffff', GradientType=0 );
	margin-top: 50px;
}
footer {
	font-size: 11px;
	width: 100%;
	padding-top: 10px;
	height: 100%;
	paddin-bottom: 0px!important;
	margin-bottom: 0px!important;
}
.footer li a {
	font-size: 14px;
	color: #1a1a1a;
	text-decoration: none;
	font-weight: normal;
	text-align: center!important;
}
.footer a:hover, .footer a:focus, .footer a.active {
	color: #111380;
	text-decoration: underline;
}
.footer_nav {
	padding-top: 0px;
	text-decoration: none!important;
	font-size: 14px;
	line-height: 20px;
	text-align: center!important;
	margin-bottom: 10px;
}
.footer_nav a {
	white-space: nowrap;
}
.footer_address {
	text-align: center;
	font-size: 14px;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	
}
.footer_address li {
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
	color: #1a1a1a;
	line-height: 24px;
}
.footer_address li a {
	color: #1a1a1a;
	font-size: 14px;
}
.foot-addr {
text-align:center;
font-size: 14px;
}

/* iframe */

iframe {
	height: 500px;
	width: 100%;
	frameborder: 0px inset!important;
}
iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}

.frame-fix{
	height: 1500px !important;	
}
.copy-ul {
	list-style-type:none;
	margin-top:15px;
	padding:0px;
	text-align:center;
}
.copy-ul li {
	font-size:14px;
	color:#1a1a1a;
	display:inline-block;
}
.footer-links ul{
	list-style-type:none;
	padding-left:0px;
	text-align:center;

}
.footer-links ul li {
	display:inline-block;
	    margin: 0 0px 10px 0px;
}
.footer-links ul li a {
	display:inline-block;
	margin:0px 10px;
	padding: 2px 10px;
	border-radius: 8px;
}
.footer-links ul li a:hover, .footer-links ul li a:focus, .footer-links ul li a.active, .footer-links .dropup .dropdown-menu li a:hover, .footer-links .dropup .dropdown-menu li a:focus, .footer-links .dropup .dropdown-menu li a.active {
	color: #fff;
    text-decoration: none;
    background: #111380;
}
.footer-links .dropup .dropdown-menu li {
	width: 100%;
}
.footer-links .dropup .dropdown-menu li a {
	display: block;
	border-radius: 0px;
}
.footer-links ul li::after {
	    border-right: 1px solid #1a1a1a;
    content: "";
    font-size: 10px;
}
.footer-links ul li:last-child::after {
	border:0px;
}
.footer-links li.dropdown ul li::after {
	border:0px;
}
.footer-links li.dropdown ul li a {
	padding:5px 0px;
	margin:0px;
}
.footer-links li.dropdown ul li a:hover, .footer-links li.dropdown ul li a:focus, .footer-links li.dropdown ul li a.active {
	background:none;
	color:#2d87b8;
}
.dropdown.open .caret {
    border-bottom: 4px solid;
    border-top: 0px;
}
.dropup.open .caret {
    border-top: 4px solid;
    border-bottom: 0px;
}
.gmap {
	width:100%;
	height:400px;
	border:0px;
}
.cnt-info {
	padding-left:0px;
	list-style-type:none;
}
.cnt-info li {
	margin-bottom:0px!important;
}
.ccframe {
	height:1600px!Important;
}
#cpIframe {
	height:1800px!important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.personal-imgs, .commercial-imgs {
	display:flex;
}
.personal-imgs img, .commercial-imgs img {
   width:400px;
   margin:20px;
}
.equine-imgs {
	display:flex;
	justify-content:space-around;
}
.equine-imgs img {
	width:250px;
}
.about-team {
	margin-bottom: 10px;
}
.fixed-header {
    background: #fff;
display: block;
left: 0;
min-height: 70px;
position: fixed;
right: 0;
top: 0px;
padding: 10px 0 20px 0;
z-index: 10;
-webkit-box-shadow: 0 1px 5px #9d9d9d;
-moz-box-shadow: 0 1px 5px #9d9d9d;
box-shadow: 0 1px 5px #9d9d9d;
}

.fixed-header .navbar{padding-top:8px;}

.qt-box {
	background:#1a1a1a;
	position:relative;
	}
.qt-box.index .row .quote-box{
    margin: 60px 0;
}
.quote-title {
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding-top: 25px; 
    margin-top: 5px;
    margin-bottom: 7px;
    display: block;
}
.quote-box-jot {

    margin-top: 10px;
    margin-bottom: 25px;

}
#cid_28 {
	
  width: 548px;
}

#logo {
  display: inline-block;
  margin: 0 auto;
}

.logo-section {
  text-align: center;
}