/*******************************************
This style sheet uses a CSS Compiler
Please see SASS/SCSS files before changing the sos__master.css 
Website (Drupal) - Contact Kim Johnson --- kjohnson@azsos.gov
*******************************************/
/** Sass/scss local files, contact Kim Johnson --- kjohnson@azsos.gov **/
/*

$sos_blue:#56697d;
$sos_grey:#6b6a70;
$sos_green:#74836c;
$sos_beige:#ccc3b1;
$sos_red:#8a3538;
$sos_gold:#ac8c55;
$sos_copper:#96694c;
$sos_yellow:#cf9c51;

*/
.sos_blue {
  color: #56697d; }

.sos_grey {
  color: #6b6a70; }

.sos_green {
  color: #74836c; }

.sos_beige {
  color: #ccc3b1; }

.sos_red {
  color: #8a3538; }

.sos_gold {
  color: #ac8c55; }

.sos_copper {
  color: #96694c; }

.sos_yellow {
  color: #cf9c51; }

/** HTML tags replace **/
img {
  border: 0px; }

p {
  margin: 20px auto; }

div {
  margin: 1px auto; }

ul, ol {
  margin: 20px 10px 20px 50px; }
  ul li, ol li {
    margin: 4px auto; }
  ul ul, ul ol, ol ul, ol ol {
    margin: 2px auto; }

/****** NEW CLASSES ******/
.bold, .bld, b, bold {
  font-weight: bold; }

.caps {
  text-transform: capitalize; }

.allcaps, .upper {
  text-transform: uppercase; }

.smallcaps, .lower {
  font-variant: small-caps; }

.uline, u, .underln, uline {
  text-decoration: underline; }

.italics, .ital, i {
  font-style: oblique; }

s, .strikethrough, .strike {
  text-decoration: line-through; }

.center, .align_center, .align-center, .acenter {
  text-align: center;
  margin: auto; }

.aleft, .align_left, .align-left {
  text-align: left;
  margin: auto; }

.aright, .align_right, .align-right {
  text-align: right;
  margin: auto; }

.valign-mid {
  vertical-align: middle; }

.ml50 {
  margin-left: 50px; }

.ml100 {
  margin-left: 100px; }

.float_right, .float-right, .fright, .float_left, .float-left, .fleft {
  margin-top: 5px; }

.float_right, .float-right, .fright {
  float: right;
  margin: 0 0px 20px 20px; }

.float_left, .float-left, .fleft {
  float: left;
  margin: 0 20px 20px 0px; }

.frame {
  padding: 10px;
  border: 1px solid #333;
  text-align: center; }
  .frame .caption {
    font-size: .9em;
    font-style: italic;
    color: #222; }

.polaroid {
  padding: 10px;
  border: 0px solid #333;
  box-shadow: 2px 2px 10px #777;
  margin: 20px auto;
  text-align: center; }
  .polaroid img {
    text-align: center; }
  .polaroid .caption {
    font-size: .9em;
    font-style: italic;
    color: #222;
    text-align: left; }

.quote {
  text-align: left;
  background: #ddd;
  padding: 20px;
  margin: 10px; }
  .quote .phrase {
    text-align: left;
    font-style: oblique; }
  .quote .author {
    text-align: right; }

.display-hide, .display_hide, .display-none, .display_none, .d-hide, .d-none {
  display: none; }

.access_error_message {
  margin: 10px 40px; }

.colortemp {
  color: #777; }

.font-sm-light {
  color: #777;
  font-size: .85em; }

.text-hang, .text_hang {
  text-indent: -50px;
  margin-left: 50px; }

.desc1 {
  color: #444; }

.astrick, .a-star {
  font-size: 1.4em;
  font-weight: bold; }

.reqd, .req {
  font-size: 1.3em;
  font-weight: bold;
  color: #c00; }

.notes01 {
  color: #444;
  font-style: oblique; }

/** menu item for second sidebar when a menu item does not show up **/
.manual_menu, .manual-menu {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 6px 15px;
  margin: auto; }

/** style for showing a file type next to the file link **/
.file_item, .file-item, .file_type, .file-type {
  color: #444;
  font-size: .9em; }

/** Springshare libcal stuff **/
.more_events_button_libcal {
  text-align: center;
  width: 200px;
  margin: 5px auto;
  padding: 10px;
  font-size: 1.2em;
  font-weight: bold;
  background: #56697d;
  border-radius: 6px;
  color: #fff; }
  .more_events_button_libcal a {
    color: #fff; }
  .more_events_button_libcal a:visited {
    color: #fff; }
  .more_events_button_libcal a:active {
    color: #fff; }
  .more_events_button_libcal a:hover {
    color: #fff; }

.new_div {
  display: block;
  margin: 5px auto; }

.new_span {
  display: inline-block; }

.in_diff_lang {
  font-size: .9em;
  font-style: italic; }

/*

	div {
		img {
			width:200px; height:180px; object-fit:cover; 
		}
	}
	
*/
.img_m400_w100 img, .img_w100_m400 img {
  width: 99%;
  max-width: 400px;
  margin: auto; }

.img_w100_m200 img {
  width: 99%;
  max-width: 200px;
  margin: auto; }

.img_w100_m120 img {
  width: 99%;
  max-width: 120px;
  margin: auto; }

.img .w100 {
  width: 99%;
  margin: auto; }
.img .mw200 {
  max-width: 200px; }
.img .mw400 {
  max-width: 400px; }

.img_fill_01 img {
  width: 50%;
  height: 100%;
  object-fit: cover; }

.img-mxw {
  width: 100%;
  margin: auto; }
  .img-mxw.mxw-100 {
    max-width: 100px; }
  .img-mxw.mxw-200 {
    max-width: 200px; }
  .img-mxw.mxw-400 {
    max-width: 400px; }
  .img-mxw.mxw-500 {
    max-width: 500px; }
  .img-mxw.mxw-600 {
    max-width: 600px; }
  .img-mxw.mxw-800 {
    max-width: 800px; }

/********** buttons ************/
.btn_xl_30_50, .btn_xl_30_50 img {
  padding: 30px 50px;
  margin: 2px 12px; }

.placeholder01 {
  color: #555;
  border: 1px dashed #bbb;
  padding: 10px;
  margin: 20px 2px; }

.content_block {
  padding: 10px;
  margin: 20px 2px; }

.coll_body {
  padding: 6px 1px; }

.test-9839845 {
  width: 48%;
  margin: 20px auto;
  display: inline-block; }

.yearlist li {
  margin: 4px auto;
  display: inline-block;
  width: 30%; }

/** This is an alternative to Normal Bootstrap panels. Tanner says this version is more accessible **/
.nobs {
  width: 100%; }
  .nobs .nobs_collapse {
    border: 1px solid #ddd;
    margin: 8px 20px;
    border-radius: 10px; }
    .nobs .nobs_collapse .nobs_header {
      background: #eee; }
      .nobs .nobs_collapse .nobs_header a {
        margin: 0; }
        .nobs .nobs_collapse .nobs_header a h3 {
          padding: 10px 15px !important;
          margin: 0 !important;
          text-transform: none !important;
          text-decoration: none !important; }
        .nobs .nobs_collapse .nobs_header a h9 {
          display: block !important;
          font-size: 1.1em;
          padding: 10px 15px !important;
          margin: 0 !important;
          text-transform: none !important;
          text-decoration: none !important; }
      .nobs .nobs_collapse .nobs_header a, .nobs .nobs_collapse .nobs_header a:hover, .nobs .nobs_collapse .nobs_header a:visited, .nobs .nobs_collapse .nobs_header a:active {
        text-decoration: none; }
    .nobs .nobs_collapse .nobs_body {
      padding: 15px 15px; }

/** end nobs **/
a, a:active, a:visited {
  color: #1471d3;
  text-decoration: none; }

a:hover {
  color: #c8513c;
  text-decoration: underline; }

body a, body a:active, body a:visited {
  color: #1471d3;
  text-decoration: none; }
body a:hover {
  color: #c8513c;
  text-decoration: underline; }

hr {
  height: 1px;
  background: #ccc3b1; }

/****** bootstrap replacements ******/
.alert-primary, .alert-secondary, .alert-success, .alert-danger, .alert-warning, .alert-info, .alert-light {
  color: #444; }

/** custom buttons **/
/*
.btn {padding:10px 18px; }
*/
.btn {
  margin: 5px auto;
  color: #fff;
  background: #0069d9; }
  .btn.btn-primary {
    color: #fff; }
    .btn.btn-primary a {
      color: #fff; }
      .btn.btn-primary a:active, .btn.btn-primary a:visited, .btn.btn-primary a:hover {
        color: #fff; }
    .btn.btn-primary:active, .btn.btn-primary:visited, .btn.btn-primary:hover {
      color: #fff; }

.btn-blue, .btn-sos-blue {
  color: #fff !important;
  background: #56697d;
  border-color: #56697d; }
  .btn-blue a, .btn-blue a:visited, .btn-blue a:active, .btn-blue a:hover, .btn-blue a:focus, .btn-sos-blue a, .btn-sos-blue a:visited, .btn-sos-blue a:active, .btn-sos-blue a:hover, .btn-sos-blue a:focus {
    color: #fff !important; }

.btn-blue:hover, .btn-sos-blue:hover {
  background: #35678a;
  color: #fff !important; }

.btn-sos-beige {
  color: #000 !important;
  background: #ccc3b1;
  border-color: #ccc3b1; }
  .btn-sos-beige a, .btn-sos-beige a:visited, .btn-sos-beige a:active, .btn-sos-beige a:hover, .btn-sos-beige a:focus {
    color: #000 !important; }

.btn-sos-beige:hover {
  background: #bcb29f;
  color: #000 !important; }

.btn-sos-gold {
  color: #fff !important;
  background: #ac8c55;
  border-color: #ac8c55; }
  .btn-sos-gold a, .btn-sos-gold a:visited, .btn-sos-gold a:active, .btn-sos-gold a:hover, .btn-sos-gold a:focus {
    color: #fff !important; }

.btn-sos-gold:hover {
  background: #9f814c;
  color: #fff !important; }

.btn-sos-red a, .btn-sos-red a:active, .btn-sos-red a:hover, .btn-sos-red a:visited,
a.btn-sos-red, .btn-sos-red, .btn-sos-red:active, .btn-sos-red:hover, .btn-sos-red:visited {
  color: #fff !important; }

.btn-sos-blue a, .btn-sos-blue a:active, .btn-sos-blue a:hover, .btn-sos-blue a:visited,
a.btn-sos-blue, .btn-sos-blue, .btn-sos-blue:active, .btn-sos-blue:hover, .btn-sos-blue:visited {
  color: #fff !important; }

/*** collapsible panels ***/
.panel-group .panel.panel-default .panel-heading {
  padding: 0px;
  text-transform: none; }
  .panel-group .panel.panel-default .panel-heading h4.panel-title {
    margin: 0px auto !important;
    text-transform: none !important;
    text-decoration: none !important;
    font-size: 1.1em !important;
    font-weight: normal; }
    .panel-group .panel.panel-default .panel-heading h4.panel-title a {
      padding: 12px;
      display: block;
      font-weight: normal; }
.panel-group .panel-heading.heading {
  padding: 10px !important;
  font-size: 1.1em;
  color: #000;
  font-weight: normal; }
.panel-group .panel-body {
  padding: 1px 10px 10px 10px !important; }

/****** agency template replacements ******/
#page .content h1, #page .content h2, #page .content h3, #page .content h4, #page .content h5, #page .content h6 {
  text-transform: none;
  color: #8a3538;
  padding: 0px;
  margin: 15px auto 12px auto;
  font-weight: bold; }
#page .content h1 {
  font-size: 1.4em;
  color: #222; }
#page .content h2 {
  font-size: 1.3em;
  border-bottom: 4px solid #ccc3b1;
  padding-bottom: 2px; }
#page .content h3 {
  font-size: 1.1em;
  text-decoration: underline;
  color: #8a3538; }
#page .content h4 {
  font-size: 1em;
  color: #000;
  text-decoration: underline; }
#page .content h5 {
  font-size: 1em;
  text-decoration: underline; }
#page .content h6 {
  font-size: 1em;
  color: #666;
  text-decoration: underline; }

#content h1#page-title, #content h1#node-page-title {
  padding: 0px;
  margin: 12px 8px; }

#colorbox h1, #colorbox h2, #colorbox h3, #colorbox h4, #colorbox h5, #colorbox h6 {
  text-transform: none; }

/*** header ***/
#zone-branding.zone div.region.region-menu {
  padding-top: 0px; }
#zone-branding.zone div#region-branding div.site-details, #zone-branding.zone div#region-branding div.region.region-branding {
  padding-bottom: 0px; }

#zone-branding.zone div.region.region-menu section#block-system-main-menu.block.block-system.block-menu div.block-inner.clearfix div.content ul.menu.nav li {
  padding: 0px;
  margin: 0px; }
#zone-branding.zone div.region.region-menu section#block-system-main-menu.block.block-system.block-menu div.block-inner.clearfix div.content ul.menu.nav a {
  padding: 5px 12px;
  margin: 0px; }

#zone-branding .region-menu .content > ul.menu li a ul li a {
  text-transform: normal; }

/** breadcrumbs ******************************************************/
#breadcrumb {
  background: #6b6a70; }
  #breadcrumb ul.breadcrumb {
    color: #fff;
    font-family: 'arial';
    padding: 0px; }
    #breadcrumb ul.breadcrumb a, #breadcrumb ul.breadcrumb a:active, #breadcrumb ul.breadcrumb a:visited, #breadcrumb ul.breadcrumb a:hover {
      color: #fff; }
    #breadcrumb ul.breadcrumb a:active {
      text-decoration: underline; }
    #breadcrumb ul.breadcrumb li, #breadcrumb ul.breadcrumb li a.active-trail, #breadcrumb ul.breadcrumb li a.active {
      color: #fff; }

.menu-block-wrapper.menu-block-5.menu-name-main-menu ul.menu.nav li {
  padding: 2px 0px; }

/**   sidebar-second     sidebar menu **/
#sidebar-second .block-menu-block ul.menu li a:active, #sidebar-second .block-menu-block ul.menu li a:visited, #sidebar-second .block-menu-block ul.menu li a:hover {
  color: #1471d3; }
#sidebar-second .block-menu-block ul.menu li a:active {
  background-color: #e7e4e0; }
#sidebar-second .block-menu-block ul.menu.nav li a {
  padding: 5px 1px 5px 30px; }
#sidebar-second .block-menu-block ul.menu.nav li.expanded a.active-trail {
  background: #f2f0ec; }
#sidebar-second .block-menu-block ul.menu.nav li.active-trail.active a.active-trail.active {
  background: #e7e4e0; }
#sidebar-second .block-menu-block .glyphicon, #sidebar-second .block-menu-block a.glyphicon {
  top: 2px;
  width: 25px; }

/*

#sidebar-second .block-menu-block ul.menu li a,
#sidebar-second .block-menu-block ul.menu li.last a {padding:7px 10px 7px 25px; }

#sidebar-second .block-menu-block .glyphicon,#sidebar-second .block-menu-block a.glyphicon {top:2px; width:25px; }

#sidebar-second .block-menu-block ul.menu li {
	border-bottom: 0px solid #ccc;
}

*/
div.node-content div.content {
  font-size: 1.1em; }

.help-block {
  font-size: 1.1em;
  color: #444; }

/*********** Content Modified by user blocks **********/
.view.view-content-modified-by-user.view-id-content_modified_by_user.view-display-id-block div.view-content div.table-responsive table.views-table tbody tr td.views-field.views-field-created, .view.view-content-modified-by-user.view-id-content_modified_by_user.view-display-id-block div.view-content div.table-responsive table.views-table tbody tr td.views-field.views-field-changed {
  width: 190px; }
.view.view-content-modified-by-user.view-id-content_modified_by_user.view-display-id-block div.view-content div.table-responsive table.views-table tbody tr td.views-field.views-field-type {
  width: 180px; }

/* slideshow */
#flexslider-1 {
  border: 0px;
  margin: 0px 0px 6px; }

#flexslider-1.flexslider .slides {
  background: transparent;
  border: 0;
  /*
  box-shadow:unset;
  */ }
#flexslider-1.flexslider ol.flex-control-nav {
  display: none;
  bottom: 0px; }

/**** Pagination fix [next] appears after [last] ****/
#page .pagination, #colorbox .pagination {
  background: #transparent;
  border: 0px;
  text-transform: capitalize; }
  #page .pagination li.next, #colorbox .pagination li.next {
    float: none; }

/********** TABLES ******************/
table, .table {
  font-size: .85em; }

table.views-table.table-striped tbody tr td {
  padding: 2px; }
  table.views-table.table-striped tbody tr td p {
    margin: 0px auto; }

/*** type-webform ***/
/**
.page-node.node-type-webform div#page div#zone-content.zone div#content-wrapper div#content.main-region {width:80%; margin:auto; }
**/
.form-item .help-block {
  font-size: .9em;
  color: #444; }
.form-item .description {
  display: visible;
  display: block; }

.form-item-submitted-incident-other-report, .form-item-submitted-incident-incident-other-status {
  margin-left: 30px; }

/**** updated block - last user who updated the block ***********/
#block-views-updated-block, #block-views-updated-block-1, #block-views-updated-block-4, #block-views-updated-block-3 {
  border: 1px dashed #777;
  padding: 8px;
  background: #F0F8FF; }

/** block that shows the node URL for all users **/
#block-views-updated-block-2 {
  color: #555; }

/** block that shows the node URL for all users **/
#block-views-updated-block-3 {
  margin-top: 20px; }

#page .node-content .quicktabs-tabpage, #colorbox .node-content .quicktabs-tabpage {
  padding: 0px;
  padding-bottom: 10px;
  border: 0px solid #ccc;
  border-bottom: 1px;
  border-radius: 5px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.7); }

.view.view-slideshow.view-id-slideshow.view-display-id-page_1 .view-content .views-row, .view-slideshows.view-id-slideshows.view-display-id-page_1 .view-content .views-row {
  display: inline-block;
  width: 19%;
  margin: auto; }
  .view.view-slideshow.view-id-slideshow.view-display-id-page_1 .view-content .views-row .views-field.views-field-field-slide-image .field-content img.img-responsive, .view-slideshows.view-id-slideshows.view-display-id-page_1 .view-content .views-row .views-field.views-field-field-slide-image .field-content img.img-responsive {
    max-width: 300px;
    max-height: 120px; }
  .view.view-slideshow.view-id-slideshow.view-display-id-page_1 .view-content .views-row .views-field.views-field-field-sort-order, .view.view-slideshow.view-id-slideshow.view-display-id-page_1 .view-content .views-row .views-field.views-field-edit-node, .view-slideshows.view-id-slideshows.view-display-id-page_1 .view-content .views-row .views-field.views-field-field-sort-order, .view-slideshows.view-id-slideshows.view-display-id-page_1 .view-content .views-row .views-field.views-field-edit-node {
    display: inline-block;
    width: auto;
    margin: auto; }

/** empty view ****************************

.view._______ {
	div.view-content {
		h3 {
			
		}
		div.views-row {
			
			div.views-field.views-field-title {
				
			}
			div.views-field.views-field-field-job-title {
				
			}
		}
	}
}


*******************************************/
/** footer **/
.footer-info div.footer-address div.footer-address-group {
  width: 100% !important; }
.footer-info div.footer-address div.footer-phone-group {
  display: none !important; }

/********* admin history ************************************/
.node.node-administrative-histories div.node-content div.content div.field.field-name-field-revision-date {
  color: #bbb; }

/********* admin history tables **/
.view.view-administrative-histories.view-id-administrative_histories div.view-content div.table-responsive table.views-table tbody tr td.views-field.views-field-field-revision-date {
  width: 130px; }

/****** Library Directory table *******/
.view-id-library_directory div.view-content div.table-responsive table.views-table tbody tr td.views-field.views-field-field-phone {
  width: 99%;
  max-width: 130px; }
.view-id-library_directory div.view-content div.table-responsive table.views-table tbody tr td.views-field.views-field-field-location-address {
  width: 99%;
  max-width: 280px; }

/************* locations ***************************************/
.view-library-directory.view-id-library_directory.view-display-id-page_1 .view-content .views-row {
  margin-bottom: 10px;
  border-bottom: 1px dashed #777;
  padding-bottom: 10px;
  margin-left: 50px; }
  .view-library-directory.view-id-library_directory.view-display-id-page_1 .view-content .views-row .views-field-title {
    margin-left: -40px; }

/********** Form items *************************************************/
/*

.form-item {margin:0px; padding:0px; }

.view div.view-filters div.views-exposed-form div.views-exposed-widgets div.views-exposed-widget div.form-item.form-group div.form-control.form-select {border:0px; }

.field-name-field-name-of-state-symbol .field-items .field-item {margin-left:15px; font-size:1.4em;  }

.form-item .form-item-field-service-resource-und .form-checkboxes .form-item {display:inline-block; width:200px; margin:2px auto; }

*/
/***************** Menu buttons in the page *****************/
/*  view-id-menu_on_page */
/* the whole button */
.view.view-menu.view-id-menu div.view-content div.views-row {
  background: #56697D;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  padding: 0px 6px;
  font: 1.4em 'arial'; }
  .view.view-menu.view-id-menu div.view-content div.views-row a {
    color: #fff; }
    .view.view-menu.view-id-menu div.view-content div.views-row a img {
      color: #fff;
      text-align: center;
      margin: 6px auto 0px; }
  .view.view-menu.view-id-menu div.view-content div.views-row .views-field-title {
    height: 70px;
    line-height: 1.1em;
    text-align: center; }
  .view.view-menu.view-id-menu div.view-content div.views-row .views-field-field-short-description {
    display: none; }
.view.view-menu.view-id-menu div.view-content div.views-row.views-row-2, .view.view-menu.view-id-menu div.view-content div.views-row.views-row-7, .view.view-menu.view-id-menu div.view-content div.views-row.views-row-12, .view.view-menu.view-id-menu div.view-content div.views-row.views-row-17 {
  background: #cf9c51; }
.view.view-menu.view-id-menu div.view-content div.views-row.views-row-3, .view.view-menu.view-id-menu div.view-content div.views-row.views-row-8, .view.view-menu.view-id-menu div.view-content div.views-row.views-row-13, .view.view-menu.view-id-menu div.view-content div.views-row.views-row-18 {
  background: #8a3538; }
.view.view-menu.view-id-menu div.view-content div.views-row.views-row-4, .view.view-menu.view-id-menu div.view-content div.views-row.views-row-9, .view.view-menu.view-id-menu div.view-content div.views-row.views-row-14, .view.view-menu.view-id-menu div.view-content div.views-row.views-row-19 {
  background: #74836c; }
.view.view-menu.view-id-menu div.view-content div.views-row.views-row-5, .view.view-menu.view-id-menu div.view-content div.views-row.views-row-10, .view.view-menu.view-id-menu div.view-content div.views-row.views-row-15, .view.view-menu.view-id-menu div.view-content div.views-row.views-row-20 {
  background: #C8513C; }

/************* state symbols ***************************************/
.view-view-state-symbols .view-content .views-row {
  display: inline-block;
  width: 120px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #777;
  padding-bottom: 10px; }

/** Staff.view **/
.view.view-executive-staff.view-id-executive_staff div.view-content div.views-row {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin: auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc; }
  .view.view-executive-staff.view-id-executive_staff div.view-content div.views-row div.views-field.views-field-field-organization {
    font-size: 1.3em; }

/*


*/
/* talking book tbl news list links */
#node-1241, #node-1137, #node-1158, #node-1159, #node-6600, #node-1160, #node-1161, #node-1162, #node-1163, #node-1142, #node-1177, #node-807, #node-1038, #node-812, #node-806, #node-845, #node-862, #node-887, #node-902, #node-908, #node-952, #node-938, #node-939, #node-6221, #node-1038, #node-6221, #node-6273, #node-6327, #node-6333, #node-6329, #node-6399, #node-6520, #node-6568, #node-6499, #node-6607, #node-6672 {
  font-size: 14pt; }
  #node-1241 ul, #node-1137 ul, #node-1158 ul, #node-1159 ul, #node-6600 ul, #node-1160 ul, #node-1161 ul, #node-1162 ul, #node-1163 ul, #node-1142 ul, #node-1177 ul, #node-807 ul, #node-1038 ul, #node-812 ul, #node-806 ul, #node-845 ul, #node-862 ul, #node-887 ul, #node-902 ul, #node-908 ul, #node-952 ul, #node-938 ul, #node-939 ul, #node-6221 ul, #node-1038 ul, #node-6221 ul, #node-6273 ul, #node-6327 ul, #node-6333 ul, #node-6329 ul, #node-6399 ul, #node-6520 ul, #node-6568 ul, #node-6499 ul, #node-6607 ul, #node-6672 ul {
    list-style: none;
    list-style-type: none; }
  #node-1241 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-1137 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-1158 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-1159 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-6600 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-1160 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-1161 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-1162 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-1163 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-1142 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-1177 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-807 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-1038 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-812 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-806 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-845 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-862 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-887 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-902 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-908 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-952 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-938 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-939 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-6221 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-1038 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-6221 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-6273 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-6327 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-6333 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-6329 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-6399 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-6520 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-6568 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-6499 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-6607 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li, #node-6672 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li {
    margin: 8px auto;
    list-style: none;
    list-style-type: none; }
    #node-1241 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-1137 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-1158 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-1159 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-6600 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-1160 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-1161 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-1162 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-1163 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-1142 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-1177 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-807 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-1038 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-812 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-806 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-845 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-862 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-887 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-902 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-908 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-952 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-938 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-939 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-6221 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-1038 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-6221 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-6273 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-6327 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-6333 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-6329 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-6399 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-6520 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-6568 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-6499 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-6607 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a, #node-6672 .node-content .content .field-type-text-with-summary .field-items .field-item .index ul li a {
      text-decoration: underline; }

/***

talkingbooks/newsletter/spring-2018

**/
/* view for statehood docs */
.view.view-statehood-docs.view-id-statehood_docs div.view-content div.views-row div.views-field.views-field-field-statehood-doc-year.statehood-doc-year div.field.field-name-field-statehood-doc-year div.field-items div.field-item {
  background: #ddd;
  padding: 6px 20px;
  font-weight: bold; }

/***** research topic views ***/
.view.view-research-topics.view-id-research_topics div.view-content div.views-row {
  display: inline-block;
  width: 99%;
  margin: 8px auto;
  vertical-align: top; }
  .view.view-research-topics.view-id-research_topics div.view-content div.views-row div.views-field.views-field-field-topic-image div.field-content a img {
    width: 99%; }

.view.view-research-topics.view-id-research_topics.view-display-id-blk_research_docs div.view-content div.views-row div.views-field.views-field-field-menu-image {
  z-index: 6;
  position: relative;
  top: 20px;
  left: 10px;
  height: 4px;
  background-color_: rgba(0, 0, 0, 0.5); }
.view.view-research-topics.view-id-research_topics.view-display-id-blk_research_docs div.view-content div.views-row div.views-field.views-field-field-topic-image-1 {
  text-align: center;
  margin: auto;
  background: #eee; }
  .view.view-research-topics.view-id-research_topics.view-display-id-blk_research_docs div.view-content div.views-row div.views-field.views-field-field-topic-image-1 .field-content {
    text-align: center;
    margin: auto; }
    .view.view-research-topics.view-id-research_topics.view-display-id-blk_research_docs div.view-content div.views-row div.views-field.views-field-field-topic-image-1 .field-content a {
      text-align: center;
      margin: auto; }
      .view.view-research-topics.view-id-research_topics.view-display-id-blk_research_docs div.view-content div.views-row div.views-field.views-field-field-topic-image-1 .field-content a img {
        text-align: center;
        margin: auto; }

/**** taxonomy views *************/
.view.view-taxonomy-term.view-id-taxonomy_term div.view-content div.views-row {
  display: inline-block;
  margin: auto;
  width: 32%;
  vertical-align: top; }

div.horizontal-tabs div.horizontal-tabs-panes fieldset.horizontal-tabs-pane div.panel-body {
  padding: 0px; }

.node-research-topic.node-teaser.contextual-links-region {
  display: inline-block;
  margin: auto;
  width: 32%;
  vertical-align: top; }

/*

*/
/********* Page widths ********************/
/** periodicals */
/* events */
.page-node-912 div#page div#zone-content.zone div#content-wrapper div#content.main-region, .page-node-1050 div#page div#zone-content.zone div#content-wrapper div#content.main-region {
  width: 80%;
  margin: auto; }

/******** WEBFORM FIELDS ***********/
.form-item-submitted-time-slot-request-first-choice-time div#edit-submitted-time-slot-request-first-choice-time, .form-item-submitted-time-slot-request-second-choice-time div#edit-submitted-time-slot-request-second-choice-time, .form-item-submitted-time-slot-request-third-choice-time div#edit-submitted-time-slot-request-third-choice-time {
  margin-left: 50px; }

/**** TABLES *****/
/***************** jobs ***************************************/
.view-jobs .view-content .views-row, .view-jobs.view-id-jobs.view-display-id-page_2 .view-content .views-row {
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
  margin-bottom: 5px; }
  .view-jobs .view-content .views-row .views-field-field-job-post-date,
  .view-jobs .view-content .views-row .views-field-field-job-closing-date,
  .view-jobs .view-content .views-row .views-field-field-job-institution-name,
  .view-jobs .view-content .views-row .views-field-field-job-location, .view-jobs.view-id-jobs.view-display-id-page_2 .view-content .views-row .views-field-field-job-post-date,
  .view-jobs.view-id-jobs.view-display-id-page_2 .view-content .views-row .views-field-field-job-closing-date,
  .view-jobs.view-id-jobs.view-display-id-page_2 .view-content .views-row .views-field-field-job-institution-name,
  .view-jobs.view-id-jobs.view-display-id-page_2 .view-content .views-row .views-field-field-job-location {
    display: inline-block;
    width: 45%; }

/*** jobline reports table **/
.view.view-jobs.view-id-jobs.view-display-id-page_1 div.view-content div.vbo-views-form form#views-form-jobs-page-1 div table.views-table thead tr th.views-field.views-field-changed, .view.view-jobs.view-id-jobs.view-display-id-page_1 div.view-content div.vbo-views-form form#views-form-jobs-page-1 div table.views-table thead tr th.views-field.views-field-field-job-closing-date {
  width: 110px; }
.view.view-jobs.view-id-jobs.view-display-id-page_1 div.view-content div.vbo-views-form form#views-form-jobs-page-1 div table.views-table thead tr th.views-field.views-field-field-job-institution-name {
  width: 150px; }
.view.view-jobs.view-id-jobs.view-display-id-page_1 div.view-content div.vbo-views-form form#views-form-jobs-page-1 div table.views-table thead tr th.views-field.views-field-field-job-location {
  width: 90px; }

/** custom button on archives ? **/
.preservation_price_list {
  text-align: center;
  border-radius: 10px;
  background: #e7e4e0;
  font: #000;
  font-size: 1.2em;
  padding: 5px;
  display: inline-block;
  margin: auto; }
  .preservation_price_list a, .preservation_price_list a:hover, .preservation_price_list a:active, .preservation_price_list a:visited {
    color: #000; }

/* LSTA stories */
.lsta_stories_entry {
  display: inline-block;
  width: 31%;
  margin: 2px;
  vertical-align: top; }

.lsta_stories_entry_img {
  vertical-align: top; }
  .lsta_stories_entry_img img {
    width: 90%;
    text-align: center; }

.lsta_stories_entry_link {
  font-weight: bold;
  vertical-align: top; }

/* http://dev-sand-library.pantheonsite.io/dazl/publications */
.publications_resources_01 {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding: 4px 10px; }

.almanac_structure {
  display: inline-block;
  width: 32%;
  margin: 0px;
  padding: 3px;
  vertical-align: top; }
  .almanac_structure img {
    width: 80%; }
  .almanac_structure a img {
    width: 80%; }

/********* RESEARCH TOPICS ***************/
.start_grid {
  vertical-align: top; }

.grid1 {
  display: inline-block;
  margin: 3px auto;
  border-radius: 10px;
  text-align: center;
  color: #__fff;
  padding: 8px 4px;
  vertical-align: top; }
  .grid1 a {
    color: #__; }
  .grid1 a:active {
    color: #__fff; }
  .grid1 a:visited {
    color: #__fff; }
  .grid1 a:hover {
    color: #__fff; }
  .grid1 .title {
    height: auto;
    line-height: 1.1em;
    text-align: left; }
  .grid1 .title:hover {
    height: auto; }
  .grid1 .grid_img {
    /* width:100%; height:150px !important; */
    padding: 16px 1px !important;
    background: #e8f3ff; }
    .grid1 .grid_img img {
      /*width:; height:; */
      max-width: 160px !important;
      max-height: 130px !important; }
    .grid1 .grid_img a img {
      /*width:; height:; */
      max-width: 160px !important;
      max-height: 130px !important; }
  .grid1 .type {
    text-transform: capitalize;
    display: none; }

.grid1_col {
  width: 32%; }

.type_document, .type_newspaper, .type_website, .type_website {
  background: #__56697d; }

.type_archive, .type_book {
  background: #__cf9c51; }

.type_checklist, .type_text {
  background: #__cc7954; }

.type_photo {
  background: #__c8513c; }

.type_reference, .type_vfile {
  background: #__74836c; }

.type_map {
  background: #__8a3538; }

.type_resource, .type_letter {
  background: #__988e7f; }

.type_biography {
  background: #__edeada;
  color: #__000; }
  .type_biography a, .type_biography a:active, .type_biography a:visited, .type_biography a:hover {
    color: #__000; }

.type_other {
  background: #__35678a; }

.type_media {
  background: #__ccc3b1;
  color: #__000; }

/******END*** RESEARCH TOPICS ***************/
.temp_fix {
  font: verdana 1.5em;
  font-weight: bold;
  margin: 20px auto;
  border: 1px solid #777;
  padding: 10px; }

/* https://azlibrary.gov/libdev/contact  */
.libdev_contact_person {
  vertical-align: top;
  display: inline-block;
  width: 48%;
  margin: 8px 0px; }

.libdev_contact_name {
  font-weight: bold; }

.libdev_graphicInstit {
  width: 70%; }

.newbooktitles {
  height: 140px !important; }

/*** almanac ***/
#node-9 .panel-default .panel-heading {
  font-size: 1.2em; }

/******* POPUP ************/
.site_popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* The actual popup */
.site_popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px; }

/* Popup arrow */
.site_popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

/* Toggle this class - hide and show the popup */
.site_popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s; }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*****************************************************************/
/*** all event **/
h3.s-lc-ea-h3 {
  display: none; }

table.s-lc-ea-tb tbody tr.s-lc-ea-ttit td {
  background: #56697d;
  color: #fff; }
  table.s-lc-ea-tb tbody tr.s-lc-ea-ttit td a {
    font-size: 1.2em;
    color: #fff; }
  table.s-lc-ea-tb tbody tr.s-lc-ea-ttit td a:visited, table.s-lc-ea-tb tbody tr.s-lc-ea-ttit td a:active, table.s-lc-ea-tb tbody tr.s-lc-ea-ttit td a:hover {
    color: #fff; }
table.s-lc-ea-tb tbody tr.s-lc-ea-ttit td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-tdat td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-ttim td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-treg td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-tloc td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-tcat td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-tpre td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.tcam td.s-lc-ea-l {
  width: 25%; }
table.s-lc-ea-tb tbody tr.s-lc-ea-tdes {
  display: none; }

/*** all event block **/
div#node-1121 table.s-lc-ea-tb tbody tr.s-lc-ea-ttit td {
  font-size: 1em; }
  div#node-1121 table.s-lc-ea-tb tbody tr.s-lc-ea-ttit td a {
    font-size: 1em; }
div#node-1121 table.s-lc-ea-tb tbody tr.s-lc-ea-ttim, div#node-1121 table.s-lc-ea-tb tbody tr.s-lc-ea-tpre, div#node-1121 table.s-lc-ea-tb tbody tr.s-lc-ea-tcat, div#node-1121 table.s-lc-ea-tb tbody tr.s-lc-ea-treg {
  display: none; }
div#node-1121 table.s-lc-ea-tb tbody tr.s-lc-ea-ttit td.s-lc-ea-l, div#node-1121 table.s-lc-ea-tb tbody tr.s-lc-ea-tdat td.s-lc-ea-l, div#node-1121 table.s-lc-ea-tb tbody tr.s-lc-ea-tloc td.s-lc-ea-l, div#node-1121 table.s-lc-ea-tb tbody tr.tcam td.s-lc-ea-l {
  display: none; }

/**** @media entries ***************************************************/
/******** greatest to least *******/
/*** bootstrap 3 col-md **/
/*** end media 992px *********************************/
/*** bootstrap 3 col-sm **/
@media (max-width: 768px) {
  /* libcal embeds */
  /*** all event **/
  table.s-lc-ea-tb tbody tr.s-lc-ea-ttit td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-tdat td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-ttim td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-treg td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-tloc td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-tpre td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-tcat td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.tcam td.s-lc-ea-l {
    display: none; } }
/*** end media 768px *************************************/
/*** bootstrap 3 col-xs **/
@media (max-width: 576px) {
  .hide-sm, .hide_sm {
    display: none; } }
/*** end media 576px ***********************************/
/******** least to greatest *******/
/*** bootstrap 3 col-sm **/
/*** end media 576px **************************************/
/*** bootstrap 3 col-md **/
/*** end media 768px *************************************/
/*** bootstrap 3 col-lg **/
/*** end media 992px *********************************/
/*** bootstrap 3 col-xl **/
/*** end media 1200px *********************************/
/**** @media entries ***************************************************/
/******** greatest to least *******/
/*** bootstrap 3 col-md **/
/*** end media 992px *********************************/
/*** bootstrap 3 col-sm **/
@media (max-width: 768px) {
  /*** type-webform ***/
  /**
  .page-node.node-type-webform div#page div#zone-content.zone div#content-wrapper div#content.main-region {width:100%; margin:auto; }
  **/ }
/*** end media 768px *************************************/
/*** bootstrap 3 col-xs **/
@media (max-width: 576px) {
  .hide-sm, .hide_sm {
    display: none; } }
/*** end media 576px ***********************************/
/******** least to greatest *******/
/*** bootstrap 3 col-sm **/
/*** end media 576px **************************************/
/*** bootstrap 3 col-md **/
/*** end media 768px *************************************/
/*** bootstrap 3 col-lg **/
/*** end media 992px *********************************/
/*** bootstrap 3 col-xl **/
/*** end media 1200px *********************************/
/**** @media entries ***************************************************/
/******** greatest to least *******/
/*** bootstrap 3 col-md **/
/*** end media 992px *********************************/
/*** bootstrap 3 col-sm **/
@media (max-width: 768px) {
  /* libcal embeds */
  /*** all event **/
  table.s-lc-ea-tb tbody tr.s-lc-ea-ttit td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-tdat td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-ttim td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-treg td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-tloc td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-tpre td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.s-lc-ea-tcat td.s-lc-ea-l, table.s-lc-ea-tb tbody tr.tcam td.s-lc-ea-l {
    display: none; } }
/*** end media 768px *************************************/
/*** bootstrap 3 col-xs **/
@media (max-width: 576px) {
  .hide-sm, .hide_sm {
    display: none; } }
/*** end media 576px ***********************************/
/******** least to greatest *******/
/*** bootstrap 3 col-sm **/
/*** end media 576px **************************************/
/*** bootstrap 3 col-md **/
/*** end media 768px *************************************/
/*** bootstrap 3 col-lg **/
/*** end media 992px *********************************/
/*** bootstrap 3 col-xl **/
/*** end media 1200px *********************************/
/**** @media entries ***************************************************/
/******** greatest to least *******/
/*** bootstrap 3 col-md **/
/*** end media 992px *********************************/
/*** bootstrap 3 col-sm **/
@media (max-width: 768px) {
  /** logo width **/
  #zone-branding.zone div#region-branding div.site-details {
    max-width: 85%;
    text-align: left;
    float: left; }

  /********* Page widths ********************/
  /** periodicals */
  /* events */
  .page-node-912 div#page div#zone-content.zone div#content-wrapper div#content.main-region, .page-node-1050 div#page div#zone-content.zone div#content-wrapper div#content.main-region {
    width: 99%;
    margin: auto; } }
/*** end media 768px *************************************/
/*** bootstrap 3 col-xs **/
@media (max-width: 576px) {
  .hide-sm, .hide_sm {
    display: none; }

  /* the whole button */
  .view.view-menu.view-id-menu div.view-content div.views-row {
    width: 99%; }

  .view.view-taxonomy-term.view-id-taxonomy_term div.view-content div.views-row {
    width: 99%; }

  .node-event div.node-content div.content div.field-name-field-event-date,
  .node-event div.node-content div.content div.field-name-field-public-roster,
  .node-event div.node-content div.content div.field-name-field-hosted-by-branch,
  .node-event div.node-content div.content div.field-name-field-intended-audience,
  .node-event div.node-content div.content div.field-name-field-registration,
  .node-event div.node-content div.content div.field-name-field-contact-details,
  .node-event div.node-content div.content div.field-name-field-location-of-event {
    width: 98%; } }
/*** end media 576px ***********************************/
/******** least to greatest *******/
/*** bootstrap 3 col-sm **/
@media (min-width: 576px) {
  /* the whole button */
  .view.view-menu.view-id-menu div.view-content div.views-row {
    width: 46%; }

  /***** research topic views ***/
  .view.view-research-topics.view-id-research_topics div.view-content div.views-row {
    width: 48%; }

  .view.view-taxonomy-term.view-id-taxonomy_term div.view-content div.views-row {
    width: 32%; } }
/*** end media 576px **************************************/
/*** bootstrap 3 col-md **/
@media (min-width: 768px) {
  /***** research topic views ***/
  .view.view-research-topics.view-id-research_topics div.view-content div.views-row {
    width: 32%; }

  /* the whole button */
  .view.view-menu.view-id-menu div.view-content div.views-row {
    width: 32%; } }
/*** end media 768px *************************************/
/*** bootstrap 3 col-lg **/
@media (min-width: 992px) {
  /* the whole button */
  .view.view-menu.view-id-menu div.view-content div.views-row {
    width: 24%; } }
/*** end media 992px *********************************/
/*** bootstrap 3 col-xl **/
/*** end media 1200px *********************************/
/**** @media entries ***************************************************/
/******** greatest to least *******/
/*** bootstrap 3 col-md **/
@media (max-width: 992px) {
  .grid1_col {
    width: 48%; }

  /* http://dev-sand-library.pantheonsite.io/dazl/publications */
  .publications_resources_01 {
    width: 47%; } }
/*** end media 992px *********************************/
/*** bootstrap 3 col-sm **/
@media (max-width: 768px) {
  .grid1 {
    height: auto !important; }
    .grid1 .grid_img {
      width: 30%;
      float: left;
      margin-right: 10px; }

  .grid1_col {
    width: 99%; }

  .lsta_stories_entry {
    width: 100%; }

  .almanac_structure {
    width: 98%; }

  /* http://dev-sand-library.pantheonsite.io/dazl/publications */
  .publications_resources_01 {
    width: 100%; }

  .libdev_contact_person {
    width: 100%; } }
/*** end media 768px *************************************/
/*** bootstrap 3 col-xs **/
@media (max-width: 576px) {
  .hide-sm, .hide_sm {
    display: none; } }
/*** end media 576px ***********************************/
/*** bootstrap 3 col-xs **/
@media (max-width: 500px) {
  .grid1 .grid_img {
    width: 20%;
    float: left;
    margin-right: 10px;
    height: auto !important; }
    .grid1 .grid_img a img, .grid1 .grid_img img {
      max-width: 80px !important;
      max-height: 70px !important; }

  .grid1_col {
    width: 99%; } }
/*** end media 576px ***********************************/
/******** least to greatest *******/
/*** bootstrap 3 col-sm **/
/*** end media 576px **************************************/
/*** bootstrap 3 col-md **/
/*** end media 768px *************************************/
/*** bootstrap 3 col-lg **/
/*** end media 992px *********************************/
/*** bootstrap 3 col-xl **/
/*** end media 1200px *********************************/
/**** @media entries ***************************************************/
/******** greatest to least *******/
/*** bootstrap 3 col-md **/
/*** end media 992px *********************************/
/*** bootstrap 3 col-sm **/
@media (max-width: 768px) {
  .hide-on-mobile, .hide_on_mobile, .hide-sm, .hide_sm {
    display: none; }

  /**media feed**/
  .media_feed {
    width: 99%; } }
/*** end media 768px *************************************/
/*** bootstrap 3 col-xs **/
@media (max-width: 576px) {
  .hide-xs, .hide_xs {
    display: none; }

  .yearlist li {
    margin: 4px auto;
    display: block;
    width: 100%; } }
/*** end media 576px ***********************************/
/******** least to greatest *******/
/*** bootstrap 3 col-sm **/
/*** end media 576px **************************************/
/*** bootstrap 3 col-md **/
/*** end media 768px *************************************/
/*** bootstrap 3 col-lg **/
/*** end media 992px *********************************/
/*** bootstrap 3 col-xl **/
/*** end media 1200px *********************************/
/*

*/
