@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

/* ---------------------------------------------

* Filename:     style.css
* Version:      1.0.0 (2015-03-01)
* Website:      http://www.zymphonies.com
                http://www.freebiezz.com
* Description:  System Styles
* Author:       Zymphonies Dev Team
                info@zymphonies.com

-----------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clear:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

* html .clear {
  height: 1%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #666;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  line-height: 1.7;
}

a {
  color: #650A65;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #666;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin-bottom: 8px;
  color: #650A65;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 17px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 13px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 13px;
}

p {
  margin-bottom: 15px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th,
.sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

table {
  background: #ececec;
  border: 1px solid #bbbbbb;
}

th {
  background: #faf7ff;
  border-right: 1px solid #c8c7c7;
  color: #222;
  padding: 10px;
  font-weight: bold;
}

td {
  background: #FFF;
  color: #747474;
  text-align: left;
  padding: 10px;
  border: 1px solid #DBDBDB;
}

code {
  background: rgb(250, 250, 250);
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color: #fdfc9b;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

hr {
  border: none;
  border-top: #EEE 1px solid;
}

dt {
  font-weight: bold;
  margin-bottom: 24px;
}

dd {
  margin-left: 30px;
  margin-bottom: 24px;
}

ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 12px;
}

ul ul {
  list-style-type: square;
  margin-bottom: 0;
}

ul ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: 24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom: 0;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom: #999 1px dotted;
  cursor: help;
}

big {
  font-size: 1.3em;
}

cite,
em {
  font-style: italic;
}

ins {
  background-color: #fdfc9b;
  text-decoration: none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes: none;
  border: 1px solid rgb(226, 220, 220);
  background: rgb(250, 247, 247) url(../images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

strong {
  font-weight: bold;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 10px;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

img,
video {
  max-width: 100%;
  height: auto;
}

video {
  display: block;
}

audio {
  max-width: 100%;
}

b {
  font-weight: bold;
  color: #333;
}

/* Overall layout container */
.layout-container {
  width: 100%;
  max-width: 1200px;   /* keep your nice centered layout on desktop */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.layout-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.layout-content {
  flex: 1 1 60%; /* grows and shrinks, min 60% width */
  min-width: 300px;
}

/* Sidebars */
.layout-sidebar-first,
.layout-sidebar-second {
  flex: 0 0 20%; /* fixed width, does not shrink below 20% */
  min-width: 200px;
}

/* Header */
header[role="banner"] {
  padding: 20px 0 0 0;
}

/* Menus */
.region-primary-menu,
.region-secondary-menu {
  margin-bottom: 20px;
}

/* Breadcrumb */
.region-breadcrumb {
  margin: 10px 0;
}
/* Help region */
.region-help {
  margin: 20px 0;
}

.region-content {
  width: 100%;
}

/* Main content */
.layout-content {
  margin: 30px 0;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Footer */
footer[role="contentinfo"] {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

/* Vertical Tabs */
.vertical-tabs .vertical-tabs__pane {
  padding:20px;
}

/*---------------------------
  Logo & Site name
----------------------------*/

#logo {
  margin: 0px 10px 10px 0;
  max-width: 200px;
}
#logo img {
  display: block;
}
#site-title {
  margin-top: 5px;
  float: left;
  clear: both;
  color: #888;
  font-size: 13px;
  line-height: 120%;
  font-weight: normal;
}

/*---------------------------
  User Menu
----------------------------*/

.region-user_menu h2 {
  display: none;
}

.region-user_menu ul li {
  display: inline-block;
  background: none;
  padding: 0 10px;
  line-height: 100%;
  position: relative;
}
.region-user_menu ul li.last {
  border: 0;
  padding-right: 0;
}
.region-user_menu ul {
  float: right;
}
.region-user_menu {
  overflow: hidden;
  width: 100%;
}
.region-user_menu ul ul {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  margin: 0px;
}

.region-user_menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.region-user_menu ul li ul li {
  border-right: none;
  display: block;
}

/*---------------------------
  Admin Menu
----------------------------*/
#block-profacto-adminmenu nav ul li ul {
  display: none;
}
#block-profacto-adminmenu nav ul li:hover ul {
  display: block;
}

/*---------------------------
  Main Menu
----------------------------*/

#block-profacto-main-menu {
  position: relative;
  float: left;
}

#block-profacto-main-menu ul {
  float: left;
  padding: 0;
  margin: 0;
}

#block-profacto-main-menu li {
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  float: left;
}

#block-profacto-main-menu a {
  padding: 12px 20px;
  display: block;
  text-decoration: none;
  color: #444;
  line-height: 100%;
  white-space: nowrap;
  text-transform: uppercase;
}

#block-profacto-main-menu li a.active{
  background: #F9F9F9;
}

#block-profacto-main-menu li:hover >a {
  color: #289DCC;
}

#block-profacto-main-menu ul li:first-child {
  padding-left: 0;
}

#block-profacto-main-menu li li {
  float: none;
  min-width: 150px;
  padding: 0;
  margin: 0;
  position: relative;
}

#block-profacto-main-menu li ul ul {
  left: 158px;
  top: 0;
}

#block-profacto-main-menu li li a {
  min-width: 150px;
  margin: 0;
  border-bottom: 1px solid #A6A6A6;
  text-align: left;
  overflow: hidden;
  padding: 15px 15px;
}

#block-profacto-main-menu li > ul {
  border-top: 4px solid #666;
}

#block-profacto-main-menu li ul {
  display: none;
  position: absolute;
  z-index: 9999;
  padding: 0;
  margin: 0;
  background: #999;
  overflow: visible !important;
}

#block-profacto-main-menu li:hover > ul,
#block-profacto-main-menu li li:hover > ul,
#block-profacto-main-menu li li li:hover > ul {
  display: block;
}

#block-profacto-main-menu li li.expanded >a{
  background-image: url(../images/arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px;
}

#block-profacto-main-menu .nav-toggle {
  display: none;
}

#block-profacto-main-menu ul li.leaf,
#block-profacto-main-menu ul li.expanded,
#block-profacto-main-menu ul li.collapsed {
  list-style: none;
}

#block-profacto-main-menu ul.menu li li {
  border: 0;
  margin: 0;
  width: 100%;
}

#block-profacto-main-menu ul.menu li li:hover >a {
  color: #fff;
}

#block-profacto-main-menu li.expanded,
#block-profacto-main-menu li.collapsed,
#block-profacto-main-menu li.leaf {
  margin: 0;
  padding: 0;
}


#block-profacto-main-menu li:hover > ul, #block-profacto-main-menu li li:hover > ul, #block-profacto-main-menu li li li:hover > ul {
    display: block;
    border: #999 2px solid !important;
    border-radius: 2px;
}
/*---------------------------
  Article Form
----------------------------*/
.node-article-form .field-type-taxonomy-term-reference.field-name-field-region .form-checkboxes .form-type-checkbox {display: inline-block; padding-right: 10px;}
.node-article-form .field-type-datetime .form-type-textfield .description {display:none;}
/* .node-article-form fieldset.field-group-fieldset legend {
  background: #014d79;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-radius:0px;
  width: 100%;
  color: white;
  padding-left: 20px;
}
.node-article-form fieldset.field-group-fieldset legend a.fieldset-title {color:#fff;}
.node-article-form fieldset.field-group-fieldset {
  border: 1px solid #014d79;
} */
body.page-node-add-article input#edit-title,
body.node-type-article input#edit-title{
  width:100%;
}
html.js body.page-node-add-article fieldset.collapsible div.fieldset-wrapper,
html.js body.node-type-article fieldset.collapsible div.fieldset-wrapper {
  overflow: visible !important;
}

/* -------------------------
  Form Elements
---------------------------- */

/* fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fieldset-wrapper {
  margin-top: 25px;
} */

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}

.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}

.filter-wrapper .form-item label {
  margin-right: 10px;
}

.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}

.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}

/*fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

fieldset.collapsed legend {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

fieldset .fieldset-wrapper {
  padding: 0 10px;
}

fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  font-style: italic;
}*/

input {
  margin: 2px 0;
  padding: 4px;
}

input:focus {
  outline-color: #ECF8FC;
}

textarea.form-textarea,
select.form-select {
  padding: 10px;
}

input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ddd;
}

.password-suggestions ul li {
  margin-left: 1.2em;
}

.form-item, .form-actions {
  margin: 10px 0;
}

.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}

.form-type-radio .description, .form-type-checkbox .description {
  margin-left: 2px;
}

button,
body a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin: 0 5px 5px 0;
  font-size: 13px;
  line-height: 13px;
  padding: 8px 15px;
  border: 1px solid #DDD;
  display: inline-block;
  background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFF 100%);
  background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-color: #F9F9F9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  cursor: pointer;
}

button:hover,
body a.btn:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color: #F9F9F9;
}

[data-drupal-messages] > div[aria-label="Status message"] {
  background-color: #e6f4ea;
  border: 1px solid #b7dfc2;
  color: #2e7d32;
  padding: 15px 20px;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

[data-drupal-messages] > div[aria-label="Error message"] {
  background-color: #fdecea;
  border: 1px solid #f5c2c7;
  color: #a94442;
  padding: 15px 20px;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

[data-drupal-messages] > div[aria-label="Warning message"] {
  background-color: #fff4e5;
  border: 1px solid #ffe0b2;
  color: #8a6d3b;
  padding: 15px 20px;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.node h2.title,
.page-title {
  font-size: 2.25em;
  margin-bottom: 20px;
}
.block h2 {
  padding: 10px 0;
  overflow: hidden;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.user-menu-wrapper {
  width: 100%;
  border-bottom: 1px solid #eee;
}
ul.past-issues-links {
  margin-left: 0px;
}
ul.past-issues-links li {
  display: inline-block;
  border-right: 1px solid #c7c2c2;
  padding-right: 10px;
  line-height: 13px;
  padding-left: 10px;
}
ul.past-issues-links li:last-child {
  border-right: none;
}

/* -------------------------
  Form Elements
---------------------------- */
.order-digest .views-exposed-form {
  width: 180px;
  margin: 0 auto;
  text-align: center;
}
.order-digest .views-exposed-form label {
  font-weight: bold;
}
.order-digest #views-form-order-digest-page-1 .view-grouping .view-grouping-header,
.order-digest #views-form-kpsd-order-print-digest-page-1 .view-grouping .view-grouping-header,
.order-digest #views-form-kpoc-order-print-digest-page-1 .view-grouping .view-grouping-header,
.order-digest #views-form-kp-channel-order-print-digest-page-1 .view-grouping .view-grouping-header {
	font-size: 2em;
}
.order-digest .view-grouping-content h3{
	font-size: 1.3em;
	margin-bottom: 20px;
	color: #5B5B5B;
}
.order-digest .views-field-field-blurb{
	margin-top:5px;
}
.order-digest .view-grouping{
	margin-bottom:40px;
}
.order-digest .views-row{
	margin-bottom:10px;
}
.order-digest .views-row-last{
	margin-bottom:30px;
}
.order-digest .views-field-title{
	font-weight: bold;
	float:left;
	margin-right:5px;
}
.order-digest .view-filters{
	width:215px;
	text-align: center;
	margin: 0 auto 0 auto;
}
.order-digest  #edit-field-digest-date-value-wrapper{
	padding:0;
	margin:0;
}
.order-digest .view-filters .description{
	display:none;
}
.order-digest .view-filters input.form-text{
	width:215px;
}
.order-digest .views-exposed-widget.views-submit-button{
	margin:0;
	padding:0;
	width:50%;
	margin: 0 25% 0 25%;
}
.order-digest .views-exposed-widget.views-submit-button #edit-submit-order-digest{
	margin-top: 10px;
}
.order-digest #edit-field-digest-date-value-value-wrapper div{
	margin:0;
	padding:0;
}
.order-digest #edit-field-digest-date-value-value-datepicker-popup-0{
	margin:auto 0 auto 0;
	padding:auto 0 auto 0;
}
.order-digest #edit-submit-order-digest{
	margin:0;
}
.order-digest .views-row .views-field-field-source{
	float:left;
	border-right: 1px solid lightgrey;
	margin-right: 5px;
	padding-right: 6px;
	font-style: italic;
}
.order-digest .views-field-field-date{
	font-weight: bold;
}
.text-summary-wrapper{
	display:none;
}


/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Visual styles for fields.
 */

.field:not(:last-child) {
  margin-block-end: var(--sp2);
}

.field__label {
  font-weight: bold;
}

.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left; /* LTR */

  /**
   * Chromium and Webkit do not yet support flow relative logical properties,
   * such as float: inline-end. However, PostCSS Logical does not compile this
   * value, so we accommodate by not using these.
   *
   * @see https://caniuse.com/mdn-css_properties_clear_flow_relative_values
   * @see https://github.com/csstools/postcss-plugins/issues/632
   */
}

.field--label-inline .field__label:dir(rtl),
.field--label-inline .field__items:dir(rtl) {
  float: right;
}

.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-inline-end: 0.5em;
}

.field--label-inline .field__label::after {
  content: ":";
}

.tabs .tabs__tab {
  display: inline-block;
}


/*-------------------------------------------*
  Admin Tabs
/*-------------------------------------------*/

ul.tabs--primary {
  border: none;
  margin: 0;
  padding: 0;
}

/* ul.tabs--primary li {
  float: left;
} */

ul.tabs--primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.tabs--primary li a:hover,
ul.tabs--primary li a.is-active {
  background: #666;
  border: none;
  color: #fff;
}

ul.tabs--primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.tabs--secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.tabs--secondary li {
  border-right: none;
}

ul.tabs--secondary li a,
ul.tabs--secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.tabs--secondary li a:hover,
ul.tabs--secondary li a.is-active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.tabs--secondary a.is-active {
  border-bottom: none;
}

/*------------------------------
           Search Page
---------------------------------*/
.views-exposed-form label,
.views-exposed-form .form-wrapper legend {
  font-weight: bold;
}
.views-exposed-form .form-wrapper {
  float: left;
  padding: .5em 1em 0 0;
}
.views-exposed-form .form-wrapper .form-item-field-date-value-min label,
.views-exposed-form .form-wrapper .form-item-field-date-value-max label {
  display: none;
}
.views-exposed-form .form-wrapper .js-form-type-date input {
  border: 1px solid #ddd;
  font-family: 'Open Sans', sans-serif;
}
.views-form .vbo-view-form {
  float: left;
  width: 100%;
}
.views-form .vbo-view-form .js-form-item-action {
  border: 1px solid lightgray;
  padding: 20px;
}

.views-field-views-bulk-operations-bulk-form .js-form-type-checkbox,
.view.start-search .vbo-views-form .views-row .form-type-checkbox{
	margin:0px 0;
	margin-right:8px;
	float:left;
}
.view.start-search .form-item-keys input{
	width:100%;
}
.view.start-search .form-item-keys {width:74%;}
.view.start-search .vbo-views-form .views-row .views-field-field-source,
.view.start-search .views-row .views-field-field-source{
	float:left;
	border-right: 1px solid lightgrey;
	margin-right: 5px;
	padding-right: 6px;
	font-style: italic;
}
.view.start-search #edit-field-date-value-wrapper {clear:both;}
.view.start-search .views-field-field-date{
	font-weight: bold;
}
.view.start-search #edit-field-category-tid-wrapper{
	max-width:260px;
}
.view.start-search #edit-field-category-tid-wrapper .description{
	font-size: 0.87em;
}
.view.start-search #edit-field-date-value-wrapper .description{
	display:none;
}
.view.start-search  .views-field-field-blurb p{
	margin-bottom: 0px;
}
.view.start-search .views-field-title{
	font-weight: bold;
}
.view.start-search .primary-category{
	display:inline-block;
}
.view.start-search .primary-category .field-content{
	display:inline-block;
}
.view.start-search .secondary-category{
	display:inline-block;
}
.view.start-search .secondary-category .field-content{
	display:inline-block;
}

.view.start-search .primary-category:before{
	content:"Tags: ";
	margin-right:3px;
	margin-left:20px;
}
.view.start-search .primary-category .views-label{
	float:left;
	margin:0px 10px;
}
.view.start-search .primary-category + .secondary-category:before{
	content:", ";
}
.view.start-search .chosen-results{
	min-height: 500px;
}

.view.start-search .views-submit-button{
	margin:10px 6px 0 1em;
	padding:0;
}

.view.start-search .views-reset-button{
	margin:10px 0px 0 1em;
	padding:0;
}

.view-filters {
	margin-bottom: 50px;
}
.views-row {
	margin-bottom:20px;
}

.view-print-buttons{
	float:right;
}

/*------------------------------
      Search Results View
---------------------------------*/

.view-search-results .view-display-id-attachment_1 .view-header h2{
	margin-top:20px;
	margin-bottom:0;
}
.view-search-results .view-display-id-attachment_1{
	margin-bottom:20px;
}
.view-search-results .attachment .views-row{
	margin-bottom:0;
	padding-bottom:0;
}
.view-search-results .views-row{
	margin-bottom:30px;
	padding-bottom:0;
}
.view-search-results .view-content .vbo-views-form .views-row .form-type-checkbox{
	margin:0px 0;
	margin-right:8px;
	float:left;
}
.view-search-results .view-content .views-row .views-field-field-source{
	float:left;
	border-right: 1px solid lightgrey;
	margin-right: 5px;
	padding-right: 6px;
	font-style: italic;
}
.view-search-results .views-field-field-date{
	font-weight: bold;
}
.view-search-results .views-field-title{
	font-weight: bold;
}
.view-search-results .views-field-title{
	font-weight: bold;
}
/* created report */
.view-create-report .views-row{
	margin-bottom: 50px;
}
.red-text{
	color:red;
	font-weight: bold;
}

input[type="submit"],
input[type="reset"] {
  background: #6b1f6b;
  border: 1px solid #6b1f6b;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Hover */
input[type="submit"]:hover,
input[type="reset"]:hover {
  background: #581858;   /* darker purple */
  border-color: #581858;
}

/* Disabled */
input[type="submit"]:disabled,
input[type="reset"]:disabled {
    color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
    /* background: #c4a3c4; */
    border-color: #c4a3c4;
    /* color: #ffffff; */
    cursor: not-allowed;
    opacity: 0.7;
    margin: 0 5px 5px 0;
    font-size: 13px;
    line-height: 13px;
    padding: 8px 15px;
    border: 1px solid #DDD;
    display: inline-block;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
}

.js-form-item.form-item.form-type-checkbox.js-form-type-checkbox.form-item-select-all.js-form-item-select-all {
    background: #ffffff;
    border: 1px solid #cccccc;
    max-width: 350px;
    width: 100%;
    padding: 10px;
}

/*======================
  Past Archive Block
========================*/
.view-digest-archive select.ViewsJumpMenu {
  padding: 4px;
  border: 1px solid #ddd;
}
div#block-views-digest-archive-block-1.block.block-views.contextual-links-region{
	width:40%;
	margin:0 auto;
	margin-bottom:20px;
}
.view-digest-archive .view-filters{
	text-align: center;
	margin: 0 auto;
	width:95px;
}
.view-digest-archive .form-type-date-select{
	margin:0;
	padding:0;
}
.view-digest-archive .views-submit-button{
	margin:0px 10px;
	margin-left:30px;
	display:inline-block;
}
.view-digest-archive .view-content{
	margin-bottom:0;
	text-align: center;
	margin: 0 auto;
	width:300px;
}
.view-digest-archive #edit-field-digest-date-value-wrapper{
	margin:0;
	padding:0;
}
.view-digest-archive form input#edit-go {display:none;}
.view-digest-archive form .container-inline:first-child {float:left;}

.order-digest.view-order-digest.view-display-page_1 .view-content,
.order-digest.view-kpsd-order-print-digest.view-display-page_1 .view-content,
.order-digest.view-kpoc-order-print-digest.view-display-page_1 .view-content,
.order-digest.view-kp-channel-order-print-digest.view-display-page_1 .view-content{
  clear: both;
}

/* Hide the last link in node footer links on frontpage teaser */
.view-frontpage .view-content .views-row article ul.links.inline li:last-child:not(:only-child) {
  display: none;
}

