.center { text-align: center;}
.left { text-align: left;}
.right { text-align: right;}
.fleft { float: left;}
.fright { float: right;}
.justify { text-align: justify;}
.hidden {	display:none;}
.bold { font-weight: bold;}
.bolder { font-weight: bolder;}
.inline { display: inline;}
.small { font-size: small;}
.smaller { font-size: smaller;}
.large { font-size: large;}
.larger { font-size: larger;}
.nowrap { white-space:nowrap;}
.italic { font-style: italic;}
.strikethrough { text-decoration: line-through; }
.vmid { vertical-align: middle!important; }
.white {color:white;}
.img-center { margin: 0 auto; }

.no-top-margin {
    margin-top: 0!important;
}

.no-bottom-margin {
    margin-bottom: 0!important;
}

.spacer {
    margin-bottom: 30px!important;
}

.spacer10 {
    margin-bottom: 10px!important;
}

.spacer20 {
    margin-bottom: 20px!important;
}

.header {
  margin: 0;
  background: #333;
  color: white;
  height: 80px;	
}

.mobile-header {
  margin: 0;
  background: #333;
  color: white;
  height: 80px;	
}

.mobile-header-nav>a {
	color:white;
}

.mobile-header-logo {
	margin-top: 15px;
}

.logo {
	margin-top: 25px;
}

.strapline-text {
	padding-left: 50px;
	font-size: x-small;
}

.header-nav {
	margin-top:30px;
	color: white;
}

.header-nav>a {
	color:white;
}

.main-content {
	margin-top:10px;
}

.admin-actions {
	list-style: circle;
	padding-left:20px;
}

.yellow-jumbo {
	background: #fecb00;
	padding:10px;
}

.orange-jumbo {
	background: #fe6600;
	padding:10px;
}

.jumbo-links {
	color:black;
}

.jumbo-h1 {
    font-size: 48px!important;
    margin-top: 10px!important;
}

.footer {
	background: #333;
	color: white;
	font-size: small;
	padding:10px 0;
	margin-top:10px;
}

.white-links>a {
	color:white;
}

.view {
	border-bottom: 1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}

.field-description {
	color:#993300;
}

.list-view>.pager {
	margin-bottom:15px;
}

.join-heading {
	margin-top:0;
	padding-top:0;
	color:#CC6600;
	text-align: right;
}

.join-divider {
	border-bottom: 10px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.side-testimonial {
	border:solid 1px #ccc; padding:0 5px;
	margin-bottom: 20px;
}

.side-wdm {
	 border:solid 1px #ccc; margin-top:20px;
}

.errorMessage {
	color: #b94a48;
	font-weight: bold;
}

span.required {
	color: red;
}

.ten-spacer {
	margin-bottom: 10px;
}

#sortable { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.portfolio-header {
	margin-top: 0;
}

.profile-headline {
	font-size: large;
	font-style: italic;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-signin p {
    margin-top: 10px;
    text-align: center;
}