@charset "UTF-8";
/* No files to import found in abstractions/**\/* */
input[type=submit],
input[type=button] {
  background: #676767;
  border: none;
  border-top: 1px solid #818181;
  border-left: 1px solid #818181;
  color: white;
  font-size: 14px;
  padding: 6px 14px;
  margin-right: 6px;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
}
input[type=submit].highlighted,
input[type=button].highlighted {
  background: #ff9900;
  border-top: 1px solid #ffad33;
  border-left: 1px solid #ffad33;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: -2px;
}

a.btn {
  background: #676767;
  border: none;
  border-top: 1px solid #818181;
  border-left: 1px solid #818181;
  color: white;
  font-size: 14px;
  padding: 6px 14px;
  margin-right: 6px;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: white;
}

a.btn.highlighted {
  background: #ff9900;
  border: none;
  border-top: 1px solid #ffad33;
  border-left: 1px solid #ffad33;
  color: white;
  font-size: 14px;
  padding: 6px 14px;
  margin-right: 6px;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

a.btn.primary {
  background: #3299ba;
  border: none;
  border-top: 1px solid #4fb1d0;
  border-left: 1px solid #4fb1d0;
  color: white;
  font-size: 14px;
  padding: 6px 14px;
  margin-right: 6px;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

a.btn.fancy {
  display: block;
  width: auto;
  padding: 0;
  -moz-border-radius: 6px / 6px;
  -webkit-border-radius: 6px 6px;
  border-radius: 6px / 6px;
}
a.btn.fancy:after {
  content: "";
  display: table;
  clear: both;
}
a.btn.fancy span.title {
  margin-top: 3px;
  display: block;
  font-family: "PT Serif", "Times New Roman", Times, serif;
  font-size: 120%;
}
a.btn.fancy span.button-icon {
  display: block;
  float: left;
  font-size: 180%;
  padding: 3px;
  margin-right: 10px;
  -moz-border-radius: 6px / 6px;
  -webkit-border-radius: 6px 6px;
  border-radius: 6px / 6px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
a.btn.fancy span.button-icon.circle i {
  border: 3px solid white;
  -moz-border-radius: 30px / 30px;
  -webkit-border-radius: 30px 30px;
  border-radius: 30px / 30px;
  padding: 4px 6px;
  vertical-align: middle;
}

a.btn.fancy.highlighted span.button-icon {
  background: #e58900;
}

a span.subtitle {
  display: block;
  font-style: italic;
  font-size: 90%;
  font-weight: normal;
}

select,
select option {
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif;
  padding: 5px 14px 6px 14px;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  background: white;
  height: 30px;
}

select.form-multiselect,
select.multiselect_sel {
  padding: 0 10px;
}

select.form-multiselect option,
select.multiselect_sel option {
  height: auto;
  padding: 1px;
}

@-moz-document url-prefix() {
  select {
    padding: 2px 14px 3px 14px;
  }
}
select {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e7e7e7));
  background-image: -moz-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -webkit-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: linear-gradient(to bottom, #ffffff, #e7e7e7);
}

select.multiselect-sel-processed {
  background-image: none;
}

ul.multiselect_btns {
  margin-top: 60px;
}

.fieldset-outer-wrapper {
  margin: 2em 0;
  background: #e7e7e7;
  padding: 20px;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
}

.filter-guidelines ul.tips {
  display: none;
}

body.cke_editable {
  padding: 0 20px;
  background: white;
}

textarea, input {
  outline: none;
}

input[type=text],
textarea {
  border: 1px solid #b6b6b6;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  padding: 6px 8px;
}

input[type=text] {
  padding: 5px 8px 4px 8px;
}

html.js .form-autocomplete {
  background-position: 100% 8px;
}

html.js .throbbing {
  background-position: 100% -12px;
}

input[type=file] {
  display: inline;
}

input[type=submit]:disabled {
  background: #cdcdcd;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
}

.filter-wrapper {
  border: 1px solid #b6b6b6;
  border-top: none;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  background: #e7e7e7;
  margin-bottom: 1em;
}
.filter-wrapper .form-type-select {
  margin: 1em 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.filter-wrapper .form-type-select label {
  font-size: 100%;
}
.filter-wrapper .filter-help {
  padding-bottom: 0;
}

label,
.fieldset-legend {
  font-size: 18px;
  font-weight: bold;
}

legend {
  border-bottom: none;
}

.form-item {
  margin-bottom: 2em;
}

.field-type-file label {
  font-size: 16px;
}
.field-type-file .form-type-textfield {
  margin-top: 10px;
}
.field-type-file .form-type-textfield label {
  font-size: 14px;
}

ul.pager li.pager__item {
  padding: 0.25em 0.5em;
}
ul.pager .pager__item--current {
  background: #424242;
  color: white;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
}

form.node-form .form-text {
  width: 100%;
}
form.node-form .group-tags-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
form.node-form .autocomplete-deluxe-container {
  max-width: 100%;
}
form.node-form .form-type-autocomplete-deluxe {
  margin-bottom: 0;
}
form.node-form .form-item-log {
  margin-bottom: 0;
}
form.node-form div.form-actions-wrapper {
  padding: 0;
  background: transparent;
}
form.node-form fieldset.form-actions-wrapper {
  background: #e7e7e7;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  padding: 30px;
}
form.node-form fieldset.form-actions-wrapper .form-actions {
  border-color: #cecece;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
form.node-form fieldset.form-actions-wrapper .form-actions p {
  margin-bottom: 1em;
}
form.node-form fieldset.form-actions-wrapper .license {
  border-color: #cecece;
}
form.node-form fieldset.form-actions-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}
form.node-form fieldset.form-actions-wrapper h2 {
  margin: 0;
  font-size: 22px;
}
form.node-form .field-name-field-attachments .fieldset-outer-wrapper {
  padding: 0;
  background: transparent;
}
form.node-form .field-name-field-attachments table {
  margin-top: -15px;
  margin-bottom: 0;
}
form.node-form .field-name-field-attachments table .description {
  display: none;
}
form.node-form .field-name-field-attachments table .form-submit {
  margin-top: 50px;
}
form.node-form .field-name-field-attachments .form-type-managed-file {
  background: #fafaf7;
  padding: 20px;
}
form.node-form .fieldset-outer-wrapper.node-form-revision-information {
  padding: 0;
  background: transparent;
}

form.hncomment-simple-reply-form {
  margin-left: 61px;
}
form.hncomment-simple-reply-form .field-name-body {
  margin-bottom: 1em;
}
form.hncomment-simple-reply-form .filter-wrapper, form.hncomment-simple-reply-form .grippie {
  display: none;
}
form.hncomment-simple-reply-form .form-actions {
  margin-top: 1em;
}
form.hncomment-simple-reply-form .form-actions:after {
  content: "";
  display: table;
  clear: both;
}
form.hncomment-simple-reply-form .form-actions .form-submit {
  float: left;
}
form.hncomment-simple-reply-form .form-actions .full-form {
  padding: 6px 0;
  float: left;
}

form.panelizer-edit-content-form ul.tabs.secondary {
  padding-left: 0;
  margin-bottom: 20px;
}
form.panelizer-edit-content-form ul.tabs.secondary li {
  display: inline-block;
  list-style: none;
}
form.panelizer-edit-content-form ul.tabs.secondary li a {
  background: #676767;
  border: none;
  border-top: 1px solid #818181;
  border-left: 1px solid #818181;
  color: white;
  font-size: 14px;
  padding: 6px 14px;
  margin-right: 6px;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

.view-og-moderation .views-exposed-form {
  padding: 15px 20px;
  background: #e7e7e7;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  margin-bottom: 1em;
}
.view-og-moderation .views-exposed-form label {
  font-size: 14px;
}
.view-og-moderation a {
  font-weight: bold;
}
.view-og-moderation .views-field-title {
  font-size: 12px;
}
.view-og-moderation .views-field-title a.node-title {
  font-size: 14px;
  margin-bottom: 0.25em;
  display: inline-block;
}
.view-og-moderation .views-field-title a.btn {
  display: inline-block;
  margin-top: 1em;
  font-size: 12px;
}
.view-og-moderation th, .view-og-moderation td {
  text-align: center;
}
.view-og-moderation th.views-field-title,
.view-og-moderation td.views-field-title {
  text-align: left;
}
.view-og-moderation th.views-field-title a,
.view-og-moderation td.views-field-title a {
  color: #424242;
}
.view-og-moderation th.views-field-title a.node-title,
.view-og-moderation td.views-field-title a.node-title {
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  font-family: "PT Serif", "Times New Roman", Times, serif;
}
.view-og-moderation th.views-field-title a.btn,
.view-og-moderation td.views-field-title a.btn {
  color: white;
}
.view-og-moderation td.views-field-hneditor-comment-count a {
  text-decoration: none;
}

body.page-node-moderation article.node .node__submitted .comment-count, body.page-node-moderation article.node .node__submitted .repost-link {
  display: none;
}
body.page-node-moderation article.node .node__submitted .user-picture {
  display: none;
}
body.page-node-moderation form.hnmoderation-moderation-history-table-form {
  margin-top: 1em;
}
body.page-node-moderation form.workbench-moderation-moderate-form {
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  background: #e7e7e7;
  padding: 15px 20px;
  display: block;
  border: none;
}
body.page-node-moderation form.workbench-moderation-moderate-form h2 {
  margin: 0 0 22px 0;
  font-size: 22px;
}
body.page-node-moderation form.workbench-moderation-moderate-form .grippie {
  display: none;
}
body.page-node-moderation form.workbench-moderation-moderate-form .form-item {
  margin-bottom: 1em;
}

.hnmoderation-current-state {
  background: #e7e7e7;
  padding: 15px 20px;
  margin-bottom: 1em;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
}
.hnmoderation-current-state:after {
  content: "";
  display: table;
  clear: both;
}
.hnmoderation-current-state p {
  margin-top: 0;
}
.hnmoderation-current-state > div {
  margin-bottom: 0.25em;
}
.hnmoderation-current-state .edit {
  float: right;
  margin-top: 5px;
}
.hnmoderation-current-state .edit > div.edit-link {
  margin-bottom: 18px;
}

form.workbench-moderation-moderate-form.announcement-moderation {
  min-height: 260px;
}

fieldset.notify-lite-og-manage-freq .fieldset-outer-wrapper.notify-lite-og-manage-freq {
  border: 1px solid #424242;
}
fieldset.notify-lite-og-manage-freq .form-item label {
  width: 200px;
}
fieldset.notify-lite-og-manage-freq .form-select {
  margin-top: 0;
}
fieldset.notify-lite-og-manage-freq #edit-og-content-all-all-submit-all {
  margin-top: 0;
}
fieldset.notify-lite-og-manage-freq .form-item-og-content-all-all-all {
  margin-bottom: 0;
}

form.confirmation {
  font-size: 120%;
}
form.confirmation .form-actions {
  font-size: 85%;
  margin-top: 1.2em;
}

#homebox .homebox-column {
  background: none;
}
#homebox .homebox-column-wrapper {
  width: 100% !important;
  float: none;
}
#homebox .homebox-portlet {
  border: none;
  -moz-box-shadow: 1px 1px 2px 0 #e7e7e7;
  -webkit-box-shadow: 1px 1px 2px 0 #e7e7e7;
  box-shadow: 1px 1px 2px 0 #e7e7e7;
  margin-bottom: 25px;
}
#homebox .homebox-portlet .portlet-config div.homebox-colors {
  margin: 10px 15px;
  float: none;
}
#homebox .homebox-portlet .portlet-config div.homebox-colors:after {
  content: "";
  display: table;
  clear: both;
}
#homebox .homebox-portlet .portlet-config .form-item {
  margin: 10px 15px;
}
#homebox .homebox-portlet .portlet-config .form-item label {
  font-size: 85%;
}
#homebox .homebox-portlet .portlet-config .form-item select {
  font-size: 85%;
}
#homebox .homebox-portlet .portlet-config input[type=submit] {
  margin: 10px 15px;
  font-size: 85%;
}
#homebox .homebox-portlet .homebox-portlet-inner {
  border: none !important;
}
#homebox .homebox-portlet .portlet-header {
  background: #3299ba;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "PT Serif", "Times New Roman", Times, serif;
  letter-spacing: 0;
  border: none;
  font-weight: normal;
}
#homebox .homebox-portlet .portlet-header .portlet-title {
  padding: 10px 10px;
}
#homebox .homebox-portlet .portlet-header .portlet-maximize {
  display: none;
}
#homebox .homebox-portlet .portlet-header .portlet-close {
  background: url(../images/homebox-portlet-close.png) no-repeat;
  width: 33px;
  height: 33px;
  margin-top: 2px;
}
#homebox .homebox-portlet .portlet-header .portlet-settings {
  background: url(../images/homebox-portlet-settings.png) no-repeat;
  width: 33px;
  height: 33px;
  margin-top: 2px;
}
#homebox .homebox-portlet .portlet-header .portlet-minus {
  background: url(../images/homebox-portlet-minus.png) no-repeat;
  width: 33px;
  height: 33px;
  margin-top: 2px;
}
#homebox .homebox-portlet .portlet-header .portlet-plus {
  background: url(../images/homebox-portlet-plus.png) no-repeat;
  width: 33px;
  height: 33px;
  margin-top: 2px;
}
#homebox #homebox-add-link {
  float: right;
  width: 200px;
}
#homebox #homebox-add-link span.button-icon.circle {
  font-size: 120%;
  padding: 8px;
}
#homebox #homebox-add-link span.button-icon.circle i {
  padding: 5px 4px 3px 5px;
}
#homebox #homebox-buttons:after {
  content: "";
  display: table;
  clear: both;
}
#homebox #homebox-add {
  border-top: 1px solid #dcddd7;
  margin-top: 1em;
  padding-top: 1em;
}
#homebox #homebox-add li {
  width: 100%;
  font-family: "PT Serif", "Times New Roman", Times, serif;
  text-transform: uppercase;
  line-height: inherit;
}
#homebox #homebox-add a {
  color: white;
  width: 100%;
  height: 37px;
  text-decoration: none;
  font-weight: normal;
  display: block;
  padding: 10px 43px 10px 10px;
  background: #3299ba url(../images/homebox-portlet-actual-plus.png) right 3px no-repeat;
}
#homebox #homebox-add a.used {
  border-top: none;
}
#homebox #homebox-add a.restore {
  background: none;
  color: #3299ba;
  text-decoration: underline;
  font-family: "Open Sans", Arial, sans-serif;
  display: block;
  padding: 10px;
  text-transform: none;
}
#homebox .homebox-maximized {
  border-bottom: 1px solid #dcddd7;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
#homebox .homebox-maximized:after {
  content: "";
  display: table;
  clear: both;
}
#homebox .portlet-content {
  padding: 0;
}
#homebox .portlet-content p {
  margin: 1em;
}
#homebox .portlet-content div.view-content {
  margin: 1em;
}
#homebox .portlet-content div.view-content .views-row {
  margin-bottom: 1em;
}
#homebox .portlet-content div.view-content .views-field-title,
#homebox .portlet-content div.view-content .field--name-title {
  font-family: "PT Serif", "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 16px;
}
#homebox .portlet-content div.view-content .views-field-title a,
#homebox .portlet-content div.view-content .field--name-title a {
  color: #424242;
  text-decoration: none;
}
#homebox .portlet-content div.more-link {
  background: #f7f7f7;
  padding: 1em;
  text-align: left;
  font-family: "PT Serif", "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: bold;
}
#homebox .portlet-content div.more-link a {
  text-decoration: none;
  display: inline-block;
  background: url(../images/more-link-12.png) right 1px no-repeat;
  padding-right: 20px;
}

img, media {
  max-width: 100%;
}

article.node .node__submitted,
article.search-result .node__submitted {
  margin-bottom: 1.65em;
}
article.node .node__submitted:after,
article.search-result .node__submitted:after {
  content: "";
  display: table;
  clear: both;
}
article.node .node__submitted .user-picture,
article.search-result .node__submitted .user-picture {
  float: left;
  margin-right: 16px;
}
article.node .node__submitted .type,
article.search-result .node__submitted .type {
  font-weight: bold;
}
article.node .node__submitted .username,
article.search-result .node__submitted .username {
  color: #424242;
  font-weight: bold;
}
article.node .node__submitted .submitted,
article.node .node__submitted .comment-count,
article.search-result .node__submitted .submitted,
article.search-result .node__submitted .comment-count {
  margin-top: 14px;
  display: inline-block;
}
article.node .node__submitted .repost-link,
article.search-result .node__submitted .repost-link {
  margin-top: 14px;
  display: inline-block;
}
article.node .node__submitted .repost-link i,
article.search-result .node__submitted .repost-link i {
  margin-right: 5px;
}
article.node .node__submitted .submitted,
article.search-result .node__submitted .submitted {
  margin-right: 30px;
}
article.node .node__submitted .comment-count a,
article.search-result .node__submitted .comment-count a {
  color: #424242;
  text-decoration: none;
}
article.node .node__submitted .repost-link a,
article.search-result .node__submitted .repost-link a {
  color: #424242;
  text-decoration: none;
}
article.node .pretitle,
article.search-result .pretitle {
  margin: 20px;
}

article.node-unpublished {
  background: transparent;
}

article.node.node--discussion--reply h3 {
  font-size: 18px;
  margin: 2px 0 0 0;
}
article.node.node--discussion--reply .user-picture-wrapper {
  width: 44px;
  float: left;
  margin-right: 16px;
}
article.node.node--discussion--reply .metadata-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
article.node.node--discussion--reply .metadata-wrapper .submitted {
  margin-top: 0;
  font-size: 12px;
  color: #5c5c5c;
}
article.node.node--discussion--reply .metadata-wrapper a {
  text-decoration: none;
}
article.node.node--discussion--reply .node__submitted {
  margin-bottom: 0;
}
article.node.node--discussion--reply .node__content {
  margin-left: 61px;
}
article.node.node--discussion--reply .node__content ul.links li a {
  background: #676767;
  border: none;
  border-top: 1px solid #818181;
  border-left: 1px solid #818181;
  color: white;
  font-size: 14px;
  padding: 6px 14px;
  margin-right: 6px;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

.l-content h1 {
  margin-bottom: 0.75em;
}

.preview {
  border: 1px solid #dcddd7;
  padding: 20px;
}
.preview .node {
  background: transparent;
}

.node-taxonomy {
  border-top: 1px solid #dcddd7;
  padding-top: 1.2em;
  margin-top: 1.2em;
}
.node-taxonomy:after {
  content: "";
  display: table;
  clear: both;
}
.node-taxonomy .field-label {
  font-weight: bold;
}
.node-taxonomy .field--type-taxonomy-term-reference {
  width: 47%;
  float: left;
  margin-right: 6%;
}
.node-taxonomy .field--name-field-tags {
  margin-right: 0;
}

.replies-block {
  background: white;
  padding: 32px;
  margin-top: 40px;
}
.replies-block .replies-header {
  margin-bottom: 40px;
}
.replies-block .replies-header:after {
  content: "";
  display: table;
  clear: both;
}
.replies-block .replies-header h2 {
  margin: 2px 24px 0 0;
  float: left;
  font-size: 22px;
  letter-spacing: 0;
}
.replies-block .replies-header a.reply-new {
  background: #3299ba;
  border: none;
  border-top: 1px solid #4fb1d0;
  border-left: 1px solid #4fb1d0;
  color: white;
  font-size: 14px;
  padding: 6px 14px;
  margin-right: 6px;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  display: block;
  float: left;
}
.replies-block .views-row {
  margin-bottom: 40px;
}

article.node--teaser,
article.node--list,
article.node--repost-announcement-list,
article.node--repost-announcement-teaser,
article.search-result,
article.node--review--node-embed {
  background: white;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  margin-bottom: 2em;
}
article.node--teaser .node__submitted,
article.node--list .node__submitted,
article.node--repost-announcement-list .node__submitted,
article.node--repost-announcement-teaser .node__submitted,
article.search-result .node__submitted,
article.node--review--node-embed .node__submitted {
  background: #3299ba;
  color: white;
}
article.node--teaser .node__submitted a,
article.node--teaser .node__submitted a:link,
article.node--teaser .node__submitted a:visited,
article.node--teaser .node__submitted a:hover,
article.node--teaser .node__submitted a:focus,
article.node--list .node__submitted a,
article.node--list .node__submitted a:link,
article.node--list .node__submitted a:visited,
article.node--list .node__submitted a:hover,
article.node--list .node__submitted a:focus,
article.node--repost-announcement-list .node__submitted a,
article.node--repost-announcement-list .node__submitted a:link,
article.node--repost-announcement-list .node__submitted a:visited,
article.node--repost-announcement-list .node__submitted a:hover,
article.node--repost-announcement-list .node__submitted a:focus,
article.node--repost-announcement-teaser .node__submitted a,
article.node--repost-announcement-teaser .node__submitted a:link,
article.node--repost-announcement-teaser .node__submitted a:visited,
article.node--repost-announcement-teaser .node__submitted a:hover,
article.node--repost-announcement-teaser .node__submitted a:focus,
article.search-result .node__submitted a,
article.search-result .node__submitted a:link,
article.search-result .node__submitted a:visited,
article.search-result .node__submitted a:hover,
article.search-result .node__submitted a:focus,
article.node--review--node-embed .node__submitted a,
article.node--review--node-embed .node__submitted a:link,
article.node--review--node-embed .node__submitted a:visited,
article.node--review--node-embed .node__submitted a:hover,
article.node--review--node-embed .node__submitted a:focus {
  color: white;
}
article.node--teaser .node__submitted .type-icon,
article.node--list .node__submitted .type-icon,
article.node--repost-announcement-list .node__submitted .type-icon,
article.node--repost-announcement-teaser .node__submitted .type-icon,
article.search-result .node__submitted .type-icon,
article.node--review--node-embed .node__submitted .type-icon {
  display: inline-block;
  background: #194c5d;
  font-size: 22px;
  padding: 10px;
}
article.node--teaser .node__submitted .submitted,
article.node--list .node__submitted .submitted,
article.node--repost-announcement-list .node__submitted .submitted,
article.node--repost-announcement-teaser .node__submitted .submitted,
article.search-result .node__submitted .submitted,
article.node--review--node-embed .node__submitted .submitted {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  padding: 10px;
}
article.node--teaser .node__submitted .submitted .username,
article.node--list .node__submitted .submitted .username,
article.node--repost-announcement-list .node__submitted .submitted .username,
article.node--repost-announcement-teaser .node__submitted .submitted .username,
article.search-result .node__submitted .submitted .username,
article.node--review--node-embed .node__submitted .submitted .username {
  font-size: 14px;
}
article.node--teaser .node__submitted .submitted .type,
article.node--list .node__submitted .submitted .type,
article.node--repost-announcement-list .node__submitted .submitted .type,
article.node--repost-announcement-teaser .node__submitted .submitted .type,
article.search-result .node__submitted .submitted .type,
article.node--review--node-embed .node__submitted .submitted .type {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "PT Serif", "Times New Roman", Times, serif;
}
article.node--teaser h2.node__title,
article.node--teaser h3.node__title,
article.node--list h2.node__title,
article.node--list h3.node__title,
article.node--repost-announcement-list h2.node__title,
article.node--repost-announcement-list h3.node__title,
article.node--repost-announcement-teaser h2.node__title,
article.node--repost-announcement-teaser h3.node__title,
article.search-result h2.node__title,
article.search-result h3.node__title,
article.node--review--node-embed h2.node__title,
article.node--review--node-embed h3.node__title {
  font-size: 22px;
  margin: 20px;
}
article.node--teaser h2.node__title a,
article.node--teaser h2.node__title a:link,
article.node--teaser h2.node__title a:visited,
article.node--teaser h2.node__title a:hover,
article.node--teaser h2.node__title a:focus,
article.node--teaser h3.node__title a,
article.node--teaser h3.node__title a:link,
article.node--teaser h3.node__title a:visited,
article.node--teaser h3.node__title a:hover,
article.node--teaser h3.node__title a:focus,
article.node--list h2.node__title a,
article.node--list h2.node__title a:link,
article.node--list h2.node__title a:visited,
article.node--list h2.node__title a:hover,
article.node--list h2.node__title a:focus,
article.node--list h3.node__title a,
article.node--list h3.node__title a:link,
article.node--list h3.node__title a:visited,
article.node--list h3.node__title a:hover,
article.node--list h3.node__title a:focus,
article.node--repost-announcement-list h2.node__title a,
article.node--repost-announcement-list h2.node__title a:link,
article.node--repost-announcement-list h2.node__title a:visited,
article.node--repost-announcement-list h2.node__title a:hover,
article.node--repost-announcement-list h2.node__title a:focus,
article.node--repost-announcement-list h3.node__title a,
article.node--repost-announcement-list h3.node__title a:link,
article.node--repost-announcement-list h3.node__title a:visited,
article.node--repost-announcement-list h3.node__title a:hover,
article.node--repost-announcement-list h3.node__title a:focus,
article.node--repost-announcement-teaser h2.node__title a,
article.node--repost-announcement-teaser h2.node__title a:link,
article.node--repost-announcement-teaser h2.node__title a:visited,
article.node--repost-announcement-teaser h2.node__title a:hover,
article.node--repost-announcement-teaser h2.node__title a:focus,
article.node--repost-announcement-teaser h3.node__title a,
article.node--repost-announcement-teaser h3.node__title a:link,
article.node--repost-announcement-teaser h3.node__title a:visited,
article.node--repost-announcement-teaser h3.node__title a:hover,
article.node--repost-announcement-teaser h3.node__title a:focus,
article.search-result h2.node__title a,
article.search-result h2.node__title a:link,
article.search-result h2.node__title a:visited,
article.search-result h2.node__title a:hover,
article.search-result h2.node__title a:focus,
article.search-result h3.node__title a,
article.search-result h3.node__title a:link,
article.search-result h3.node__title a:visited,
article.search-result h3.node__title a:hover,
article.search-result h3.node__title a:focus,
article.node--review--node-embed h2.node__title a,
article.node--review--node-embed h2.node__title a:link,
article.node--review--node-embed h2.node__title a:visited,
article.node--review--node-embed h2.node__title a:hover,
article.node--review--node-embed h2.node__title a:focus,
article.node--review--node-embed h3.node__title a,
article.node--review--node-embed h3.node__title a:link,
article.node--review--node-embed h3.node__title a:visited,
article.node--review--node-embed h3.node__title a:hover,
article.node--review--node-embed h3.node__title a:focus {
  color: #424242;
  text-decoration: none;
}
article.node--teaser header h2,
article.node--list header h2,
article.node--repost-announcement-list header h2,
article.node--repost-announcement-teaser header h2,
article.search-result header h2,
article.node--review--node-embed header h2 {
  font-size: 22px;
  margin: 20px;
}
article.node--teaser header h2 a,
article.node--teaser header h2 a:link,
article.node--teaser header h2 a:visited,
article.node--teaser header h2 a:hover,
article.node--teaser header h2 a:focus,
article.node--list header h2 a,
article.node--list header h2 a:link,
article.node--list header h2 a:visited,
article.node--list header h2 a:hover,
article.node--list header h2 a:focus,
article.node--repost-announcement-list header h2 a,
article.node--repost-announcement-list header h2 a:link,
article.node--repost-announcement-list header h2 a:visited,
article.node--repost-announcement-list header h2 a:hover,
article.node--repost-announcement-list header h2 a:focus,
article.node--repost-announcement-teaser header h2 a,
article.node--repost-announcement-teaser header h2 a:link,
article.node--repost-announcement-teaser header h2 a:visited,
article.node--repost-announcement-teaser header h2 a:hover,
article.node--repost-announcement-teaser header h2 a:focus,
article.search-result header h2 a,
article.search-result header h2 a:link,
article.search-result header h2 a:visited,
article.search-result header h2 a:hover,
article.search-result header h2 a:focus,
article.node--review--node-embed header h2 a,
article.node--review--node-embed header h2 a:link,
article.node--review--node-embed header h2 a:visited,
article.node--review--node-embed header h2 a:hover,
article.node--review--node-embed header h2 a:focus {
  color: #424242;
  text-decoration: none;
}
article.node--teaser .search-snippet-info,
article.node--list .search-snippet-info,
article.node--repost-announcement-list .search-snippet-info,
article.node--repost-announcement-teaser .search-snippet-info,
article.search-result .search-snippet-info,
article.node--review--node-embed .search-snippet-info {
  margin: 20px;
}
article.node--teaser .node__content,
article.node--list .node__content,
article.node--repost-announcement-list .node__content,
article.node--repost-announcement-teaser .node__content,
article.search-result .node__content,
article.node--review--node-embed .node__content {
  margin: 20px;
}
article.node--teaser .node-links-wrapper,
article.node--list .node-links-wrapper,
article.node--repost-announcement-list .node-links-wrapper,
article.node--repost-announcement-teaser .node-links-wrapper,
article.search-result .node-links-wrapper,
article.node--review--node-embed .node-links-wrapper {
  margin: 0 20px;
  padding: 10px 0;
  border-top: 1px solid #dcddd7;
  text-transform: uppercase;
  font-family: "PT Serif", "Times New Roman", Times, serif;
  font-size: 16px;
}
article.node--teaser .node-links-wrapper:after,
article.node--list .node-links-wrapper:after,
article.node--repost-announcement-list .node-links-wrapper:after,
article.node--repost-announcement-teaser .node-links-wrapper:after,
article.search-result .node-links-wrapper:after,
article.node--review--node-embed .node-links-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
article.node--teaser .node-links-wrapper a,
article.node--teaser .node-links-wrapper a:link,
article.node--teaser .node-links-wrapper a:visited,
article.node--teaser .node-links-wrapper a:hover,
article.node--teaser .node-links-wrapper a:focus,
article.node--list .node-links-wrapper a,
article.node--list .node-links-wrapper a:link,
article.node--list .node-links-wrapper a:visited,
article.node--list .node-links-wrapper a:hover,
article.node--list .node-links-wrapper a:focus,
article.node--repost-announcement-list .node-links-wrapper a,
article.node--repost-announcement-list .node-links-wrapper a:link,
article.node--repost-announcement-list .node-links-wrapper a:visited,
article.node--repost-announcement-list .node-links-wrapper a:hover,
article.node--repost-announcement-list .node-links-wrapper a:focus,
article.node--repost-announcement-teaser .node-links-wrapper a,
article.node--repost-announcement-teaser .node-links-wrapper a:link,
article.node--repost-announcement-teaser .node-links-wrapper a:visited,
article.node--repost-announcement-teaser .node-links-wrapper a:hover,
article.node--repost-announcement-teaser .node-links-wrapper a:focus,
article.search-result .node-links-wrapper a,
article.search-result .node-links-wrapper a:link,
article.search-result .node-links-wrapper a:visited,
article.search-result .node-links-wrapper a:hover,
article.search-result .node-links-wrapper a:focus,
article.node--review--node-embed .node-links-wrapper a,
article.node--review--node-embed .node-links-wrapper a:link,
article.node--review--node-embed .node-links-wrapper a:visited,
article.node--review--node-embed .node-links-wrapper a:hover,
article.node--review--node-embed .node-links-wrapper a:focus {
  text-decoration: none;
}
article.node--teaser .node-links-wrapper ul,
article.node--list .node-links-wrapper ul,
article.node--repost-announcement-list .node-links-wrapper ul,
article.node--repost-announcement-teaser .node-links-wrapper ul,
article.search-result .node-links-wrapper ul,
article.node--review--node-embed .node-links-wrapper ul {
  float: left;
  margin-right: 20px;
  text-decoration: none;
}
article.node--teaser .node-links-wrapper ul li,
article.node--list .node-links-wrapper ul li,
article.node--repost-announcement-list .node-links-wrapper ul li,
article.node--repost-announcement-teaser .node-links-wrapper ul li,
article.search-result .node-links-wrapper ul li,
article.node--review--node-embed .node-links-wrapper ul li {
  vertical-align: middle;
}
article.node--teaser .node-links-wrapper ul i,
article.node--list .node-links-wrapper ul i,
article.node--repost-announcement-list .node-links-wrapper ul i,
article.node--repost-announcement-teaser .node-links-wrapper ul i,
article.search-result .node-links-wrapper ul i,
article.node--review--node-embed .node-links-wrapper ul i {
  font-size: 20px;
  vertical-align: middle;
  padding: 2px 0 4px 0;
  display: inline-block;
  margin-left: 6px;
}
article.node--teaser .node-links-wrapper .comment-count,
article.node--teaser .node-links-wrapper .repost-link,
article.node--list .node-links-wrapper .comment-count,
article.node--list .node-links-wrapper .repost-link,
article.node--repost-announcement-list .node-links-wrapper .comment-count,
article.node--repost-announcement-list .node-links-wrapper .repost-link,
article.node--repost-announcement-teaser .node-links-wrapper .comment-count,
article.node--repost-announcement-teaser .node-links-wrapper .repost-link,
article.search-result .node-links-wrapper .comment-count,
article.search-result .node-links-wrapper .repost-link,
article.node--review--node-embed .node-links-wrapper .comment-count,
article.node--review--node-embed .node-links-wrapper .repost-link {
  float: left;
  line-height: 1.65em;
}
article.node--teaser .node-links-wrapper .comment-count a,
article.node--teaser .node-links-wrapper .comment-count a:link,
article.node--teaser .node-links-wrapper .comment-count a:visited,
article.node--teaser .node-links-wrapper .comment-count a:hover,
article.node--teaser .node-links-wrapper .comment-count a:focus,
article.node--teaser .node-links-wrapper .repost-link a,
article.node--teaser .node-links-wrapper .repost-link a:link,
article.node--teaser .node-links-wrapper .repost-link a:visited,
article.node--teaser .node-links-wrapper .repost-link a:hover,
article.node--teaser .node-links-wrapper .repost-link a:focus,
article.node--list .node-links-wrapper .comment-count a,
article.node--list .node-links-wrapper .comment-count a:link,
article.node--list .node-links-wrapper .comment-count a:visited,
article.node--list .node-links-wrapper .comment-count a:hover,
article.node--list .node-links-wrapper .comment-count a:focus,
article.node--list .node-links-wrapper .repost-link a,
article.node--list .node-links-wrapper .repost-link a:link,
article.node--list .node-links-wrapper .repost-link a:visited,
article.node--list .node-links-wrapper .repost-link a:hover,
article.node--list .node-links-wrapper .repost-link a:focus,
article.node--repost-announcement-list .node-links-wrapper .comment-count a,
article.node--repost-announcement-list .node-links-wrapper .comment-count a:link,
article.node--repost-announcement-list .node-links-wrapper .comment-count a:visited,
article.node--repost-announcement-list .node-links-wrapper .comment-count a:hover,
article.node--repost-announcement-list .node-links-wrapper .comment-count a:focus,
article.node--repost-announcement-list .node-links-wrapper .repost-link a,
article.node--repost-announcement-list .node-links-wrapper .repost-link a:link,
article.node--repost-announcement-list .node-links-wrapper .repost-link a:visited,
article.node--repost-announcement-list .node-links-wrapper .repost-link a:hover,
article.node--repost-announcement-list .node-links-wrapper .repost-link a:focus,
article.node--repost-announcement-teaser .node-links-wrapper .comment-count a,
article.node--repost-announcement-teaser .node-links-wrapper .comment-count a:link,
article.node--repost-announcement-teaser .node-links-wrapper .comment-count a:visited,
article.node--repost-announcement-teaser .node-links-wrapper .comment-count a:hover,
article.node--repost-announcement-teaser .node-links-wrapper .comment-count a:focus,
article.node--repost-announcement-teaser .node-links-wrapper .repost-link a,
article.node--repost-announcement-teaser .node-links-wrapper .repost-link a:link,
article.node--repost-announcement-teaser .node-links-wrapper .repost-link a:visited,
article.node--repost-announcement-teaser .node-links-wrapper .repost-link a:hover,
article.node--repost-announcement-teaser .node-links-wrapper .repost-link a:focus,
article.search-result .node-links-wrapper .comment-count a,
article.search-result .node-links-wrapper .comment-count a:link,
article.search-result .node-links-wrapper .comment-count a:visited,
article.search-result .node-links-wrapper .comment-count a:hover,
article.search-result .node-links-wrapper .comment-count a:focus,
article.search-result .node-links-wrapper .repost-link a,
article.search-result .node-links-wrapper .repost-link a:link,
article.search-result .node-links-wrapper .repost-link a:visited,
article.search-result .node-links-wrapper .repost-link a:hover,
article.search-result .node-links-wrapper .repost-link a:focus,
article.node--review--node-embed .node-links-wrapper .comment-count a,
article.node--review--node-embed .node-links-wrapper .comment-count a:link,
article.node--review--node-embed .node-links-wrapper .comment-count a:visited,
article.node--review--node-embed .node-links-wrapper .comment-count a:hover,
article.node--review--node-embed .node-links-wrapper .comment-count a:focus,
article.node--review--node-embed .node-links-wrapper .repost-link a,
article.node--review--node-embed .node-links-wrapper .repost-link a:link,
article.node--review--node-embed .node-links-wrapper .repost-link a:visited,
article.node--review--node-embed .node-links-wrapper .repost-link a:hover,
article.node--review--node-embed .node-links-wrapper .repost-link a:focus {
  color: #424242;
}
article.node--teaser .node-links-wrapper .comment-count i,
article.node--teaser .node-links-wrapper .repost-link i,
article.node--list .node-links-wrapper .comment-count i,
article.node--list .node-links-wrapper .repost-link i,
article.node--repost-announcement-list .node-links-wrapper .comment-count i,
article.node--repost-announcement-list .node-links-wrapper .repost-link i,
article.node--repost-announcement-teaser .node-links-wrapper .comment-count i,
article.node--repost-announcement-teaser .node-links-wrapper .repost-link i,
article.search-result .node-links-wrapper .comment-count i,
article.search-result .node-links-wrapper .repost-link i,
article.node--review--node-embed .node-links-wrapper .comment-count i,
article.node--review--node-embed .node-links-wrapper .repost-link i {
  font-size: 20px;
  vertical-align: middle;
  padding: 2px 0 4px 0;
  display: inline-block;
}
article.node--teaser .node-links-wrapper .repost-link i,
article.node--list .node-links-wrapper .repost-link i,
article.node--repost-announcement-list .node-links-wrapper .repost-link i,
article.node--repost-announcement-teaser .node-links-wrapper .repost-link i,
article.search-result .node-links-wrapper .repost-link i,
article.node--review--node-embed .node-links-wrapper .repost-link i {
  margin-right: 5px;
}

.preview .node article.node--review--node-embed {
  background: white;
}

article.node--list article.node--review--node-embed,
article.node--repost-announcement-list article.node--review--node-embed,
article.node--repost-announcement-teaser article.node--review--node-embed,
article.node--teaser article.node--review--node-embed {
  display: none;
}

article.node.node--short .node__submitted {
  font-size: 12px;
  color: #5c5c5c;
  margin-bottom: 0;
}
article.node.node--short .node__submitted span.type-icon {
  display: inline;
}
article.node.node--short .node__submitted span.submitted {
  display: inline;
}
article.node.node--short div.node__title {
  font-family: "PT Serif", "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0.5em 0 1em 0;
}
article.node.node--short div.node__title a {
  color: #424242;
}
article.node.node--short .posted-in {
  border-top: 1px solid #dcddd7;
  text-align: right;
  font-size: 12px;
  color: #5c5c5c;
}
article.node.node--short .posted-in a {
  color: #5c5c5c;
}

.homebox-portlet article.node.node--short {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dcddd7;
}
.homebox-portlet article.node.node--short div.node__title {
  margin: 0.5em 0 0.5em 0;
}
.homebox-portlet article.node.node--short .posted-in {
  border-top: none;
  text-align: left;
}

article.node--review .pretitle {
  font-size: 12px;
  color: #5c5c5c;
}
article.node--review .pretitle:after {
  content: "";
  display: table;
  clear: both;
}
article.node--review .pretitle div.field {
  float: left;
  margin-right: 20px;
}

article.node--contribution .pretitle img {
  max-width: 100% !important;
}
article.node--contribution .pretitle .mejs-container {
  max-width: 100% !important;
}
article.node--contribution .pretitle .mejs-container div {
  max-width: 100% !important;
}

.reposted .field--label-inline .field__label {
  font-weight: bold;
  display: inline;
}
.reposted .field--label-inline .field__items {
  display: inline;
}
.reposted .field--label-inline .field__items .field__item {
  display: inline;
}

.panel-2col-bricks .panel-col-first .node__submitted .type-icon,
.panel-2col-bricks .panel-col-last .node__submitted .type-icon {
  display: none;
}
.panel-2col-bricks .panel-col-first .node__submitted .submitted,
.panel-2col-bricks .panel-col-last .node__submitted .submitted {
  padding-left: 20px;
}
.panel-2col-bricks .panel-col-first article.node--contribution .pretitle,
.panel-2col-bricks .panel-col-last article.node--contribution .pretitle {
  width: 100%;
  float: none;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.panel-2col-bricks .panel-col-first article.node--contribution h2.node__title,
.panel-2col-bricks .panel-col-last article.node--contribution h2.node__title {
  margin-top: 20px !important;
}
.panel-2col-bricks .panel-col-first article.node--contribution footer.node-links-wrapper,
.panel-2col-bricks .panel-col-last article.node--contribution footer.node-links-wrapper {
  margin-top: 0;
}

h2.pane-title a {
  color: #424242;
  text-decoration: none;
}

table {
  width: 100%;
  margin-bottom: 1em;
}
table td, table th {
  padding: 20px;
}
table th {
  background: #e58900;
  color: white;
}
table th a,
table th a:link,
table th a:hover,
table th a:focus,
table th a:visited {
  color: white;
}
table tr.odd td {
  background: white;
}
table tr.even td {
  background: #fafaf7;
}
table tr.odd.drag-previous td {
  background: #f5f9cb;
}
table tr.even.drag-previous td {
  background: #ecf49d;
}
table .tabledrag-handle {
  text-decoration: none;
}
table .tabledrag-handle .handle {
  height: 30px;
  width: 26px;
}

.tabledrag-toggle-weight {
  display: none;
}

.tabledrag-changed {
  color: #998200;
  display: none;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Serif", "Times New Roman", Times, serif;
  line-height: 1.25em;
}

h1 {
  font-size: 42px;
  letter-spacing: -1px;
  font-weight: normal;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1px;
}

h3 {
  font-size: 22px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

h5 {
  font-size: 18px;
  font-weight: normal;
}

p {
  line-height: 1.65em;
}

html.html, body {
  background: #f8f7f2;
  color: #424242;
}

a {
  color: #3299ba;
  text-decoration: underline;
}

.l-main .l-content h1 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1px;
}

::-webkit-input-placeholder {
  color: #424242;
}

:-moz-placeholder {
  color: #424242;
}

::-moz-placeholder {
  color: #424242;
}

:-ms-input-placeholder {
  color: #424242;
}

input[type=text] {
  color: #424242;
}

.l-content ul li {
  line-height: 1.65em;
}

.l-region--sidebar-second li.active a {
  font-weight: bold;
}
.l-region--sidebar-second li.active a::before {
  content: "»";
  margin-right: 6px;
}

blockquote {
  border-left: 3px solid #cecece;
  padding-left: 1em;
}

.view-network-directory.view-display-id-page_1 td.views-field-field-og-logo {
  width: 156px;
}
.view-network-directory.view-display-id-page_1 td.views-field-title h2 {
  margin: 0 0 0.25em 0;
}
.view-network-directory.view-display-id-page_1 td.views-field-title h2 a {
  color: #424242;
  text-decoration: none;
}
.view-network-directory.view-display-id-page_1 td.views-field-group-group {
  font-weight: bold;
}

.view-og-contibutions {
  margin-top: 0;
}
.view-og-contibutions .view-filters:after {
  content: "";
  display: table;
  clear: both;
}
.view-og-contibutions .view-filters .views-exposed-form {
  float: right;
}
.view-og-contibutions .view-filters label {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.view-og-contibutions .view-filters .views-widget {
  float: left;
  display: block;
}
.view-og-contibutions .view-filters .views-exposed-widget {
  padding-right: 0;
}

.blog-wrapper {
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  background: white;
  padding: 15px 20px;
  margin-bottom: 1em;
}
.blog-wrapper h2 {
  margin: 0;
  font-size: 22px;
}
.blog-wrapper h2 a {
  color: #424242;
  text-decoration: none;
}
.blog-wrapper .metadata {
  font-size: 12px;
  color: #5c5c5c;
}
.blog-wrapper .metadata > div {
  display: inline-block;
  margin-right: 15px;
}
.blog-wrapper .blog-link {
  margin: 18px 0;
}

.view-global-contibutions {
  margin-top: -1em;
}
.view-global-contibutions .view-filters:after {
  content: "";
  display: table;
  clear: both;
}
.view-global-contibutions .view-filters .views-exposed-form {
  float: right;
}
.view-global-contibutions .view-filters label {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.view-global-contibutions .view-filters .views-widget {
  float: left;
  display: block;
}
.view-global-contibutions .view-filters .views-exposed-widget {
  padding-right: 0;
}

body.page-browse-blog .blog-wrapper h2 .blog-network {
  font-size: 70%;
}

.view-og-content-type.view-display-id-panel_pane_2 .views-row,
.view-og-content-type-category.view-display-id-panel_pane_2 .views-row,
.view-og-content-category.view-display-id-panel_pane_2 .views-row,
.view-og-content-tag.view-display-id-panel_pane_2 .views-row,
.view-og-content-type-tag.view-display-id-panel_pane_2 .views-row,
.view-all-content-by-type.view-display-id-panel_pane_2 .views-row,
.view-all-content-by-type-category.view-display-id-panel_pane_2 .views-row,
.view-all-content-by-category.view-display-id-panel_pane_2 .views-row,
.view-all-content-by-tag.view-display-id-panel_pane_2 .views-row,
.view-all-content-by-type-tag.view-display-id-panel_pane_2 .views-row {
  background: white;
  margin-bottom: 1em;
  padding: 20px;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
}
.view-og-content-type.view-display-id-panel_pane_2 .views-row .views-field-title,
.view-og-content-type.view-display-id-panel_pane_2 .views-row .views-field-title h2,
.view-og-content-type-category.view-display-id-panel_pane_2 .views-row .views-field-title,
.view-og-content-type-category.view-display-id-panel_pane_2 .views-row .views-field-title h2,
.view-og-content-category.view-display-id-panel_pane_2 .views-row .views-field-title,
.view-og-content-category.view-display-id-panel_pane_2 .views-row .views-field-title h2,
.view-og-content-tag.view-display-id-panel_pane_2 .views-row .views-field-title,
.view-og-content-tag.view-display-id-panel_pane_2 .views-row .views-field-title h2,
.view-og-content-type-tag.view-display-id-panel_pane_2 .views-row .views-field-title,
.view-og-content-type-tag.view-display-id-panel_pane_2 .views-row .views-field-title h2,
.view-all-content-by-type.view-display-id-panel_pane_2 .views-row .views-field-title,
.view-all-content-by-type.view-display-id-panel_pane_2 .views-row .views-field-title h2,
.view-all-content-by-type-category.view-display-id-panel_pane_2 .views-row .views-field-title,
.view-all-content-by-type-category.view-display-id-panel_pane_2 .views-row .views-field-title h2,
.view-all-content-by-category.view-display-id-panel_pane_2 .views-row .views-field-title,
.view-all-content-by-category.view-display-id-panel_pane_2 .views-row .views-field-title h2,
.view-all-content-by-tag.view-display-id-panel_pane_2 .views-row .views-field-title,
.view-all-content-by-tag.view-display-id-panel_pane_2 .views-row .views-field-title h2,
.view-all-content-by-type-tag.view-display-id-panel_pane_2 .views-row .views-field-title,
.view-all-content-by-type-tag.view-display-id-panel_pane_2 .views-row .views-field-title h2 {
  font-size: 22px;
  font-weight: bold;
  font-family: "PT Serif", "Times New Roman", Times, serif;
  line-height: 1.25em;
}

body.page-node.node-type-network .l-content h2 {
  margin-top: 0;
}
body.page-node.node-type-network .l-content .view {
  margin-bottom: 30px;
}

#block-hnog-og-header,
#block-hnutils-global-header {
  height: 338px;
  padding: 40px 0;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0, rgba(0, 0, 0, 0.2) 2px 2px 0, rgba(0, 0, 0, 0.2) 3px 3px 0;
}
#block-hnog-og-header h1 a,
#block-hnutils-global-header h1 a {
  text-decoration: none;
}
#block-hnog-og-header h3,
#block-hnutils-global-header h3 {
  margin-top: 0;
}
#block-hnog-og-header .body,
#block-hnutils-global-header .body {
  display: none;
}

#block-hnutils-content-header {
  padding: 30px 0 30px 0;
}
#block-hnutils-content-header h1 {
  margin-top: 0;
  margin-bottom: 0;
}
#block-hnutils-content-header h2 {
  font-size: 42px;
  letter-spacing: -1px;
  font-weight: normal;
  margin-bottom: 0;
}

.with-preface #block-hnutils-content-header {
  padding: 30px 0 60px 0;
}

#block-hnuser-user-header {
  padding: 30px 0 30px 0;
  color: #5c5c5c;
}
#block-hnuser-user-header:after {
  content: "";
  display: table;
  clear: both;
}
#block-hnuser-user-header h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}
#block-hnuser-user-header h1 a {
  color: black;
}
#block-hnuser-user-header a {
  text-decoration: none;
}
#block-hnuser-user-header .picture {
  float: left;
  margin-right: 20px;
}
#block-hnuser-user-header .position-title {
  font-weight: bold;
}

body.front .l-content-header-wrapper {
  background-image: url(../images/header-photo.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
body.front .l-content-header-wrapper .l-content-header-wrapper-inner {
  background: url(../images/header-dot.png);
}
body.front .l-content-header-wrapper #block-hnutils-global-header {
  padding-top: 72px;
}

#block-hnog-og-browse ul,
#block-hnutils-global-browse ul {
  padding-left: 0;
  margin-bottom: 0;
}
#block-hnog-og-browse ul li,
#block-hnutils-global-browse ul li {
  display: block;
}
#block-hnog-og-browse ul li a,
#block-hnog-og-browse ul li a:link,
#block-hnog-og-browse ul li a:visited,
#block-hnog-og-browse ul li a:hover,
#block-hnog-og-browse ul li a:focus,
#block-hnutils-global-browse ul li a,
#block-hnutils-global-browse ul li a:link,
#block-hnutils-global-browse ul li a:visited,
#block-hnutils-global-browse ul li a:hover,
#block-hnutils-global-browse ul li a:focus {
  margin: 0;
  display: block;
  padding: 10px 10px;
  background: #e7e7e7;
  color: #424242;
  text-decoration: none;
  border-top: 3px solid #cecece;
}
#block-hnog-og-browse ul li a.active,
#block-hnutils-global-browse ul li a.active {
  color: black;
  font-weight: bold;
  border-top-color: #3299ba;
}

.l-region--sidebar-second,
.l-region--sidebar-first {
  margin-top: 10px;
}
.l-region--sidebar-second .block,
.l-region--sidebar-first .block {
  border-bottom: 1px solid white;
}
.l-region--sidebar-second .block h2, .l-region--sidebar-second .block h3,
.l-region--sidebar-first .block h2,
.l-region--sidebar-first .block h3 {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0;
}
.l-region--sidebar-second .block .block__content,
.l-region--sidebar-first .block .block__content {
  border-bottom: 1px solid #dcddd7;
}
.l-region--sidebar-second ul,
.l-region--sidebar-second ul.menu,
.l-region--sidebar-first ul,
.l-region--sidebar-first ul.menu {
  padding-left: 0;
/*  margin-bottom: 2em; */
}
li.first.leaf {
  margin-top: 0.75em;
}
.l-region--sidebar-second ul li,
.l-region--sidebar-second ul li.leaf,
.l-region--sidebar-second ul.menu li,
.l-region--sidebar-second ul.menu li.leaf,
.l-region--sidebar-first ul li,
.l-region--sidebar-first ul li.leaf,
.l-region--sidebar-first ul.menu li,
.l-region--sidebar-first ul.menu li.leaf {
  list-style: none;
  margin-bottom: 0.75em;
}
.l-region--sidebar-second a,
.l-region--sidebar-second a:link,
.l-region--sidebar-second a:visited,
.l-region--sidebar-second a:hover,
.l-region--sidebar-second a:focus,
.l-region--sidebar-first a,
.l-region--sidebar-first a:link,
.l-region--sidebar-first a:visited,
.l-region--sidebar-first a:hover,
.l-region--sidebar-first a:focus {
  color: #424242;
  text-decoration: none;
}
.l-region--sidebar-second a.btn,
.l-region--sidebar-second a.btn:link,
.l-region--sidebar-second a.btn:visited,
.l-region--sidebar-second a.btn:hover,
.l-region--sidebar-second a.btn:focus,
.l-region--sidebar-first a.btn,
.l-region--sidebar-first a.btn:link,
.l-region--sidebar-first a.btn:visited,
.l-region--sidebar-first a.btn:hover,
.l-region--sidebar-first a.btn:focus {
  color: white;
}

#block-hnog-og-rss-links .fa-rss-square {
  color: #ff9900;
}

#block-hnutils-social-media ul {
  padding-left: 0;
  margin-bottom: 1em;
}
#block-hnutils-social-media ul li {
  display: inline-block;
  font-size: 1.2em;
}
#block-hnutils-social-media ul li a {
  color: #424242;
}

.l-region--sidebar-second .block--simpleads {
  border-bottom: none;
}
.l-region--sidebar-second .block--simpleads .block__content {
  border-bottom: none;
}

.subscribe-link {
  margin: 20px 0;
}
.subscribe-link a.btn.fancy {
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  background: #424242;
}
.subscribe-link a.btn.fancy .button-icon.circle {
  background: black;
  font-size: 130%;
  padding: 8px;
}
.subscribe-link a.btn.fancy .button-icon.circle i {
  padding: 6px 6px;
}
.subscribe-link a.btn.fancy span.title {
  margin-top: 7px;
}

.subscribe-link.unsubscribe a.btn.fancy span.title {
  margin-top: 16px;
}

.l-content #block-hnog-og-links {
  float: right;
  width: 220px;
  margin-bottom: 1em;
}
.l-content #block-hnog-og-links ul {
  padding-left: 0;
  margin: 0;
}
.l-content #block-hnog-og-links ul li {
  list-style: none;
  line-height: 1.25em;
}
.l-content #block-hnog-og-links .button-icon.circle {
  font-size: 130%;
  padding: 8px;
}
.l-content #block-hnog-og-links .button-icon.circle i {
  padding: 5px 5px 3px 6px;
}
.l-content #block-hnog-og-links span.title {
  margin-top: 5px;
}

#block-hnog-og-editor-actions .button-icon.circle {
  font-size: 130%;
  padding: 8px;
}
#block-hnog-og-editor-actions .button-icon.circle i {
  padding: 5px 5px 3px 6px;
}
#block-hnog-og-editor-actions span.title {
  margin-top: 5px;
}

body.node-type-network .l-content #block-hnog-og-links {
  margin-top: 0;
}

.l-content .messages {
  clear: both;
}

.l-region--sidebar-second .block--hnutils-global-actions a.btn.fancy,
.l-footer .block--hnutils a.btn.fancy {
  margin-bottom: 10px;
  background: #424242;
}
.l-region--sidebar-second .block--hnutils-global-actions a.btn.fancy:after,
.l-footer .block--hnutils a.btn.fancy:after {
  content: "";
  display: table;
  clear: both;
}
.l-region--sidebar-second .block--hnutils-global-actions a.btn.fancy .button-icon.circle,
.l-footer .block--hnutils a.btn.fancy .button-icon.circle {
  background: black;
  font-size: 120%;
  padding: 10px;
}
.l-region--sidebar-second .block--hnutils-global-actions a.btn.fancy .button-icon.circle i,
.l-footer .block--hnutils a.btn.fancy .button-icon.circle i {
  padding: 5px 6px 4px 6px;
}
.l-region--sidebar-second .block--hnutils-global-actions a.btn.fancy span.title,
.l-footer .block--hnutils a.btn.fancy span.title {
  margin-top: 7px;
}
.l-region--sidebar-second .block--hnutils-global-actions .login-link a.btn.fancy .button-icon.circle i,
.l-footer .block--hnutils .login-link a.btn.fancy .button-icon.circle i {
  padding: 4px 6px 5px 6px;
}
.l-region--sidebar-second .block--hnutils-global-actions .all-networks-link a.btn.fancy .button-icon.circle i,
.l-footer .block--hnutils .all-networks-link a.btn.fancy .button-icon.circle i {
  padding: 4px 4px 4px 4px;
}

.l-region--sidebar-second .block--hnutils-global-actions .block__content {
  padding: 20px 0;
}

.l-footer .block--hnutils:after {
  content: "";
  display: table;
  clear: both;
}
.l-footer .block--hnutils .block__content > div {
  width: 100%;
  float: none;
}
.l-footer .block--hnutils .login-link {
  display: none;
}
.l-footer .block--hnutils .contribution-link {
  display: none;
}
.l-footer .block--hnutils a.btn.fancy {
  background: #ff9900;
  border-top: 1px solid #ffad33;
  border-left: 1px solid #ffad33;
}
.l-footer .block--hnutils a.btn.fancy .button-icon.circle {
  background: #e58900;
}

.facet-closed .block__content > form,
.facet-closed .block__content > ul {
  display: none;
}

.block--facetapi h2.block__title a.toggle {
  background: url(../images/collapse.png) left 1px no-repeat;
  padding-left: 24px;
}

.block--facetapi.facet-closed h2.block__title a.toggle {
  background: url(../images/expand.png) left 1px no-repeat;
}

.block--facetapi form.hnutils-search-range-form label {
  font-size: 14px;
}
.block--facetapi form.hnutils-search-range-form .date-padding {
  padding: 0 0 10px 0;
}
.block--facetapi form.hnutils-search-range-form input[type=submit] {
  margin-bottom: 1em;
}

.search-actions {
  text-align: right;
  border-bottom: 1px solid #dcddd7;
}
.search-actions .add-to-homebox {
  display: inline-block;
  margin-bottom: 1em;
}
.search-actions div.saved-search-toggle {
  display: inline-block;
  margin-bottom: 1em;
}
.search-actions div.saved-search-form {
  display: none;
  border-top: 1px solid #dcddd7;
  padding: 1em 0;
}
.search-actions div.saved-search-form:after {
  content: "";
  display: table;
  clear: both;
}
.search-actions div.saved-search-form form {
  float: right;
  width: 50%;
}
.search-actions div.saved-search-form input[type=text] {
  padding: 9px 8px 7px 12px;
  max-width: 100%;
  border: none;
}
.search-actions div.saved-search-form .form-type-textfield {
  display: block;
  float: left;
  background: white;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  padding: 0px 37px 0px 0px;
  font-size: 12px;
  width: 100%;
  margin: 0;
  border: 1px solid #e7e7e7;
}
.search-actions div.saved-search-form input[type=submit] {
  display: block;
  float: right;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 7px 6px 7px;
  margin: -32px 3px 3px 0;
}
.search-actions div.saved-search-form.closed {
  display: none;
}
.search-actions div.saved-search-form.open {
  display: block;
}

#block-hnutils-contribution-download {
  margin-top: 2em;
}

a.announcement-button {
  margin-left: -30px;
  width: 250px;
}

.l-region--closure {
  border-top: 1px solid #424242;
  padding: 10px 0;
  margin-bottom: 20px;
}
.l-region--closure h5 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}
.l-region--closure p {
  font-family: "PT Serif", "Times New Roman", Times, serif;
  font-size: 12px;
  margin: 0;
  color: #b6b6b6;
}

.l-footer-container {
  padding-top: 20px;
}
.l-footer-container h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 1em 0;
  letter-spacing: 0;
}
.l-footer-container .l-region--footer {
  width: 100%;
}
.l-footer-container #block-menu-menu-footer-menu ul.menu {
  padding-left: 0;
}
.l-footer-container #block-menu-menu-footer-menu ul.menu:after {
  content: "";
  display: table;
  clear: both;
}
.l-footer-container #block-menu-menu-footer-menu ul.menu li {
  float: left;
  width: 50%;
  list-style: none;
  padding: 7px 0;
}

.l-region--footer-second .view-all-content article.node.node--short a {
  color: white;
}
.l-region--footer-second .view-all-content article.node.node--short .node__title a {
  text-decoration: none;
}
.l-region--footer-second .view-all-content article.node.node--short .node__submitted {
  color: white;
}
.l-region--footer-second .view-all-content article.node.node--short .node__submitted .type,
.l-region--footer-second .view-all-content article.node.node--short .node__submitted .type-icon {
  color: #ff9900;
}
.l-region--footer-second .view-all-content article.node.node--short .node__submitted .type {
  font-family: "PT Serif", "Times New Roman", Times, serif;
  text-transform: uppercase;
}
.l-region--footer-second .view-all-content article.node.node--short .posted-in {
  border-top: 1px solid #424242;
  color: white;
}
.l-region--footer-second .view-all-content .more-link {
  font-size: 12px;
  margin-top: 1em;
}
.l-region--footer-second .view-all-content .more-link a {
  padding-right: 16px;
  background: url(../images/more-link-12.png) right 2px no-repeat;
}

.l-header {
  background: #3299ba;
  color: white;
}
.l-header a,
.l-header a:link,
.l-header a:visited,
.l-header a:hover,
.l-header a:focus {
  color: white;
}
.l-header h2.breadcrumb-label {
  font-size: 0.86em;
  display: inline;
  margin: 0;
  font-weight: normal;
  font-family: "Open Sans", Arial, sans-serif;
  letter-spacing: 0;
}
.l-header div.breadcrumb {
  display: inline-block;
  margin-left: 4px;
  margin-top: 10px;
  font-size: 0.86em;
}
.l-header .l-header-wrapper {
  background: #194c5d;
  color: white;
  text-align: center;
}
.l-header .l-header-container:after {
  content: "";
  display: table;
  clear: both;
}
.l-header .l-region--header {
  text-align: right;
}
.l-header .l-region--header:after {
  content: "";
  display: table;
  clear: both;
}
.l-header .l-branding {
  min-height: 56px;
  padding: 0 2em;
  text-align: center;
}
.l-header .l-branding a.site-logo {
  display: inline-block;
  padding: 10px 10px 10px 15px;
}
.l-header .l-branding h2.site-slogan {
  display: inline-block;
  margin: 0;
  font-size: 0.86em;
  font-family: "Open Sans", Arial, sans-serif;
  letter-spacing: 0;
}
.l-header .l-branding h2.site-slogan a {
  display: block;
  padding-top: 12px;
  padding-bottom: 6px;
  text-decoration: none;
}
.l-header .l-branding-container {
  padding: 0;
  margin-bottom: 0;
}
.l-header .l-branding-container:after {
  content: "";
  display: table;
  clear: both;
}
.l-header .l-region--navigation {
  text-align: center;
}

.l-content-header-wrapper {
  background-color: black;
  color: white;
  overflow: hidden;
}
.l-content-header-wrapper .l-content-header-container {
  margin-bottom: 0;
}
.l-content-header-wrapper a {
  color: white;
}
.l-content-header-wrapper h2 {
  margin-top: 0;
}
.l-content-header-wrapper h2 a {
  text-decoration: none;
}

.l-content-header-second-wrapper {
  background-color: white;
  color: #424242;
  border-bottom: 1px solid #cecece;
}
.l-content-header-second-wrapper .l-content-header-second-container {
  margin-bottom: 0;
}
.l-content-header-second-wrapper a {
  color: #424242;
}
.l-content-header-second-wrapper h2 {
  margin-top: 0;
}
.l-content-header-second-wrapper h2 a {
  text-decoration: none;
}

.l-footer {
  background: black;
  color: white;
}

#block-menu-menu-header-menu {
  display: block;
  font-size: 0.86em;
  line-height: 1em;
  margin-right: 4px;
  margin-top: 13px;
  margin-bottom: 13px;
}
#block-menu-menu-header-menu:after {
  content: "";
  display: table;
  clear: both;
}
#block-menu-menu-header-menu .block__title {
  display: none;
}
#block-menu-menu-header-menu ul.menu {
  text-align: center;
  margin: 0;
  display: block;
  padding-left: 0;
  padding-bottom: 5px;
}
#block-menu-menu-header-menu ul.menu li {
  display: block;
}
#block-menu-menu-header-menu ul.menu li a {
  padding: 10px;
  display: block;
}
#block-menu-menu-header-menu a {
  text-decoration: none;
  padding: 0 8px 0 8px;
}

#block-hnuser-user-menu .navbar {
  background-color: #3299ba;
  border: none;
  margin-bottom: 0;
  margin-right: 15px;
}
#block-hnuser-user-menu .navbar a,
#block-hnuser-user-menu .navbar a:link,
#block-hnuser-user-menu .navbar a:hover {
  color: white;
  background: transparent;
  text-decoration: none;
}
#block-hnuser-user-menu .navbar a:hover,
#block-hnuser-user-menu .navbar a:focus,
#block-hnuser-user-menu .navbar a.active,
#block-hnuser-user-menu .navbar a.active-trail {
  background: #277892;
}
#block-hnuser-user-menu .navbar span.link-placeholder {
  padding: 3px 20px;
  display: block;
}
#block-hnuser-user-menu i {
  border: 3px solid white;
  -moz-border-radius: 30px / 30px;
  -webkit-border-radius: 30px 30px;
  border-radius: 30px / 30px;
  padding: 4px 6px;
  vertical-align: middle;
}
#block-hnuser-user-menu .navbar-default .navbar-nav > .open > a:hover,
#block-hnuser-user-menu .navbar-default .navbar-nav > .open > a:focus {
  background: #277892;
}
#block-hnuser-user-menu .navbar-nav > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#block-hnuser-user-menu .dropdown-menu {
  background: #277892;
}
#block-hnuser-user-menu .dropdown-menu li {
  text-align: center;
}
#block-hnuser-user-menu .dropdown-menu a:hover,
#block-hnuser-user-menu .dropdown-menu a:focus,
#block-hnuser-user-menu .dropdown-menu a.active,
#block-hnuser-user-menu .dropdown-menu a.active-trail {
  background: #1c576a;
}

#block-search-form {
  display: block;
  text-align: center;
  margin-top: 1px;
}
#block-search-form:after {
  content: "";
  display: table;
  clear: both;
}

.search-block-form {
  margin: auto;
  margin-top: 15px;
  width: 200px;
}
.search-block-form .form-item-search-block-form {
  background: white;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  padding: 1px 27px 0 0;
  font-size: 12px;
  float: left;
  margin-bottom: 0;
}
.search-block-form input[type=text] {
  width: 160px;
  border: none;
  padding: 3px 8px;
}
.search-block-form .form-actions {
  float: left;
}
.search-block-form input[type=submit] {
  font-size: 12px;
  padding: 1px 5px;
  margin-left: -30px;
  margin-right: 3px;
  margin-top: 2px;
}

#block-hnog-og-search {
  margin-top: 1.0em;
}
#block-hnog-og-search:after {
  content: "";
  display: table;
  clear: both;
}
#block-hnog-og-search .form-item-keys {
  display: block;
  float: left;
  background: white;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  padding: 0px 37px 0px 0px;
  font-size: 12px;
  width: 100%;
  margin: 0;
  border: 1px solid #e7e7e7;
}
#block-hnog-og-search input[type=text] {
  padding: 9px 8px 7px 12px;
  max-width: 100%;
  border: none;
}
#block-hnog-og-search input[type=submit] {
  display: block;
  float: right;
  padding: 5px 7px 6px 7px;
  margin: -32px 3px 3px 0;
}

.announcement-title {
  font-weight: bold;
  font-size: 110%;
}

table.search-results.apachesolr_search-results {
  margin-top: 1em;
}

body.page-node-announcements .l-content h1 {
  display: none;
}

.l-content {
  margin-top: 24px;
}
.l-content h1 {
  margin-top: 0;
}

.page-networks .l-content {
  border-bottom: 1px solid #dcddd7;
}
.page-networks .network-search-wrapper {
  width: 50%;
  text-align: right;
  float: right;
}
.page-networks .network-search-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.page-networks form.hnog-network-categories-filter-form {
  background: #3299ba;
  color: white;
  padding: 8px 15px;
}
.page-networks form.hnog-network-categories-filter-form:after {
  content: "";
  display: table;
  clear: both;
}
.page-networks form.hnog-network-categories-filter-form a,
.page-networks form.hnog-network-categories-filter-form a:link,
.page-networks form.hnog-network-categories-filter-form a:visited,
.page-networks form.hnog-network-categories-filter-form a:hover,
.page-networks form.hnog-network-categories-filter-form a:focus {
  color: white;
}
.page-networks form.hnog-network-categories-filter-form a.expand-all {
  margin-left: 2px;
  display: inline-block;
  padding: 8px 0 8px 25px;
  background: url(../images/expand.png) left 8px no-repeat;
}
.page-networks form.hnog-network-categories-filter-form a.expand-all.open {
  background: url(../images/collapse.png) left 8px no-repeat;
}
.page-networks form.hnog-network-categories-filter-form .form-item-network-keywords {
  display: block;
  float: left;
  background: white;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
  padding: 0px 37px 0px 0px;
  font-size: 12px;
  margin: 0;
  border: 1px solid #e7e7e7;
  width: 100%;
}
.page-networks form.hnog-network-categories-filter-form input[type=text] {
  padding: 9px 8px 7px 12px;
  max-width: 100%;
  border: none;
  width: 100%;
}
.page-networks form.hnog-network-categories-filter-form input[type=submit] {
  display: block;
  float: right;
  padding: 5px 7px 6px 7px;
  margin: -32px 3px 3px 0;
}
.page-networks .network-category {
  border: 1px solid #dcddd7;
  border-bottom: none;
  padding: 15px;
  background: white;
}
.page-networks .network-category h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 20px;
  margin: -2px 0 0 0;
}
.page-networks .network-category .network-count {
  float: right;
  margin-top: -20px;
}
.page-networks .network-category .networks-wrapper {
  margin: 30px 0 0 0;
}
.page-networks .network-category .networks-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.page-networks .network-category a.toggle {
  display: inline-block;
  padding-left: 25px;
  background: url(../images/expand.png) left 3px no-repeat;
}
.page-networks .network-category ul {
  padding-left: 0;
}
.page-networks .network-category ul li {
  list-style: none;
  margin-bottom: 1em;
}
.page-networks .network-category ul li:after {
  content: "";
  display: table;
  clear: both;
}
.page-networks .network-category .network .icon {
  float: left;
  margin-right: 15px;
}
.page-networks .network-category .network .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  display: inline-block;
}
.page-networks .network-category .network .name a {
  color: #424242;
  text-decoration: none;
}
.page-networks .network-category .network .subscriber-count {
  display: inline-block;
  font-size: 12px;
  margin-left: 15px;
}
.page-networks .network-category.open a.toggle {
  background: url(../images/collapse.png) left 3px no-repeat;
}

html.js .page-networks .network-category .networks-wrapper {
  display: none;
}
html.js .page-networks .network-category.open .networks-wrapper {
  display: block;
}

#user-profile .panel-col-first {
  display: none;
}
#user-profile .panel-col-last {
  width: 100%;
}
#user-profile h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 0.4em 0;
}
#user-profile .panel-pane {
  margin-bottom: 2em;
}
#user-profile p {
  margin-top: 0;
}
#user-profile div.item-list > ul {
  padding-left: 0;
  margin: 0;
}
#user-profile div.item-list > ul li {
  list-style: none;
  margin-bottom: 0.75em;
  line-height: 1.4em;
}
#user-profile .views-field-field-degree-title,
#user-profile .views-field-field-position-title {
  font-weight: bold;
}

td.checkbox,
th.checkbox {
  min-height: 0px;
  margin-top: 0;
  margin-bottom: 0;
}

td.menu-enabled {
  width: auto;
}

td.checkbox input[type="checkbox"],
td.checkbox-inline input[type="checkbox"] {
  position: relative;
  margin-left: 0;
  margin-top: 0;
}

.white-box-fields {
  background-color: #fff;
  margin-bottom: 1em;
  padding: 20px;
  -moz-border-radius: 2px / 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px / 2px;
}

.white-box-fields .views-field-title {
  font-size: 22px;
  font-weight: bold;
  font-family: "PT Serif", "Times New Roman", Times, serif;
  line-height: 1.25em;
}

/*center slideshows*/
.views-slideshow-cycle-main-frame-row {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.block--twitter-block {
  margin: 5px;
}

.node--webform--node-embed * h2.node__title {
  display: none;
}
