/* css/styleguide.css for Priority Management
   styles for shared classes */
	
/* buttons */
.button {
  border-width: 1px;
	border-style: solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 7px 12px;
  text-decoration: none;
  }
.button-footer {
	border-color: #ebebeb;
	color: #888888;
  font-family: 'prioritysansregular', sans-serif;
	font-size: 16px;
	padding: 5px 12px;
	}
.button-form {
	border-color: #28324b;
  color: #fff;
	font-family: 'prioritysansbold', sans-serif;
	font-size: 18px;
	padding: 10px 40px !important;
	text-shadow: 0 -1px 1px #000;
	}
.button-dialable {
  cursor: default;
	text-decoration: none;
	}
.button-more {
	border-color: #ebebeb;
	color: #888888;
  font-family: 'prioritysansregular', sans-serif;
	font-size: 16px;
	padding: 2px 50px;
	}

/* lists */


/* text */
.working-smart {
	/*font-weight: bold;*/
	}
  }
.working-smart span.content-at {
	color: #ed1c24;
	}
.working-smart sup {
	font-size: 0.5em;
  }
  
.learning-link {
	font-family: 'priorityseriflightmedium', serif;
	position: relative;
  }
.learning-link span.content-the {
	background: #808080;
	color: #fff;
	font-family: sans-serif;
	font-size: 0.35em;
	left: 1.5em;
	line-height: 1em;
	position: absolute;
	text-transform: uppercase;
  top: 0em;
	}
.learning-link span.content-link {
	font-family: 'priorityserifmedium', serif;
  }
.dialable {
	color: #8fcff8;
  }
	
/* links */
a.find-out-more {}
a.find-out-more:after {
  color: #ed1c24;
	content: " >"; 
  }

/* panels */
.panel {
	border-bottom: 1px solid #e1e1e1;
  padding: 5px 0;
	position: relative;
	}
.panel.first {
	border-top: 1px solid #e1e1e1;
	}
.panel .toggle {
	bottom: 7px;
	padding: 1px;
	position: absolute;
	right: 15px;
  text-transform: uppercase;
	}
.panel .toggle > div {
	padding: 2px 8px;
  }
.panel .toggle span {
	background: url(/_/img/sprites.png) 100% -150px no-repeat;
	padding-right: 22px;
  }
.panel .tab {
	padding: 10px 120px 10px 15px;
  position: relative;
	}
.panel .tab .toggle {}
.panel .content {
	display: none;
  padding: 10px 15px 40px;
	}
	
/* containers */
.block {
	clear: both;
	padding: 24px 32px;
  }
.block h3 {
	font-family: 'prioritysanssemibold', sans-serif;
	font-size: 18px;
	margin: 1em 0;
  }

.article-block {
	padding: 40px 20px 10px;
  }
.article-image img {
	padding-bottom: 20px;
	}
.article-block.odd .article-image {
	float: left;
  padding-right: 60px;
	}
.article-block.even .article-image {
	float: right;
  padding-left: 60px;
	}

/* width < 1024px */
@media screen and (max-width : 1043px) {
	.article-block.odd .article-image {
		padding-right: 30px;
		}
	.article-block.even .article-image {
		padding-left: 30px;
		}
}

/* 786px < width < 1024px */
@media screen and (min-width : 768px) and (max-width : 1043px) {
	.button {
		padding-right: 10px;
		padding-left: 10px;
		}
	.button-footer {
		font-size: 14px;
		}
	.button-form {
		font-size: 16px;
		}
	.button-more {
		padding-right: 50px;
		padding-left: 50px;
	}
	.article-block {
		padding: 20px 19px 10px 20px;
	  }
}

/* width < 786px */
@media screen and (max-width : 767px) {
	.button-dialable {
		background-color: #fff;
		border-color: #ebebeb;
		border-width: 1px;
		border-style: solid;
		border-radius: 5px;
		-moz-border-radius: 5px;
		cursor: pointer;
		display: table;
		font-family: 'prioritysansbold', sans-serif;
		font-size: 18px;
		margin: 0.3em auto;
		padding: 7px 12px;
		text-decoration: none;
		}
  .block {
		padding-left: 15px;
		padding-right: 15px;
	}
	.article-block {
		padding: 20px 17px 10px;
  	}
	.article-block.stacked-480 h2,
	.article-block p {
		clear: both !important;
		float: none !important;
		width: 100%;
		}
	.article-block.stacked-480 .article-image {
		text-align: center;
		width: 100%;
	  }
}
