/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

/*#slider { background: url(spinner.gif) center center #f4f4f4 no-repeat; height: 370px; }
#slider img { display: none; }

#slider.orbit { background: none; }
#slider.orbit img { display: block; }*/

/* -----------------------------------------
   Shared Styles
----------------------------------------- */
body {
font-family: 'Open Sans', sans-serif;
}
p {
  font-size: 1.0em;
  	font-weight:600;
  color:#666666;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 1.3em;
  color:#555;
  font-weight:400;}

h2 {
  font-size: 1.25em;
  font-weight:400; }

h3 {
	font-size: 1.125em;
	font-weight:300;
	color:#550000
}

h4 {
  font-size: 1.1em; }

h5 {
  font-size: 1.0em; }

h6 {
  font-size: 0.875em; }

a {
	/*color: #006633; */
	color: #950000;
	text-decoration: underline;
	line-height: inherit;
}
  a:visited {
	color: #950000;
}
  a:hover, a:focus {
	color: #003300;
}
  a:hover, a:active {
	color: #F00;
}
  a img {
    border: none; }
h6 a{
	text-decoration:none;}	
.lastupdate{  
color: #aaaaaa;
font-size: 0.8em; 
}
.address-lines {
	padding-top:2em;
	line-height: 1.2;
	clear: both;
	font-size: medium;
	color: #990000;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.5em;
  font-size: 0.9em; }
.smalltext{
	font-size: 75%;
}
.copyrighttext{
	font-size: 55%;
}
button, .button{
	background-color: #000;
  border-width: 0px;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #4cc800; }
button.alert, .button.alert {
    background-color: #256a3d;
    border-color: #235a36;}
   button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #235a36; }	
.nobackground{
	background-color: #FFF;
	border-color: #FFF;
}
.row.content .large-8.columns h1{
	font-size:24px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #EEE;
	line-height: 1.1;
}
.row.content .large-8.columns h3{
	font-size:18px;
	text-transform: uppercase;
	color: #EEE;
}

.side-nav li a {
	color: #1476b3;
	color:#FFF;
}
.side-nav li a:hover {
	color: #005a95;
	color:#000;
}

.picleft{
	float: left;
	padding-right: 5px;
}
.picright{
	float: right;
	padding-left: 5px;
}
.content {
	background: #003d56;
	color: #eee;
	padding-top: 10px;
}
.promoarea {
	/*background: #fff;*/
	margin-top: 1em;
	color: #176395;
	margin-bottom: 1em;
}
.boxes{
	margin-top: 25px;
}
.sponsors {
	background: #e8e9ea;
}
.footer {
	padding: 10px 0;
	background: #111111;
	color: #EEE;
	margin-top: 35px;
}
.footer a {
	color: #090;
	text-decoration: none;
	line-height: inherit;
}
.footer  a:hover, a:focus {
	color: #6C0;
}
.widecolor{
	background-color: #176395;
		background-color: #000;

}
/* -----------------------------------------
   Page Name 1
----------------------------------------- */

button.secondary, .button.secondary {
	background-color: #176395;
	border-color: #015678;
	color: #fff;
}
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
	background-color: #015678;
}
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
	color: #FFF;
}


/*INSET AUTO NAVS IN CONCRETE*/
ul.nav {
  list-style-type: disc;
  margin-left: 1.5em;
  font-size:0.95em;
   }
ul.nav a{
  text-decoration:none;
   }
/*Content ul list*/
ul.navbody {
  list-style-type: disc;
  margin-left: 1.5em;
}
ul.navbody a{
  text-decoration:underline;
}
/* -----------------------------------------
   Page Name 2
----------------------------------------- */
.breadcrumbtrail{margin-top:0.5em;
margin-bottom:20em;}
.breadcrumbs a{
	text-decoration:none}
.breadcrumbs > *:before {
      content: "";
	  color: #aaaaaa;
      margin: 0 0.438em;}
	  
.top-bar a{
	text-decoration:none;}
.ccm-autonav-breadcrumb-sep{
	color: #006633;}
/*accordian transparent*/
.section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 0.9375em;
    background-color: transparent;
    border: 1px solid #CCC;
}
.section-container.auto > section > .content, .section-container.auto > .section > .content li{
color: #333
}
.section-container.auto > section > .content, .section-container.auto > .section > .content li{
color: #333
}

@media only screen and (min-width: 768px) {
	body{
  /* background: url(/themes/divorcecentre/images/rwd/patternblack.jpg) fixed;
	/*background-position: center top;
	background-repeat: no-repeat;
	background-color: #333333;
	background-size: auto;*/
}
}
/*REMOVE H1 IN NAV BAR*/
.top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 1.6em; /*set home icon*/
	color: white;
                   }
.top-bar .name a {
        font-weight: bold;
        line-height: 45px;
        color: white;
        width: 50%;
        display: block;
        padding: 0 15px; }