/* custom css styles */

body {
 font-size: 14px;
}

.boxed-layout {
  background: url(/subsite-assets/patterns/12.png) repeat;
}

.header .logo img {
	margin: 10px 0;
}

/* Navigation change all caps to normal text */
.header .navbar-nav > li > a {
  text-transform: none;
}

/* adjust border-color navigation hover */
.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
  border-bottom-color: #833573;
}
/* change togggle background color */
.header .navbar-toggle, .header .navbar-toggle:hover, .header .navbar-toggle:focus {
  background-color: #833573;
}
/* change togggle border color */
.header .navbar-toggle {
  border-color: #833573;
}

.header .navbar-toggle:hover {
  background-color: #8b008b !important;
}
/* change to the top square background color */
#topcontrol:hover {
  background-color: #8b008b;
}

/* adjust top margin on content div*/
.content {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* adjust border color on headline div */
.headline {
  border-bottom-color: #2B569A; 
}

.headline h2, .headline h3, .headline h4 {
  border-bottom-color: #833573;
}

h3 {
  margin-top: 15px;
}
h3, h4 {
  margin-bottom: 5px;
}

p {
  margin-bottom: 15px;
}

/* call to action box slogan */
.bg-color-splash {
	color: #fff;
	background-color: #833573 !important;
}
.call-action-v1 .call-action-v1-box {
  padding: 2px 0 5px 0;
}
.call-action-v1 p {
  font-size: 16px;
}

@media (max-width: 992px) {
  .call-action-v1 .call-action-v1-in p {
    margin-bottom: 0;
    font-size: 14px;
	text-align:left;
	font-weight: 300;
  }
}

/* change padding alert box*/
.alert {
  padding: 5px 10px;
  border-radius: 5px;
}

/* misc margin changes
--------------------------------*/
/* reduce top-bottom and margin-bottom */
.margin-top-bottom-sm {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
/* reduce top-bottom, add extra margin-bottom */
.margin-top-bottom-md {
	margin-top: 20px !important;
	margin-bottom: 25px !important;
}

/* reduce margin-bottom */
.margin-bottom-sm {
	margin-bottom: 15px !important;
}
/* add top-bottom and margin-bottom */
.margin-top-md-bottom-sm {
	margin-top: 30px !important;
	margin-bottom: 20px !important;
}

.fa-lg {
  margin-right: 5px;
}
/* hr margin change */
hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* red button hover class */
.btn-u.btn-u-red:hover,
.btn-u.btn-u-red:focus,
.btn-u.btn-u-red:active,
.btn-u.btn-u-red.active,
.open .dropdown-toggle.btn-u.btn-u-red {
	background: #dc143c;
}
.btn-u-lg,
a.btn-u-lg {
	padding: 10px 15px;
}
/* heading colors */
h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

/*
Fade slideshow, center product images
------------------------------------  */
.row-centered {
    text-align:center;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right: 12px;
}

/*Footer
------------------------------------*/
.footer-v1 .footer {
	background-color: #833573;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.footer-v1 .footer h2 {
  color: #ffffff;
  font-weight: 400;
}
 .footer-v1 .footer p, .footer-v1 .footer a {
  color: #ffffff;
}
.footer-v1 .footer a {
  text-decoration: underline;
}
/* footer headine
------------------------------------*/
.footer-v1 .footer .headline {
  border-bottom-color: #ffffff;
}

/*Copyright div background color
------------------------------------*/
.footer-v1 .copyright {
	background-color: #222;
}

/* colored boxes (not used) */
/* change color service boxes */
.service-block-v8 {
/*  background: #4765A0;
  background: #434393;*/
  background: #4F4FAD;
  border-radius: 10px;
  padding: 5px 15px;
}

.service-block-v8 i, .service-block-v8 .service-block-desc h4, .service-block-v8 .service-block-desc p, .service-block-desc a {
  color: #ffffcc;
}
.service-block-desc a {
  text-decoration:underline;
}
.service-block-v8 i {
  margin-right: 15px;
}


.service {
  background-color: #4765a0;
  transition-property: none;
}
.service:hover {
  background-color: #4765a0;
  transition-property: none;
}
.service-alternative .service i, .service-alternative .service p, .service-alternative .service h4 {
  color: #ffffff;
}