/* custom CSS styles 
[class*="column"] + [class*="column"]:last-child {
  float: none; }
  */
body{
	color:rgba(102,102,102,1);
	background:url(../img/background-2.jpg) repeat;
	
}
p{
	font-family:Arial, Helvetica, sans-serif;
}
a{
	color: rgba(102,102,102,1);
	font-weight:600;
}
a:hover{
	color: #bf1e2e;
}
.button {
	background-color: rgba(0,130,200 ,1);
	border-color: #462065;
	color: white;
}
.button:hover, .button:focus {
	background-color: rgba(173,150,0,1);
}

h1, h2, h3, h4, h5, h6 {
	color: rgba(0,130,200 ,1);
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-weight:700;
	font-size: 1.6em;
	margin:0;
}
h1.tagline{
	font-size: 1.5em;
	line-height:1.2em;
	padding-bottom:.8em;
}
h2{
	font-size: 1.2em;
	font-weight:700;
}
h3{
	font-weight:600;
	font-size: 1.4em;
}
article {
	padding-bottom: 2em;
}
article .left {
	padding: 0 1em 1em 0;
}
article .right {
	padding: 0 0 1em 1em;
}


/* SPACING */
.topspace {
	padding-top: 1em;
}
.bottomspace {
	margin-bottom: 1em;
}
.bottomspace2 {
	margin-bottom: 2em;
}
.no-pad{
	padding:0;
}
.row.full-width {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: 100%;  
}

/* HEADER */
.top-row{
	background-color:#CCCCCC;
	background:url(../img/background.jpg) repeat;	
}
.logo{
	padding:1em 0 1em 0;
}
.logo img{
	width: 90%;
}
/* SOCIAL ICONS */
.social-icons{
	padding:.5em 0 .5em 0;
	background-color:rgba(102,102,102,.4);
	margin:0 0 0 0;
}
.social-icons img{
	width:25px;
}
.social-icon{
	margin-right:.6em;
}
/* NAV BAR */
.contain-to-grid {
    background: #333333 none repeat scroll 0 0;
	background-color:rgba(0,130,200,1);
    width: 100%;
}
.top-bar{
	background-color:rgba(0,130,200,1);
}
.top-bar-section li:not(.has-form) a:not(.button) {
    background-color:rgba(0,130,200 ,1);
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
    background: rgba(173,150,0,1)
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: white;
      background: rgba(173,150,0,1); }
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: rgba(173,150,0,1);
        color: white; 
}	
/*
.top-bar .name{
	color:rgba(255,255,255,1);
	padding:.5em 0 0 1em;	
	
}
*/
/* SIDEBAR */
.sidebar{
	border-top-style: solid;
	border-top-width: 3px;
 	border-top-color:rgba(102,102,102,1);
	background:#efefef;
	padding-top:2em;
}
.sidebar h3{
	color: rgba(102,102,102,1);
}
.sidebar-contact{
	margin:0 0 0 0;
}
.sidebar-contact p{
	font-size: 1em;
	font-weight:600;
	color: rgba(102,102,102,1);
}
.side-nav li a:not(.button){
	color:rgba(102,102,102,.8);
	font-weight:600;
	padding:0 0 .6em 0;
}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
    background: rgba(0, 0, 0, 0.025);
    color: rgba(0,130,200 ,1); 
}
/* FOOTER */
footer {
	padding: 2em 0;
	color: #999;
	border-top: 1px solid #ccc;
	background-color:rgba(204,204,204,1);
}
footer h2{
	color:rgba(204,204,204,1);
}
footer p {
	font-size: 1em;
	font-weight:600;
	line-height:1em;
}
footer a{
	color: #999;
	font-weight:600;
}
/* SLIDER */	
.slider-container{

	padding:2em 0.9375rem 0 0.9375rem;

}
/* Panel Home */
.panel-home{
	border-top-style: solid;
  	border-top-width: 3px;
 	border-top-color:rgba(102,102,102,1);
	background:#efefef;
  	/*margin-bottom: 2rem;*/
  	padding: .5rem;
}
.panel-home p{
	color:rgba(102,102,102,1);
	font-size:.8em;
	line-height:1.4em;
}
.panel-home h3{
	color:rgba(51,51,51,1);
	font-size: 1em;
	font-weight:600;
}

/* Accordian */
.accordion-navigation > a{
	border-bottom:rgba(102,102,102,1) 1px solid;
	color: rgba(102,102,102,1);
}
.accordion-navigation .active{
	border-bottom:none;
}
/*The accordion is closed*/
.accordion-icon:before {
    content: "\f0d7";
}
/*The accordion is open*/
.active .accordion-icon:before {
    content: "\f0d8";
 }
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
    background:rgba(255,255,255,1);
	border:rgba(102,102,102,1) 1px solid;
    display: block;
}
ul.no-bullets{
	list-style-type: none;
}
ul.no-bullets li{
	padding-bottom:1em;
}

/* CALLOUT PANEL */
.panel.callout{
	background-color: rgba(191,30,46,1);
	color: rgba(255,255,255,1);
	border-color: rgba(191,30,46,1);
}
.panel.callout h4{
	color: rgba(255,255,255,1);
}
.panel.callout li{
	color: rgba(255,255,255,1);
}
.panel.callout a:not(.button) {
    color: rgba(255,255,255,1);
	text-decoration:underline;
}


.half-box{
	display:block;
	border:solid;
	border-image:none;
	border-color:#dfdfdf;
	border-width: 0 0.1em 0.1em 0;
}
.pic-home{
	margin-right:0;
	position:relative;
	width:50%;
}

.thumb-title{
	margin:.6em auto 0 auto;
	font-size:.8em;
}



.warning{
	color:#f04124;
	font-weight:bold;
}
.number{
	color: rgba(102,102,102,1);
	font-weight:600;
}
		
/* MOBILE */
@media only screen and (max-width: 40em) {
	
}
/* TABLET */
@media only screen and (min-width: 40.063em) {
	h1{
		font-size: 2.2em;
	}
	h1.tagline{
		font-size: 2.8em;
		padding-bottom:.2em;
	}
	h2{
		font-size: 1.4em;
	}
	.logo{
		margin-left:0;
	}
	.social-icons{
		margin:2em 0 0 -1em;
		background: none;
	}
	.social-icons img{
		width:35px;
	}
	.sidebar{
		border-top-style: none;
		background:none;
		padding-top:0;
	}
	.sidebar-contact{
		margin:2em 0 0 0;
	}
	.sidebar h3{
		font-size: 1.2em;
	}	
	
}

/* DESKTOP */
@media only screen and (min-width: 64.063em) {
	[class*="column"] + [class*="column"]:last-child {
  float: right; }
	.logo{
		padding:10px 0;
		margin-left:-10px;
	}
	.logo img{
	
	}
	.social-icons{
		margin:1.7em 0 0 -1em;
	}
	.social-icons img{
		width:40px;
	}
	h1{
		font-size: 2em;
	}
	h1.tagline{
		font-size: 3.6em;
	}
	h2{
		font-size: 1.6em;	
	}
	.sidebar h3{
		font-size: 1.2em;
	}
}