body {

}
h1 {
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
h2 {
    font-size: 18px;
    margin-top: 0;
    font-weight: 700;
}
h3{
	font-size: 15px;
	margin: 5px 0;
	color: #6d6c6c;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
img {
	max-width: 100%;
	height: auto;
}
.top-bar {
    background-color: #ffffff;
    color: #999999;
    padding: 7px 0 5px;
}
.top-bar .fa {
	color: #088bd6;
}
.top-bar strong {
	color: #a52c24;
}
#logo {
    font-size: 36px;
}
#connect p {
	margin: 0;
	font-size: 14px;
}
#connect a {
	color: #9a9a9a;
}
#header {
    position: relative;
}
.header-bg {
    position: absolute;
    width: 100%;
	max-height: 300px;
    overflow: hidden;
    background-color: #000000;
}
.header-bg img {
    width: 100%;
    opacity: 0.50;
}
#home #header {
	margin-bottom: 0;
	border-bottom: 0;
}
#contact-info {
	text-align: right;
}
.page-wrapper {
	padding-top: 40px;
	background-color: #ffffff;
	position: relative;
}
/*==========================NAVIGATION STYLES=============================*/
#main-navigation {
    margin-top: 25px;
    font-size: 16px;
    line-height: normal;
}
ul#menu {
    float: right;
}
ul#menu >li {
	padding: 5px 25px;
}
ul#menu >li>a {
	/*color: #2D544B;*/
	color: #000000;
	padding: 0;
	font-weight: bold;
}
ul#menu >li>a:hover,
ul#menu >li>a.nav-selected {
	background-color: transparent;
}
#home ul#menu > li > a:hover {
	color: #ececec;
}
ul#menu >li>a.nav-selected {
}
ul#menu >li:last-child {
    border: 2px solid #a52c24;
    border-radius: 3px;
    padding: 10px 17px;
    position: relative;
    bottom: 8px;
}
#mobile-nav {
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}
.slicknav_nav .slicknav_arrow {
	float: right;
}
.slicknav_nav ul .slicknav_item a {
    color: #4c4c4c;
    padding-left: 10px;
}
.slicknav_item a {
    text-decoration: underline;
}
/*==========================HOME STYLES=============================*/

.buckets {
    margin-bottom: 100px;
}
.buckets-inner {
	z-index: 1;
	overflow: hidden;
	position: relative;
	cursor: default;
}
.box-content {
    text-align: center;
    background-color: #fff;
}
.box-content {
    width: 100%;
    position: absolute;
    /*overflow: hidden;*/
    top: 0;
    left: 0;
	  -webkit-transition: all 0.5s ease-out;
	  -moz-transition: all 0.5s ease-out;
	  transition: all 0.5s ease-out;
	background-color: transparent;
	padding: 0;
}
.box-content h1 {
    text-transform: uppercase;
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
}
.box-content h1 a {
	text-decoration: none;
	color: #000000;
}

.box-content h1 a:hover {
	text-decoration: underline;
}
.box-content p {
    margin: 0 auto;
    line-height: normal;
    margin-bottom: 20px;
    color: #000000;
    font-size: 12px;
}
.box-content > * {
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
}
.box-image img {
} 
.box-content-desc_bottom {
  top: 82%;
  left: 0;
}
.buckets-inner:hover {
	overflow: visible;
}
.buckets-inner:hover .box-content {
  top: 50%;
  left: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.buckets-inner:hover .box-content > * {
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
 
}
.description {
	padding: 15px 20px 20px;
	background-color: #fff;
	position: relative;
	top: 0px;
    margin: 0px 15px;
}


#midsection-head,
#bottom-section-head {
	text-align: center;
	margin-bottom: 10px;
}
#midsection-head h1,
#bottom-section-head h1 {
    text-transform: uppercase;
    font-size: 32px;
    display: inline-block;
    font-weight: 300;
}
#midsection {
  margin-bottom: 100px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}
#midsection-boxes {
	margin-bottom: 50px;
}
#bottom-boxes {
    padding: 20px 0 40px;
}
.info-title {
    text-transform: uppercase;
    font-weight: 400;
}
/*=====================Main Styles================================*/
#main-content {
  position: relative;
  background-color: #FFFFFF;
  padding: 16px;
  z-index: 20;
}
#main {
  padding-top: 1.5em;
  padding-bottom: 2em;
}
#page-content .container .container,
.container .container {
	width: 100%;
}
.btn.btn-go {
    background-color: #0b66c1;
    padding: 2px 15px;
}
.btn.btn-go a {
	color: #ffffff !important;
	text-decoration: none !important;
}
#page-content {
    padding: 60px 0;
}
#page-content .sidebar {
	margin-bottom: 30px;
}
#page-content .sidebar .nav li a,
#page-content .sidebar .ccm-block-page-list-page-entry {
    text-decoration: none;
    width: 100%;
    border-bottom: 1px dashed #999999;
}
#page-content .sidebar .ccm-block-page-list-page-entry a {
    display: block;
    padding: 10px 15px;
    font-weight: normal;
    text-decoration: none;
}
#page-content .sidebar .ccm-block-page-list-page-entry a {
    display: block;
    padding: 8px 13px;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}
#page-content .sidebar .ccm-block-page-list-page-entry a:hover {
	background-color: #eee;
}
#page-content .sidebar .nav > li {
	float: none;
}
/*=====================Small Footer Styles================================*/
#footer {
	background-color: #212121;
	padding: 2em 0;
	position: relative;
	color: #848484;
	font-size: 12px;
}
#footer h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
#footer a {
	color: #848484;
}
.right-footer {
	text-align: right;
}
.fcols {

}
.fcols img,
.fcols p {
    margin-bottom: 20px;
}
.fcols ul {
    line-height: 2.5;
    text-transform: uppercase;
    padding-left: 30px;
}
#footer .fcols ul > li > a {
	color: #FFFFFF;
}
.footer_gray {
	color: #919191
}

/*=====================BAck to top Styles================================*/

#elevator_item {
width: 40px;
position: fixed;
right: 15px;
bottom: 10px;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
opacity: 1;
z-index: 100020;
display: none;
}
#elevator_item.off {
opacity: 0;
visibility: hidden
}
#elevator {
display: block;
width: 40px;
height: 40px;
background: url(images/double-arrow-up-white.png) center center no-repeat;
background-size: 15px 15px;
background-color: #000000;
box-shadow: 0 1px 3px rgba(0,0,0,.2);
cursor: pointer;
}
#elevator:hover {
}
#elevator:active {
}

/*=====================MEDIA QUERIES================================*/

@media (min-width: 768px) {
	#header {
		border-bottom: 1px solid #EAEAEA;
		padding-bottom: 10px;
	}
	#home #header {
	    position: absolute;
	    top: inherit;
	    left: 0;
	    width: 100%;
	    z-index: 10;
	}
    #main-content {
    	top: -25px;
    }
	.buckets .row {
	    margin-right: -8px;
	    margin-left: -8px;
	}
	.buckets .col-sm-4 {
	    padding: 0px 8px;
	}
	.fcol.right {
		text-align: right;
	}
}
@media (min-width: 992px) {
	.top-bar .location {
	    text-align: left;
	}
	#contact-info {
	    position: relative;
	    top: 18px;
	}
	.fcols p {
		width: 75%;
	}
    #main-content {
    	top: -50px;
    }
}
@media (max-width: 1199px) {
	#connect p {
		font-size: 13px;
	}
	.box-content h1 {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	#main-navigation {
		font-size: 14px;
	}
	ul#menu >li {
	    padding: 0px 15px;
	}
	ul#menu >li:last-child {
	    padding: 5px 10px;
	}
	.info-img img {
	    max-width: 200px;
	    margin: 0 auto 20px;
	    text-align: center;
	} 
	.box-content-desc_bottom {
    	top: 75%;
	}
	.buckets-inner:hover .box-content {
		top: 35%;
	}
   .description.blocks {
   		padding: 14px 10px 50px;
    }
}
@media (max-width: 767px) {
	#home #header {
		background-color: #292929;
	}
	#logo img {
    	margin: 0 auto;
	}
	#connect, #contact-info {
		text-align: center;
	}
	#main-navigation {
		display: none;
	}
	.boxes {
	    background-color: #f7f7f7;
	    padding: 20px 0;
	}
	.buckets-inner {
	    max-width: 300px;
	    margin: 0 auto;
	    padding: 15px 15px 0;
	    background-color: #ffffff;
	    margin-top: 10px;
	}
	.box-content p {
		margin-bottom: 0;
	} 
	.box-content-desc_bottom {
	    top: 80%;
	}
	.description.blocks {
		margin: 0 30px;
	}
	.info-img img {
	    margin: 0 0 20px;
	}
	#page-content .content {
		margin-bottom: 30px;
	}
}
@media (max-width: 540px) {
}
@media (max-width: 479px) {
}



