/* Stylesheet - Jason Conger 2013 */

/* Useful Anchor Mixins */
/* Text Image Replacement Mixin */
/* Transparent Background color with IE Fallback Mixin */
/* Reset CSS */

html,
body,
div,
span,
applet,
object,
iframe,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
header,
footer,
nav,
article,
section,
aside {
  display: block;
}
:focus {
  outline: none;
}
html,
body {
  height: 100%;
}
body {
  color: #4c443e;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
body.pixelsilk {
  text-align: center;
  padding: 0;
  min-width: 1022px;
  border: 0;
  background: #eaeaea;
}
p {
  margin: 0 0 0.75em 0;
}
a img {
  border: 0;
}
hr {
  height: 1px;
  color: #f1f1f1;
  background-color: #f1f1f1;
  border: 0;
}
object {
  outline: none;
}
sub {
  font-size: 10px;
  vertical-align: sub;
}
sup {
  font-size: 10px;
  vertical-align: super;
}
a,
a:link,
a:visited {
  color: #669762;
  text-decoration: none;
  outline: none;
}
a:active,
a:hover,
a:focus {
  color: #669762;
  text-decoration: underline;
  outline: none;
}
a[name] {
  color: black;
  text-decoration: none;
}
/* Heading Styles */

h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 10px 0;
  font-weight: normal;
  color: #669762;
}
h1 {
  font-size: 28px;
  font-weight: bold;
}
/* 2em */

h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
/* Rounded Corners */

.round3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.round4 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.round5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.round6 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.round7 {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.round8 {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.round9 {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.round10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.round11 {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
}
.round12 {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.round13 {
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}
.round14 {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
.round15 {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.round16 {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.round17 {
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
}
.round18 {
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}
.round19 {
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
}
.round20 {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.inner {
  position: relative;
  z-index: 2;
  width: 1022px;
  min-width: 1022px;
  text-align: left;
  margin: 0 auto;
}
/* Alignment/spacing classes */

.alignleft {
  margin: 0 20px 20px 0;
  float: left;
}
.alignright {
  margin: 0 0 20px 20px;
  float: right;
}
/* Setup the Sprites */

.spriteTheme {
  background-image: url('/conger-sprite-theme.png');
  background-repeat: no-repeat;
}
/* Header styles */

#header {
  position: relative;
  z-index: 100;
  height: 98px;
  background-color: white;
}
#header .topBar {
  height: 8px;
  width: 100%;
  background: #3d4767;
}
#header > .inner {
  height: 98px;
}
#header #logo {
  position: absolute;
  left: 20px;
  top: 22px;
  z-index: 200;
  width: 360px;
  height: 42px;
}
#header .shareThis {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
}
/* Search box/form */

#search {
  position: absolute;
  right: 5px;
  top: 65px;
  z-index: 1;
  padding: 5px;
  width: 200px;
  height: 18px;
  border: 1px #ded7cb solid;
  border: solid 1px #cccccc;
  background: white;
}
#search .txtSearch {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  margin: 0;
  padding: 5px;
  height: 18px;
  font-size: 10px;
  color: black;
  line-height: 13px;
  border: 0;
  background-color: white;
}
#search .btnSearch {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  font-size: 10px;
  cursor: pointer;
  text-align: center;
  margin: 0;
  padding: 0 0 4px;
  border: solid 1px #cccccc;
  background-color: #efefef;
}
#search .btnSearch:hover {
  background-color: #dddddd;
}
#search .btnSearch:active,
#search .btnSearch:focus {
  background-color: #cccccc;
}
/* Menu Styles */

#nav {
  position: absolute;
  z-index: 1000;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  height: 40px;
  line-height: 40px;
  background-position: 0 0;
  top: 37px;
  right: 0;
  width: 590px;
  /* Sub Navigation */

}
#nav .inner {
  width: 100%;
  min-width: 100%;
}
#nav ul {
  position: relative;
  z-index: 1000;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
  float: right;
}
#nav li {
  position: relative;
  z-index: 1000;
}
#nav li.separator {
  color: black;
  width: 1px;
  height: 14px;
  background: black;
  margin-top: 14px !important;
}
#nav li a,
#nav li a:link,
#nav li a:visited {
  display: block;
  color: black;
  font-size: 14px;
  text-decoration: none;
  padding: 0 8px;
  text-transform: uppercase;
}
#nav > .inner > ul > li {
  position: relative;
  z-index: 1000;
  float: left;
  display: block;
  margin: 0;
}
#nav > .inner > ul > li.over > a,
#nav > .inner > ul > li.over > a:link,
#nav > .inner > ul > li.over > a:visited,
#nav > .inner > ul > li > a:active,
#nav > .inner > ul > li > a:hover,
#nav > .inner > ul > li > a:focus {
  color: black;
}
#nav ul ul {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1000;
  text-align: left;
  display: none;
  list-style: none;
  padding: 0;
  line-height: 18px;
  width: 200px;
  height: auto;
  border: 0;
  background-color: #b7b6b6;
}
#nav ul ul li {
  border-bottom: solid 1px white;
}
#nav ul ul li a,
#nav ul ul li a:link,
#nav ul ul li a:visited {
  color: black;
  font-size: 14px;
  padding: 5px 10px;
  display: block;
}
#nav ul ul li a:active,
#nav ul ul li a:hover,
#nav ul ul li a:focus {
  color: white;
  background-color: black;
}
#nav ul ul li:last-child {
  border-bottom: 0px;
}
#nav ul ul ul {
  margin: 0;
  top: 0;
  left: 200px;
}
span.menu-sub-indicator {
  float: right;
  display: block;
  line-height: 20px;
  width: 9px;
  height: 100%;
  margin: 0 2px 0 10px;
}
/* Main content area styles */

#mainContent {
  position: relative;
  z-index: 1;
  padding: 0;
  text-align: left;
}
#mainContent .inner {
  background: white;
}
#mainColumn {
  float: left;
  display: block;
  width: 65%;
  margin: 30px 0 30px 30px;
}
#column2 {
  float: right;
  display: block;
  width: 27%;
  margin: 30px 30px 30px 0;
}
/* Homepage-specific styles */

.home #mainContent .inner {
  background: none;
}
.home #mainColumn {
  float: none;
  width: 100%;
  margin: 0;
}
/* Slideshow - Contribute Styles */

.contributePage #mainColumn {
  background: white;
  margin: 0;
  padding: 30px 30px 20px;
  width: 94%;
  float: none;
}
a.btn,
a.btn:link,
a.btn:visited {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  text-align: center;
  text-transform: uppercate;
  line-height: 50px;
  width: 22%;
  text-decoration: none;
  margin: 0 auto;
  font-size: 27px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0;
  height: 50px;
  background: #bd771c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
a.btn.contribute,
a.btn:link.contribute,
a.btn:visited.contribute {
  top: -4px;
  background-color: #bd771c;
}
#column2 a.btn.contribute,
#column2 a.btn:link.contribute,
#column2 a.btn:visited.contribute {
  top: 0;
}
a.btn.newsletter,
a.btn:link.newsletter,
a.btn:visited.newsletter {
  top: -4px;
  right: 23%;
  background-color: #657157;
}
#column2 a.btn.newsletter,
#column2 a.btn:link.newsletter,
#column2 a.btn:visited.newsletter {
  top: 55px;
  right: 0;
}
#slides {
  height: 881px;
  background: url('/conger-senate-large-image.jpg') no-repeat center top;
}
#slides .contributeBg {
  width: 396px;
  height: 821px;
  background: url('/green-opacity-dark.png');
  position: relative;
  z-index: 1;
  padding: 60px 40px 0;
}
#slides .contributeBg .homeContent {
  color: white;
}
#slides .contributeBg .homeContent h1,
#slides .contributeBg .homeContent h2,
#slides .contributeBg .homeContent h3,
#slides .contributeBg .homeContent h4,
#slides .contributeBg .homeContent h5 {
  margin: 0 0 15px 0;
  color: white;
}
#slides .contributeBg .homeContent a,
#slides .contributeBg .homeContent a:link,
#slides .contributeBg .homeContent a:visited {
  color: #bd771c;
  font-weight: bold;
}
#slides .contributeBg h2 {
  color: white;
  font-size: 27px;
  margin: 0 0 53px;
}
#slides .contributeBg .contributeBox {
  background: #eaeaea;
  height: 500px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
#slides .contributeBg .contributeBox .submit {
  background: #bd771c;
  color: white;
  text-align: center;
  text-transform: uppercate;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 50px;
  width: 50%;
  margin: 0 auto;
  font-size: 27px;
  cursor: pointer;
  position: absolute;
  bottom: 36px;
  border: none;
  left: 99px;
  text-transform: uppercase;
  padding: 0;
  height: 50px;
}
#slides .contributeBg .contributeBox #mainHeading {
  text-align: center;
  padding: 25px 0 10px;
  font-size: 23px;
  font-weight: bold;
  color: #bd771c;
  height: 32px;
}
#slides .contributeBg .contributeBox .progressBar {
  height: 75px;
  border-bottom: 1px solid #b4b1b1;
  position: relative;
  z-index: 1;
}
#slides .contributeBg .contributeBox .progressBar .bar {
  background: #b4b1b1;
  width: 257px;
  height: 17px;
  position: absolute;
  top: 36px;
  left: 73px;
}
#slides .contributeBg .contributeBox .progressBar .bar .fill {
  width: 20%;
  height: 17px;
  background: #849ac1;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#slides .contributeBg .contributeBox .progressBar .milestone {
  position: absolute;
  top: 5px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 12px;
}
#slides .contributeBg .contributeBox .progressBar .milestone p {
  font-size: 12px;
  color: #413d36;
  margin: 0 0 7px;
}
#slides .contributeBg .contributeBox .progressBar .milestone .round {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  color: white;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-image: url('/progress-round-bg.gif');
  background-position: 97% 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  cursor: pointer;
}
#slides .contributeBg .contributeBox .progressBar .milestone.first {
  left: 21%;
}
#slides .contributeBg .contributeBox .progressBar .milestone.first .round {
  background-position: 0%;
}
#slides .contributeBg .contributeBox .progressBar .milestone.second {
  left: 44%;
}
#slides .contributeBg .contributeBox .progressBar .milestone.third {
  left: 67%;
}
#slides .contributeBg .contributeBox #contributeForm {
  position: relative;
  z-index: 1;
  width: 396px;
  height: 361px;
  overflow: hidden;
}
#slides .contributeBg .contributeBox #contributeForm input[type=text] {
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.04);
  background: #eaeaea;
  border: 1px solid #b4b1b1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 10px;
  width: 155px;
}
#slides .contributeBg .contributeBox #contributeForm fieldset {
  border: none;
  background: white;
  border-bottom: 1px solid #b4b1b1;
  height: 260px;
  position: absolute;
  top: 0;
  width: 396px;
  height: 261px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
#slides .contributeBg .contributeBox #contributeForm .hide {
  display: none;
}
#slides .contributeBg .contributeBox #contributeForm #paymentAmountFields {
  display: block;
  z-index: 10;
}
#slides .contributeBg .contributeBox #contributeForm #paymentAmountFields .amountGrid {
  overflow: hidden;
}
#slides .contributeBg .contributeBox #contributeForm #paymentAmountFields .amountGrid .cell {
  height: 87px;
  float: left;
  line-height: 87px;
  text-align: center;
  width: 33%;
  border-right: 1px solid #b4b1b1;
  border-bottom: 1px solid #b4b1b1;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, white 61%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(61%, white));
  background: -webkit-linear-gradient(top, #ededed 0%, white 61%);
  background: -o-linear-gradient(top, #ededed 0%, white 61%);
  background: -ms-linear-gradient(top, #ededed 0%, white 61%);
  background: linear-gradient(to bottom, #ededed 0%, white 61%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
}
#slides .contributeBg .contributeBox #contributeForm #paymentAmountFields .amountGrid .cell input[type=radio] {
  display: none;
}
#slides .contributeBg .contributeBox #contributeForm #paymentAmountFields .amountGrid .cell label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-weight: bold;
  color: #615d5a;
}
#slides .contributeBg .contributeBox #contributeForm #paymentAmountFields .amountGrid .cell label.on {
  background: #849ac1;
  font-size: 19px;
}
#slides .contributeBg .contributeBox #contributeForm #paymentAmountFields .amountGrid .cell:hover {
  font-size: 19px;
  background: white;
  background: -moz-linear-gradient(top, white 39%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(39%, white), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 39%, #ededed 100%);
  background: -o-linear-gradient(top, white 39%, #ededed 100%);
  background: -ms-linear-gradient(top, white 39%, #ededed 100%);
  background: linear-gradient(to bottom, white 39%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
#slides .contributeBg .contributeBox #contributeForm #paymentAmountFields .amountGrid .cell.other {
  width: 66%;
}
#slides .contributeBg .contributeBox #contributeForm #paymentAmountFields .amountGrid .cell.nb {
  border-right: none;
  position: relative;
  z-index: 1;
}
#slides .contributeBg .contributeBox #contributeForm #paymentAmountFields .amountGrid .cell.nb label {
  position: absolute;
  top: 0;
}
#slides .contributeBg .contributeBox #contributeForm #paymentAmountFields .amountGrid .cell.nb .paymentArea {
  width: 0%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 0;
}
#slides .contributeBg .contributeBox #contributeForm #paymentAmountFields .amountGrid .cell.nb .paymentArea .dollar {
  position: absolute;
  left: 44px;
  top: 4px;
  opacity: 0;
  font-size: 18px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#slides .contributeBg .contributeBox #contributeForm #paymentAmountFields .amountGrid .cell.nb .paymentArea input {
  margin: 29px 0 0 23px;
  font-size: 18px;
  padding-left: 32px;
  color: #4c443e;
  width: 100%;
}
#slides .contributeBg .contributeBox #contributeForm .nextHolder {
  margin: 275px 0 0;
}
#slides .contributeBg .contributeBox #contributeForm .nextHolder .next {
  background: #669762;
  color: white;
  text-align: center;
  text-transform: uppercate;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 50px;
  width: 50%;
  margin: 0 auto;
  font-size: 27px;
  cursor: pointer;
}
#slides .contributeBg .contributeBox #contributeForm #cardholderFields {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  opacity: 0;
}
#slides .contributeBg .contributeBox #contributeForm #cardholderFields .field {
  float: left;
  width: 45%;
  margin: 6px 0 0 13px;
}
#slides .contributeBg .contributeBox #contributeForm #cardholderFields .field label {
  display: block;
  font-size: 12px;
}
#slides .contributeBg .contributeBox #contributeForm #cardholderFields .field.address {
  width: 92%;
}
#slides .contributeBg .contributeBox #contributeForm #cardholderFields .field.address input {
  width: 342px;
}
#slides .contributeBg .contributeBox #contributeForm #cardholderFields .field.state {
  width: 15%;
}
#slides .contributeBg .contributeBox #contributeForm #cardholderFields .field.state select {
  width: 60px;
}
#slides .contributeBg .contributeBox #contributeForm #cardholderFields .field.zip {
  width: 26%;
}
#slides .contributeBg .contributeBox #contributeForm #cardholderFields .field.zip input {
  width: 80px;
}
#slides .contributeBg .contributeBox #contributeForm #cardFields {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  opacity: 0;
}
#slides .contributeBg .contributeBox #contributeForm #cardFields .field {
  float: left;
  width: 45%;
  margin: 6px 0 0 13px;
}
#slides .contributeBg .contributeBox #contributeForm #cardFields .field label {
  display: block;
  font-size: 12px;
  width: auto;
  min-width: 100%;
}
#slides .contributeBg .contributeBox #contributeForm #cardFields .field.cardNum {
  width: 94%;
}
#slides .contributeBg .contributeBox #contributeForm #cardFields .field.cardNum input {
  width: 93%;
}
#slides .contributeBg .contributeBox #contributeForm #cardFields .field > div {
  float: left;
  width: 40%;
}
#slides .contributeBg .subText {
  color: white;
  font-size: 14px;
  margin: 21px auto 0;
  width: 90%;
}
#slides ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#slides img {
  width: 1022px;
  height: 300px;
}
#slides .pager {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
#slides .pager a,
#slides .pager a:link,
#slides .pager a:visited {
  text-indent: -9999px;
  display: inline-block;
  width: 35px;
  height: 10px;
  line-height: 10px;
  font-size: 10px;
  margin: 0 0 0 5px;
  color: white;
  background-color: white;
}
#slides .pager a.activeSlide {
  color: #cccccc;
  background-color: #cccccc;
}
/* Home News Feed */

.homeNewsFeed ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.homeNewsFeed li {
  display: block;
  margin: 0 0 20px;
  padding: 25px;
  background-color: white;
}
.homeNewsFeed h2 {
  margin: 0 0 10px;
  padding: 0;
}
.homeNewsFeed h2 a,
.homeNewsFeed h2 a:link,
.homeNewsFeed h2 a:visited {
  color: #669762;
  font-size: 24px;
}
.homeNewsFeed .moar {
  text-align: right;
}
.homeNewsFeed img[data-value=""] {
  display: none;
}
.homeNewsFeed .listItemImage {
  float: left;
  display: block;
  padding: 0 20px 0 0;
}
/* Subpage styles */

#breadcrumbs {
  margin: 5px 0 0 19px;
  font-size: 10px;
}
#breadcrumbs a {
  font-size: 10px;
  color: black;
}
#breadcrumbs .separator {
  padding: 0 3px;
  font-size: 12px;
}
/* Footer styles */

#footer {
  position: relative;
  z-index: 10;
  text-align: left;
  height: 75px;
  clear: both;
  background-color: #3d4767;
  color: white;
  font-size: 14px;
}
#footer #footerLeft {
  padding: 5px 0 0;
}
#footer p {
  margin: 0;
}
#footer a,
#footer a:link,
#footer a:visited {
  font-size: 14px;
  color: white;
  text-decoration: underline;
}
#footer img {
  vertical-align: text-bottom;
}
#footer .paidFor {
  color: white;
  border: 1px solid;
  width: 30%;
  text-align: center;
  padding: 2px;
  margin: 10px auto;
}
#footer #smartzLink,
#footer #smartzLink:link,
#footer #smartzLink:visited {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 1;
  text-decoration: none;
  font-size: 10px;
  color: white;
  line-height: 17px;
}
#footer #smartzLink img {
  vertical-align: middle;
}
/* General form styles */

.editForm div {
  clear: both;
}
.editForm > div {
  margin: 0 0 3px;
}
.editForm label {
  float: left;
  margin: 0 10px 0 0;
  width: 30%;
}
.editForm span {
  float: left;
  width: 65%;
}
.editForm span label {
  float: none;
}
.editForm span span {
  float: none;
}
.editForm span input[type='text'] {
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.04);
  background: #eaeaea;
  border: 1px solid #b4b1b1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 10px;
  width: 60%;
}
.editForm span input[type='text'].hasDatepicker {
  width: 75px;
}
.editForm span img {
  max-width: 120px;
  max-height: 120px;
}
.editForm .required {
  font-weight: bold;
}
.editForm textarea {
  width: 100%;
  height: 150px;
}
.editForm > fieldset {
  clear: both;
  float: none;
  margin: 20px 0;
  padding: 2%;
  width: 96%;
  border: 1px #666666 solid;
}
.editForm fieldset .inner {
  padding: 5px 10px 0 10px !important;
  width: 96% !important;
  min-width: 96% !important;
  height: 273px;
  overflow: auto;
}
.editForm legend {
  margin: 0 0 0 10px;
  padding: 0 5px;
  font-weight: bold;
  border: 1px #666666 solid;
  background-color: white;
}
.editForm .checkGroup span {
  width: auto;
}
.editForm .checkGroup span > span {
  display: block;
  width: auto;
  padding: 0 0 5px;
}
.editForm .checkGroup span label {
  width: auto;
  margin: 0 0 0 5px;
}
.editForm .checkSingle span label {
  width: auto;
  margin: 0 0 0 5px;
}
.contactForm {
  display: block;
  clear: both;
  margin: 30px 0 0;
}
.contactForm > div {
  padding: 0 0 5px;
}
.contactForm #SurName2 {
  display: none;
}
.contactForm input[type='text'],
.contactForm textarea {
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.04);
  background: #eaeaea;
  border: 1px solid #b4b1b1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contactForm input[type='text']:focus,
.contactForm textarea:focus {
  outline: none;
  border: solid 1px #666666;
}
.contactForm input[type='submit'] {
  padding: 5px 15px;
  font-size: 18px;
}
/* Misc form field styles */

.width100 > input[type='text'] {
  width: 100px;
}
.width150 > input[type='text'] {
  width: 150px;
}
.width200 > input[type='text'] {
  width: 200px;
}
.width300 > input[type='text'] {
  width: 300px;
}
/* Generic List Section Styles */

.listItems {
  margin: 0;
  padding: 0;
  list-style: none;
  /* Photo gallery styles */

  /* Staff Styles */

}
.listItems .item {
  display: block;
  clear: both;
  padding: 30px 15px;
  background: white;
  width: auto;
  margin: 0 0 25px;
  overflow: hidden;
}
.listItems .item .readMore {
  text-align: right;
  font-size: 16px;
}
.listItems .item:last-child {
  border-bottom: 0px;
  margin-bottom: 1px;
}
.listItems .listItemImage {
  float: left;
  display: inline;
  margin: 0 10px 10px 0;
}
.listItems.photoGallery .item {
  padding: 0;
  border: 0;
}
.listItems.photoGallery a.item img {
  padding: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.listItems.photoGallery a.item.current img {
  background-color: #eeeeee;
}
.listItems.photoGallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.listItems.photoGallery li {
  clear: none;
  float: left;
  display: block;
  width: 120px;
  height: 95px;
  margin: 0;
  border: 0;
}
.listItems.photoGallery.js-enabled p.desc {
  display: none;
}
.listItems.photoGallery #photoItems {
  margin: 0;
}
.listItems.photoGallery #photoLarge {
  position: relative;
  z-index: 1;
  width: 350px;
  height: 263px;
  float: right;
  display: block;
  margin: 0;
  padding: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.listItems.photoGallery #photoLarge p#imageDescription {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  margin: 0;
  padding: 0;
}
.listItems.photoGallery #photoLarge p#imageDescription span {
  display: block;
  padding: 5px 10px;
}
.listItems.staff .item {
  width: 45%;
  min-height: 200px;
  margin: 0 5% 0 0;
  float: left;
  display: block;
  clear: none;
  border: 0;
}
.listItems.staff .item:nth-child(odd) {
  clear: left;
}
.loading {
  background-image: url('/loadingIcon.gif');
  background-repeat: no-repeat;
  background-position: center 45%;
}
/* Pagination */

.pagination {
  display: block;
  margin: 0;
  text-align: right;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  margin: 0;
  padding: 0;
  font-size: 12px;
  display: inline;
}
.pagination ul li a,
.pagination ul li a:link,
.pagination ul li a:visited {
  font-size: 12px;
  padding: 0 3px;
  line-height: 18px;
  text-decoration: none;
}
.pagination ul li a:active,
.pagination ul li a:hover,
.pagination ul li a:focus {
  font-weight: bold;
}
.pagination ul li.current {
  margin: 0;
  padding: 0 3px;
  font-size: 12px;
  display: inline;
  line-height: 18px;
  font-weight: bold;
}
.pagination ul li .previous a,
.pagination ul li .previous a:link,
.pagination ul li .previous a:visited {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  padding: 0 5px 0 0;
  line-height: 18px;
  text-decoration: none;
}
.pagination ul li .previous a:active,
.pagination ul li .previous a:hover,
.pagination ul li .previous a:focus {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  padding: 0 5px 0 0;
  line-height: 18px;
  text-decoration: none;
  font-weight: bold;
}
.pagination ul li .next a,
.pagination ul li .next a:link,
.pagination ul li .next a:visited {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  padding: 0 0 0 5px;
  line-height: 18px;
  text-decoration: none;
}
.pagination ul li .next a:active,
.pagination ul li .next a:hover,
.pagination ul li .next a:focus {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  padding: 0 0 0 5px;
  line-height: 18px;
  text-decoration: none;
  font-weight: bold;
}
/* Misc styles */

.clear {
  clear: both;
}
.hidden {
  display: none;
}
.divAddControl {
  margin: 25px 0 0 0;
}
.divEditDeleteControls {
  margin: 25px 0 0 0;
}
.errorMsg,
.error {
  color: #cc0000;
  font-size: 13px;
}
.loading {
  background-image: url('/loadingIcon.gif');
  background-repeat: no-repeat;
  background-position: center 33%;
}
label.error {
  margin: 0 0 0 5px;
  color: #cc0000;
}
#cse-search-results iframe {
  width: 600px;
}
a.lnkToTop,
a.lnkToTop:link,
a.lnkToTop:visited {
  display: none;
}
.browsehappy {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}
