@font-face {
    font-family: "lato";
    src: local("lato"), url("/themes/custom/mpr/fonts/lato/Lato-Regular.ttf") format("truetype");
}


:root {
    --display-width: 1300px;  /* Originally 1150px */
}

body {
    font-family: lato, sans-serif;
    font-size:17px;
    color: #2A2A2A;
}


@media screen and (min-width: 768px){
body {
  margin-top: 0;
  }
}

/*Regions */

 .navbar  {
	max-width: var(--display-width);
	margin:0 auto 0px;
	width:99%;
}


.main-container {
	max-width: var(--display-width);
	margin: 25px auto auto auto;
	}

div.container {
 max-width: 100%;
 margin: auto;
}

.group-left, .group-middle, .group-right{
	min-width:350px;
	margin-top: 30px;
}

h1 {

	color: #000;
	font-weight:bold;
    font-size: 34px;
}
.page-header {
    padding-bottom: 9px;
    border-bottom: 1px solid #bbbbbb;
    border-bottom: none;
    padding-bottom: 0px;
    margin: 0px 0px 19px 0px;
}

h2 {
	font-size: 20px;
    font-weight: bold;
	margin-bottom:20px;
    margin-top: 40px;
    color: #2C5875  ;
}

h3 {
    line-height: 100%;
    font-size: 1.2em;

}
h3.cqi_h2{
	Padding-left:20px;
	display; inline-block;
	width: 75%;
	font-weight:bold;
}

.btn-info,
.btn-info:hover,
.btn-info:focus{
    background-color: #267077;    
    color: #fff;
    text-transform: capitalize;
    border: solid 1px #fff;
    border-radius: 5px;
  }

  .btn-xs.button.js-form-submit.form-submit.btn-default.btn.icon-before,
  .btn-xs.button.js-form-submit.form-submit.btn-default.btn.icon-before:hover,
  .btn-default.btn-xs.btn.dropdown-toggle,
  .btn-default.btn-xs.btn.dropdown-toggle:hover{
    background-color: #267077;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;
    margin-top: 0px;
  }
  .btn-xs.button.js-form-submit.form-submit.btn-default.btn.icon-before,
  .btn-xs.button.js-form-submit.form-submit.btn-default.btn.icon-before:hover{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .btn-default.btn-xs.btn.dropdown-toggle,
  .btn-default.btn-xs.btn.dropdown-toggle:hover{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  } 
  .btn-danger, .btn-danger:hover {
     background-color: #fff;
     color:  #267077;
     background-image: none;
     border: solid 1px #267077;
     text-transform: capitalize;
     border-radius: 5px;
  }

  .glyphicon {
    display:none;
  }
  
.btn {
    font-size: 1em;
    background-color: #267077;
    border: 1px solid #267077;
    color: #fff;
}

.form-actions {
	margin-top:15px;
}



div.author {
	display:none;
}


.logo.navbar-btn img{
    width: 364px;
}

.navbar {
    background-color:white;
    border:none;
}

.navbar-default .navbar-nav {
    background-color: white;
    border: none;
    float: right;
    font-size: 17px;
    padding-top: 53px;
    margin-right:15px;
}
@media (max-width: 768px) {
    .navbar-default .navbar-nav {
        float: left;
    }
}
nav.tracking-menu {
	font-size: .85em;
	margin-top:15px;
}

nav.tracking-menu  li > a {
    position: relative;
    display: block;
    padding: 5px 5px;
}
.navbar-default .navbar-nav > li > a {
    color: #267077;
    font-weight:bold;
    font-size: 1em;
    padding-top: 24px;
    padding-bottom: 12px;
}

.navbar-default .navbar-nav > li > a.is-active {
    color: #267077;
    font-weight:bold;
    font-size: 1em;
    border-bottom: 7px solid #F7CD42;
}


nav.admin-menu {
	width:150px;
}

.sidebar-menu {
	margin-top: 65px;
	font-size: .85em;
}

.sidebar-menu  h2{
	font-size: 24px;
}

nav.admin-menu li a, nav.sidebar-menu  li a {
	padding:5px 0;
}

.logo {
    padding-top:20px;
    margin-top: 0px;

}

.logo:hover {
    pointer-events:all;
    margin-top: 0px;
}
a {
	color: #3B618E;
	font-size: 1.15em;
}

.breadcrumb-container{
   background: #1A5A60 0% 0% no-repeat padding-box;
   max-width: 100%;
   padding-left: 20px;
   width: 100%;
}

.breadcrumb {
    font-size: 15px;
    margin:auto;
    border: none;
    border-radius: 0px;
    max-width: var(--display-width);
    color: #fff;
    background-color: transparent;
    font-weight: normal;
    height: 45px;
    line-height: 30px;
    white-space: nowrap;
  }

  .breadcrumb a{
    font-size: 12px;    
  }


  .breadcrumb > li {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 60%;
    font-size: 12px;    
  }


  .breadcrumb > li,
  .breadcrumb > .active,
  .breadcrumb > li + li::before {
    color: #fff;
  }

  
.breadcrumb a, .breadcrumb a:visited {
    color: #fff;
    text-decoration: underline;
}

.breadcrumb
/* Note that many link styles are relative % based, so we don't want to change
the rules above as they have global concequences. Try to keep targted inline
styles consistent with surronding text with the rule below. */
p a,
table a {
    font-size: 1em;
}

ul.no_bullet {
 list-style-type: none !important;
 list-style-position: outside;
}
li{
 
}
li.pdfimg {
	list-style-image: url("/sites/default/files/images/pdf_file21_23.png") !important;
	padding: 0px 5px 5px 0px;

}
.pdfdesc {
        color: #555555;
        font-style: italic !important;
	      font-size: .9em;
	      font-weight: normal;
	      padding:10px;
}
.pdfdesc_webinar {
        color: #555555;
        font-style: italic !important;
	      font-size: 1.4em;
	      font-weight: normal;
}
.pdfdesc_rightside_home {
        color: #555555;
	      font-size: .9em;
        font-style: italic !important;
        margin-left: 7px;
}
.pdfdesc_leftside_home {
        color: #555555;
	      font-size: .9em;
        font-style: italic !important;
        margin-left: 4px !important;
}


footer.footer {
    background-color: #112F31;
    color: #FFFFFF;
    font-size: 12px;
    background-image:  url('/sites/default/files/images/Mask Group 4.png');
    background-position-x: -135px;
    background-repeat: no-repeat;
    background-position-y: 25px;
    min-height: 301px;
    padding-top: 75px;
    white-space: nowrap;
}

footer.footer  h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0px;
    padding-top: 0px;
    color: #ffffff;
    }


footer.footer #block-basicfooter, 
footer.footer #block-mpr-mainnavigation {
        float: left;
        width: 45%;
}

footer.footer #block-basicfooter div.left,
footer.footer #block-basicfooter div.right {
    float: left;
    padding-right: 30px;
} 

footer.footer #block-basicfooter li {
    white-space: normal; 
}

.disclaimers {
    display: flex;
    justify-content: space-between;
    padding-left: 6px;
    padding-right: 6px;
  }

.disclaimers span.hhs-link {
    color: #d6d6d6;

}

@media (max-width:764px) {
   footer.footer #block-basicfooter {  
           padding-left: 150px;
           width: 100%;
   }
}

footer.footer ul.outlinks-menu {
    text-align: left;
}


footer.footer ul.outlinks-menu li::before {
    content: none !important;
}
footer.footer ul.outlinks-menu li {
     list-style-image: url('/sites/default/files/images/open_in_new_FILL0_wght400_GRAD0_opsz48.png') !important;
     padding-left: 1.5em;
     line-height: 24px;
}

footer.footer a,
footer.footer a:visited,
footer.footer a:hover  {
    color: #ffffff;
    background-color: transparent;
    font-weight: normal;
    font-size: 12.5px;
    vertical-align: text-bottom;
    text-decoration: underline;
    font-weight: normal;
    line-height: 20px;
}

footer.footer ul.navbar-nav a,
footer.footer  ul.navbar-nav a:visited,
footer.footer  ul.navbar-nav a:hover  {
    text-decoration: none;
}

footer.footer ul.menu--main {
    padding-left: 150px;
    margin-top: 0px;
}

footer.footer ul.menu--main li {
    clear: both;
}

footer.footer ul.menu--main li a {
    padding-top: 0px;
}

#block-mpr-copyright {
    clear: both;
    width: 100%;
    text-align: left;
    padding-left: 165px;
    padding-right: 165px;
    color: #d6d6d6;
  }

  #block-mpr-copyright hr {
    padding: 0px;
    margin-top: 10px;
    border-top: 1px dashed;
    margin-bottom: 9px;
  }

section.home-blocks section.leftside-home button[data-drupal-selector='edit-reset']{
 display:none;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: right;
  /*  width: 30%; */
    margin-bottom: 0;
}

body.user-logged-in.path-node div.js-form-type-vertical-tabs, #edit-preview, body.user-logged-in.path-node button.tabledrag-toggle-weight {
	display:none;
}
body.user-logged-in.path-node .field-group-details {
	margin-top:35px;
	clear: both;
}

body.user-logged-in.path-node div.field--name-field-acf-attendees,
body.user-logged-in.path-node div.field--name-field-staff {
	width:48%;
	display:inline;
	float:left;
	margin-top:15px;
	border-top:1px solid #ccc;
	padding-top:25px;
}

body.user-logged-in.path-node div.field--name-field-date-initiated,
body.user-logged-in.path-node div.field--name-field-date-resolved {
		width:30%;
	display:inline;
	float:left;

}

body.user-logged-in.path-node div.field--name-field-mode{
	clear:both;
}


body.user-logged-in.path-node div#edit-field-support-type div.form-type-checkbox{
	width:75px;
	display:inline-block;
}


.pagination > li > a, .pager > li > a, .pagination > li > span, .pager > li > span {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: #2E2E2E;
  }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    cursor: default;
    background-color: #267077;
    border-color: #267077;
  }



/* Home page */


.path-frontpage .home-blocks {
    width: 100%;
    margin: 45px auto 35px auto;
	max-width: var(--display-width);
    width:99%;
    	font-size: 1em;
}
.path-frontpage .main-container {
	max-width:100%;
	margin: auto;
	}


.path-frontpage  .tophomepage {

    background: transparent url('/sites/default/files/images/Component 6 – 1.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    display: block;
    margin: 0 -15px;
    background-size: cover;
    min-height: 345px;
    transform: scaleX(-1);  /* Fip background horizontally */
}

.path-frontpage .main-container {
	 background: linear-gradient(to right, rgba(255,255,255,0) 20%,
              rgba(255,255,255,1)),url("/sites/default/files/images/ltgrayshort.png");
    background-size: cover;
    padding-bottom:25px;

}

.path-frontpage .serp-list .views-field{
   font-size: 14px;
   color: #363636;
}


.path-frontpage footer.footer {
	margin-top:0;
}

.inhomepage {
	/* max-width: 1170px;  commented out to allow for wider pages DJH */
	margin:0 auto;
	color: #ffffff;
	text-align: center;
	padding:7% 14%;
    transform: scaleX(-1); /* Since .tophomepage background has been flipped horizontally, this restores content to unflipped appearance */
}
h1.homepagetop{

		color: #ffffff;
        font-size: 44px;
        font-weight: bolder;

}
p.homepagetop{

	color: #ffffff;
	text-align: center;


}
a.homepagetoplink {
    color: Black;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    padding: 10px 12px 10px 12px;
    line-height: 1.2em;

    border: 2px solid #EE842F;
    background-color: #EE842F;
    display: block;
    margin:20px auto;

    border-radius: 4px;
    width:175px;
}



section.home-blocks section.leftside-home {
	float:left;
	width:48.5%;
	margin-top:0;
	margin-right:2.8%;
	margin-bottom:25px;
		 padding: 5px 15px 15px;
	/*text-align: justify;
	text-justify:inter-character;	*/
	 	min-width:325px;


}
section.home-blocks section.center-home{
	 width:48.5%;
	 float:left;
	 margin-right:2.8%;
	 margin-top:0;
	 margin-bottom:25px;
	 text-align:left;
   background-image: none;
   background-color:#eeeeee;
	 display:inline-block;
	 padding: 0px 25px 30px;
	 	min-width:325px;
	 	box-shadow: 0px 3px 6px #878787;
    border: 1px solid #efefef;
    opacity: 1;


	}
section.home-blocks section.rightside-home{
float:left;
margin-top:0;
	width:48.5%;
		 padding: 5px 15px 15px;
 	min-width:325px;

}

.news{
	  background-image: url("/sites/default/files/images/thinpurple.png");
    background-size: 100%;
    background-repeat: no-repeat;
margin-left:-26px;
margin-bottom:15px;
    height: 45px;
    color: #ffffff;
 }
h2.newsh{
	color: #ffffff;
	padding-top: 9px;

	text-align:left;
	padding-left: 30px; /*might have to change to 25 when not displaying webinar link */
	}
h3.newsh{
padding-top: 9px;
	}
h4.newsh{
	border-top: 1px #bbbbbb solid;
	font-size: 1em;
	margin-top: 20px;
  padding: 20px 0 0;
	}
p.newsh{
	font-size: .9em;
	margin 0;
	}

div.more-link {
	margin-top: 15px;
	font-size: .85em;
	font-weight: bold;
		padding-left: 5px;
}
div.more-link span.sm-text {
	font-size: .8em;
}
section.home-blocks .item-list ul li {
  /*  border-bottom: 1px dashed #ddd; */
    margin-bottom: 0;
    list-style: none;
    padding: 10px 10px 5px;

    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #EBEBEB;
    opacity: 1;
    margin-bottom: 12px;    

}
section.home-blocks .item-list ul li h3{

    margin-top: 7px;
    margin-bottom: 10px;

}

section.home-blocks .serp-list .views-row:nth-child(even), section.home-blocks  .view-content .views-row:nth-child(even) {
    background: #ffffff;
    background-image:none;

}

section.home-blocks h2.block-title {
    margin-top: 15px;
    padding: 5px 0 0px;
    /*display: inline-block;*/
    color: #3B618E;
}

p{
	margin: 0 0 10px;

    }

/* Small adjustment to video thumbnail padding and field alignment on
video lists */
.view-objectivity-search-activities .views-field-field-image-small img.align-left {
    padding: 0px 15px 15px 0px;
}
.view-objectivity-search-activities .views-field-view {
    clear: both;
}

.webinarbanner{
    border: 1px solid #000000;
    margin: .5em 4.5em .5em 4.5em;
    color: #ffffff;
    background-color: #672F8A;
    padding: 1em 1em 1em 1em;
}
.webinar_pageheader{
	margin-top:0;
	color: /*#68318B*/ #3B618E;
	font-weight: bold;
	margin-bottom:.5em;
}
a.webinarlink {
    color: Black;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    padding: 12px 12px 10px 12px;
    line-height: 1.2em;
    float: left;
    border: 2px solid #EE842F;
    background-color: #EE842F;
    display: block;
    margin-left:35%;
    border-radius: 4px;
}
.webinarwebform > .form-group-webinar .webform-element--title-inline form-item js-form-item form-type-radios js-form-type-radios form-item-was-this-webinar-helpful- js-form-item-was-this-webinar-helpful- form-group{
	background-color: #CFF1F3;
	border-color: #B4E8EC;
  border: solid 3px #B4E8EC;
  margin-top: 20px;
}
 .form-group-webinar{
  background-color: #CFF1F3;
  border: solid 3px #B4E8EC;
  margin-top: 20px;
 }
p.webinar-general{
	padding-right: 6.25em;
	padding-left: 6.25em;
}
p.homereslinks{
	padding-left: 6em;
	}
p.welcome {
	padding: 0 6em 0 6em;
}
.resource-links a{
 color: #167EA7;
 text-decoration: none;
}
.calendar-calendar th {
  color: #696969;
}
.calendar-calendar td {
  color: #757575;
}
.contactformlink a{
 color: #167EA7;
}
.pager__item pager__item--previous a{
	color: #117197;
}
.js-pager__items li a{
	color: #2e2e2e;
    background-color: #fff;    
    border-color: #fff;
}

.page-link{
    display: none;
}

.calendar-calendar th.days {
    color: #696969;
}
.announcement-links a {
	color: #167EA7;
 text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #68318b;
    font-weight: normal;
    color: #fff;
}
.bef-exposed-form .form--inline > .form-item {
    float: none;
}

.bef-exposed-form .form--inline .form-item.panel-default {
    display: block;
    width: 100%;
    border: none;
    border-bottom: solid 1px #92929233;
    border-radius: 0px;
    margin-bottom: .3em;
    background-color: transparent;
}


.bef-exposed-form .form--inline .panel-body {
    background-color: transparent;
    margin-left: 24px;
}

.bef-exposed-form .form--inline .form-item .panel-body .form-item{
    border: none;
    margin: 0px;
}

.bef-exposed-form .panel-heading {
    background-color: transparent;
}

.bef-exposed-form .panel-heading .panel-title {
    font-weight: normal;
    font-size: 14px;
    color: #444444;
}


.bef-exposed-form label {
    font-weight: normal;
    font-size: 13px;
    color: #444444;
}

.bef-exposed-form .button {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.bef-exposed-form .button:active,
.bef-exposed-form .button:hover,
.bef-exposed-form .button:focus-visible,
.bef-exposed-form .button:focus {
 background-color: #267077;
 border: solid 1px #267077;
 color: #fff;
}

#edit-reset--2 {
    background-color: #fff;
    border: solid 1px #267077;
    color: #267077;
}

.bef-exposed-form .form-checkboxes .form-item{
    display: block;
}


.panel-heading a.panel-title[aria-expanded="false"] {
    background-image: url(/sites/default/files/images/chevron_left_FILL0_wght400_GRAD0_opsz24.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 20px;
    padding-right: 16%;
    font-weight: normal;
}

.panel-heading + div {
    padding-top: 0px;
}

.panel-heading a.panel-title[aria-expanded="true"] {
    background-image: url(/sites/default/files/images/expand_less_FILL0_wght400_GRAD0_opsz24.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
    background-size: 20px;
    padding-right: 16%;
    font-weight: bold;
}

.form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
    padding-bottom: 3px;
    overflow: visible;
    position:relative
}
legend, .form-item-pilot label.control-label {
    display: block;
    width: 100%;
    padding: 10px 0px 5px 0px;
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.pilot-table th a {
	font-size: .95em;
}

.view-content table caption {
	color: #222222;
	background-color: #ddd;
	text-transform: uppercase;
	padding: 5px;
	font-weight: bold;
	margin-top: 20px;
}

.form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: .1em;
    vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0px;
    margin: 3px;
}
label {
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 5px;
    padding-left:8px;
    font-weight: bold;
    margin-left: 0px; /* SRNE 20px; */
}

.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: -20px !important;
    margin-right: 5px;
    margin-top: 5px;
}

.link-button a, .link-button a:hover, .link-button a:visited {
    padding: 10px;
    color: #fff;
    background-color: #267077;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
@media (min-width: 768px){
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -20px !important;
    margin-right: 5px;
    margin-top: 5px;
}
.filter-block .control-label {
	font-weight:bold;
}
}


.filter-block .control-label.option {
	font-weight:normal;
}
.filter-block .js-form-item-field-date-initiated-min,
 .filter-block .form-type-select,
.filter-block .fieldgroup,
 .filter-block .panel-default {
	margin-top:20px;
}
.filter-block .js-form-item-field-date-initiated-max {
	margin-top:-5px;
}

.filter-block .js-form-item-field-date-initiated-max label,
.filter-block .js-form-item-field-date-resolved-value-max label,
.filter-block .js-form-item-date-resolved-max label {
	font-weight:normal;
}

.inline-label {
	font-weight:bold;
}
.filter-guidelines .filter-guidelines-item {
    display: none !important;
}

.serp-list .views-row:nth-child(even),  .view-content .views-row:nth-child(even) {
    background-image:none;
    background: #fff;

}

 .item-list, .serp-list .views-row {
    background: #F6F6F6;
    line-height: 1.3em;
}
.serp-list {
    padding-left: 0;
}
h2.grouping-header {
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
}

.item-list ul li {
  /*  border-bottom: 1px dashed #ddd;*/
    margin-bottom: 0;
    list-style: none;;
    padding: 20px;
}


/* About Page */

div.field--name-body li:before {
    content: "·";
    margin-right: 12px;
}
div.field--name-body li {
    list-style: none;
}

ol.numbered-disks {
    counter-set: disk-number 0;
}
ol.numbered-disks li::before {
    display: inline-block;
    content: counter(disk-number);
    counter-increment: disk-number;
    margin-left: -2em;
    font-size: .75em;
    text-align: center;
    width: 2em;
    height: 2.5em;
    line-height: 2.5em;
    background-image: url("/sites/default/files/images/Ellipse 311.png");
    background-size: 1.45em;
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 0px;
    margin-right: 10px;
  }
  
  ol.numbered-disks li {
    list-style: none;
    }

.item-list li {
    margin: 0;

}
ul.serp-list a {
    font-size: 18px;
    color: #267077;
    font-weight: bold;    
    text-decoration: none;
    line-height: 1.1em;
}
ul.serp-list a:hover {
    text-decoration: underline;
}

ul.serp-list h2.field-content{
    margin-bottom: 12px;
}

div.view-search-activities .view-content .item-list,
div.view-search-activities .view-content ul.serp-list,
div.view-search-activities .view-content,
div.view-search-pilot .view-content .item-list,
div.view-search-pilot .view-content ul.serp-list,
div.view-search-pilot .view-content {
		padding:0;
		 margin:0;
 }

h3.cqi_h2{
		font-weight:bold;
}


body.page-node-type-activity .field--name-field-release-date,
body.page-node-type-activity .field--name-field-date-of-event {
    display: inline;
    padding: 0px 20px 20px 0;
    float: left;
    width: 250px;
    margin-top: -10px;
}
body.page-node-type-activity .field--name-field-release-date div.field--label,
body.page-node-type-activity .field--name-field-date-of-event div.field--label,
span.date-type-line {
     text-transform: uppercase;
    font-size: .95em;
  }
 .field--name-field-release-date div.field--label,
.field--name-field-date-of-event div.field--label,
  .field--name-field-release-date div.field--item.
  .field--name-field-date-of-event div.field--item {
  	display:inline;
  	float:left;
  }

  .field--name-field-subtitle h2,
  .views-field.views-field-field-subtitle h2 {
    font-size: 26px;
    color: #616161;
    font-weight: bold;
  }

 .field--name-field-content-description p{
 	display:block;
 	clear:both;
 	margin:20px 0px;
 	max-width:850px;
 }

 .field--name-field-external-resource a{
    background-color: #267077;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 8px 24px;
 }

 div.activity-files.panel-default > .panel-heading {
    color: #333333;
    background-color: #ffffff;
    border-color: transparent;
    font-weight:bold;
    margin:20px 0 5px 0;
    padding:0;
   }
 div.activity-files.panel-default > .panel-heading .panel-title {
    text-transform: uppercase;
    font-size: .95em;
    margin:0;
    padding:0;
}
 div.activity-files.panel-default .panel-body {
 	padding:0;
 	margin:0;
 }

 div.activity-files.panel-default .panel-body .file,  div.activity-files.panel-default .panel-body .file-link {
 	width:auto;
}

 div.activity-files.panel-default .panel-body .file > span {
	border:none !important;
}

div.activity-files.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

 div.content  div.field--type-entity-reference {
  	display:block;
  	clear:both;
  }


 .views-field-operations {
 	line-height:0em;
 	padding:0;
 	margin:0;
}


 body.user-logged-in  .views-field-operations {
 	line-height:1.1em;
 	margin:20px 0;
}


 .seven-details__description {
 	font-style: italic;
 	color:#666;
 }

 .r-detail p
 {
 	font-size: 1.1em;
 	    margin-bottom: 30px;
}
 }

 .views-field-field-publication-link,  .views-field-field-video-link {
 	margin-top:15px;
}

.external-link img {
    vertical-align: middle;
    width: 15px;
    margin-left: 5px;
    padding-bottom: 2px;
}
.related-resources {
	margin-top: 40px;
	font-size: .9em;
	padding:5px 0px 20px;
	/*border-top:1px #cccccc solid;*/
}
.related-row {
	margin-bottom: 25px;
}

.related-row .views-field-field-video-link iframe{
	    width: 225px;
    height: 150px;
    margin: 0 5px 0 15px;
}

.related-resources h2 {
	padding-bottom:7px;
	border-bottom: 1px solid #e7e7e7;
}
 .left-side {
 float: left;
 display: inline-block;
 width: 67%;
}
 .right-side {
 float:right;
 display:inline-block;
 width:27%;
 min-width: 250px;
}


div.feedback {
	width:50%;
}

div.feedback.panel-default > .panel-heading {
	color:#3B618E;
	font-size:1.1em;
	font-weight:bold;
}

div.feedback .help-block {
	color:#000000;
}
.file > span:last-child {
    border-right: 1px solid transparent;
}
.file > span:first-child {
     border-left: 1px solid transparent;
}
.file > span {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.views-field-body-1 .field-content {
    margin-top: 2.5em;
}
span.file span.file-size {
    display: none;
}

/* Toolkit Table Styles */
table.toolkit-data {
	border-collapse: collapse;
}
table.toolkit-data th {
	background-color: rebeccapurple;
	color: #fff;
}

table.toolkit-data th, table.toolkit-data td {
	padding: 10px;
	border: 1px solid #aaa !important;
	vertical-align: top;
}


/* ******************************************** */
/* *    Resource Search Page                    */
/* ******************************************** */

body.path-search-resources aside > div {
    background-color:  rgba(26, 90, 96, .04 );
    box-shadow: none;
    border-top: solid 1px #1A5A60;
    border-bottom: solid 1px #1A5A60;
}

#views-exposed-form-search-activities-page-1  .form-item-title{
    display: inline;
}

#views-exposed-form-search-activities-page-1  button {
    margin-bottom: 10px;
    margin-top: 0px;
}

#views-exposed-form-search-activities-page-1  #edit-title--2 {
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
}


body.path-search-resources .page-header {
    display: none;
}

body.path-search-resources .view-header {
    margin: 12px 6px 20px 6px;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 19px;
}

@media (max-width: 500px) {
body.path-search-resources .view-header  label[for="#edit-sort-bef-combine--2"]{
    display: none;
}
}



body.path-search-resources .view-header select{
    font-size: 15px;
    margin-top: 3px;
}

body.path-search-resources .view-header .form-control,
body.path-search-resources .view-header label {
    float: right;
    width: auto;
    }

body.path-search-resources .view-header label {
    line-height: 2.25em;
    margin-right: 10px;
    font-weight: normal;
    }

body.path-search-resources .serp-list .views-field-field-topic{
    font-size: 14px;
    color: #2C5875;
    font-weight: bold;
    margin-bottom: .75em;
}

body.path-search-resources .serp-list .views-field.views-field-body {
    font-size: 15px;
}

#block-exposedformsearch-activitiespage-1{
    padding: 20px;
}

body.path-search-resources .serp-list .views-field-nothing-1 {
   margin-top: 10px;
   font-size: 13.5px;
   text-transform: uppercase;
   color: #535353;
}

.block-views-exposed-filter-blocksearch-activities-page-1 .slave{
    display: none;
}


/*  Resource Detail Page */

body.path-resource-detail h1.page-header,
.block-views-blockresource-detail-block-1 h2.block-title {
    display: none;
}

body.path-resource-detail .views-field {
    margin-bottom: 20px;
 }


body.path-resource-detail .views-field-nothing {
    margin-top: 10px;
    font-size: 13.5px;
    text-transform: uppercase;
    color: #535353;
 }
 
 body.path-resource-detail .file-icon{
    padding: 0px;
 }

 body.path-resource-detail .link-button{
    margin-top: 32px;
 }

 body.path-resource-detail .link-button.admin a {
    background-color: #555555;
 }

 .block-views-blockresource-detail-block-1 h3 {
    padding-bottom: 12px;
    margin-top: 55px;
    border-bottom: 3px #334E60 solid;
 }
 .block-views-blockresource-detail-block-1 h3 span {
    color: #334E60;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 6px;
    
 }

 .block-views-blockresource-detail-block-1 p.field-content,
 .block-views-blockresource-detail-block-1 p.field-content a,
 .block-views-blockresource-detail-block-1 p.field-content a:visited,
 .block-views-blockresource-detail-block-1 p.field-content a:hover  {
    font-size: 17px;
    margin-top: 16px;
    color: #267077;
    text-decoration: underline;
 }

 div.contextual-region.view.view-resource-detail h3 {
    margin-top: 67px;
 }

 div.contextual-region.view.view-resource-detail .views-field.views-field-field-webinar-link {
    border-top: dashed 1px #70707034;
  }

  div.contextual-region.view.view-resource-detail .views-field.views-field-field-webinar-link:first-of-type {
    border-top: none;
  }


  div#gov-banner-default div.grid-row{
    display: flex;
    justify-content: center;

  }
div#gov-banner-default div.usa-banner__guidance  {
 flex-basis: 500px; 
}
  
div#gov-banner-default div.usa-banner__guidance img {
    width: 48px;
    height: 48px;
    margin-right: 20px;
    float: left;
}

div#gov-banner-default div.usa-banner__guidance div.usa-media-block__body{
    max-width: calc(100% - 120px);
float: left;
}

.usa-banner__header-flag{
    margin-right: 14px;
    margin-top: -1px;
}

  .ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button):hover {
    background-color: transparent;
    box-shadow: none;
    color: #000;
    text-decoration: none;
    font-weight: 600 !important;
  }

[aria-controls="gov-banner-default"] .underline{
    color: #005ea2;
    text-decoration: underline;
    margin-left: 8px;
}

div#us_gov{
    background-color: rgb(237,237,237);
    border: solid 1px rgb(197,197,197);
}
div#us_gov > * {
    padding-left: 40px;
    padding-top: 4px;
    padding-bottom: 3px;
    font-size: 12.7px;
    font-weight: 400;
    border: none;
}

div#us_gov h3{
    background-color: transparent;
    margin: auto;
    width: fit-content;
}

#block-mpr-usgovernmentwebsitebannerheading,
div#gov-banner-default{
    display: none;
}

div.us_gov.banner .ui-state-active, 
div.us_gov.banner .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, 
div.us_gov.banner a.ui-button:active, 
div.us_gov.banner .ui-button:active,
div.us_gov.banner .ui-button.ui-state-active:hover {
    border: inherit;
    background-color: #f6f6f6;
    font-weight: normal;
    color: inherit;
}

div.us_gov.banner .ui-icon-triangle-1-e,
div.us_gov.banner .ui-state-hover .ui-icon,
div.us_gov.banner .ui-icon, .ui-widget-content .ui-icon,
div.us_gov.banner .ui-icon, .ui-widget-content .ui-icon,
div.us_gov.banner .ui-icon:hover {
    background-image: url("/sites/default/files/images/chevron_left_FILL0_wght400_GRAD0_opsz24.png");
    transform: rotate(-90deg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
}

div.us_gov.banner .ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url("/sites/default/files/images/chevron_left_FILL0_wght400_GRAD0_opsz24.png");
    transform: rotate(90deg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
}



  
 
