/* 
===================================================================================================================================

	Progressive enhancement, responsive setup for smallest viewports to 759px
    (will pull in styles from _common.scss)

===================================================================================================================================
*/
/* 
===================================================================================================================================

	Base styles, common to all viewports

===================================================================================================================================
*/
/* line 23, ../sass/_common.scss */
body {
  background: url(../images/page.jpg) 50% 174px repeat-x white;
  max-width: 100%;
  color: #444233;
  font-size: 75%;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 17px;
}

/* line 24, ../sass/_common.scss */
.print {
  display: none;
}

/* line 25, ../sass/_common.scss */
#header {
  background: url(../images/header.jpg) 50% 0 repeat #bfd45f;
  height: 139px;
  text-align: right;
  padding-top: 35px;
}

/* line 26, ../sass/_common.scss */
#header .logo {
  position: absolute;
  top: 0;
  display: block;
  width: 219px;
  height: 155px;
  background: url(../images/logo.png) 50% 50% no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

/* line 27, ../sass/_common.scss */
.actionFund #header .logo {
  background-image: url(../images/logoActionFund.jpg);
}

/* line 28, ../sass/_common.scss */
#header .inlineLinks {
  margin-right: 20px;
}

/* line 29, ../sass/_common.scss */
#header .inlineLinks a {
  color: #252212;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0;
  text-decoration: none;
}

/* line 30, ../sass/_common.scss */
#header .inlineLinks a:hover {
  color: #000;
  text-decoration: underline;
}

/* line 31, ../sass/_common.scss */
#block-search-form {
  float: right;
  width: 282px;
  margin-right: 20px;
}

/* line 32, ../sass/_common.scss */
#block-search-form .box {
  padding: 9px 15px;
}

/* line 33, ../sass/_common.scss */
#search-theme-form input, .searchBar fieldset {
  margin-bottom: 0;
}

/* line 34, ../sass/_common.scss */
#block-search-form label {
  display: none;
}

/* line 35, ../sass/_common.scss */
#block-search-form .textField {
  width: 150px;
}

/* line 36, ../sass/_common.scss */
#page > .clear:last-child {
  display: none;
}

/* line 39, ../sass/_common.scss */
#content {
  padding: 50px 0 25px;
}

/* line 40, ../sass/_common.scss */
#contentArea {
  background: url(../images/divider.png) 57% 0 repeat-y;
  margin-bottom: 20px;
}

/* line 41, ../sass/_common.scss */
.twoCols {
  background: url(../images/divider.png) 50% 0 repeat-y;
}

/* line 42, ../sass/_common.scss */
.twoCols .textField {
  width: 140px;
}

/* line 43, ../sass/_common.scss */
.twoCols select.textField {
  width: 152px;
}

/* line 44, ../sass/_common.scss */
.twoCols .halfField {
  width: 61px;
}

/* line 45, ../sass/_common.scss */
.twoCols select.halfField {
  width: 73px;
}

/* line 48, ../sass/_common.scss */
#appendix {
  padding: 30px 0;
  background: url(../images/sprite-framework.png) 0 -823px repeat-x rgba(46, 39, 0, 0.07);
  border-top: 1px solid #e1e2de;
}

/* line 49, ../sass/_common.scss */
#footer {
  padding: 40px 0;
  background: url(../images/sprite-framework.png) 0 -823px repeat-x #d8e8f4;
  border-top: 1px solid #c5d3de;
  font-size: 0.92em;
}

/* line 50, ../sass/_common.scss */
#footer * {
  line-height: 15px;
}

/* line 51, ../sass/_common.scss */
#footer h4 {
  font-weight: bold;
  font-size: 1.05em;
  margin: 0 0 2px;
}

/* line 52, ../sass/_common.scss */
#footer p {
  margin: 0;
  font-size: 11px;
}

/* line 53, ../sass/_common.scss */
.footLogo {
  float: left;
  display: block;
  width: 154px;
  height: 55px;
  text-indent: -9999px;
  background: url(../images/footLogo.gif) no-repeat;
  margin: 0 20px 0 0;
  overflow: hidden;
}

/* line 54, ../sass/_common.scss */
.footCharity {
  display: block;
  padding: 11px 60px 11px 0;
  background: url(../images/charityNav.gif) right no-repeat;
  text-align: right;
}

/*column padding rules REWRITE (removed colPad and innerColPad wrapper insertion from JS, though some handcoded ones remain) */
/* line 60, ../sass/_common.scss */
.column, .row > .footNotes {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 61, ../sass/_common.scss */
.column.primary, .column.col100 {
  padding: 0 !important;
}

/* line 62, ../sass/_common.scss */
.region-content-bottom {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 63, ../sass/_common.scss */
.region-content-bottom .column.col57 {
  padding-left: 0 !important;
}

/* line 64, ../sass/_common.scss */
.region-content-bottom .column.col43 {
  padding-right: 0 !important;
}

/* line 65, ../sass/_common.scss */
#contentColumn.column, .colWithDividerRight.column {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 66, ../sass/_common.scss */
#contentColumn.column:last-child {
  padding-right: 10px !important;
}

/* line 67, ../sass/_common.scss */
.node-type-job-listing #contentColumn.column:last-child {
  padding: 0px !important;
}

/* line 68, ../sass/_common.scss */
#sideColumn.column {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 69, ../sass/_common.scss */
.column > h1, #contentColumn #pageIntro > h1 {
  margin-top: 6px;
}

/* line 70, ../sass/_common.scss */
.column > h3:first-child {
  margin-top: 0;
}

/* line 71, ../sass/_common.scss */
.column > h4:first-child {
  margin-top: 4px;
}

/* line 72, ../sass/_common.scss */
.column > hr.thickHR:first-child, .colPad > hr.thickHR:first-child {
  margin-top: 0;
}

/* line 73, ../sass/_common.scss */
.page-blog #contentColumn.column {
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 74, ../sass/_common.scss */
li .column.col50:first-of-type {
  padding-left: 0 !important;
}

/* line 75, ../sass/_common.scss */
li .column.col50:last-of-type {
  padding-right: 0 !important;
}

/* line 76, ../sass/_common.scss */
.noLeftPadding {
  padding-left: 0 !important;
}

/* line 77, ../sass/_common.scss */
.noRightPadding {
  padding-right: 0 !important;
}

/* line 78, ../sass/_common.scss */
.rowStretch {
  margin-left: -10px !important;
  width: calc(100% + 20px) !important;
}

/* line 82, ../sass/_common.scss */
.innerCol {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 83, ../sass/_common.scss */
.innerCol > h3:first-child, .innerCol > .innerColPad h3:first-child {
  margin: 0 0 7px;
}

/* line 84, ../sass/_common.scss */
.innerCol > h4:first-child, .innerCol > .innerColPad h4:first-child {
  margin: 0 0 7px;
}

/* line 85, ../sass/_common.scss */
.innerCol > h4:first-child + .newsList, .innerCol > .innerColPad h4:first-child + .newsList {
  padding-top: 10px;
}

/* line 86, ../sass/_common.scss */
.innerCol.col50 {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 87, ../sass/_common.scss */
.front .innerCol.col50 {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 90, ../sass/_common.scss */
.front #contentColumn > .column, .section-search .search-form + .column {
  padding: 0 !important;
}

/* line 91, ../sass/_common.scss */
.column > .box:last-child, .column > .innerRow:last-child .innerCol > .box:last-child {
  margin-bottom: 0;
}

/* breaking news */
/* line 95, ../sass/_common.scss */
#breakingNews {
  float: left;
  width: 99.8%;
  background: #ffeea3;
  margin: 0;
  border: 1px solid #A5BA44;
  border: 1px solid #c6613f;
  border: 1px solid #C73E10;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* line 98, ../sass/_common.scss */
#breakingNews h3 {
  float: left;
  background: #A5BA44;
  background: #c6613f;
  background: #C73E10;
  color: #FFF;
  float: left;
  font: 12px arial;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
}

/* line 99, ../sass/_common.scss */
#breakingNews p {
  float: left;
  margin: 0;
  padding: 8px 10px 0;
  font-weight: bold;
  font-size: 13px;
}

/* line 100, ../sass/_common.scss */
#breakingNews .close, .flyout .close {
  background: none repeat scroll 0 0 #FFF;
  cursor: pointer;
  height: 12px;
  padding: 2px;
  position: absolute;
  right: 26px;
  text-align: center;
  top: 9px;
  width: 12px;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

/* line 102, ../sass/_common.scss */
#breakingNews .close:hover, .flyout .close:hover {
  border-color: #444;
}

/* line 103, ../sass/_common.scss */
#breakingNews .close img, .flyout .close img {
  left: 0;
  opacity: 0.5;
  position: relative;
  top: -2px;
}

/* line 104, ../sass/_common.scss */
#breakingNews .close:hover img, .flyout .close:hover img {
  opacity: 1.0;
}

/* page intro */
/* line 108, ../sass/_common.scss */
#pageIntro {
  margin-bottom: 5px;
}

/* line 109, ../sass/_common.scss */
#pageIntro > img {
  width: 100%;
  height: auto;
}

/* line 110, ../sass/_common.scss */
#pageIntro img.icon, #pageIntro .inlineLinks img {
  width: auto;
}

/* line 111, ../sass/_common.scss */
#pageIntro p, #pageIntro p span {
  font-size: 14px;
}

/* line 112, ../sass/_common.scss */
#pageIntro .inlineLinks {
  margin: 0 0 30px;
}

/* line 113, ../sass/_common.scss */
#pageIntro .inlineLinks iframe {
  height: 21px;
  position: relative;
  top: 5px;
}

/* misc */
/* line 116, ../sass/_common.scss */
.noBotMarg {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* line 117, ../sass/_common.scss */
.tinyBotMarg {
  margin-bottom: 5px !important;
  padding-bottom: 5px !important;
}

/* line 118, ../sass/_common.scss */
.standardBotMarg {
  margin-bottom: 20px !important;
}

/* line 119, ../sass/_common.scss */
.hide {
  display: none;
}

/* line 120, ../sass/_common.scss */
.lazy {
  position: absolute;
  left: -9999px;
}

/* line 121, ../sass/_common.scss */
.cursor-point {
  cursor: pointer;
}

/* line 122, ../sass/_common.scss */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: normal;
  margin: 0;
}

/* line 123, ../sass/_common.scss */
#contentColumn, #pageIntro, .serif {
  font: 14.25px/20px Georgia, "Times New Roman", Times, serif;
}

/* line 124, ../sass/_common.scss */
h1 {
  font-size: 32px;
  line-height: 39px;
  margin: 25px 0;
}

/* line 125, ../sass/_common.scss */
h2 {
  font-size: 25px;
  line-height: 31px;
  margin: 30px 0 20px;
}

/* line 126, ../sass/_common.scss */
h3, h4, h5 {
  font-size: 19px;
  line-height: 25px;
  margin: 30px 0 20px;
}

/* line 127, ../sass/_common.scss */
#contentColumn h2:first-child, #contentColumn h3:first-child, #contentColumn h4:first-child {
  margin-top: 0;
}

/* line 128, ../sass/_common.scss */
#appendix h3.underlineTitle {
  font-size: 21px;
  letter-spacing: -0.01em;
}

/* line 129, ../sass/_common.scss */
h4 {
  font-size: 15px;
  line-height: 20px;
  margin: 30px 0 20px;
  font-weight: bold;
  color: #444233;
}

/* line 130, ../sass/_common.scss */
h4.date {
  font-size: 30px;
  margin-bottom: 9px;
}

/* line 131, ../sass/_common.scss */
h5 {
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
  margin: 30px 0 20px;
  color: #444233;
}

/* line 132, ../sass/_common.scss */
h6 {
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
  margin: 0px 0 10px;
  color: #444233;
}

/* line 133, ../sass/_common.scss */
h1 + h2 {
  font-size: 19px;
  line-height: 25px;
  margin: -20px 0 20px;
  color: #444233;
}

/* line 134, ../sass/_common.scss */
h1 + h2 + p.info {
  margin-top: -20px;
}

/* line 135, ../sass/_common.scss */
* .titleBar {
  font: 16px Helvetica, Arial, sans-serif;
  background: url(../images/titleBar.png) bottom repeat-x #eff0ec;
  margin: 0 0 17px;
  padding: 10px 20px 11px;
  border-radius: 6px 6px 3px 3px;
  -moz-border-radius: 6px 6px 3px 3px;
  text-shadow: 1px 1px 1px #FFFFFF;
}

/* line 136, ../sass/_common.scss */
* .underlineTitle {
  font-family: Helvetica, Arial, sans-serif;
  background: url(../images/title.png) bottom repeat-x;
  margin: 7px 0 17px;
  padding: 10px 0 7px;
}

/* line 137, ../sass/_common.scss */
#contentArea .underlineTitle {
  clear: both;
}

/* line 138, ../sass/_common.scss */
p {
  margin-bottom: 12px;
}

/* line 139, ../sass/_common.scss */
.smallText {
  font-size: 11px;
  line-height: 16px;
}

/* line 140, ../sass/_common.scss */
.date, .credit, .additional, .info {
  font-size: 11px;
  color: #8c8c7c;
  margin: 0 0 2px;
}

/* line 141, ../sass/_common.scss */
.credit span.date {
  color: #444233;
}

/* line 142, ../sass/_common.scss */
.additional {
  font-weight: bold;
}

/* line 143, ../sass/_common.scss */
.source, #contentColumn .source {
  color: #8c8c7c;
}

/* line 144, ../sass/_common.scss */
.source {
  font-size: 11px;
}

/* line 145, ../sass/_common.scss */
.attn-text-bug {
  display: inline-block;
  font-family: Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  color: white;
  padding: 4px 3px;
  background-color: red;
  line-height: 11px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

/* line 146, ../sass/_common.scss */
#contentColumn p {
  margin-bottom: 25px;
}

/* line 147, ../sass/_common.scss */
.intro, .emphasis {
  font-size: 20px !important;
  line-height: 26px;
  color: #636259;
}

/* line 148, ../sass/_common.scss */
* .innerRow {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 149, ../sass/_common.scss */
* .innerRow p, * .innerRow li {
  font-size: 13px;
  line-height: 17px;
}

/* line 150, ../sass/_common.scss */
.box .innerRow + .clear:last-child {
  margin: 0 0 -20px;
}

/* line 151, ../sass/_common.scss */
.columnsHome #sideColumn {
  margin-bottom: 33px;
}

/* line 152, ../sass/_common.scss */
cite, .cite, .document {
  display: block;
  width: 100%;
  clear: left;
  font-family: Helvetica, Arial, sans-serif;
}

/* line 153, ../sass/_common.scss */
.cite, .document {
  margin-bottom: 5px;
}

/* line 154, ../sass/_common.scss */
.cite + p {
  margin-top: 10px;
}

/* line 155, ../sass/_common.scss */
cite img, .cite img, .document img {
  float: left;
  margin: 0 10px 0 0;
}

/* line 156, ../sass/_common.scss */
cite a, .cite a, .document a {
  display: block;
  font-weight: bold;
}

/* line 157, ../sass/_common.scss */
cite img + a, .cite img + a, .document img + a {
  padding-top: 5px;
}

/* line 158, ../sass/_common.scss */
.pair3070 cite img + a, .pair3070 .cite img + a {
  padding-top: 0;
}

/* line 159, ../sass/_common.scss */
.citeAbstract {
  clear: left;
  padding-top: 15px;
}

/* line 160, ../sass/_common.scss */
cite span, .cite span, .document span {
  display: block;
  font-size: 11px;
  line-height: 14px;
}

/* line 161, ../sass/_common.scss */
.statusInProgress {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 9px !important;
  letter-spacing: 0.03em;
  padding: 3px 8px;
  text-transform: uppercase;
}

/* line 162, ../sass/_common.scss */
.statusSuccess {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #d3e759;
  font-size: 9px !important;
  letter-spacing: 0.03em;
  padding: 3px 8px;
  text-transform: uppercase;
}

/* line 163, ../sass/_common.scss */
.centred {
  display: block;
  text-align: center;
}

/* line 164, ../sass/_common.scss */
hr {
  width: 100%;
  border: 1px solid #ccc !important;
  margin: 10px 0;
  border-bottom: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
}

/* line 165, ../sass/_common.scss */
hr.thickHR {
  border: 5px solid #e5e5e5 !important;
  margin: 25px 0;
  clear: left;
  border-bottom: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
}

/* line 166, ../sass/_common.scss */
.innerRow + hr.thickHR, .innerRow + .clear + hr.thickHR {
  margin-top: 0;
}

/* line 167, ../sass/_common.scss */
hr.thickHR + h2 {
  margin-top: 0;
}

/* line 168, ../sass/_common.scss */
.footNotes {
  font: 0.8em/1.5em Helvetica, Arial, sans-serif;
}

/* line 169, ../sass/_common.scss */
.footNotes p {
  color: #666;
}

/* line 170, ../sass/_common.scss */
.field-name-field-boilerplate em {
  font-style: italic !important;
}

/* line 171, ../sass/_common.scss */
address {
  margin: 5px 0;
}

/* line 172, ../sass/_common.scss */
.tel {
  font: lighter 1.2em Helvetica, Arial, sans-serif;
  color: #222;
  letter-spacing: 0.05em;
}

/* line 173, ../sass/_common.scss */
.imgFlex, #facebox .imgFlex {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}

/* line 174, ../sass/_common.scss */
.plainList, .results, .inlineLinks, .newsList, .block ul.plainList, .block ul.results, .block ul.inlineLinks, .block ul.newsList, .links, .block .links {
  padding-left: 0 !important;
}

/* line 175, ../sass/_common.scss */
.primary ul ul {
  margin: 5px 30px 0;
}

/* hangRight and hangLeft */
/* line 178, ../sass/_common.scss */
#contentColumn img.left, #pageIntro img.left, .summaryBox img.left {
  margin: 0 20px 20px 0;
}

/* line 179, ../sass/_common.scss */
#contentColumn img.right, #pageIntro img.right, .introVideo .right {
  margin: 0 0 20px 20px;
}

/* line 180, ../sass/_common.scss */
#contentColumn .hangLeft, #contentColumn img.hangLeft {
  margin: 0 20px 20px -211px;
  background-color: #fff;
  outline: 20px solid #fff;
}

/* line 181, ../sass/_common.scss */
#contentColumn .hangRight, #contentColumn img.hangRight {
  margin: 0 -327px 20px 20px;
  background-color: #fff;
  outline: 20px solid #fff;
}

/* line 182, ../sass/_common.scss */
#contentColumn .hangLeft {
  float: left;
  width: 350px;
}

/* line 183, ../sass/_common.scss */
#contentColumn .hangRight {
  float: right;
  width: 450px;
}

/* line 184, ../sass/_common.scss */
#contentColumn blockquote.hangLeft {
  width: 303px;
}

/* line 185, ../sass/_common.scss */
#contentColumn blockquote.hangRight {
  width: 403px;
}

/* line 186, ../sass/_common.scss */
#contentColumn .hangLeft img.hangLeft {
  margin-left: 0;
}

/* line 187, ../sass/_common.scss */
#contentColumn .hangRight img.hangRight {
  margin-right: 0;
}

/* captions */
/* line 191, ../sass/_common.scss */
.left {
  float: left;
}

/* line 192, ../sass/_common.scss */
.right {
  float: right;
}

/* line 193, ../sass/_common.scss */
.alignRight {
  text-align: right;
}

/* line 194, ../sass/_common.scss */
.captionWrap {
  margin: 0 20px 20px;
}

/* line 195, ../sass/_common.scss */
.captionText {
  text-align: left;
  color: #8c8c7c;
  font: 11px/15px Helvetica, Arial, sans-serif;
}

/* line 196, ../sass/_common.scss */
.captionWrap img {
  margin: 0;
}

/* line 197, ../sass/_common.scss */
.captionWrap.left {
  margin-left: 0;
}

/* line 198, ../sass/_common.scss */
.captionWrap.right {
  margin-right: 0;
}

/* line 199, ../sass/_common.scss */
.captionWrap.imgFlex {
  margin-right: 0;
  margin-left: 0;
  width: 100% !important;
}

/* line 200, ../sass/_common.scss */
.captionWrap.right .captionText {
  text-align: left;
}

/* blockquotes */
/* line 204, ../sass/_common.scss */
blockquote {
  background: url(../images/quote.png) top left no-repeat;
  padding-left: 47px;
}

/* line 205, ../sass/_common.scss */
#sideColumn blockquote {
  background: url(../images/quoteRightCol.png) top left no-repeat;
  padding-left: 37px;
}

/* line 206, ../sass/_common.scss */
blockquote p {
  font: 18px Georgia, "Times New Roman", Times, serif;
  color: #444233;
}

/* line 207, ../sass/_common.scss */
blockquote cite {
  font-size: 12px;
  font-weight: bold;
}

/* line 208, ../sass/_common.scss */
blockquote cite span {
  font-weight: normal;
}

/* lists */
/* line 214, ../sass/_common.scss */
#contentColumn ol.spacedList li {
  margin-bottom: 12px;
}

/* line 215, ../sass/_common.scss */
#contentColumn ul.spacedList li {
  margin-bottom: 12px;
}

/* line 216, ../sass/_common.scss */
ol.spacedList li {
  margin-bottom: 10px;
}

/* line 217, ../sass/_common.scss */
ul.spacedList li {
  margin-bottom: 10px;
}

/* line 218, ../sass/_common.scss */
.spacedList ul li:last-child, .spacedList ol li:last-child {
  margin-bottom: 0;
}

/* line 221, ../sass/_common.scss */
.plainList {
  list-style: none;
  margin-left: 0;
}

/* line 222, ../sass/_common.scss */
.plainList li {
  padding: 6px 0;
  border-top: 1px solid #eee;
}

/* line 223, ../sass/_common.scss */
.plainList li:first-child {
  border: 0;
}

/* line 224, ../sass/_common.scss */
.plainList a {
  font-weight: bold;
  font-size: 11px;
}

/* by the numbers */
/* line 228, ../sass/_common.scss */
.factoid {
  font: 16px/22px Helvetica, Arial, sans-serif;
  color: #636259;
  min-height: 45px;
}

/* line 229, ../sass/_common.scss */
.factoid span {
  float: left;
  font-size: 230%;
  color: #444233;
  line-height: 22px;
  line-height: 100%;
  margin: 0 10px 5px 0;
  letter-spacing: -0.05em;
  font: bold 230% Helvetica, Arial, sans-serif;
  background: #eee;
  padding: 6px 8px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 230, ../sass/_common.scss */
.factoid span em {
  font-size: 50%;
  position: relative;
  bottom: 0.677em;
  letter-spacing: -0.04em;
}

/* line 231, ../sass/_common.scss */
.factoid-em span {
  font-size: 340%;
  background-color: #444233;
  color: #fff;
}

/* line 232, ../sass/_common.scss */
.factoid-pro span {
  background-color: #bcd454;
  color: #fff;
}

/* line 233, ../sass/_common.scss */
.factoid-pro + .factoid-pro span {
  background-color: #a7cd64;
}

/* line 234, ../sass/_common.scss */
.factoid-pro + .factoid-pro + .factoid-pro span {
  background-color: #88c47b;
}

/* line 235, ../sass/_common.scss */
.factoid-pro + .factoid-pro + .factoid-pro + .factoid-pro span {
  background-color: #66b996;
}

/* line 236, ../sass/_common.scss */
.factoid-pro + .factoid-pro + .factoid-pro + .factoid-pro + .factoid-pro span {
  background-color: #47aead;
}

/* line 237, ../sass/_common.scss */
.factoid-pro + .factoid-pro + .factoid-pro + .factoid-pro + .factoid-pro + .factoid-pro span {
  background-color: #32a8bd;
}

/* line 238, ../sass/_common.scss */
.factoid-con span {
  background-color: #f65f17;
  color: #fff;
}

/* line 239, ../sass/_common.scss */
.factoid-con + .factoid-con span {
  background-color: #ee531b;
}

/* line 240, ../sass/_common.scss */
.factoid-con + .factoid-con + .factoid-con span {
  background-color: #e2401e;
}

/* line 241, ../sass/_common.scss */
.factoid-con + .factoid-con + .factoid-con + .factoid-con span {
  background-color: #d52d21;
}

/* line 242, ../sass/_common.scss */
.factoid-con + .factoid-con + .factoid-con + .factoid-con + .factoid-con span {
  background-color: #c91b25;
}

/* line 243, ../sass/_common.scss */
.factoid-con + .factoid-con + .factoid-con + .factoid-con + .factoid-con + .factoid-con span {
  background-color: #c10e27;
}

/* line 246, ../sass/_common.scss */
#appendix .plainList li {
  border-color: #ccc;
}

/* line 247, ../sass/_common.scss */
#appendix .plainList .factoid span {
  background: #ddd;
}

/* line 248, ../sass/_common.scss */
li.factoid {
  padding-top: 15px;
  margin: 0 0 15px;
  overflow: hidden;
}

/* line 251, ../sass/_common.scss */
.legendList li {
  font-weight: bold;
}

/* line 252, ../sass/_common.scss */
.legendList img {
  position: relative;
  top: 2px;
  margin-right: 6px;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 253, ../sass/_common.scss */
.newsList {
  list-style: none;
  margin-left: 0;
}

/* line 254, ../sass/_common.scss */
.newsList li {
  margin: 0 0 15px 0;
  padding: 0 0 13px 27px;
  border-bottom: 1px solid #ccc;
  background: url(../images/bulletNewsList.png) 0 0 no-repeat;
}

/* line 255, ../sass/_common.scss */
.newsList li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 256, ../sass/_common.scss */
* .newsList h3, * .newsList h4 {
  font-size: 13px;
  line-height: 17px;
  margin: 0 0 1px;
}

/* line 257, ../sass/_common.scss */
.newsList li .info:first-child {
  font-size: 11px;
  font-weight: bold;
  color: #444233;
  margin: 0 0 2px;
}

/* line 258, ../sass/_common.scss */
.section-people .newsList li .info:first-child, .view-id-related_feed_items .newsList li .info:first-child {
  font-weight: normal;
}

/* line 259, ../sass/_common.scss */
#sideColumn .boxGreen .newsList h3 {
  font-size: 15px;
  line-height: 18px;
}

/* line 260, ../sass/_common.scss */
.newsList p, #contentColumn .newsList p {
  font-size: 12px;
  line-height: 16px;
  margin: 2px 0 0;
}

/* line 261, ../sass/_common.scss */
.newsList .date, #contentColumn .newsList .date {
  font-size: 11px;
}

/* line 262, ../sass/_common.scss */
.twitterList li {
  padding-left: 70px;
}

/* line 263, ../sass/_common.scss */
.twitterList li img {
  float: left;
  margin: 0 0 0 -70px;
}

/* line 264, ../sass/_common.scss */
.inlineLinks {
  margin-left: 0;
}

/* line 265, ../sass/_common.scss */
.inlineLinks li {
  display: inline;
  border-right: 1px dotted rgba(0, 0, 0, 0.4);
  padding: 3px 8px;
}

/* line 266, ../sass/_common.scss */
.inlineLinks li:last-child {
  border: none;
  padding-right: 0;
}

/* line 267, ../sass/_common.scss */
.inlineLinks li:first-child {
  padding-left: 0;
}

/* line 268, ../sass/_common.scss */
.iconList {
  float: left;
  list-style: none;
  margin: 0 0 8px -2px;
}

/* line 269, ../sass/_common.scss */
.iconList li {
  float: left;
  margin: 0 6px 6px 0;
}

/* line 270, ../sass/_common.scss */
.iconList a {
  float: left;
  border: 2px solid transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 271, ../sass/_common.scss */
.iconList a:hover {
  border-color: #fff;
}

/* line 272, ../sass/_common.scss */
.iconList img {
  float: left;
  margin: 0;
}

/* links and buttons */
/* line 276, ../sass/_common.scss */
a, a:visited {
  color: #004d91;
  text-decoration: none;
  -webkit-transition: color .15s ease-in;
  -moz-transition: color .15s ease-in;
  -o-transition: color .15s ease-in;
  transition: color .15s ease-in;
}

/* line 278, ../sass/_common.scss */
a:hover {
  color: #000;
}

/* line 279, ../sass/_common.scss */
.button, .button:visited, .Button, .FinishButton, .CancelButton, .submit-wrap input {
  cursor: pointer;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin: 0;
  padding: 6px 14px 4px;
  background: #ffdc1c;
  border: 0;
  color: #252212;
  text-decoration: none;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffee92), to(#f3cf01), color-stop(0.5, #ffe86d), color-stop(0.501, #ffdd1b));
  background: -moz-linear-gradient(top, #ffee92, #ffe86d 50%, #ffdd1b 50.1%, #f3cf01);
  background: linear-gradient(top, #ffee92, #ffe86d 50%, #ffdd1b 50.1%, #f3cf01);
}

/* line 287, ../sass/_common.scss */
* a.button {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 288, ../sass/_common.scss */
.button:hover {
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.55);
}

/* line 289, ../sass/_common.scss */
.buttonBlue, .buttonBlue:visited {
  background: #004d91;
  color: #fff;
  text-shadow: #272414 1px 1px 0;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#49a0c3), to(#286496), color-stop(0.5, #398bb4), color-stop(0.501, #3179a6));
  background: -moz-linear-gradient(top, #49a0c3, #398bb4 50%, #3179a6 50.1%, #286496);
  background: linear-gradient(top, #49a0c3, #398bb4 50%, #3179a6 50.1%, #286496);
}

/* line 294, ../sass/_common.scss */
.buttonRed, .buttonRed:visited {
  background: #D65C42;
  color: #fff;
  text-shadow: #272414 1px 1px 0;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d86a4b), to(#c3451a), color-stop(0.5, #d3603f), color-stop(0.501, #ca481c));
  background: -moz-linear-gradient(top, #d86a4b, #d3603f 50%, #ca481c 50.1%, #c3451a);
  background: linear-gradient(top, #d86a4b, #d3603f 50%, #ca481c 50.1%, #c3451a);
}

/* line 299, ../sass/_common.scss */
.buttonBlue:hover, .buttonRed:hover {
  color: #fff;
}

/* line 300, ../sass/_common.scss */
.wideButton {
  min-width: 32.9%;
  font-size: 19px;
}

/* line 301, ../sass/_common.scss */
.bigButton {
  padding: 15px 15px 13px !important;
}

/* line 302, ../sass/_common.scss */
.bigButton span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

/* line 303, ../sass/_common.scss */
.buttonInline {
  display: inline-block !important;
}

/* forms */
/* line 307, ../sass/_common.scss */
form {
  margin-bottom: 11px;
  font: 12px/16px Helvetica, Arial, sans-serif;
}

/* line 308, ../sass/_common.scss */
fieldset {
  margin-bottom: 12px;
}

/* line 309, ../sass/_common.scss */
* form input {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 310, ../sass/_common.scss */
input.errorMessage::-webkit-input-placeholder {
  color: red;
}

/* line 311, ../sass/_common.scss */
input.errorMessage:-moz-placeholder {
  /* Firefox 18- */
  color: red;
  opacity: 1;
}

/* line 312, ../sass/_common.scss */
input.errorMessage::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
  opacity: 1;
}

/* line 313, ../sass/_common.scss */
input.errorMessage:-ms-input-placeholder {
  color: red;
}

/* line 314, ../sass/_common.scss */
.textField, .overTable input[type="text"], select, .field-wrap input, .form-email {
  float: left;
  width: 150px !important;
  padding: 5px 5px 5px;
  font-size: 13px;
  margin: 0 6px 6px 0;
  background: url(../images/sprite-framework.png) 0 -1133px repeat-x white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-right-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 315, ../sass/_common.scss */
.halfField, .overTable .cardExpGroup select {
  width: 75px;
}

/* line 316, ../sass/_common.scss */
select.textField {
  width: 162px;
  padding: 3px;
}

/* line 317, ../sass/_common.scss */
select.halfField {
  width: 81px;
}

/* line 318, ../sass/_common.scss */
select option {
  padding: 1px;
}

/* line 319, ../sass/_common.scss */
textarea.textField {
  width: 95%;
  height: 100px;
}

/* line 320, ../sass/_common.scss */
form dd .info {
  float: left;
  padding-top: 6px;
}

/* line 321, ../sass/_common.scss */
span.required {
  float: left;
  padding-top: 6px;
  color: #900;
  font-size: 11px;
}

/* line 322, ../sass/_common.scss */
span.required em {
  font-weight: bold;
  font-size: 16px;
}

/* line 323, ../sass/_common.scss */
.mollom-privacy {
  padding-top: 6px;
}

/* line 324, ../sass/_common.scss */
.submitRow, #contentColumn .submitRow {
  clear: left;
  margin: 20px 0 0;
  position: relative;
  padding: 7px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f7f4ec;
  background: rgba(39, 39, 23, 0.04);
  border: 1px solid #F3F3E1;
  border-color: #d7d7bf #F3F3E1 #F3F3E1 #e3e3c9;
}

/* line 325, ../sass/_common.scss */
#facebox .submitRow {
  margin: 0 0 20px;
}

/* line 326, ../sass/_common.scss */
.submitRow input.button, #contentColumn .submitRow input.button {
  display: inline;
}

/* line 327, ../sass/_common.scss */
.radioLabelButton label {
  padding: 5px 5% 35px;
  width: 85%;
  margin: 0 5% 10px 0;
  display: block;
  float: left;
  cursor: pointer;
  text-align: center;
  font: 19px /30px Georgia, "Times New Roman", Times, serif;
  background: url(../images/radioLabelButton2.gif) bottom no-repeat whitesmoke;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 328, ../sass/_common.scss */
.radioLabelButton.current label {
  background: url(../images/radioLabelButtonCurrent2.gif) bottom no-repeat #e5efb9;
}

/* line 329, ../sass/_common.scss */
.radioLabelButton label img {
  margin: 0;
}

/* line 330, ../sass/_common.scss */
.jsEnabled .radioLabelButton input {
  display: none;
}

/* line 331, ../sass/_common.scss */
.form-item, .form-actions {
  margin: 0;
}

/* expert search forms */
/* line 334, ../sass/_common.scss */
.views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
}

/* line 335, ../sass/_common.scss */
#views-exposed-form-Expert-staff-list-page-2, #views-exposed-form-expert-staff-list-page-2 {
  margin: 0 0 5px 0;
}

/* line 336, ../sass/_common.scss */
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}

/* line 337, ../sass/_common.scss */
#views-exposed-form-expert-staff-list-page-2.searchBar {
  float: none;
}

/* signup forms */
/* line 340, ../sass/_common.scss */
.block-convio-signup, .block-convio_signup {
  background: #bed751;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 1px;
  margin: 0 0 20px;
}

/* line 341, ../sass/_common.scss */
.block-convio-signup > h2.title, .block-convio_signup > h2.title {
  color: #242212;
  font-size: 16px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 14px 14px 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.3)), color-stop(1, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

/* line 344, ../sass/_common.scss */
.block-convio-signup .content, .block-convio_signup .content {
  background: #f9faeb;
  border-top: 1px solid #a5ba44;
  padding: 14px 14px 1px;
}

/* line 346, ../sass/_common.scss */
.region-sidebar-first .block-convio-signup .convioSignup .textField {
  width: 90% !important;
  padding: 7px 5px 5px;
}

/* line 347, ../sass/_common.scss */
.region-content-bottom .convioSignup .textField {
  width: 98% !important;
  padding: 7px 5px 5px;
}

/* line 348, ../sass/_common.scss */
#sideColumn .convioSignup .textField {
  padding: 7px 5px 5px;
}

/* sign up forms within content */
/* line 352, ../sass/_common.scss */
.region-content-bottom .block-convio-signup .pair3070, .region-content-bottom .block-convio-signup .form-submit, #sideColumn .block-convio-signup .pair3070, #sideColumn .block-convio-signup .form-submit, .region-content-bottom .block-convio_signup .pair3070, .region-content-bottom .block-convio_signup .form-submit, #sideColumn .block-convio_signup .pair3070, #sideColumn .block-convio_signup .form-submit {
  display: inline-block;
}

/* line 353, ../sass/_common.scss */
.region-content-bottom .block-convio-signup .pair3070, #sideColumn .block-convio-signup .pair3070, .region-content-bottom .block-convio_signup .pair3070, #sideColumn .block-convio_signup .pair3070 {
  margin-right: 15px;
  width: 57%;
  min-width: 150px;
}

/* line 354, ../sass/_common.scss */
.region-content-bottom .block-convio-signup .textField, #sideColumn .block-convio-signup .textField, .region-content-bottom .block-convio_signup .textField, #sideColumn .block-convio_signup .textField {
  width: 100%;
}

/* line 355, ../sass/_common.scss */
.region-content-bottom .block-convio-signup .form-submit, #sideColumn .block-convio-signup .form-submit, .region-content-bottom .block-convio_signup .form-submit, #sideColumn .block-convio_signup .form-submit {
  vertical-align: top;
  width: 32%;
  min-width: 80px;
}

/* line 358, ../sass/_common.scss */
.radioGroup {
  clear: both;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

/* line 359, ../sass/_common.scss */
.radioSubGroup p {
  position: relative;
  clear: left;
  background: url(../images/radioGroup.gif) top no-repeat;
  text-align: center;
  font-weight: bold;
  padding: 15px 5% 0;
  width: 85%;
  margin-bottom: 0;
  line-height: 13px;
}

/* line 360, ../sass/_common.scss */
.radioSubGroup p a {
  line-height: 13px;
}

/* line 361, ../sass/_common.scss */
.radioGroupLeft {
  position: absolute;
  top: -3px;
  left: 0;
}

/* line 362, ../sass/_common.scss */
.radioGroupRight {
  position: absolute;
  top: -3px;
  right: 0;
}

/* line 363, ../sass/_common.scss */
.radioLabelButton .pair3070 dt {
  width: 100%;
  padding-top: 0;
  margin: 0 0 -3px;
}

/* line 364, ../sass/_common.scss */
.radioLabelButton .pair3070 dd {
  display: block;
  width: 100%;
  clear: left;
  background: #f5f5f5;
  padding: 5px 5%;
  width: 85%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 365, ../sass/_common.scss */
.radioLabelButton .pair3070 label {
  font-size: 14px;
  margin: 0;
  background-position: 10px 12px;
  text-align: left;
  text-indent: 23px;
  padding-bottom: 3px;
}

/* line 366, ../sass/_common.scss */
.radioLabelButton .pair3070 .textField {
  display: block;
  width: 100px;
  margin-left: 23px;
}

/* line 367, ../sass/_common.scss */
.radioLabelButton .pair3070 .additional {
  margin-left: 23px;
}

/* line 368, ../sass/_common.scss */
.radioLabelButton.current .pair3070 dd {
  background: #e5efb9;
}

/* blockLinks */
/* line 372, ../sass/_common.scss */
.blockLink {
  display: block;
  text-decoration: none;
  margin: 0 0 13px;
}

/* line 373, ../sass/_common.scss */
.innerRow .blocklink {
  margin: 0;
}

/* line 374, ../sass/_common.scss */
.blockLink div {
  position: relative;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  clear: both;
}

/* line 375, ../sass/_common.scss */
.blockLink div em {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 0 1px;
  text-indent: 8px;
  display: block;
  width: 100%;
}

/* line 376, ../sass/_common.scss */
.blockLink img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 377, ../sass/_common.scss */
.blockLink .title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/black50.png);
  width: 84%;
  padding: 8px 8% 7px;
  color: #fff;
  font-size: 17px;
  text-shadow: 1px 1px 1px black;
}

/* line 378, ../sass/_common.scss */
.blockLink span {
  color: #444233;
  display: block;
  font-size: 12px;
  line-height: 16px;
  word-wrap: break-word;
}

/* line 379, ../sass/_common.scss */
.columnsHome .blockLink span {
  line-height: 17px;
}

/* line 380, ../sass/_common.scss */
.blockLink span em {
  float: left;
  width: 100%;
  color: #004d91;
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 1.15em;
  margin: 9px 0 4px;
}

/* line 381, ../sass/_common.scss */
.blockLink span em span {
  display: block;
  font-weight: bold;
  font-size: 12px;
  margin: 0 0 10px;
  letter-spacing: 0.0005em;
}

/* line 382, ../sass/_common.scss */
.blockLink .hyphenate {
  clear: left;
}

/* line 383, ../sass/_common.scss */
.blockLink:hover {
  box-shadow: 0 0 0 10px #e5edf4;
  background: #e5edf4;
}

/* line 384, ../sass/_common.scss */
#appendix .blockLink:hover {
  outline: 10px solid #fff;
  background: #fff;
}

/* line 385, ../sass/_common.scss */
.blockLink:hover span em {
  color: #000;
}

/* line 386, ../sass/_common.scss */
.blockLink.boxRaised:hover {
  outline: none;
}

/* line 387, ../sass/_common.scss */
#focusAreas .blockLink span em {
  font-size: 20px;
  line-height: 22px;
}

/* line 388, ../sass/_common.scss */
#focusAreas a.expertBlock .boxInner img {
  width: 116.4%;
  margin: -11px -11px 0 -11px;
}

/* line 389, ../sass/_common.scss */
.blockLink + p {
  margin-top: 15px;
}

/* boxes */
/* line 393, ../sass/_common.scss */
* .box {
  font: 12px/17px Helvetica, Arial, sans-serif;
  padding: 15px 15px 9px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fbfbf0;
  margin: 0 0 20px;
  border: 1px solid #F3F3E1;
  border-color: #F3F3E1 #e3e3c9 #d7d7bf #F3F3E1;
}

/* line 394, ../sass/_common.scss */
#appendix .box, .flyout .box {
  background: rgba(39, 39, 23, 0.06);
  border-color: #ccc #ddd #eee #d5d5d5;
}

/* line 395, ../sass/_common.scss */
#pageIntro .intro {
  font-size: 15px;
  position: relative;
}

/* line 396, ../sass/_common.scss */
#pageIntro .intro, .summaryBox, .commentDetail {
  padding: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f7f4ec;
  background: rgba(39, 39, 23, 0.04);
  margin: 0 0 20px;
  border: 1px solid #F3F3E1;
  border-color: #d7d7bf #F3F3E1 #F3F3E1 #e3e3c9;
}

/* line 397, ../sass/_common.scss */
#pageIntro .social {
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.03);
  float: right;
  padding: 6px 8px 2px;
  margin: 2px 0 0 20px;
}

/* videos */
/* line 400, ../sass/_common.scss */
.video .box, .boxFrame .box {
  margin: 0 0 5px;
  padding: 10px 10px 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}

/* line 401, ../sass/_common.scss */
.box.video {
  padding: 5px 5px 0;
  background: #e3e3d3;
  border: 1px solid #ddddcd;
  border-color: #ddddcd #d1d1c1 #cacaba #ddddcd;
}

/* line 402, ../sass/_common.scss */
.box.boxFrame {
  padding: 5px 5px 0;
  background: #D65C42;
  border: 1px solid #D65C42;
  border-color: #D65C42;
}

/* line 403, ../sass/_common.scss */
.video iframe {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}

/* line 405, ../sass/_common.scss */
.YTOverlay {
  position: relative;
  cursor: pointer;
}

/* line 406, ../sass/_common.scss */
.YTOverlayIcon {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 50%;
  margin-left: -25px;
}

/* line 407, ../sass/_common.scss */
.box.video.vidOverlay img {
  margin-bottom: 0;
}

/* line 408, ../sass/_common.scss */
.overlayContent iframe {
  padding: 5px 5px 0 5px;
  box-sizing: border-box;
}

/* more boxes */
/* line 411, ../sass/_common.scss */
form.box {
  padding-top: 15px;
}

/* line 412, ../sass/_common.scss */
.boxWhite35 {
  background: url(../images/search_bkg.png);
  border: 0;
}

/* line 413, ../sass/_common.scss */
.boxGreen {
  background: #bed751;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 1px;
  margin: 0 0 20px;
}

/* line 414, ../sass/_common.scss */
.boxGreen > h3 {
  color: #242212;
  font-size: 16px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 14px 14px 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.3)), color-stop(1, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

/* line 418, ../sass/_common.scss */
.boxGreen .boxInner {
  background: #f9faeb;
  border-top: 1px solid #a5ba44;
  padding: 14px 14px 1px;
}

/* line 419, ../sass/_common.scss */
.boxGrey {
  background: #e3e3e0;
}

/* line 420, ../sass/_common.scss */
.boxGrey > h3 {
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

/* line 421, ../sass/_common.scss */
.boxGrey .boxInner {
  background: #FAFAF9;
  border-top: 1px solid #ccc;
  padding: 14px 14px 1px;
}

/* line 422, ../sass/_common.scss */
h1 .icon, h2 .icon, h3 .icon, h4 .icon, #header .inlineLinks .icon {
  border: 3px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

/* line 423, ../sass/_common.scss */
#header div.inlineLinks {
  float: right;
  border-left: 1px dotted rgba(0, 0, 0, 0.4);
  margin-left: 8px;
  margin-right: 15px;
  padding-left: 8px !important;
}

/* line 424, ../sass/_common.scss */
#header .inlineLinks .icon {
  margin-top: -5px;
  position: relative;
  top: 3px;
}

/* line 425, ../sass/_common.scss */
#header .inlineLinks .icon {
  background: url(../images/sprite-framework.png) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
}

/* line 426, ../sass/_common.scss */
#header .inlineLinks .icon.smallTwitter {
  background-position: 0 -24px;
}

/* line 427, ../sass/_common.scss */
#header .inlineLinks .icon.smallFacebook {
  background-position: 0 -608px;
}

/* line 428, ../sass/_common.scss */
.boxHeader_business {
  background-image: url(../images/boxHeader_business.gif);
  background-position: 0 -18px;
  background-repeat: no-repeat;
}

/* line 429, ../sass/_common.scss */
.boxHeader_business > h3, .boxHeader_business > h3 a {
  color: #fff;
}

/* line 430, ../sass/_common.scss */
.boxHeader_business .boxInner {
  border-top-color: #1ca848;
}

/* line 431, ../sass/_common.scss */
.boxHeader_policy {
  background-image: url(../images/boxHeader_policy.gif);
  background-position: 0 -18px;
  background-repeat: no-repeat;
}

/* line 432, ../sass/_common.scss */
.boxHeader_policy > h3, .boxHeader_policy > h3 a {
  color: #fff;
}

/* line 433, ../sass/_common.scss */
.boxHeader_policy .boxInner {
  border-top-color: #019cda;
}

/* line 434, ../sass/_common.scss */
.boxRaised {
  display: block;
  background: #cada84;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px;
  margin: 0 0 20px;
}

/* line 435, ../sass/_common.scss */
.boxRaised .boxInner {
  width: auto;
  margin: 0;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 12px;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

/* line 438, ../sass/_common.scss */
.boxRaised .boxInner p:last-child {
  margin-bottom: 5px;
}

/* line 439, ../sass/_common.scss */
.boxRaisedRed {
  background: #F99D8A;
}

/* line 440, ../sass/_common.scss */
.boxRaisedBlue {
  background: #B2C9DE;
}

/* line 441, ../sass/_common.scss */
.boxRaised .paddedBox {
  padding: 25px;
}

/* line 442, ../sass/_common.scss */
.box > h2, .summaryBox > h2, .boxRaised .boxInner > h2 {
  margin: 4px 0 20px;
}

/* line 443, ../sass/_common.scss */
.box > h3, .summaryBox > h3, .boxRaised .boxInner > h3, .box > h4, .boxRaised .boxInner > h4 {
  margin-top: -3px;
  padding-top: 0;
}

/* line 444, ../sass/_common.scss */
.summaryBox.introVideo {
  font-family: Helvetica, Arial, sans-serif !important;
}

/* line 445, ../sass/_common.scss */
.summaryBox.introVideo p, #pageIntro .summaryBox.introVideo p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px !important;
}

/* line 446, ../sass/_common.scss */
.box h3, .boxRaised h3 {
  line-height: 1.15em;
  margin: 4px 0 10px;
}

/* line 447, ../sass/_common.scss */
.box .newsList h3, .boxRaised .newsList h3 {
  line-height: 1.15em;
  margin: 0 0 1px;
}

/* line 448, ../sass/_common.scss */
.box p, #contentColumn .box p {
  margin-bottom: 10px;
}

/* line 449, ../sass/_common.scss */
.box .newsList p, #contentColumn .box .newsList p {
  margin-bottom: 0;
}

/* line 450, ../sass/_common.scss */
a.boxRaised {
  background: #b2c9de;
}

/* line 451, ../sass/_common.scss */
a.boxRaised:hover {
  background: #7fa6c8;
  color: #000;
}

/* line 452, ../sass/_common.scss */
a.boxRaised:hover .boxInner {
  background-color: #f5f8fa;
}

/* line 453, ../sass/_common.scss */
a.boxRaised.boxRaisedRed {
  background: #e1755e;
}

/* line 454, ../sass/_common.scss */
a.boxRaised.boxRaisedRed:hover {
  background: #c3451a;
  color: #000;
}

/* line 455, ../sass/_common.scss */
a.boxRaised.boxRaisedRed:hover .boxInner {
  background-color: #fcfaf9;
}

/* line 456, ../sass/_common.scss */
a.prevButton, a.nextButton, .jumpOut {
  display: block;
  margin: 0 0 20px;
}

/* line 457, ../sass/_common.scss */
.box .jumpOut {
  display: inline;
}

/* line 458, ../sass/_common.scss */
.jumpOut .boxInner {
  padding-top: 8px;
  padding-bottom: 5px;
}

/* line 459, ../sass/_common.scss */
.jumpOut {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  padding: 0 0 3px;
}

/* line 460, ../sass/_common.scss */
.box .jumpOut {
  border: 0px;
}

/* line 461, ../sass/_common.scss */
.jumpOut img {
  float: left;
  margin: 0 10px 0 0;
}

/* line 462, ../sass/_common.scss */
a.prevButton .boxInner {
  padding-left: 60px;
  padding-top: 8px;
  padding-bottom: 5px;
  background: url(../images/prevButton.gif) 5% 50% no-repeat white;
}

/* line 463, ../sass/_common.scss */
a.nextButton .boxInner {
  padding-right: 60px;
  padding-top: 8px;
  padding-bottom: 5px;
  background: url(../images/nextButton.gif) 95% 50% no-repeat white;
  text-align: right;
}

/* line 464, ../sass/_common.scss */
a.nextButton.jumpOutThumb .boxInner {
  overflow: auto;
  text-align: left;
}

/* line 465, ../sass/_common.scss */
.innerCol a.nextButton .boxInner {
  padding-right: 50px;
}

/* line 466, ../sass/_common.scss */
a.boxRaised .title {
  display: block;
  font-size: 19px;
  line-height: 22px;
  margin: 0 0 4px;
}

/* line 467, ../sass/_common.scss */
a.prevButton .title, a.nextButton .title, .jumpOut .title {
  display: block;
  font-size: 15px;
  line-height: 18px;
}

/* line 468, ../sass/_common.scss */
.jumpOutThumb .title {
  font-weight: bold;
}

/* line 469, ../sass/_common.scss */
a.boxRaised.prevButton .boxInner, a.boxRaised.nextButton .boxInner {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 470, ../sass/_common.scss */
.boxRaised > .imgFlex {
  width: 106%;
}

/* line 471, ../sass/_common.scss */
.plainBox {
  background: #f9faeb;
  border: 1px solid #d8d9cd;
}

/* intro videos */
/* line 475, ../sass/_common.scss */
.introVideo {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
  background: #F9F9F9;
  border-color: #FFFFFF #CACAC0 #CACAC0 #FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #f3f3ed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f3f3ed 0%, #eaeae3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3ed), color-stop(100%, #eaeae3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f3f3ed 0%, #eaeae3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f3f3ed 0%, #eaeae3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f3f3ed 0%, #eaeae3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f3f3ed 0%, #eaeae3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3ed', endColorstr='#eaeae3',GradientType=0 );
  /* IE6-9 */
}

/* line 485, ../sass/_common.scss */
.introVideo h3 {
  font-size: 23px;
  margin-top: 10px;
}

/* line 486, ../sass/_common.scss */
.introVideo .right {
  width: 56%;
  margin-bottom: 0;
}

/* line 487, ../sass/_common.scss */
.introVideo .left {
  width: 56%;
  margin: 0 20px 0 0;
}

/* line 488, ../sass/_common.scss */
.introVideo .box.video {
  border-color: #BABAB1 #FFFFFF #FFFFFF #BABAB1;
  background: #dbdbd6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dbdbd6 0%, #c4c4c0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbd6), color-stop(100%, #c4c4c0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dbdbd6 0%, #c4c4c0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dbdbd6 0%, #c4c4c0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dbdbd6 0%, #c4c4c0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dbdbd6 0%, #c4c4c0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbd6', endColorstr='#c4c4c0',GradientType=0 );
  /* IE6-9 */
}

/* line 500, ../sass/_common.scss */
#audiences {
  margin-top: 40px;
}

/* line 501, ../sass/_common.scss */
#audiences .box {
  position: relative;
  padding-right: 326px;
}

/* line 502, ../sass/_common.scss */
#audiences .audienceScroller {
  display: block;
  width: 286px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  list-style: none;
}

/* line 503, ../sass/_common.scss */
#audiences .audienceScroller li {
  position: relative;
}

/* line 504, ../sass/_common.scss */
#audiences .audienceScroller li + li {
  display: none;
}

/* line 505, ../sass/_common.scss */
#audiences .audienceScroller li img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* line 506, ../sass/_common.scss */
#audiences .audienceScroller li div {
  display: block;
  background: #d8d9cd;
  position: relative;
  z-index: 2;
  padding: 9px 15px 7px;
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
}

/* homepage styles */
/* line 510, ../sass/_common.scss */
.columnsHome #sideColumn {
  float: right;
}

/* line 511, ../sass/_common.scss */
.columnsHome #contentColumn {
  float: none;
  clear: left;
}

/* line 512, ../sass/_common.scss */
.columnsHome #pageIntro h1 {
  display: none;
}

/* line 513, ../sass/_common.scss */
.columnsHome #pageIntro p, .columnsHome #pageIntro p span {
  font-size: 100%;
}

/* line 514, ../sass/_common.scss */
.columnsHome #pageIntro p.pageIntro {
  font-size: 22px;
  line-height: 32px;
  margin-top: 15px;
}

/* line 515, ../sass/_common.scss */
.columnsHome #pageIntro p.pageIntro a {
  padding: 1px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: underline;
  color: #0027c8;
  -webkit-transition: background-color .15s ease-in;
  -moz-transition: background-color .15s ease-in;
  -o-transition: background-color .15s ease-in;
  transition: background-color .15s ease-in;
}

/* line 517, ../sass/_common.scss */
.columnsHome #pageIntro p.pageIntro a:hover {
  background: #f4f7d5;
}

/* line 520, ../sass/_common.scss */
.pair3070 dt {
  position: relative;
  float: left;
  width: 30%;
  font-size: 11px;
  font-weight: bold;
  color: #8c8c7c;
  margin-bottom: 5px;
}

/* line 521, ../sass/_common.scss */
form .pair3070 dt {
  font-size: 12px;
  padding-top: 6px;
  color: #252212;
  margin-bottom: 10px;
}

/* line 522, ../sass/_common.scss */
.pair3070 dd {
  position: relative;
  float: left;
  width: 70%;
}

/* line 523, ../sass/_common.scss */
form .pair3070 + .pair3070 {
  margin-top: 10px;
}

/* line 524, ../sass/_common.scss */
.pair3070 dd .fieldPrefix {
  font-size: 19px;
  font-weight: normal;
  left: 17px;
  position: absolute;
  top: 11px;
}

/* line 525, ../sass/_common.scss */
.pair3070 dd ul, .pair3070 dd h5 {
  margin: 0;
}

/* line 526, ../sass/_common.scss */
.col22-2 .pair3070 dt, .col22-2 .pair3070 dd {
  width: 100%;
}

/* line 527, ../sass/_common.scss */
.col22-2 .pair3070 textarea {
  width: 150px;
}

/* line 528, ../sass/_common.scss */
.col32 .pair3070 dt {
  width: 100%;
  padding-top: 0;
}

/* line 529, ../sass/_common.scss */
.col32 .pair3070 dt, .col32 .pair3070 dd {
  width: 100%;
}

/* line 532, ../sass/_common.scss */
form .radioPair {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}

/* line 533, ../sass/_common.scss */
.radioPair dt {
  float: left;
  width: 10%;
  font-size: 11px;
  font-weight: bold;
  color: #8c8c7c;
}

/* line 534, ../sass/_common.scss */
form .radioPair dt {
  font-size: 12px;
  padding-top: 1px;
  color: #252212;
}

/* line 535, ../sass/_common.scss */
.radioPair dd {
  float: left;
  width: 90%;
  padding-top: 3px;
}

/* line 536, ../sass/_common.scss */
.pair3070 .radioPair, .pair3070 .radioPair dt {
  margin-bottom: 0;
}

/* line 539, ../sass/_common.scss */
.formValidation {
  display: block;
  clear: both;
  padding: 10px 15px 9px;
  margin: 0 0 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 540, ../sass/_common.scss */
.formValidationPoint {
  display: block;
  clear: both;
  padding: 3px 8px 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 541, ../sass/_common.scss */
.formError {
  background: #C6613F;
  color: #fff;
}

/* line 542, ../sass/_common.scss */
.formError a, .formError a:visited {
  color: #FFEEA3;
}

/* line 543, ../sass/_common.scss */
.formError a:hover {
  color: #fff;
  border-bottom: 1px solid #FFEEA3;
}

/* line 544, ../sass/_common.scss */
.formValidation p, #contentColumn .formValidation p {
  margin: 0;
}

/* line 547, ../sass/_common.scss */
.icon, cite .icon, .cite .icon {
  margin: 0 5px -3px 0;
}

/* line 548, ../sass/_common.scss */
cite .icon, .cite .icon, #contentColumn .results .cite .icon {
  margin: 3px 5px 0 0;
}

/* line 549, ../sass/_common.scss */
#sideColumn cite .icon, #sideColumn .cite .icon, .results .cite .icon {
  margin: 1px 5px 0 0;
}

/* line 550, ../sass/_common.scss */
p .icon {
  margin-bottom: -4px;
}

/* line 551, ../sass/_common.scss */
.icon {
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  overflow: hidden;
}

/* line 552, ../sass/_common.scss */
.icon.right {
  margin-right: 0;
  margin-left: 5px;
}

/* line 553, ../sass/_common.scss */
.iconTwitter {
  background: url(../images/iconTwitter.gif) 0 0 no-repeat;
}

/* line 554, ../sass/_common.scss */
.iconFacebook {
  background: url(../images/iconFacebook.gif) 0 0 no-repeat;
}

/* line 555, ../sass/_common.scss */
.rss {
  background: url(../images/rss.gif) 0 0 no-repeat;
}

/* line 556, ../sass/_common.scss */
h4 .rss {
  margin-top: -2px;
}

/* line 557, ../sass/_common.scss */
.twitterFollow {
  display: block;
  width: 59px;
  height: 20px;
  text-indent: -9999px;
  background: url(../images/twitterFollow.gif) 0 0 no-repeat;
  overflow: hidden;
}

/* line 558, ../sass/_common.scss */
h4 .twitterFollow {
  margin-top: -2px;
}

/* line 559, ../sass/_common.scss */
p .twitterFollow {
  position: relative;
  top: -2px;
}

/* line 560, ../sass/_common.scss */
h4 .twitterTweet {
  margin-top: -2px;
}

/* line 561, ../sass/_common.scss */
.inline, .inline:visited {
  display: inline;
  display: inline-block;
}

/* slideshows */
/* line 565, ../sass/_common.scss */
.imageScroll {
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  position: relative;
  margin: 0 0 20px;
  background: #eee;
  background: -moz-radial-gradient(center 45deg, circle closest-corner, white 0%, #999999 100%);
  background: -webkit-gradient(radial, center center, 0, center center, 70, from(white), to(#999999));
}

/* line 569, ../sass/_common.scss */
.load .imageScroll {
  visibility: visible;
}

/* line 570, ../sass/_common.scss */
.imageScroll ul {
  list-style: none;
  margin: 0 0 20px;
  display: block;
  width: 100%;
  position: relative;
}

/* line 571, ../sass/_common.scss */
.imageScroll li {
  position: relative;
  float: left;
  margin: 0x;
  text-align: center;
}

/* line 572, ../sass/_common.scss */
.imageScroll img {
  max-width: 100%;
  height: auto;
  margin-bottom: -4px;
}

/* line 573, ../sass/_common.scss */
.imageScroll .current img {
  -moz-box-shadow: 0 0 3px #333;
  -webkit-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
}

/* line 574, ../sass/_common.scss */
.imageScroll p, #contentColumn .imageScroll p {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 94%;
  margin: 0;
  background: #111;
  padding: 8px 3% 6px;
  font-size: 11px;
  color: #fff;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 575, ../sass/_common.scss */
.imageScroll a {
  display: block;
  color: #00baf3;
  line-height: 11px;
}

/* line 576, ../sass/_common.scss */
.imageScroll .imgScrollPrev, .imageScroll .imgScrollNext {
  position: absolute;
  top: 5px;
  right: 33px;
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/imgScroll.gif) top left no-repeat;
  opacity: 0.6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* line 580, ../sass/_common.scss */
.imageScroll .imgScrollNext {
  background-position: top right;
  right: 5px;
}

/* line 581, ../sass/_common.scss */
.imageScroll .imgScrollPrev:hover {
  background-position: bottom left;
}

/* line 582, ../sass/_common.scss */
.imageScroll .imgScrollNext:hover {
  background-position: bottom right;
}

/* line 583, ../sass/_common.scss */
.imageScroll .imgScrollPrev:hover, .imageScroll .imgScrollNext:hover {
  opacity: 1;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

/* line 584, ../sass/_common.scss */
.imageScroll .hoverArea {
  position: relative;
}

/* line 585, ../sass/_common.scss */
.slideShow {
  padding-bottom: 120px;
  background: url(../images/featureNavShadow.jpg) bottom no-repeat;
  margin: -1px 0 0;
}

/* line 586, ../sass/_common.scss */
.slideShow p, #contentColumn .slideShow p {
  top: 100%;
  width: 100%;
  padding: 8px 0 6px;
  font-size: 11px;
  color: #000;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/sprite-framework.png) 0 -649px repeat-x;
  list-style: none;
  border: 1px solid #e1e2de;
  border-width: 0 1px 1px;
  margin: 0;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  height: 72px;
  padding: 15px 10%;
  top: 100%;
  width: 79.65%;
  font-size: 12.5px !important;
  color: #444233;
  line-height: 1.4em;
}

/* line 592, ../sass/_common.scss */
.slideShow p .title {
  display: block;
  font-size: 13.5px !important;
  font-weight: bold;
  color: #000;
  margin-bottom: 4px;
}

/* line 593, ../sass/_common.scss */
.slideShow p .credit {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  font-size: 11px !important;
  padding: 3px 10px;
  position: absolute;
  right: 5px;
  text-align: right;
  top: -29px;
}

/* line 594, ../sass/_common.scss */
.slideShow .imgScrollPrev {
  border: 3px double #fff;
  left: 22px;
  margin-top: 36px;
  top: 100%;
  opacity: 0.75;
}

/* line 595, ../sass/_common.scss */
.slideShow .imgScrollNext {
  border: 3px double #fff;
  right: 22px;
  margin-top: 36px;
  top: 100%;
  opacity: 0.75;
}

/* line 596, ../sass/_common.scss */
#contentColumn .slideShow .imgScrollPrev {
  border-width: 0;
  left: 15px;
  margin-top: 39px;
}

/* line 597, ../sass/_common.scss */
#contentColumn .slideShow .imgScrollNext {
  border-width: 0;
  right: 15px;
  margin-top: 39px;
}

/* line 598, ../sass/_common.scss */
.imageScroll .slideShowNav {
  bottom: 88px;
  float: none;
  font-size: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 50;
}

/* line 599, ../sass/_common.scss */
.imageScroll .slideShowNav li {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fff;
  cursor: pointer;
  display: inline;
  float: none;
  height: 0;
  margin: 0 2px;
  padding: 6px 7px 7px 6px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-indent: -9999px;
}

/* line 602, ../sass/_common.scss */
.imageScroll .slideShowNav li:hover {
  background: #7bd4f7;
  opacity: 1;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

/* line 603, ../sass/_common.scss */
.imageScroll .slideShowNav li.current {
  background: #00abef;
  cursor: default;
}

/* line 604, ../sass/_common.scss */
.imageScroll .slideShowNav li span {
  display: none;
}

/* credits and captions */
/* line 608, ../sass/_common.scss */
.creditAbove {
  display: none;
}

/* line 609, ../sass/_common.scss */
.captionImg {
  position: relative;
}

/* line 610, ../sass/_common.scss */
.captionWrap .creditSrc {
  font-family: Helvetica, Arial, sans-serif;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  font-size: 11px !important;
  padding: 3px 10px;
  position: absolute;
  right: 6px;
  text-align: right;
  bottom: 9px;
}

/* line 611, ../sass/_common.scss */
#contentColumn .captionWrap .creditSrc, .captionWrap .creditSrc {
  margin-bottom: 4px;
}

/* line 612, ../sass/_common.scss */
.captionWrap .creditSrc a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 613, ../sass/_common.scss */
.captionWrap .creditSrc a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

/* title bars */
/* line 617, ../sass/_common.scss */
.titleBar {
  position: relative;
}

/* line 618, ../sass/_common.scss */
.titleBar .imgScrollPrev, .titleBar .imgScrollNext {
  position: absolute;
  top: 5px;
  right: 33px;
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/imgScroll.gif) left no-repeat;
  opacity: 0.6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* line 622, ../sass/_common.scss */
.titleBar .imgScrollNext {
  background-position: right;
  right: 5px;
}

/* line 623, ../sass/_common.scss */
.titleBar .imgScrollPrev:hover, .titleBar .imgScrollNext:hover {
  opacity: 1;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

/* expert blocks */
/* line 627, ../sass/_common.scss */
.col22-2 .expertBlock img {
  width: 114%;
}

/* line 628, ../sass/_common.scss */
#sideColumn .expertBlock img {
  width: 108.6%;
}

/* line 629, ../sass/_common.scss */
.col77-7 .expertBlock img {
  width: 103.2%;
}

/* line 630, ../sass/_common.scss */
.col57 .expertBlock img {
  width: 106%;
}

/* line 631, ../sass/_common.scss */
.col43 .expertBlock img {
  width: 108.1%;
}

/* line 632, ../sass/_common.scss */
.expertBlock img {
  margin: -11px -11px 10px -11px;
}

/* line 633, ../sass/_common.scss */
.expertBlock img.imgAlone {
  margin: -11px -11px -16px;
}

/* line 634, ../sass/_common.scss */
.expertBlock h4 {
  text-transform: uppercase;
  color: #8c8c7c;
  font-size: 10px;
  font-weight: bold;
  margin: -10px 0 0 !important;
}

/* line 635, ../sass/_common.scss */
.expertBlock img + h4 {
  clear: left;
}

/* line 636, ../sass/_common.scss */
.expertBlock h4 + h3 {
  margin: 4px 0 10px !important;
}

/* line 637, ../sass/_common.scss */
.expertBlock h3 + h4 {
  text-transform: capitalize;
  color: #000;
  font-weight: bold;
  margin: -13px 0 10px !important;
  font-size: 12px;
}

/* tabs */
/* line 641, ../sass/_common.scss */
.tab {
  display: none;
}

/* line 642, ../sass/_common.scss */
.tab.current {
  display: block;
}

/* line 643, ../sass/_common.scss */
* .tabs {
  list-style: none;
  background: transparent;
  padding: 0;
  margin: 0 0 20px;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 0;
  border-width: 0 0 1px;
  border-bottom-color: #babab5;
}

/* line 644, ../sass/_common.scss */
.box .tabs {
  margin: -10px -10px 15px;
}

/* line 645, ../sass/_common.scss */
.tabs li {
  position: relative;
  cursor: pointer;
  float: left;
  border-color: #CCCCCC #babab5 #babab5;
  border-radius: 3px 3px 0 0;
  border-style: solid;
  border-width: 1px;
  color: #004D91;
  cursor: pointer;
  font-size: 10.6px;
  font-weight: bold;
  margin: 0 2px 0 0;
  padding: 10px 10px 9px;
  position: relative;
  text-transform: uppercase;
  top: 1px;
  background: #eff0eb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eff0eb 0%, #ebebe5 88%, #d8d8d0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eff0eb), color-stop(88%, #ebebe5), color-stop(100%, #d8d8d0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eff0eb 0%, #ebebe5 88%, #d8d8d0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eff0eb 0%, #ebebe5 88%, #d8d8d0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eff0eb 0%, #ebebe5 88%, #d8d8d0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eff0eb 0%, #ebebe5 88%, #d8d8d0 100%);
  /* W3C */
}

/* line 654, ../sass/_common.scss */
.tabs li:hover {
  border-color: #bdbeb9;
  background-color: #e5edf4;
  color: #000;
}

/* line 655, ../sass/_common.scss */
.tabs li.current {
  background: #fff;
  border-color: #CCCCCC #babab5 #FFFFFF;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  cursor: default;
  overflow: visible;
}

/* line 656, ../sass/_common.scss */
.tabs li img {
  display: none;
}

/* line 657, ../sass/_common.scss */
.tabs li.current img {
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -5px;
}

/* line 658, ../sass/_common.scss */
.tab {
  clear: left;
  padding-top: 1px;
}

/* line 659, ../sass/_common.scss */
.tab > h4:first-child {
  margin-top: 0;
}

/* line 660, ../sass/_common.scss */
.tabbed.boxed {
  margin: 0 0 20px;
}

/* line 661, ../sass/_common.scss */
.tabbed.boxed .tab {
  margin-top: -21px;
  padding: 21px 20px 20px;
  position: relative;
  z-index: 100;
  border: 1px solid #BABAB5;
  border-width: 0 1px 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
}

/* line 662, ../sass/_common.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  padding-bottom: 20px;
}

/* line 664, ../sass/_common.scss */
body.not-logged-in #pageIntro .tabs, body.not-logged-in.front .tabs {
  display: none;
}

/* line 666, ../sass/_common.scss */
.blogExcerpt h4 {
  margin: 0;
  font-weight: bold;
  font-size: 13px;
}

/* line 667, ../sass/_common.scss */
.blogExcerpt .date {
  margin-bottom: 10px;
}

/* comments */
/* line 670, ../sass/_common.scss */
.comments {
  list-style: none;
  margin: 0 0 20px;
}

/* line 671, ../sass/_common.scss */
.comments li {
  float: left;
  width: 100%;
  background: url(../images/divider.png) 57% 0 repeat-y;
  margin-bottom: 20px;
}

/* line 672, ../sass/_common.scss */
.commentInfo {
  width: 40%;
  float: right;
}

/* line 673, ../sass/_common.scss */
.commentInfo .cite {
  display: block;
  margin-bottom: -5px;
  font-weight: bold;
}

/* line 674, ../sass/_common.scss */
.commentInfo .cite img + a {
  padding: 0;
}

/* line 675, ../sass/_common.scss */
.commentInfo .cite .info a, .commentInfo .cite .date {
  font-weight: normal;
}

/* line 676, ../sass/_common.scss */
.commentDetail {
  width: 50%;
  padding-left: 2%;
  padding-right: 2%;
  margin: 0;
}

/* line 677, ../sass/_common.scss */
.commentInfo .cite .icon {
  position: relative;
  top: 1px;
}

/* line 680, ../sass/_common.scss */
.toolTip, .citeTip, acronym, abbr {
  border-bottom: 1px dotted #444233;
}

/* line 681, ../sass/_common.scss */
.toolTip {
  color: #983224;
}

/* line 682, ../sass/_common.scss */
span.citeTip {
  color: #00985f;
}

/* line 683, ../sass/_common.scss */
.tip {
  display: none;
  position: absolute;
  bottom: 1.6em;
  left: 50%;
  max-width: 300px;
  background: #252212;
  color: #D7D7BF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 685, ../sass/_common.scss */
.tipPad {
  padding: 7px 15px 10px;
  font: 11.5px/13px Helvetica, Arial, sans-serif;
  display: block;
}

/* line 686, ../sass/_common.scss */
.tip .point {
  border: 6px solid transparent;
  border-top-color: #252212;
  bottom: -12px;
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0;
}

/* line 687, ../sass/_common.scss */
.tip .cite {
  margin: 5px 0 2px;
}

/* line 688, ../sass/_common.scss */
.tip .cite em {
  font-weight: bold;
  color: #029ed9;
}

/* line 689, ../sass/_common.scss */
.tip a, .tip a:visited {
  color: #029ed9;
}

/* line 690, ../sass/_common.scss */
.glossaryTip .tip span {
  display: block;
  text-transform: capitalize;
  font-size: 13px;
  margin: 0 0 3px;
  font-style: italic;
  color: #fff;
}

/* line 691, ../sass/_common.scss */
.nextPage {
  float: right;
  display: block;
  padding: 0 0 0 2.8%;
  width: 40.1%;
  background: url("../images/divider.png") left repeat-y;
  min-height: 50px;
}

/* line 694, ../sass/_common.scss */
.alone #header, .alone #nav, .alone #flyout, .alone #appendix, .alone #footer {
  display: none;
}

/* line 695, ../sass/_common.scss */
.alone {
  background-position: 50% -25px;
  background: #eee;
}

/* line 696, ../sass/_common.scss */
.alone #content {
  padding: 0 0 25px;
}

/* line 697, ../sass/_common.scss */
.campaign #content .pageWidth {
  background: #fff;
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 698, ../sass/_common.scss */
#content #campaignHeader {
  min-height: 160px;
  margin: 0 -10px 58px;
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}

/* line 699, ../sass/_common.scss */
#campaignHeader .campaignImg {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

/* line 700, ../sass/_common.scss */
#campaignHeader .inlineLinks, #campaignHeader .plainList {
  position: absolute;
  margin: 6px 20px;
}

/* line 701, ../sass/_common.scss */
.campaignNav {
  position: absolute;
  bottom: -1px;
  float: left;
  display: block;
  list-style: none;
  margin: 0;
  width: 100%;
}

/* line 702, ../sass/_common.scss */
.campaignNav li {
  float: left;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  padding: 3px 6px 0 0;
}

/* line 703, ../sass/_common.scss */
.campaignNav > li > a {
  opacity: 0.8;
  float: left;
  padding: 10px 15px 9px;
  background: #fff;
  color: #004d91;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  margin-top: 1px;
}

/* line 704, ../sass/_common.scss */
.campaignNav a {
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
}

/* line 705, ../sass/_common.scss */
.campaignNav > li > a:hover {
  opacity: 1;
  color: #222;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  margin-top: 0;
  padding-bottom: 10px;
}

/* line 706, ../sass/_common.scss */
.campaignNav > li.current > a {
  opacity: 1;
  padding-top: 11px;
  padding-bottom: 10px;
  color: #000;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  margin-top: 0;
}

/* line 707, ../sass/_common.scss */
.campaignNav ul {
  display: none;
  position: absolute;
  width: 100%;
  bottom: -38px;
  left: -20px;
  margin: 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #ddd;
}

/* line 708, ../sass/_common.scss */
.campaignNav .current ul {
  display: block;
}

/* line 709, ../sass/_common.scss */
.campaignNav ul li {
  float: left;
  margin-left: 20px;
  font-weight: normal;
  font-size: 11.5px;
  padding-right: 0;
}

/* line 710, ../sass/_common.scss */
.campaignNav ul li + li {
  margin-left: 5px;
}

/* line 711, ../sass/_common.scss */
.campaignNav ul a {
  float: left;
  padding: 5px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 712, ../sass/_common.scss */
.campaignNav ul a:hover, .campaignNav ul .current a {
  background: #e5edf4;
  color: #000;
}

/* line 713, ../sass/_common.scss */
.campaignFooter {
  font-size: 11px;
  text-align: center;
  padding: 15px 15px 2px;
  background: #eee;
  border: 1px solid #ddd;
  border-color: #e5e5e5 #d5d5d5 #ccc #e5e5e5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border: 1px solid #F6F6F5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f4), color-stop(50, #f2f2f1), color-stop(1, #e8e8e8));
  background-image: -moz-linear-gradient(center top, #f5f5f4 0%, #f2f2f1 50%, #e8e8e8 100%);
}

/* line 719, ../sass/_common.scss */
.searchTerm {
  padding: 1px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: underline;
  color: #0027c8;
  -webkit-transition: background-color .15s ease-in;
  -moz-transition: background-color .15s ease-in;
  -o-transition: background-color .15s ease-in;
  transition: background-color .15s ease-in;
}

/* line 721, ../sass/_common.scss */
.searchTerm {
  font-weight: bold;
  padding: 0 3px;
}

/* pagination & sharing */
/* line 725, ../sass/_common.scss */
.pagination {
  clear: both;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  margin-bottom: 60px;
  padding: 15px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f7f4ec;
  background: rgba(39, 39, 23, 0.04);
  border: 1px solid #F3F3E1;
  border-color: #d7d7bf #F3F3E1 #F3F3E1 #e3e3c9;
}

/* line 726, ../sass/_common.scss */
#contentColumn .pagination, #contentColumn .results {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 727, ../sass/_common.scss */
#shareBottom .pagination, .view-filters .pagination {
  margin-bottom: 20px;
}

/* line 728, ../sass/_common.scss */
.pagination ul {
  display: inline;
  list-style: none;
  margin: 0 0px;
}

/* line 729, ../sass/_common.scss */
.pagination li {
  display: inline;
  font-size: 15px;
}

/* line 730, ../sass/_common.scss */
.pagination a {
  padding: 9px 15px 6px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* line 731, ../sass/_common.scss */
.pagination li a {
  padding: 8px 10px 5px;
}

/* line 732, ../sass/_common.scss */
.pagination .current a, .pagination a:hover {
  color: #000;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

/* line 733, ../sass/_common.scss */
#contentColumn .shareRow, .shareRow {
  text-align: left;
  padding: 10px 15px;
}

/* line 734, ../sass/_common.scss */
#contentColumn .shareRow p, .shareRow p {
  margin: 0 0 3px;
}

/* line 735, ../sass/_common.scss */
#contentColumn .shareRow .inlineLinks, .shareRow .inlineLinks {
  display: inline;
  list-style: none;
  margin: 0;
}

/* line 736, ../sass/_common.scss */
#contentColumn .shareRow .inlineLinks li, .shareRow .inlineLinks li {
  padding-left: 0;
  margin-right: 8px;
  float: left;
}

/* line 737, ../sass/_common.scss */
#contentColumn .shareRow .inlineLinks a, .shareRow .inlineLinks a {
  font-size: 12px;
  padding: 0;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 738, ../sass/_common.scss */
#contentColumn .shareRow .inlineLinks iframe, .shareRow .inlineLinks iframe {
  margin-bottom: -5px;
}

/* results list */
/* line 742, ../sass/_common.scss */
.results {
  list-style: none;
  margin: 0 0 20px;
  overflow: hidden;
}

/* line 743, ../sass/_common.scss */
.results li {
  padding: 20px 0 18px;
  border-top: 1px solid #ccc;
}

/* line 744, ../sass/_common.scss */
.blogList li {
  padding: 30px 0 28px;
}

/* line 745, ../sass/_common.scss */
.results li:first-child {
  border: 0;
  padding-top: 20px;
}

/* line 746, ../sass/_common.scss */
.results h4, .results p {
  margin: 0 0 3px;
}

/* line 747, ../sass/_common.scss */
.results p + .info {
  margin-top: 15px;
}

/* line 748, ../sass/_common.scss */
.results .credit {
  margin-bottom: 15px;
}

/* line 749, ../sass/_common.scss */
#contentColumn .results .credit {
  margin: 0;
}

/* line 750, ../sass/_common.scss */
.results .credit a, .results .credit .date {
  font-weight: bold;
}

/* line 751, ../sass/_common.scss */
.results .cite, .results .document {
  float: left;
  width: 40%;
}

/* line 752, ../sass/_common.scss */
.results .cite a {
  font-weight: bold;
  font-size: 100%;
}

/* line 753, ../sass/_common.scss */
.results .cite a, .results .document a {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 2px;
  padding: 0;
}

/* line 754, ../sass/_common.scss */
.results .cite a.contactLink {
  font-size: 11px;
  margin: 3px 0 0;
}

/* line 755, ../sass/_common.scss */
.results .cite a.contactLink + a.contactLink {
  margin-top: 0;
}

/* line 756, ../sass/_common.scss */
.cite .contactLink {
  font-size: 11px;
  font-weight: normal;
}

/* line 757, ../sass/_common.scss */
.results .citeAbstract {
  clear: none;
  float: left;
  margin-left: 5%;
  width: 55%;
  padding-top: 0;
}

/* line 758, ../sass/_common.scss */
.results li.addressCard {
  background: url(../images/addressCard.png) bottom repeat-x white;
  border: 1px solid #EEEEEE;
  border-color: #EEEEEE #E9E9E9 #D9D9D9;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 10px 0 32px;
  margin: 10px 0;
  width: 99%;
  position: relative;
}

/* line 759, ../sass/_common.scss */
.results li.addressCard img {
  margin-bottom: 0;
}

/* line 760, ../sass/_common.scss */
.results li.addressCard:after {
  content: ' ';
  position: relative;
  background: url(../images/address.png) 50% 50% no-repeat;
  display: block;
  width: 100%;
  height: 22px;
  position: absolute;
  bottom: -1px;
}

/* line 761, ../sass/_common.scss */
#contentColumn .results .cite, #contentColumn .results .document, .results li.addressCard * .cite {
  width: 100%;
}

/* line 762, ../sass/_common.scss */
.results li.addressCard > .cite {
  width: 38%;
  margin-left: 1.3%;
}

/* line 763, ../sass/_common.scss */
#contentColumn .results .citeAbstract {
  clear: left;
  width: auto;
  margin-left: 59px;
  font: 12px Helvetica, Arial, sans-serif;
}

/* line 764, ../sass/_common.scss */
#contentColumn .results .citeAbstract p {
  margin: 0;
}

/* line 765, ../sass/_common.scss */
#contentColumn .results .citeAbstract p + p {
  margin: 10px 0 0;
}

/* line 768, ../sass/_common.scss */
#pageIntro .blogList h4 {
  font-size: 25px;
  line-height: 31px;
}

/* line 769, ../sass/_common.scss */
#pageIntro .blogList li {
  padding: 0;
}

/* line 770, ../sass/_common.scss */
#contentColumn .blogList img {
  width: 100px;
  height: auto;
  margin-bottom: 0;
}

/* line 771, ../sass/_common.scss */
#contentColumn .blogList p {
  margin-bottom: 0;
}

/* line 772, ../sass/_common.scss */
#contentColumn .blogList li:first-child {
  padding-top: 0;
}

/* line 773, ../sass/_common.scss */
#contentColumn .headlines h4 {
  font-size: 13px;
}

/* line 774, ../sass/_common.scss */
#contentColumn .headlines {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

/* line 775, ../sass/_common.scss */
#contentColumn .headlines li {
  border: 0;
  padding: 0 0 20px;
}

/* line 776, ../sass/_common.scss */
#contentColumn .blogList .credit {
  margin-bottom: 0;
}

/* line 777, ../sass/_common.scss */
#contentColumn .blogList + .headlines {
  margin-top: -20px;
}

/* line 780, ../sass/_common.scss */
.socialPair {
  margin: 0 0 10px;
  padding: 0;
  background: #f9f9f9;
  list-style: none;
  border: 1px solid #ddd;
  border-color: #fff #ccc #ccc #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

/* line 782, ../sass/_common.scss */
.socialPair li {
  float: left;
  width: 49.4%;
  padding: 0;
  border-left: 1px solid #fff;
}

/* line 783, ../sass/_common.scss */
.socialPair li a {
  display: block;
  width: 100%;
}

/* line 784, ../sass/_common.scss */
.socialPair li a:hover {
  background: #fff;
}

/* line 785, ../sass/_common.scss */
.socialPair li img {
  margin: 15px 0 12px 7%;
  height: auto;
}

/* line 786, ../sass/_common.scss */
.socialPair li:first-child {
  border-right: 1px solid #ddd;
  border-left: 0;
}

/* line 787, ../sass/_common.scss */
.col22-2 .socialPair {
  margin: 0 0 19px;
}

/* line 788, ../sass/_common.scss */
.col22-2 .socialPair li {
  width: 49.2%;
}

/* line 789, ../sass/_common.scss */
.col22-2 .socialPair iframe {
  left: 50%;
  margin: 5px 0 5px -28px;
  position: relative;
}

/* line 790, ../sass/_common.scss */
.col22-2 .socialPair li img {
  width: 85%;
  margin: 10px 0 7px 7%;
}

/* line 793, ../sass/_common.scss */
.imgList li {
  padding-left: 160px;
}

/* line 794, ../sass/_common.scss */
.imgListPreview {
  float: left;
  width: 140px;
  height: 100px;
  margin-left: -160px;
  padding: 0 20px 0 0;
  text-align: center;
}

/* line 795, ../sass/_common.scss */
.imgListPreview img {
  max-width: 100%;
  height: auto;
  height: auto;
  max-height: 100%;
}

/* line 798, ../sass/_common.scss */
.miniResults .cite, .miniResults .citeAbstract, .miniResults .document {
  position: relative;
  float: none;
  width: auto;
  margin-left: 27px;
}

/* line 799, ../sass/_common.scss */
.miniResults .document img {
  position: absolute;
  left: -27px;
  max-width: 17px;
  height: auto;
  margin: 0;
}

/* line 800, ../sass/_common.scss */
.miniResults li, .miniResults li:first-child {
  padding: 0 0 13px;
  margin: 0 0 15px;
  border: 0;
  border-bottom: 1px solid #ccc;
}

/* line 801, ../sass/_common.scss */
.miniResults li:last-child {
  border: 0;
  margin-bottom: -5px;
  padding-bottom: 0;
}

/* line 802, ../sass/_common.scss */
.miniResults .cite a, .miniResults .document a {
  font-size: 13px;
}

/* line 803, ../sass/_common.scss */
.miniResults .imgListPreview {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
}

/* line 804, ../sass/_common.scss */
.miniResults h4 {
  font-size: 14px;
  margin: 0;
}

/* line 805, ../sass/_common.scss */
.miniResults .credit {
  margin: 0;
}

/* line 806, ../sass/_common.scss */
.miniResults .credit .date {
  font-weight: normal;
  margin: 0;
}

/* line 809, ../sass/_common.scss */
p.question {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}

/* line 810, ../sass/_common.scss */
p.question strong {
  font-size: 20px;
  margin-right: 10px;
}

/* line 811, ../sass/_common.scss */
dl.question {
  margin: 0 0 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 3px;
  border: 1px solid transparent;
}

/* line 812, ../sass/_common.scss */
dl.question + dl.question {
  margin-top: -10px;
}

/* line 813, ../sass/_common.scss */
.jsEnabled dl.question:hover, dl.questionOpen {
  background: #FBFBF0;
  border: 1px solid #F3F3E1;
  border-color: #F3F3E1 #e3e3c9 #d7d7bf #F3F3E1;
}

/* line 814, ../sass/_common.scss */
.question dt {
  font-weight: bold;
  padding: 6px 10px 7px 33px;
  background: #fff;
}

/* line 815, ../sass/_common.scss */
.questionOpen dt {
  cursor: pointer;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

/* line 816, ../sass/_common.scss */
.jsEnabled dl.question:hover dt {
  cursor: pointer;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

/* line 817, ../sass/_common.scss */
.jsEnabled dl.questionOpen dt:hover {
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

/* line 818, ../sass/_common.scss */
.question dd {
  font-weight: normal;
  padding: 6px 10px 7px 33px;
  margin-top: 3px;
}

/* line 819, ../sass/_common.scss */
dl.question strong {
  font-size: 20px;
  display: block;
  float: left;
  margin-left: -33px;
  margin-right: 0;
  width: 33px;
  text-align: center;
  color: #888;
}

/* line 820, ../sass/_common.scss */
.transcript dt, .transcript dd {
  padding-left: 10px;
}

/* line 821, ../sass/_common.scss */
.video .transcript {
  margin-bottom: 5px;
}

/* line 824, ../sass/_common.scss */
.wrapable {
  margin-left: 4px;
}

/* line 825, ../sass/_common.scss */
#contentColumn .FormInput p.centered {
  text-align: center;
  margin: 0;
}

/* line 826, ../sass/_common.scss */
.HelpLink {
  display: block;
  clear: left;
}

/* line 827, ../sass/_common.scss */
textarea#middle {
  height: 25em;
}

/* timeline */
/* line 831, ../sass/_common.scss */
.timeline {
  background: transparent url(../images/timeline-spine-solid2.png) top repeat-y;
  z-index: -10;
  margin-bottom: 20px;
}

/* line 832, ../sass/_common.scss */
.timeline ul {
  padding: 0;
  margin: 0;
}

/* line 833, ../sass/_common.scss */
.timeline .right + .left:after {
  display: block;
  clear: left;
  width: 50%;
  float: left;
}

/* (??) .logged-in .timeline { z-index: 1000; } */
/* line 835, ../sass/_common.scss */
.timeline.connect-above {
  margin-top: -40px;
  padding-top: 30px;
  position: relative;
  /* (??) z-index: 100;*/
}

/* line 836, ../sass/_common.scss */
.timeline.connect-below {
  padding-bottom: 4em;
  margin-bottom: -3em;
}

/* line 837, ../sass/_common.scss */
.timeline li {
  margin: 0 auto 20px;
  border: 0;
  list-style: none;
  padding: 0;
  clear: both;
  width: 48.5%;
  text-align: center;
  background: #fff;
  position: relative;
}

/* line 840, ../sass/_common.scss */
.timeline li.right:first-child + .left, .timeline li.left:first-child + .right,
.timeline li.gap + li + .left + .right, .timeline li.gap + li + .right + .left,
.timeline li.full + .left + .right, .timeline li.full + .right + .left {
  margin-top: 30px;
}

/* line 841, ../sass/_common.scss */
.timeline li.right:first-child ~ .left, .timeline li.gap + li + .right ~ .left, .timeline li.full + .right ~ .left {
  background-position: right 75px;
}

/* line 842, ../sass/_common.scss */
.timeline li.left:first-child ~ .right, .timeline li.gap + li + .left ~ .right, .timeline li.full + .left ~ .right {
  background-position: left 75px;
}

/* line 843, ../sass/_common.scss */
.timeline li.full + li, .timeline li.gap + li {
  margin-top: 0;
}

/* line 844, ../sass/_common.scss */
.timeline li.left {
  background: url(../images/timeline-branch_left.png) no-repeat right 55px;
  clear: left;
  margin-left: 1.5%;
  right: -2px;
}

/* line 845, ../sass/_common.scss */
.timeline li.right {
  float: right;
  background: url(../images/timeline-branch_right.png) no-repeat left 55px;
  clear: right;
  margin-right: 1.5%;
  left: -3px;
}

/* line 846, ../sass/_common.scss */
.timeline li.full {
  width: 96.5%;
}

/* line 847, ../sass/_common.scss */
.timeline li.gap {
  background: white url(../images/timeline-dots-vertical.png) no-repeat center center;
  height: 26px;
}

/* line 848, ../sass/_common.scss */
.timeline li .event, #njPostcard {
  box-shadow: 0 0 0 2px white inset, 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 12px;
  border: solid 1px #c1cce1;
  text-align: left;
  border-radius: 3px;
  min-height: 122px;
}

/* line 849, ../sass/_common.scss */
.timeline li.left .event, #njPostcard {
  margin-right: 20px;
  background: #fff;
  background: -moz-linear-gradient(left, #f1f7fb 0%, #e6f1f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, white 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, white 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, white 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(left, #ffffff 0%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 );
  /* IE6-9 */
}

/* line 859, ../sass/_common.scss */
.timeline li.right .event, .timeline li.full .event {
  margin-left: 20px;
  background: #fff;
  background: -moz-linear-gradient(left, #e6f1f9 0%, #f1f7fb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eeeeee), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #eeeeee 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #eeeeee 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #eeeeee 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(left, #eeeeee 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}

/* line 869, ../sass/_common.scss */
.timeline li.full .event {
  margin-left: 0;
}

/* line 870, ../sass/_common.scss */
.timeline li .event * {
  margin: 0;
}

/* line 871, ../sass/_common.scss */
.timeline li .event div {
  float: left;
  position: relative;
  margin-right: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.3);
  border: 2px solid #FFFFFF;
}

/* line 872, ../sass/_common.scss */
.timeline li .event div img {
  display: block;
  box-shadow: inset 0 0 0 2px #fff;
  height: auto;
}

/* line 873, ../sass/_common.scss */
.timeline li.left .event div img, .timeline li.right .event div img {
  width: 144px;
}

/* line 874, ../sass/_common.scss */
.timeline li .event div em {
  bottom: 0;
  display: block;
  left: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  text-indent: 8px;
  width: 100%;
}

/* line 875, ../sass/_common.scss */
.timeline li ul.inlineLinks li {
  background: none;
}

/* search results */
/* line 879, ../sass/_common.scss */
.section-search .results img {
  display: none;
}

/* line 880, ../sass/_common.scss */
.section-search .column #search-form {
  display: none;
}

/* line 881, ../sass/_common.scss */
.section-search .search-snippet br {
  display: none;
}

/* new modal overlay */
/* line 885, ../sass/_common.scss */
.overlayPath {
  display: none;
}

/* line 886, ../sass/_common.scss */
#modal-overlay {
  position: fixed;
  display: none;
  z-index: 99999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
}

/* line 887, ../sass/_common.scss */
#modal {
  display: none;
  width: 720px;
  max-width: 90%;
  top: 25%;
  left: 50%;
  position: fixed;
  margin: 0;
  margin-left: -360px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #FFFFFF;
  border: 1px solid rgba(234, 238, 250, 0.6);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  z-index: 99999999;
}

/* line 888, ../sass/_common.scss */
#modal .close {
  cursor: pointer;
  height: 33px;
  width: 33px;
  background: url(../images/modal-close.png) no-repeat;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 3;
}

/* line 889, ../sass/_common.scss */
#modal .pageWidth {
  width: 680px;
}

/* 
===================================================================================================================================

	Tweaks to the Headscape CSS, to avoid conflicts when they provide updates/fixes (previously modifications.css)

===================================================================================================================================
*/
/* change the body font to black */
/* line 901, ../sass/_common.scss */
body {
  color: #000;
}

/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
/* line 908, ../sass/_common.scss */
#skip-link {
  display: none;
}

/* line 910, ../sass/_common.scss */
#skip-link a, #skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/* line 923, ../sass/_common.scss */
#skip-link a:hover, #skip-link a:active, #skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
/* line 933, ../sass/_common.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
/* line 949, ../sass/_common.scss */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
/* line 963, ../sass/_common.scss */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/** submit buttons **/
/* line 970, ../sass/_common.scss */
.form-submit, .form-submit:visited {
  cursor: pointer;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin: 0;
  padding: 6px 14px 6px;
  background: #ffdc1c;
  border: 0;
  color: #252212;
  text-decoration: none;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffee92), to(#f3cf01), color-stop(0.5, #ffe86d), color-stop(0.501, #ffdd1b));
  background: -moz-linear-gradient(top, #ffee92, #ffe86d 50%, #ffdd1b 50.1%, #f3cf01);
  background: linear-gradient(top, #ffee92, #ffe86d 50%, #ffdd1b 50.1%, #f3cf01);
}

/* line 978, ../sass/_common.scss */
.button, .button:visited, .Button, .FinishButton, .CancelButton, .submit-wrap input {
  cursor: pointer;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin: 0;
  padding: 6px 14px 4px;
  background: #ffdc1c;
  border: 0;
  color: #252212;
  text-decoration: none;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffee92), to(#f3cf01), color-stop(0.5, #ffe86d), color-stop(0.501, #ffdd1b));
  background: -moz-linear-gradient(top, #ffee92, #ffe86d 50%, #ffdd1b 50.1%, #f3cf01);
  background: linear-gradient(top, #ffee92, #ffe86d 50%, #ffdd1b 50.1%, #f3cf01);
}

/* line 986, ../sass/_common.scss */
* a.button {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 987, ../sass/_common.scss */
.button:hover {
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.55);
}

/* line 988, ../sass/_common.scss */
.buttonBlue, .buttonBlue:visited {
  background: #004d91;
  color: #fff;
  text-shadow: #272414 1px 1px 0;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#49a0c3), to(#286496), color-stop(0.5, #398bb4), color-stop(0.501, #3179a6));
  background: -moz-linear-gradient(top, #49a0c3, #398bb4 50%, #3179a6 50.1%, #286496);
  background: linear-gradient(top, #49a0c3, #398bb4 50%, #3179a6 50.1%, #286496);
}

/* line 993, ../sass/_common.scss */
.buttonRed, .buttonRed:visited {
  background: #D65C42;
  color: #fff;
  text-shadow: #272414 1px 1px 0;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d86a4b), to(#c3451a), color-stop(0.5, #d3603f), color-stop(0.501, #ca481c));
  background: -moz-linear-gradient(top, #d86a4b, #d3603f 50%, #ca481c 50.1%, #c3451a);
  background: linear-gradient(top, #d86a4b, #d3603f 50%, #ca481c 50.1%, #c3451a);
}

/* line 999, ../sass/_common.scss */
.buttonGrey, .buttonGrey:visited {
  background: #e9e9e9;
  border: 1px solid #dbdbdb;
}

/* line 1005, ../sass/_common.scss */
.slideShow p a {
  display: inline;
}

/* line 1007, ../sass/_common.scss */
.one-sidebar.sidebar-first #contentArea, .no-sidebars #contentArea, .page-contact #contentArea {
  background: none;
}

/* line 1010, ../sass/_common.scss */
#contentArea .primary em {
  font-style: italic;
}

/* line 1011, ../sass/_common.scss */
#contentArea .blockLink span em {
  font-style: normal;
}

/* line 1013, ../sass/_common.scss */
#pageIntro.aboveCarousel h1 {
  margin-top: 0;
}

/** primary image changes **/
/* line 1016, ../sass/_common.scss */
#pageIntro .captionText {
  text-align: left;
}

/* line 1017, ../sass/_common.scss */
.captionWrap .creditSrc {
  bottom: 1px;
}

/* line 1019, ../sass/_common.scss */
.boxRaised, .boxGreen {
  font: 12px/17px Helvetica, Arial, sans-serif;
}

/* line 1021, ../sass/_common.scss */
#sideColumn blockquote {
  margin-bottom: 25px;
}

/* line 1023, ../sass/_common.scss */
ul.inlineLinks .fb_iframe_widget span {
  top: 0px;
}

/* line 1024, ../sass/_common.scss */
.hideColBkg.shareTop {
  padding-top: 0px;
}

/* line 1025, ../sass/_common.scss */
#contentColumn .secondaryShare, .secondaryShare {
  padding-top: 15px;
}

/* line 1026, ../sass/_common.scss */
#contentColumn .shareRow, .shareRow {
  text-align: left;
  padding: 10px 0px !important;
}

/* line 1027, ../sass/_common.scss */
#contentColumn .shareRow p, .shareRow p {
  float: left !important;
  margin: 5px 10px 3px 0px !important;
}

/* line 1028, ../sass/_common.scss */
.shareRow .inlineLinks li.fb .fb_iframe_widget {
  width: 200px !important;
  overflow: visible;
}

/* (not sure what the point of this was...breaks wrapping in narrow) .secondaryShare { width: 250px; } */
/* line 1030, ../sass/_common.scss */
.shareRow .fb-like {
  display: inline;
}

/* line 1032, ../sass/_common.scss */
.pagination .item-list ul.pager {
  padding-left: 0;
}

/* line 1033, ../sass/_common.scss */
.pagination .item-list ul.pager ul {
  display: inline;
  list-style: none;
  margin: 0 20px;
}

/* line 1034, ../sass/_common.scss */
.pagination .item-list ul.pager li {
  display: inline-block;
  font-size: 15px;
  margin: 0 1px;
  padding: 0;
  /*width: 30px;*/
  float: none;
}

/* line 1035, ../sass/_common.scss */
.pagination .item-list ul.pager li.pager-previous {
  padding-right: 15px;
  /*width: 120px;*/
  border-top: none;
}

/* line 1036, ../sass/_common.scss */
.pagination .item-list ul.pager li.pager-next {
  padding-left: 15px;
  /*width: 120px;*/
  border-top: none;
}

/* line 1037, ../sass/_common.scss */
.pagination .item-list ul.pager a {
  padding: 9px 15px 6px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* line 1038, ../sass/_common.scss */
.pagination .item-list ul.pager li a {
  padding: 8px 10px 5px;
}

/* line 1039, ../sass/_common.scss */
.pagination .pager-current a, .pagination a:hover {
  color: #000;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

/* line 1041, ../sass/_common.scss */
.searchTerm {
  text-decoration: none;
  color: #000;
}

/* line 1042, ../sass/_common.scss */
.section-search #pageIntro h1 {
  display: none;
}

/* line 1043, ../sass/_common.scss */
.section-search .box #pageIntro h2 {
  display: inline-block;
}

/* job listing styles */
/* line 1046, ../sass/_common.scss */
a.jobBottom.button, .col66-6 a.job.button {
  width: 150px;
}

/* line 1048, ../sass/_common.scss */
dl.jobDetails dt {
  float: left;
  clear: left;
  width: 60px;
  font-weight: bold;
}

/* line 1049, ../sass/_common.scss */
dl.jobDetails dd {
  margin: 0 0 0 70px;
  padding: 0 0 0.5em 0;
}

/* line 1050, ../sass/_common.scss */
.page-jobs .edit {
  display: none !important;
}

/* line 1051, ../sass/_common.scss */
.view-Job-openings select, .view-Job-openings .button, .view-Documents select, .view-Documents .button {
  display: inline-block;
  float: none;
}

/* line 1052, ../sass/_common.scss */
.view-Job-openings .view-header h3, .view-Job-openings ul.locations h4 {
  margin-top: 0px;
}

/* line 1053, ../sass/_common.scss */
.view-Job-openings li {
  margin-bottom: 20px;
}

/* line 1054, ../sass/_common.scss */
.page-job-openings .view-id-Job_openings {
  padding-left: 15px;
}

/* line 1055, ../sass/_common.scss */
.view-Job-openings select {
  width: 190px;
}

/* line 1057, ../sass/_common.scss */
.view-Documents .document .date-display-single, .view-documents .document .date-display-single, .view-documents .document span, .view-Documents .document span {
  display: inline;
}

/* line 1058, ../sass/_common.scss */
.view-documents .document > span:first-child, .view-Documents .document > span:first-child {
  font-size: 16px;
  line-height: 20px;
}

/* line 1059, ../sass/_common.scss */
.view-Documents label {
  display: inline;
}

/* Contact form styles */
/* line 1062, ../sass/_common.scss */
.page-contact .webform-client-form .form-submit {
  margin-left: 106px;
  margin-top: 5px;
}

/* line 1063, ../sass/_common.scss */
.page-contact #contentColumn .region-content-bottom {
  padding: 0;
}

/* line 1064, ../sass/_common.scss */
.page-contact #contentColumn .column.col30, .page-contact #contentColumn .column.col70 {
  padding-left: 0;
}

/* line 1066, ../sass/_common.scss */
.page-offices .webform-client-form span.required {
  display: none;
}

/* Office pages */
/* line 1069, ../sass/_common.scss */
.section-offices #contentArea .view-content {
  overflow: hidden;
}

/* line 1070, ../sass/_common.scss */
.section-offices ul.results {
  margin-top: 0 !important;
}

/* line 1071, ../sass/_common.scss */
.section-offices ul.results li.views-row-first {
  padding-top: 0;
}

/* line 1072, ../sass/_common.scss */
.section-offices .view-Expert-staff-list ul {
  padding-left: 0;
  padding-right: 0;
}

/* Convio form styles */
/* line 1075, ../sass/_common.scss */
TD.holdsErrorMsgTable, TD.holdsErrorMsgOverTable, TD.TestSecondaryColor {
  background-color: #fff !important;
}

/* Image lists */
/* jump-out link fix */
/* line 1081, ../sass/_common.scss */
a.nextButton .boxInner {
  display: block;
}

/* line 1083, ../sass/_common.scss */
.tabbed2.boxed {
  margin: 0 0 20px;
}

/* line 1084, ../sass/_common.scss */
.tabbed2.boxed .tab {
  margin-top: -21px;
  padding: 21px 20px 20px;
  position: relative;
  z-index: 100;
  border: 1px solid #BABAB5;
  border-width: 0 1px 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
}

/* Blog styles */
/* line 1087, ../sass/_common.scss */
.page-blog #contentArea {
  background-image: none;
}

/* line 1088, ../sass/_common.scss */
.page-blog h1.title {
  background: url(../images/iconBlogHeadline.png) no-repeat;
  padding-left: 60px;
}

/* line 1089, ../sass/_common.scss */
.page-blog .view-blog-posts-updated .views-field-field-blog-thumbnail img {
  margin-bottom: 10px;
}

/* line 1090, ../sass/_common.scss */
.node-type-blog-post h1.title a, .node-type-blog-authors h1.title a {
  color: #000;
  background: url(../images/iconBlogHeadline.png) no-repeat;
  padding-left: 60px;
}

/* line 1091, ../sass/_common.scss */
.page-blog-authors h1.title a {
  color: #000;
}

/* line 1092, ../sass/_common.scss */
.node-type-blog-post h1.title a:hover, .node-type-blog-authors h1.title a:hover, .page-blog-authors h1.title a:hover {
  color: #004d91;
}

/* line 1093, ../sass/_common.scss */
.node-type-blog-post h2 {
  margin-top: 0;
}

/* line 1094, ../sass/_common.scss */
.node-type-blog-post #sideColumn #block-edf-tweaks-blog-author .authorImg {
  float: left;
  margin-left: -20px;
}

/* line 1095, ../sass/_common.scss */
.node-type-blog-authors .authorImg {
  float: left;
}

/* line 1096, ../sass/_common.scss */
.node-type-blog-post #sideColumn #block-edf-tweaks-blog-author .captionWrap {
  margin: 0 20px 10px;
}

/* line 1097, ../sass/_common.scss */
.node-type-blog-post #sideColumn .creditSrc, .node-type-blog-authors .creditSrc {
  width: 78px;
  text-transform: uppercase;
  padding-right: 0;
  text-align: left;
  right: 0;
}

/* line 1098, ../sass/_common.scss */
.page-blog #contentArea .view-blog-posts-updated .views-row {
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ccc;
}

/* line 1099, ../sass/_common.scss */
.page-blog #contentArea .view-blog-posts-updated .views-row-last {
  margin-bottom: 5px;
  border-bottom: none;
}

/* line 1100, ../sass/_common.scss */
.page-blog #contentArea .view-blog-posts-updated .views-field-field-teaser-value {
  font-size: 90%;
}

/* line 1101, ../sass/_common.scss */
.page-blog #contentArea .view-blog-posts-updated .actions {
  list-style: none;
  text-align: right;
  margin: 20px 0 0 0;
}

/* line 1102, ../sass/_common.scss */
.page-blog #contentArea .view-blog-posts-updated .actions li {
  display: inline-block;
  height: 20px;
  text-align: left;
  line-height: 30px;
}

/* line 1103, ../sass/_common.scss */
.page-blog #contentArea .view-blog-posts-updated .actions li.link {
  line-height: 20px;
}

/* line 1104, ../sass/_common.scss */
.view-blog-posts-updated .actions .twitter {
  display: none;
  cursor: pointer;
  width: 28px;
  position: relative;
  top: -1px;
  background: url(../images/iconTwitterBlog.png) 0 0 no-repeat;
}

/* line 1105, ../sass/_common.scss */
.view-blog-posts-updated .actions .twitter span {
  /*display: none;*/
  font-size: 0 !important;
  text-indent: -9999px;
  padding: 15px;
  color: #fff;
  opacity: 0;
}

/* line 1106, ../sass/_common.scss */
.view-blog-posts-updated .actions .facebook {
  padding-right: 5px;
  margin-right: 1px;
  border-right: 1px solid #ccc;
  display: none;
  cursor: pointer;
  width: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/iconFacebookBlog.png) 0 0 no-repeat;
}

/* line 1107, ../sass/_common.scss */
.view-blog-posts-updated .actions .link {
  font-size: 90%;
  vertical-align: top;
}

/* line 1108, ../sass/_common.scss */
.node-type-blog-authors #contentArea ul.newsList {
  margin-top: 20px;
  border-top: 5px solid #e5e5e5;
  padding-top: 20px;
}

/* line 1109, ../sass/_common.scss */
.node-type-blog-authors .authorImg, .page-blog-authors .views-field-field-blog-author-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* line 1110, ../sass/_common.scss */
.page-blog-authors #content .views-field-title {
  font-size: 16px;
}

/* line 1111, ../sass/_common.scss */
.page-blog-authors .results {
  overflow: hidden;
}

/* line 1112, ../sass/_common.scss */
#block-edf-tweaks-blog-author .box {
  overflow: hidden;
}

/* line 1113, ../sass/_common.scss */
.section-blog #contentColumn p.captionText {
  margin-top: -25px;
  margin-bottom: 20px;
}

/* line 1114, ../sass/_common.scss */
.page-blog .views-field-field-teaser {
  font-size: 13px;
}

/* line 1116, ../sass/_common.scss */
#comments .box {
  background: #f7f7f6;
  border-top-color: #e3e3c9;
  border-left-color: #e3e3c9;
  border-bottom-color: #f3f3e1;
  border-right-color: #f3f3e1;
}

/* line 1117, ../sass/_common.scss */
#comments .box.comment-by-user {
  background: #dfe8f1;
  border-top-color: #c2d4e4;
  border-left-color: #c2d4e4;
  border-bottom-color: #e1eaf1;
  border-right-color: #e1eaf1;
}

/* line 1118, ../sass/_common.scss */
#comments .box.commentForm {
  background: #fbfbf0;
  border-top-color: #f3f3e1;
  border-left-color: #f3f3e1;
  border-bottom-color: #e3e3c9;
  border-right-color: #e3e3c9;
}

/* line 1119, ../sass/_common.scss */
#comments .indented {
  padding-left: 40px;
}

/* line 1120, ../sass/_common.scss */
#comments .comment .submitted {
  margin-top: 10px;
  margin-left: 10px;
}

/* line 1121, ../sass/_common.scss */
#comments .comment h5 {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 1122, ../sass/_common.scss */
#comments .commentDate {
  font-style: italic;
  color: #666;
  font-size: 11px;
  line-height: 15px;
}

/* line 1123, ../sass/_common.scss */
#comments .comment .content {
  font-size: 13px;
  margin-top: 10px;
}

/* line 1124, ../sass/_common.scss */
#comments .collapsible, #comments .filter-help, .section-comment .filter-help, #comments .tips, .section-comment .tips, #comments #edit-notify-type-1-2-wrapper, #comments #edit-notify-type-2-2-wrapper, .section-comment #edit-notify-type-1-wrapper, .section-comment #edit-notify-type-2-wrapper, .section-comment #comment-form p a {
  display: none;
}

/* line 1125, ../sass/_common.scss */
#comments #edit-notify--2-wrapper, #comments #edit-notify-wrapper, .section-comment #edit-notify-wrapper {
  width: 70%;
  position: relative;
  left: 30%;
  margin-top: 5px;
}

/* line 1126, ../sass/_common.scss */
#comments .mollom-privacy, .section-comment .mollom-privacy {
  width: 70%;
  position: relative;
  left: 30%;
  margin-bottom: 10px;
  color: #666;
  clear: both;
}

/* line 1127, ../sass/_common.scss */
#comments .form-submit, .section-comment #comment-form .form-submit {
  position: relative;
  left: 30%;
}

/* line 1128, ../sass/_common.scss */
#comments .required em, #comments #edit-name--2-wrapper span.required, .section-comment .required em, .section-comment span.required {
  display: none;
}

/* line 1129, ../sass/_common.scss */
#comments label span, .section-comment #comment-form label span {
  color: #666;
  font-size: 11px;
  font-weight: normal !important;
}

/* line 1130, ../sass/_common.scss */
#comments label span.colon, .section-comment #comment-form label span.colon {
  display: none;
}

/* line 1131, ../sass/_common.scss */
#comments #edit-comment-2-wrapper label span.colon {
  display: inline;
}

/* line 1132, ../sass/_common.scss */
#comments input.required, #comments textarea.required {
  color: #000 !important;
}

/* line 1133, ../sass/_common.scss */
#comments ul.links {
  list-style: none;
  margin-left: 0;
}

/* line 1134, ../sass/_common.scss */
#comments ul.links li {
  display: inline;
  border-right: #999 solid 1px;
  padding-right: 5px;
  margin-right: 5px;
}

/* line 1135, ../sass/_common.scss */
#comments ul.links li.last {
  border-right: none;
}

/* line 1136, ../sass/_common.scss */
#comments #edit-name--2-wrapper span.required {
  color: #666;
}

/* line 1137, ../sass/_common.scss */
#comments #edit-mail--2-wrapper span.required, #comments #edit-comment-body-und-0-value--2-wrapper span.required {
  display: none;
}

/* line 1138, ../sass/_common.scss */
#comments #edit-notify--2-wrapper, .section-comment #edit-notify-wrapper {
  width: 255px;
  margin-bottom: 15px;
}

/* line 1139, ../sass/_common.scss */
#comments #edit-notify--2-wrapper label, .section-comment #edit-notify-wrapper label {
  float: right;
  padding-top: 2px;
}

/* line 1140, ../sass/_common.scss */
#comments #edit-notify--2-wrapper label .form-checkbox, .section-comment #edit-notify-wrapper label .form-checkbox {
  float: left;
}

/* line 1141, ../sass/_common.scss */
.page-comment-reply #contentArea .node {
  display: none;
}

/* (secondary menu not using class="inlineLinks" tweaks) */
/* line 1144, ../sass/_common.scss */
#header #secondary-menu {
  margin-right: 20px;
}

/* line 1145, ../sass/_common.scss */
#header #secondary-menu a, #footerLinks #footer-menu a {
  color: #252212;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0;
  text-decoration: none;
  font-size: 12px;
}

/* line 1146, ../sass/_common.scss */
#header #secondary-menu a:hover, #footerLinks #footer-menu a:hover {
  color: #000;
  text-decoration: underline;
}

/* line 1147, ../sass/_common.scss */
#secondary-menu, #footer-menu {
  margin-left: 0;
}

/* line 1148, ../sass/_common.scss */
#secondary-menu li, #footer-menu li {
  display: inline;
  border-right: 1px dotted rgba(0, 0, 0, 0.4);
  padding: 3px 8px;
}

/* line 1149, ../sass/_common.scss */
#secondary-menu li:last-child, #footer-menu li:last-child {
  border: none;
  padding-right: 0;
}

/* line 1150, ../sass/_common.scss */
#footerLinks {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1151, ../sass/_common.scss */
#footerLinks div.inlineLinks {
  float: right;
  margin-left: 8px;
  margin-right: 15px;
  padding-left: 8px;
}

/* line 1152, ../sass/_common.scss */
#footerLinks .inlineLinks .icon {
  margin-top: -5px;
  position: relative;
  top: 3px;
}

/* line 1153, ../sass/_common.scss */
#footerLinks .inlineLinks .icon {
  border: 3px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

/* line 1154, ../sass/_common.scss */
#footerLinks .inlineLinks .icon {
  background: url(../images/sprite-framework.png) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
}

/* line 1155, ../sass/_common.scss */
#footerLinks .inlineLinks .icon.smallTwitter {
  background-position: 0 -24px;
}

/* line 1156, ../sass/_common.scss */
#footerLinks .inlineLinks .icon.smallFacebook {
  background-position: 0 -608px;
}

/* line 1157, ../sass/_common.scss */
#footerLinks .inlineLinks .icon.smallGoogle {
  background-position: 0 0px;
}

/* line 1158, ../sass/_common.scss */
.region-page-closure > div {
  height: 0;
  overflow: hidden;
}

/* line 1160, ../sass/_common.scss */
#content.stickem-container {
  position: relative;
}

/* line 1161, ../sass/_common.scss */
.region-sidebar-first.stickit {
  position: fixed;
  top: 0;
  float: left;
}

/* line 1162, ../sass/_common.scss */
.stickem-container .col77-7 {
  float: right;
}

/* line 1163, ../sass/_common.scss */
#contentArea .stickem-container {
  position: relative;
}

/* line 1164, ../sass/_common.scss */
.stickit {
  position: fixed;
  top: 0;
  float: right;
}

/* line 1165, ../sass/_common.scss */
#contentColumn {
  float: left;
}

/* line 1167, ../sass/_common.scss */
.primary h2:first-child, .primary h3:first-child, .primary h4:first-child {
  margin-top: 0;
}

/* line 1171, ../sass/_common.scss */
.userTimeline, .userTimelineParent {
  display: none;
}

/* Tables within content */
/* line 1174, ../sass/_common.scss */
#contentColumn table {
  border: solid 1px black;
  border-color: #666 #333 #000 #666;
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 25px;
  font-family: Helvetica,Arial,sans-serif;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/* line 1175, ../sass/_common.scss */
#contentColumn td {
  padding: 10px;
  border-bottom: solid 1px #ccc;
  border-right: dashed 1px #ccc;
  font-size: 12px;
  background: #fff;
}

/* line 1176, ../sass/_common.scss */
#contentColumn td:last-child {
  border-right: 0;
}

/* line 1177, ../sass/_common.scss */
#contentColumn th {
  padding: 10px;
  border-bottom: solid 1px #000;
  background: #666;
  color: #fff;
  font-size: 14px;
}

/* Italics in content */
/* line 1180, ../sass/_common.scss */
#contentArea em {
  font-style: italic;
}

/* pinIt buttons */
/* line 1183, ../sass/_common.scss */
.pinItDiv .pinLink {
  position: absolute;
  bottom: 30px;
  left: 15px;
}

/* streamline nested ul and ol indents */
/* line 1190, ../sass/_common.scss */
ol ul:not(.sub-menu),
ol ol:not(.sub-menu),
ul ul:not(.sub-menu),
ul ol:not(.sub-menu) {
  margin: 10px 0 15px 20px !important;
  padding: 0 !important;
}

/* --------------------END BASE STYLES-------------------- */
@media screen and (min-width: 0px) and (max-width: 759px) {
  /* variables, extends + mixins */
  /* line 25, ../sass/breakpoint1.scss */
  .front .blockLink {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
  }

  /* line 32, ../sass/breakpoint1.scss */
  .front .innerRow > div:last-child .blockLink {
    margin-bottom: 30px;
    padding-bottom: 0px;
    border-bottom: none;
  }

  /* Column structure */
  /* set all to full-width initially */
  /* line 44, ../sass/breakpoint1.scss */
  .row, .innerRow, #sideColumn, #contentColumn {
    position: static;
    float: none;
    display: block;
    clear: left;
    margin: 0;
    width: 100%;
  }

  /* line 45, ../sass/breakpoint1.scss */
  #content .row {
    margin-bottom: 20px;
  }

  /* line 46, ../sass/breakpoint1.scss */
  .innerRow {
    margin: 0;
  }

  /* line 47, ../sass/breakpoint1.scss */
  .col77-7 .innerRow {
    width: 100%;
  }

  /* line 48, ../sass/breakpoint1.scss */
  .col66-6 .innerRow {
    width: 100%;
  }

  /* line 49, ../sass/breakpoint1.scss */
  .col50 .innerRow {
    width: 100%;
  }

  /* line 50, ../sass/breakpoint1.scss */
  .column, .innerCol, .noPadCol {
    float: none;
    display: block;
    width: 100%;
  }

  /* line 51, ../sass/breakpoint1.scss */
  .clear {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
    clear: left;
    width: 100%;
    visibility: hidden;
  }

  /* line 52, ../sass/breakpoint1.scss */
  .newLine {
    display: block;
    clear: left;
  }

  /* line 53, ../sass/breakpoint1.scss */
  .hideColBkg {
    background: #fff;
    padding-top: 40px;
  }

  /* line 55, ../sass/breakpoint1.scss */
  .column.colDivT > .colPadding, .colDivT > .row, .row.colDivT {
    border-top: 1px solid #000;
    margin-top: -1px;
  }

  /* line 56, ../sass/breakpoint1.scss */
  .column.colDivR > .colPadding, .colDivR > .row, .row.colDivR {
    border-right: 1px solid #000;
    margin-right: -1px;
  }

  /* line 57, ../sass/breakpoint1.scss */
  .column.colDivB > .colPadding, .colDivB > .row, .row.colDivB {
    border-bottom: 1px solid #000;
    margin-bottom: -1px;
  }

  /* line 58, ../sass/breakpoint1.scss */
  .column.colDivL > .colPadding, .colDivL > .row, .row.colDivL {
    border-left: 1px solid #000;
    margin-left: -1px;
  }

  /* line 59, ../sass/breakpoint1.scss */
  .row.colDivT, .row.colDivR, .row.colDivB, .row.colDivL {
    margin: 0;
  }

  /* line 60, ../sass/breakpoint1.scss */
  .section-docs .citeAbstract, .section-docs .document {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  /* set all columns to full-width initially */
  /* line 63, ../sass/breakpoint1.scss */
  .col5 {
    width: 100%;
  }

  /* line 64, ../sass/breakpoint1.scss */
  .col12 {
    width: 100%;
  }

  /* line 65, ../sass/breakpoint1.scss */
  .col12-5 {
    width: 100%;
  }

  /* line 66, ../sass/breakpoint1.scss */
  .col14-2 {
    width: 100%;
  }

  /* line 67, ../sass/breakpoint1.scss */
  .col16-6 {
    width: 100%;
  }

  /* line 68, ../sass/breakpoint1.scss */
  .col17 {
    width: 100%;
  }

  /* line 69, ../sass/breakpoint1.scss */
  .col18 {
    width: 100%;
  }

  /* line 70, ../sass/breakpoint1.scss */
  .col20 {
    width: 100%;
  }

  /* line 71, ../sass/breakpoint1.scss */
  .col22-2 {
    width: 100%;
  }

  /* line 72, ../sass/breakpoint1.scss */
  .col24 {
    width: 100%;
  }

  /* line 73, ../sass/breakpoint1.scss */
  .col25 {
    width: 100%;
  }

  /* line 74, ../sass/breakpoint1.scss */
  .col28 {
    width: 100%;
  }

  /* line 75, ../sass/breakpoint1.scss */
  .col30 {
    width: 100%;
  }

  /* line 76, ../sass/breakpoint1.scss */
  .col32 {
    width: 100%;
  }

  /* line 77, ../sass/breakpoint1.scss */
  .col33-3 {
    width: 100%;
  }

  /* line 78, ../sass/breakpoint1.scss */
  .col35 {
    width: 100%;
  }

  /* line 79, ../sass/breakpoint1.scss */
  .col40 {
    width: 100%;
  }

  /* line 80, ../sass/breakpoint1.scss */
  .col43 {
    width: 100%;
  }

  /* line 81, ../sass/breakpoint1.scss */
  .col45 {
    width: 100%;
  }

  /* line 82, ../sass/breakpoint1.scss */
  .col50 {
    width: 100%;
  }

  /* line 83, ../sass/breakpoint1.scss */
  .col55 {
    width: 100%;
  }

  /* line 84, ../sass/breakpoint1.scss */
  .col57 {
    width: 100%;
  }

  /* line 85, ../sass/breakpoint1.scss */
  .col60 {
    width: 100%;
  }

  /* line 86, ../sass/breakpoint1.scss */
  .col65 {
    width: 100%;
  }

  /* line 87, ../sass/breakpoint1.scss */
  .col66-6 {
    width: 100%;
  }

  /* line 88, ../sass/breakpoint1.scss */
  .col68 {
    width: 100%;
  }

  /* line 89, ../sass/breakpoint1.scss */
  .col70 {
    width: 100%;
  }

  /* line 90, ../sass/breakpoint1.scss */
  .col75 {
    width: 100%;
  }

  /* line 91, ../sass/breakpoint1.scss */
  .col77 {
    width: 100%;
  }

  /* line 92, ../sass/breakpoint1.scss */
  .col77-7 {
    width: 100%;
  }

  /* line 93, ../sass/breakpoint1.scss */
  .col78 {
    width: 100%;
  }

  /* line 94, ../sass/breakpoint1.scss */
  .col80 {
    width: 100%;
  }

  /* line 95, ../sass/breakpoint1.scss */
  .col87-7 {
    width: 100%;
  }

  /* line 96, ../sass/breakpoint1.scss */
  .col95 {
    width: 100%;
  }

  /* line 97, ../sass/breakpoint1.scss */
  .col100 {
    width: 100%;
  }

  /* line 98, ../sass/breakpoint1.scss */
  .rowStretch {
    margin-left: 0 !important;
    width: 100% !important;
  }

  /* line 100, ../sass/breakpoint1.scss */
  .columnsHome #contentArea {
    background-position: 66.66% 0;
  }

  /* line 101, ../sass/breakpoint1.scss */
  .campaign #contentArea {
    background-position: 66.66% 0;
  }

  /* line 103, ../sass/breakpoint1.scss */
  .columns57_43 #contentColumn {
    width: 100%;
  }

  /* line 104, ../sass/breakpoint1.scss */
  .columns57_43 #sideColumn {
    width: 100%;
  }

  /* line 105, ../sass/breakpoint1.scss */
  .columns57_43 #contentArea {
    background-position: 57% 0;
  }

  /* line 107, ../sass/breakpoint1.scss */
  .columns70_30 #contentColumn {
    width: 100%;
  }

  /* line 108, ../sass/breakpoint1.scss */
  .columns70_30 #sideColumn {
    width: 100%;
  }

  /* line 109, ../sass/breakpoint1.scss */
  .columns70_30 #contentArea {
    background-position: 71.4% 0;
  }

  /* line 111, ../sass/breakpoint1.scss */
  .columnsNone #contentColumn {
    width: 100%;
  }

  /* line 112, ../sass/breakpoint1.scss */
  .columnsNone #sideColumn {
    display: none;
  }

  /* line 113, ../sass/breakpoint1.scss */
  .columnsNone #contentArea {
    background: none;
  }

  /* Column padding resets */
  /* line 118, ../sass/breakpoint1.scss */
  .column, .row > .footNotes {
    padding: 0;
  }

  /* line 119, ../sass/breakpoint1.scss */
  .region-content-bottom {
    padding: 0;
  }

  /* line 120, ../sass/breakpoint1.scss */
  .region-content-bottom .column .thickHR {
    margin-left: 0px;
    width: 100%;
  }

  /* line 121, ../sass/breakpoint1.scss */
  #contentColumn.column, .colWithDividerRight.column {
    padding: 0;
  }

  /* line 122, ../sass/breakpoint1.scss */
  #contentColumn.column:last-child {
    padding: 0 !important;
  }

  /* line 123, ../sass/breakpoint1.scss */
  #sideColumn.column {
    padding: 0;
  }

  /* line 124, ../sass/breakpoint1.scss */
  .page-blog #contentColumn.column {
    padding: 0;
  }

  /* line 126, ../sass/breakpoint1.scss */
  .innerCol {
    padding: 0;
  }

  /* line 127, ../sass/breakpoint1.scss */
  .innerCol.col50 {
    padding: 0 !important;
  }

  /* Large section resets*/
  /* line 130, ../sass/breakpoint1.scss */
  body, .pageWidth, #header .pageWidth, #nav .pageWidth, #page-wrapper, #main, #content, .columnsHome #contentArea, #footer-menu {
    width: 100%;
    padding: 0 !important;
    margin: 0;
  }

  /* Set framework margins */
  /* line 133, ../sass/breakpoint1.scss */
  #main-wrapper, #header, #appendix, #footer {
    width: 90%;
    padding: 0px 5% 0px 5%;
    overflow: hidden;
  }

  /* Things to hide */
  /*#homeFeature, */
  /* line 140, ../sass/breakpoint1.scss */
  #content .block-convio-signup, #content .block-convio_signup, #block-block-3, .region-sidebar-first, .toolbar-menu, #secondary-menu, #header .inlineLinks, .flyout, .tabs.primary, body.node-type-job-listing .col66-6 a.job.button, .section-search .breadcrumb, #facebox, #article-finished {
    display: none !important;
  }

  /* line 144, ../sass/breakpoint1.scss */
  body, #contentArea {
    background-image: none;
  }

  /* Mobile helper classes (SMACSS style!) */
  /* line 154, ../sass/breakpoint1.scss */
  .noMobile {
    display: none !important;
  }

  /* line 159, ../sass/breakpoint1.scss */
  .mobileImg150 {
    width: 150px;
    margin-bottom: 15px;
    height: auto;
  }

  /* Etc. */
  /* line 171, ../sass/breakpoint1.scss */
  img, input, form, textarea {
    max-width: 100%;
    height: auto;
  }

  /* line 177, ../sass/breakpoint1.scss */
  #main .button, #main .Button {
    padding: 14px;
    margin: 20px 0;
  }

  /* line 182, ../sass/breakpoint1.scss */
  .links, .block .links {
    margin-left: 20px;
  }

  /* -------------------FORMS------------------- */
  /* line 189, ../sass/breakpoint1.scss */
  #search-block-form, #views-exposed-form-Expert-staff-list-page-2, #views-exposed-form-expert-staff-list-page-2, #mc-embedded-subscribe-form {
    float: none;
    width: 100%;
    margin: 85px 0 0 0;
  }
  /* line 193, ../sass/breakpoint1.scss */
  #search-block-form .textField, #views-exposed-form-Expert-staff-list-page-2 .textField, #views-exposed-form-expert-staff-list-page-2 .textField, #mc-embedded-subscribe-form .textField {
    width: 62% !important;
    font-size: 18px;
    height: 25px;
    margin: 0 2% 0 0;
    padding: 6px 2%;
  }
  /* line 200, ../sass/breakpoint1.scss */
  #search-block-form .button, #views-exposed-form-Expert-staff-list-page-2 .button, #views-exposed-form-expert-staff-list-page-2 .button, #mc-embedded-subscribe-form .button {
    width: 31%;
    padding: 10px 0;
    height: 38px;
    float: right;
    margin: 0;
  }
  /* line 207, ../sass/breakpoint1.scss */
  #search-block-form .boxWhite35, #views-exposed-form-Expert-staff-list-page-2 .boxWhite35, #views-exposed-form-expert-staff-list-page-2 .boxWhite35, #mc-embedded-subscribe-form .boxWhite35 {
    background: none;
    padding: 0;
  }

  /* line 214, ../sass/breakpoint1.scss */
  #block-search-form {
    float: none;
    margin-right: 0;
    width: auto;
  }

  /* line 220, ../sass/breakpoint1.scss */
  #views-exposed-form-Expert-staff-list-page-2, #views-exposed-form-expert-staff-list-page-2, #mc-embedded-subscribe-form {
    margin: 0 0 15px 0;
  }

  /* line 224, ../sass/breakpoint1.scss */
  h2 #views-exposed-form-expert-staff-list-page-2 {
    margin: 10px 0;
  }

  /* line 229, ../sass/breakpoint1.scss */
  #block-block-13 {
    background-color: #DBDBDB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
  }
  /* line 234, ../sass/breakpoint1.scss */
  #block-block-13 .textField {
    width: 62% !important;
    font-size: 18px;
    height: 25px;
    margin: 0 2% 0 0;
    padding: 6px 2%;
    float: left;
  }
  /* line 242, ../sass/breakpoint1.scss */
  #block-block-13 .form-submit {
    width: 31%;
    padding: 11px 0;
    height: 38px;
    float: right;
  }
  /* line 248, ../sass/breakpoint1.scss */
  #block-block-13 h3, #block-block-13 h4 {
    margin: 0 0 10px 0;
  }
  /* line 251, ../sass/breakpoint1.scss */
  #block-block-13 .clear {
    clear: none !important;
    overflow: visible !important;
  }

  /* -------------------HEADER------------------- */
  /* line 259, ../sass/breakpoint1.scss */
  #header {
    padding-top: 30px;
    height: 145px;
    margin-bottom: 30px;
    background: url(../images/header.jpg) 35% 0 repeat #bfd45f;
  }

  /* line 266, ../sass/breakpoint1.scss */
  #header .logo {
    width: 160px;
    height: 120px;
    background-size: cover;
    left: 3.5%;
  }

  /* line 274, ../sass/breakpoint1.scss */
  #block-block-12 {
    position: static;
  }

  /* line 277, ../sass/breakpoint1.scss */
  .mobileToggles {
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    top: 24px;
    right: 5%;
  }
  /* line 284, ../sass/breakpoint1.scss */
  .mobileToggles li {
    margin: 0 0 5px 0;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: white;
    text-shadow: rgba(144, 170, 73, 0.75) 0px 0px 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    background-color: rgba(159, 176, 68, 0.5);
    display: block;
    width: 60px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  /* line 300, ../sass/breakpoint1.scss */
  .mobileToggles a {
    color: white;
  }
  /* line 303, ../sass/breakpoint1.scss */
  .mobileToggles .mobileMenu, .mobileToggles .mobileMenuOn {
    background-image: url("../images/bkgr-mobile-menu.png");
    background-position: 14px 10px;
    background-repeat: no-repeat;
    padding-left: 41px;
    width: 34px;
    text-align: left;
  }
  /* line 311, ../sass/breakpoint1.scss */
  .mobileToggles .mobileMenuOn {
    background-position: 14px -24px;
  }

  /* line 317, ../sass/breakpoint1.scss */
  #nav {
    background-color: #2c6d9d;
    position: absolute;
    top: 0;
    right: -65%;
    width: 65%;
    height: 100%;
  }
  /* line 324, ../sass/breakpoint1.scss */
  #nav .button, #nav .flyoutTrigger, #nav .arrowContainer {
    display: none;
  }
  /* line 327, ../sass/breakpoint1.scss */
  #nav ul {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
  }
  /* line 333, ../sass/breakpoint1.scss */
  #nav li {
    overflow: hidden;
  }
  /* line 336, ../sass/breakpoint1.scss */
  #nav a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 15px 15px 15px 25px;
  }
  /* line 344, ../sass/breakpoint1.scss */
  #nav li:nth-child(odd) a {
    background-color: #427ca7;
  }
  /* line 347, ../sass/breakpoint1.scss */
  #nav a:after {
    content: "";
    float: right;
    margin: 3px 0 0 4px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #a1bed3;
  }

  /* -------------------FOOTER------------------- */
  /* line 362, ../sass/breakpoint1.scss */
  .topLink {
    background-color: #c1d6e6;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 30px;
    padding: 7px;
  }
  /* line 371, ../sass/breakpoint1.scss */
  .topLink span:after {
    content: "";
    float: right;
    margin: 4px 0 0 4px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #004d91;
  }

  /* line 383, ../sass/breakpoint1.scss */
  #appendix {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: none;
    background-color: rgba(46, 39, 0, 0.07);
  }

  /* line 390, ../sass/breakpoint1.scss */
  #footer-menu li {
    display: block;
    float: none;
    border: none;
    padding: 0px 0px 8px 0px;
  }

  /* line 397, ../sass/breakpoint1.scss */
  #footer-menu li a {
    text-decoration: none;
    background-color: #DBDBDB;
    display: block;
    padding: 15px;
    border-radius: 5px;
  }

  /* line 405, ../sass/breakpoint1.scss */
  #footer-menu li a:hover {
    text-decoration: none;
    background-color: #D1D1D1;
  }

  /* line 410, ../sass/breakpoint1.scss */
  #footer {
    padding-top: 20px;
    padding-bottom: 30px;
    background-image: none;
    background-color: #d8e8f4;
  }

  /* line 417, ../sass/breakpoint1.scss */
  #footerLinks, #footer .column {
    width: 100%;
    display: block;
  }

  /* line 422, ../sass/breakpoint1.scss */
  .footLogo {
    float: none;
    margin-bottom: 20px;
  }

  /* line 427, ../sass/breakpoint1.scss */
  #footer img {
    width: auto;
    padding-top: 20px;
  }

  /* line 432, ../sass/breakpoint1.scss */
  #footerLinks div.inlineLinks {
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
  }

  /* line 439, ../sass/breakpoint1.scss */
  #footerLinks .inlineLinks .icon {
    border: 8px solid #FFFFFF;
  }

  /* -------------------MISC/BODY------------------- */
  /* line 446, ../sass/breakpoint1.scss */
  #content {
    margin-bottom: 30px;
  }

  /* line 450, ../sass/breakpoint1.scss */
  #sideColumn, .region-content-bottom .col43 {
    margin-top: 20px;
  }

  /* line 454, ../sass/breakpoint1.scss */
  .box .innerRow + .clear:last-child {
    margin: 0;
  }

  /* line 458, ../sass/breakpoint1.scss */
  .front #sideColumn {
    margin: 0;
  }

  /* line 464, ../sass/breakpoint1.scss */
  .breadcrumb ol {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  /* line 469, ../sass/breakpoint1.scss */
  .breadcrumb li {
    float: left;
    margin: 0px 5px 10px 0px;
    padding: 3px 6px 3px 0px;
    background-color: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 476, ../sass/breakpoint1.scss */
  .breadcrumb a {
    padding: 3px 3px 3px 6px;
  }

  /* line 482, ../sass/breakpoint1.scss */
  a.nextButton .boxInner {
    background: url(../images/nextButton.gif) 96% 50% no-repeat white;
  }

  /* line 487, ../sass/breakpoint1.scss */
  .blockLink {
    overflow: hidden;
    margin-bottom: 20px;
    transition: none !important;
  }
  /* line 492, ../sass/breakpoint1.scss */
  .blockLink div {
    clear: none !important;
    display: inline-block;
    float: left;
    padding-right: 15px;
    position: relative;
    width: auto !important;
  }
  /* line 500, ../sass/breakpoint1.scss */
  .blockLink span.hyphenate {
    clear: none !important;
    display: block;
    float: left;
    width: 50% !important;
  }
  /* line 506, ../sass/breakpoint1.scss */
  .blockLink:hover {
    box-shadow: 0 0 0 10px transparent;
    background: transparent;
  }
  /* line 510, ../sass/breakpoint1.scss */
  .blockLink img {
    width: 120px;
    height: auto;
  }
  /* line 514, ../sass/breakpoint1.scss */
  .blockLink div em, .blockLink .statusInProgress {
    display: none;
  }
  /* line 517, ../sass/breakpoint1.scss */
  .blockLink span.hyphenate em {
    margin-top: 0;
  }

  /* line 530, ../sass/breakpoint1.scss */
  a.blockLink + a {
    display: block;
    margin-top: -20px;
    margin-bottom: 15px;
  }

  /* line 538, ../sass/breakpoint1.scss */
  .results img {
    width: auto;
    float: left;
  }
  /* line 542, ../sass/breakpoint1.scss */
  .results .col25 {
    float: left !important;
    width: auto !important;
    display: inline-block !important;
    padding-right: 15px;
  }
  /* line 548, ../sass/breakpoint1.scss */
  .results .col75 {
    float: left !important;
    width: 60% !important;
  }
  /* line 552, ../sass/breakpoint1.scss */
  .results div em, .results .statusInProgress {
    display: none;
  }
  /* line 555, ../sass/breakpoint1.scss */
  .results li {
    overflow: hidden;
  }

  /* line 561, ../sass/breakpoint1.scss */
  #contentColumn .hangRight, #contentColumn img.hangRight, #contentColumn blockquote.hangRight, #contentColumn .hangLeft, #contentColumn img.hangLeft, #contentColumn blockquote.hangLeft {
    margin: 30px 0;
    background-color: transparent;
    outline: 0px;
    float: none;
    width: auto;
  }

  /* line 570, ../sass/breakpoint1.scss */
  .boxHeader_business, .boxHeader_policy {
    background-size: 155%;
  }

  /* line 574, ../sass/breakpoint1.scss */
  .boxGreen {
    padding: 0;
    -webkit-box-shadow: #cccccc 0px 0px 4px;
    -moz-box-shadow: #cccccc 0px 0px 4px;
    box-shadow: #cccccc 0px 0px 4px;
  }

  /* line 581, ../sass/breakpoint1.scss */
  .expertBlock .boxInner {
    padding: 3%;
  }
  /* line 584, ../sass/breakpoint1.scss */
  .expertBlock img {
    width: 105% !important;
    margin: -2.5% 0 20px -2.5%;
    max-width: none !important;
  }

  /* line 593, ../sass/breakpoint1.scss */
  .timeline li {
    width: 100%;
    background-image: none !important;
  }
  /* line 596, ../sass/breakpoint1.scss */
  .timeline li .right, .timeline li .left {
    float: none;
  }

  /* line 601, ../sass/breakpoint1.scss */
  .timeline li.right:first-child + .left, .timeline li.left:first-child + .right, .timeline li.gap + li + .left + .right, .timeline li.gap + li + .right + .left, .timeline li.full + .left + .right, .timeline li.full + .right + .left {
    margin-top: 0;
  }

  /* line 604, ../sass/breakpoint1.scss */
  .timeline.connect-above {
    margin-top: 0;
  }

  /* line 609, ../sass/breakpoint1.scss */
  .prevButton {
    float: left;
  }

  /* line 612, ../sass/breakpoint1.scss */
  .nextButton {
    float: right;
  }

  /* line 618, ../sass/breakpoint1.scss */
  #contentColumn .slideShow p, .slideShow p {
    width: 90%;
    padding: 15px 5%;
    font-size: 11px !important;
    line-height: 13px;
  }
  /* line 624, ../sass/breakpoint1.scss */
  #contentColumn .slideShow .imgScrollPrev, .slideShow .imgScrollPrev {
    display: none;
  }
  /* line 627, ../sass/breakpoint1.scss */
  #contentColumn .slideShow .imgScrollNext, .slideShow .imgScrollNext {
    display: none;
  }
  /* line 630, ../sass/breakpoint1.scss */
  #contentColumn .slideShow .pinImg, .slideShow .pinImg {
    display: none;
  }

  /* line 636, ../sass/breakpoint1.scss */
  .jumpOut {
    float: none !important;
  }

  /* line 639, ../sass/breakpoint1.scss */
  .jumpOut.jumpOutSiblingHangRight .boxInner {
    background-position: 95% 50%;
  }

  /* line 642, ../sass/breakpoint1.scss */
  .jumpOut.jumpOutSiblingHangRight span {
    padding-right: 0px;
  }

  /* line 647, ../sass/breakpoint1.scss */
  .tabs li {
    padding: 8px 7px 9px;
    font-size: 9px;
  }

  /* line 653, ../sass/breakpoint1.scss */
  .box.video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  /* line 661, ../sass/breakpoint1.scss */
  .box.video embed, .box.video iframe, .box.video object {
    position: absolute;
    top: 2.5%;
    left: 2.5%;
    width: 95%;
    height: 95%;
  }
  /* line 668, ../sass/breakpoint1.scss */
  .box.video p, .box.video h3, .box.video h4, .box.video h5, .box.video h6 {
    display: none;
  }
  /* line 673, ../sass/breakpoint1.scss */
  .box.video.vidOverlay {
    height: auto;
    padding: 10px;
  }
  /* line 676, ../sass/breakpoint1.scss */
  .box.video.vidOverlay p, .box.video.vidOverlay h3, .box.video.vidOverlay h4, .box.video.vidOverlay h5, .box.video.vidOverlay h6 {
    display: block;
  }

  /* line 681, ../sass/breakpoint1.scss */
  .introVideo .right {
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 682, ../sass/breakpoint1.scss */
  .introVideo .left {
    width: 100%;
    margin: 0 0 20px 0;
  }

  /* line 685, ../sass/breakpoint1.scss */
  .view-Documents .view-filters .pagination {
    text-align: left;
    display: block;
    padding: 5%;
  }
  /* line 689, ../sass/breakpoint1.scss */
  .view-Documents .view-filters .pagination label {
    display: block;
    padding-bottom: 5px;
  }
  /* line 693, ../sass/breakpoint1.scss */
  .view-Documents .view-filters .pagination #edit-k {
    padding: 2.5%;
    width: 95% !important;
  }
  /* line 697, ../sass/breakpoint1.scss */
  .view-Documents .view-filters .pagination .button {
    width: 100% !important;
  }
  /* line 700, ../sass/breakpoint1.scss */
  .view-Documents .view-filters .pagination select {
    width: 100% !important;
    margin-bottom: 15px;
  }

  /* line 707, ../sass/breakpoint1.scss */
  .page-contact .webform-client-form .form-submit {
    margin-left: 0;
  }

  /* line 712, ../sass/breakpoint1.scss */
  .bigWideForm .convioSignup dl {
    width: 60% !important;
  }
  /* line 715, ../sass/breakpoint1.scss */
  .bigWideForm .convioSignup .form-submit {
    width: 32% !important;
  }

  /* line 721, ../sass/breakpoint1.scss */
  #comments #edit-notify--2-wrapper, .section-comment #edit-notify-wrapper {
    width: 155px;
    margin-bottom: 15px;
  }

  /* line 724, ../sass/breakpoint1.scss */
  #comments #edit-notify--2-wrapper label, .section-comment #edit-notify-wrapper label {
    width: 130px;
  }

  /* line 730, ../sass/breakpoint1.scss */
  body.page-blog h1.title {
    display: inline;
  }
  /* line 733, ../sass/breakpoint1.scss */
  body.page-blog #contentArea {
    margin-top: 30px;
  }

  /* line 739, ../sass/breakpoint1.scss */
  li.addressCard .cite {
    width: 90%;
    padding: 0 5%;
  }

  /* line 744, ../sass/breakpoint1.scss */
  .primary .inlineLinks {
    margin: 0 0 0 2em !important;
  }
  /* line 746, ../sass/breakpoint1.scss */
  .primary .inlineLinks li {
    border-right: medium none;
    display: list-item;
    padding: 0;
  }

  /* line 754, ../sass/breakpoint1.scss */
  .pagination .item-list ul.pager {
    padding: 0;
  }
  /* line 756, ../sass/breakpoint1.scss */
  .pagination .item-list ul.pager li.pager-previous, .pagination .item-list ul.pager li.pager-next {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 761, ../sass/breakpoint1.scss */
  .pagination .item-list ul.pager .pager-item, .pagination .item-list ul.pager .pager-current, .pagination .item-list ul.pager .pager-ellipsis {
    display: none;
  }

  /* line 767, ../sass/breakpoint1.scss */
  .facebook-share-big, .twitter-share-big {
    background-image: none !important;
  }

  /* line 770, ../sass/breakpoint1.scss */
  #bigFacebook.facebook-share-big span.shareCounter, #bigTwitter.twitter-share-big span.shareCounter {
    display: none !important;
  }

  /* line 775, ../sass/breakpoint1.scss */
  #officeGmap img {
    width: auto;
  }

  /* line 778, ../sass/breakpoint1.scss */
  #breakingNews {
    margin: 0 0 20px;
    position: relative;
  }
  /* line 781, ../sass/breakpoint1.scss */
  #breakingNews h3 {
    float: none;
  }
  /* line 784, ../sass/breakpoint1.scss */
  #breakingNews p {
    padding: 10px;
  }
  /* line 787, ../sass/breakpoint1.scss */
  #breakingNews .close {
    right: 9px;
  }

  /* line 793, ../sass/breakpoint1.scss */
  .front #pageIntro .blockLink div {
    width: 120px !important;
  }

  /* line 798, ../sass/breakpoint1.scss */
  .pair3070 dt, .pair3070 dd {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  /* line 801, ../sass/breakpoint1.scss */
  .pinLink {
    display: none;
  }

  /* line 806, ../sass/breakpoint1.scss */
  .citeLeft img {
    width: 70px;
    height: auto;
  }
}
