.primary_content {
  position: relative;
  float: right;
  background-color: #ffffff;
  width: 570px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 35px 40px;
  margin-left: 30px;
  border: 1px solid #dddddd;
  font-family: "arvoregular", "Times New Roman", serif;
  line-height: 2;
  font-size: 14px;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.primary_content .property_block {
  /* -- styles to make property blocks display two-by-two -- */
  /*display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 42%;
  margin-right: 30px;
  */
  margin-bottom: 30px;
}

/*
.primary_content .property_block:last-child{
  margin-right: 0;
}
*/
.primary_content .property .block-title {
  font-family: "MontserratBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid #e7e7e7;
  display: block;
  margin-bottom: 5px;
}

.primary_content .property .field-label,
.primary_content .property .field-value {
  font-size: 20px;
}

.primary_content .property .field-label {
  margin-right: 10px;
}

.primary_content .property .field-value {
  font-family: "arvoitalic", arial, helvetica, sans-serif;
  color: #00aeef;
  white-space: pre-line;
}

.primary_content .property .field-label:after {
  content: ":";
}

.primary_content .back_btn, .primary_content .back.btn {
  display: inline-block;
  zoom: 1;
  width: 85px;
  position: absolute;
  top: 0;
  right: 20px;
}

.primary_content .back_btn a, .primary_content .back.btn a,
.primary_content button.assign {
  display: block;
  background: #00aeef;
  padding: 10px 9px;
  font-size: 14px;
  line-height: 14px;
  font-family: "open_sansbold", "Arial", Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

.primary_content .back_btn a:after, .primary_content .back.btn a:after {
  content: '';
  height: 0;
  width: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 11px solid #ffffff;
  position: absolute;
  right: 13px;
  top: 8px;
}

@media screen and (max-width: 1170px) {
  .primary_content .property.block {
    display: block;
    width: 100%;
  }
}

.team {
  font-size: 12px;
}

.team table {
  width: 100%;
}

.team table th {
  font-weight: normal;
  text-align: left;
}

.team table td {
  font-family: "arvoitalic", arial, helvetica, sans-serif;
  color: #00aeef;
}

.vote_rating .like_con {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  text-align: center;
}

.vote_rating.initing .like_con:before {
  content: "Loading...";
  font-family: "arvoregular", "Times New Roman", serif;
}

.vote_rating .rated-message {
  font-family: "arvoregular", "Times New Roman", serif;
  font-size: 13px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  text-align: center;
}

.vote_rating .like_con.disabled {
  display: none;
}

.vote_rating .like_con .rating.buttons span.miwt_button button.miwt_button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  outline: 0;
  border: 0;
  background: none;
  text-indent: -9999px;
  position: relative;
  height: 90px;
}

.vote_rating .like_con .rating.buttons span.miwt_button {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 24px;
  text-indent: -9999em;
  font-size: 0.01em;
  margin: 3px;
}

.vote_rating .like_con .rating.buttons span.miwt_button button.miwt_button {
  display: block;
  width: 30px;
  height: 24px;
  background-image: url("/resources/dyn/files/272104ze9eba64a/_fn/hearts.png;jsessionid=07F4D3768604FF91D34B6124B67A35E5.4a");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.vote_rating .like_con .rating.buttons span.miwt_button.over button.miwt_button {
  background-position: 0px -24px;
}

.vote_rating .like_con .rating.buttons span.miwt_button.rated button.miwt_button.heart {
  background-position: 0px -24px;
}

.vote_rating .like_con .like.action span.like button.miwt_button {
  border: 0;
  outline: 0;
  background: url(//reviewr2-release-files-my-reviewr.s3.amazonaws.com/bc24-4025011-like.png?pfvId=nos4.k6trpyh5) center top no-repeat;
  height: 39px;
  width: 31px;
  font-family: "arvoregular", "Times New Roman", serif;
  font-size: 13px;
  text-indent: -9999px;
}

.vote_rating .like_con .like.action span.like.over button.miwt_button {
  background-position: center -39px;
}

.comments-table {
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 0 15px 15px;
  margin-top: 10px;
  border: 1px solid #dddddd;
  font-family: "arvoregular", "Times New Roman", serif;
  font-size: 12px;
  line-height: 2;
}

.comment-con > .comment {
  padding: 3px 5px;
}

.comments-table .miwt-table {
	width: 100%;
}

.comments-table .miwt-table-data > tr {
	display: flex;
  	justify-content: space-between;
}

.comments-table .miwt-table-data .comments-column {
	flex: 1 1 80%;
}

.comments-table .comment.submit-time {
  background: #00aeef;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5rem;
}

.comments-table .comment.author-name {
  padding-bottom: 0;
  font-size: 14px;
  font-family: "arvobold", "Times New Roman", serif;
  font-weight: bold;
  line-height: 1.5rem;
  border-bottom: 1px solid #e7e7e7;
}

.comments-table .comment-con {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.comments-table .comment-con .message {
	flex: 0 0 100%;
}

.comments-table .miwt-table-data .last-column .actions button {
  background: #c02223;
  line-height: 1.25rem;
  font-size: .7rem;
}

@media screen and (min-width: 1025px) and (max-width: 1170px) {
  .primary_content {
    width: 400px;
    padding: 35px 50px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
  .primary_content {
    width: 320px;
    padding: 35px 50px;
  }
}

@media screen and (max-width: 980px) {
  .primary_content {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .secondary_content {
    margin: 0 auto;
  }
}

.prop.name .title {
  font-size: 30px;
  line-height: 1.5;
  font-family: "montserratbold", Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.description,
.abstract,
.team {
  margin-bottom: 20px;
}

.team label,
.bio_label {
  display: block;
  font-size: 16px;
  font-family: "montserratbold", Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 5px;
}

.bio_label {
  margin-bottom: 5px;
}

.secondary_content {
  float: left;
  width: 47%;
}

@media screen and (max-width: 980px) {
  .secondary_content {
    float: none;
    width: 95%;
    margin-bottom: 20px;
  }
}

.actions_box {
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid #dddddd;
  margin-bottom: 40px;
}

.likes {
  background-color: #56d1ff;
}

/* custom addthis styles if its in a share_bar class and has correct markup */
.share_bar {
  overflow: hidden;
  background-color: #4d66e9;
}

.share_bar .label {
  color: #ffffff;
  font-family: MontserratRegular, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 48px;
  float: left;
  width: 220px;
  text-align: center;
}

.share_bar .addthis_toolbox .custom_icon {
  width: 64px;
  height: 48px;
  background-image: url(/resources/dyn/files/241115zd2e272a3/_fn/addthis-icons.png;jsessionid=07F4D3768604FF91D34B6124B67A35E5.4a);
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
}

.share_bar .actions a {
  float: right;
}

.share_bar .addthis_toolbox a:hover .custom_icon {
  background-color: #3d56d3;
}

.share_bar .addthis_buttonfacebook .custom_icon {
  background-position: 0 0;
}

.share_bar .addthis_button_twitter .custom_icon {
  background-position: -64px 0;
}

.share_bar .addthis_button_linkedin .custom_icon {
  background-position: -196px 0;
}

.share_bar .addthis_button_google_plusone_share .custom_icon {
  background-position: -128px 0;
}

.share_bar .addthis_button_email .custom_icon {
  background-position: -256px 0;
}

#event_header {
  float: left;
}

.event-header {
	max-width: 1400px;
  	margin: 0 auto;
}

.event-header .script.title {
	display: none;
}

.event-header .logo {
	margin: auto 0px;
}

.event-header .logout {
	margin: auto 0px;
}

#e-COLUMN-0 {
	max-width: 1400px;
    margin: 0 auto;
  	padding: 20px 20px 40px;
    position: relative;
    min-width: 768px;
}

#e-COLUMN-0 .primary_content {
	padding: 35px 40px;
}

#body {
  width: 50%;
}

.public-comments {
	margin-top: 20px;
}

.public-comments .heading hr {
	border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
  	margin: 8px 0;
}

.public-comments .heading h3 {
	margin: 0;
}

.comment_con {
	margin-top: 10px;
}

.comment_con .comment-entry-con .comment-entry {
	width: 100% !important;
}

.comment_con .comment-entry-con .actions {
	margin: 10px 0;
}

/* creating a workaround for mobile display */
@media (max-width : 640px){
  #header_wc_0,
  #enclosing2_wc_0,
  #body_wc_0,
  #footer_wc_0 {
    min-width: calc(100% - 30px);
    margin: 0 auto;
  }

  #enclosing2_wc_0,
  .submission-list,
  .share_bar {
    display: flex;
    flex-flow: row wrap;
  }

  .share_bar {
    justify-content: space-around;
  }
  
  .share_bar .addthis_toolbox .custom_icon {
    width: 50px;
  }
}


/* event specific styles */
/* I only placed this here because putting it in the event specific file wasn't working. Need to debug why */

body.stateawardsofexcellence2019 .share_bar_con {
  display: none !important;
}            ​@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);.media_gallery{position:relative;width:margin:0 auto}.media_player{position:relative;box-sizing:border-box}.media_player:before{display:block;content:"";width:100%;padding-top:calc((9 / 16) * 100%)}.media_player_inner{position:absolute;top:0;right:0;bottom:0;left:0;background: #fff;}.media_player_inner iframe,.media_player_inner video{height:100%;width:100%}.media_player_inner img{max-width:100%;max-height:100%;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.media_preview{position:relative;overflow:hidden;margin:15px 30px}.media_preview:before{display:block;content:'';width:100%;padding-top:calc((127 / 612) * 100%)}.media_preview .items{position:absolute;top:0;display:flex;flex-flow:row nowrap}.media_preview .items .media{position:relative;width:calc(((100vw - 60px)/ 3) - 10px);margin:0 5px}@media (min-width:768px){.media_preview .items .media{width:calc(((50vw - 120px)/ 3) - 10px)}}@media (min-width:1400px){.media_preview .items .media{width:calc(((700px - 120px)/ 3) - 10px)}}.media_preview .items .media:before{display:block;content:"";width:100%;padding-top:calc((9 / 16) * 100%)}.media_preview .items .media .thumbnail{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-repeat:no-repeat}.media_nav .browse{display:block;width:25px;background-color:#e0e0e0;position:absolute;bottom:15px;top:calc((16 / 21) * 100%);opacity:.75;cursor:pointer}.media_nav .browse.disabled{opacity:.5}.media_nav .browse:hover{opacity:1}.media_nav .browse:after{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.media_nav .browse.prev:after{width:0;height:0;border-top:15px solid transparent;border-right:12px solid #615b51;border-bottom:15px solid transparent}.media_nav .browse.next{right:0}.media_nav .browse.next:after{width:0;height:0;border-top:15px solid transparent;border-left:12px solid #615b51;border-bottom:15px solid transparent}
/*# sourceMappingURL=/_sourcemaps/pitch-gallery.min.css.map */
.media_preview .items .media {
	margin-right: 15px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
}

.media_preview .items .media:hover {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
}

.media_preview .items .media .thumbnail {
  	cursor: pointer;
}

.media_preview .items .media .thumbnail .link {
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
/* Customize event header banner for OSPA event type */

/* Fall Meeting */
#header {
  display: block;
  background: url(//d30lnzphv3f13q.cloudfront.net/f5e7-5684832-022_OSPA_Website_banner_1920x200-01.png?pfvId=1f469.la0gb529);
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  border-bottom: none;
  width: 100%;
  height: auto /*100px*/;
}

.event-header {
  flex-flow: row-reverse wrap;
  justify-content: flex-start;  
  align-items: center;
}

.event-header a.link {
  color: #ffffff;
}

.event-header .logout, 
.event-header .link {
  flex: 0 0 auto;
}

.event-header a.link {

  font-family: 'montserratregular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  padding-right: 1rem;
}

.event-header .logout {
  font-family: 'montserratregular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .event-header .logo{
    flex: 0 0 100%;
    height: 20px;
  }
  
  .event-header a.link,
  .event-header .logout {
    color: #223266;
  }
}


@media screen and (min-width: 768px) {
  #header {
    background-size: 100%;
    background-repeat: no-repeat;
  }
  
  .event-header .logo.ospa_banner{
    display: none;
  }
}

/* Adjusting custom styles per: REVIEWR-3777 */ 
.agu-ospa #header {
  background-image: none;
  background-color: #033372;

  position: relative;
  height: auto;
  padding: 0 0;
  margin-bottom: 2.5rem;
}

.agu-ospa #header-wc-0 {
  content: '';
  display: block;

  background-image: url(//d30lnzphv3f13q.cloudfront.net/f5e7-5684832-022_OSPA_Website_banner_1920x200-01.png?pfvId=1f469.la0gb529);
  background-size:  inherit;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 145px;
  position: relative;
}

.agu-ospa #header-wc-0:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: calc((1/16) * 100%);
}

.agu-ospa #header .event-header {
  flex-flow: row wrap;
  justify-content: flex-end;
  
  position: absolute;
  top: 100%;
  
  height: auto;
  max-width: calc(100vw - 2rem);
  padding-top: 1rem;
}

.agu-ospa .event-header .logo.ospa_banner{
  display: none;
}

.agu-ospa .event-header a.link, 
.agu-ospa .event-header .logout a.logout-url {
  margin-left: 1ch;
}

.agu-ospa .event-header a.link {
  display: inline-block;
  font-family: Montserrat,Arial,Verdana,sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 1ch;
  background: #00aeef;
  color: #fff;
  letter-spacing: .05em;
  text-decoration: none;
}

.agu-ospa .event-header .logout .user {
  color: #223266;
}

.agu-ospa .event-header .logout a.logout-url {
  padding: 8px 1ch;
}

@media screen and (min-width: 768px) {
  .agu-ospa #header .event-header {
    padding-top: 1rem;
  }
}.menu-component {
	position: relative;
	display: inline-block;
}

.menu-component .menu-items {
	position: absolute;
	top: 1.5em;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.menu-component li.menu {
	position: relative;
	margin: 0;
	padding: 0;
}

.menu-component li.menu ul.menu-items {
	top: 0;
	left: 100%; /* Override if necessary based on position on page */
}

.menu-component .menu a.menu-item,
.menu-component .menu span.menu-item {
	display: block;
	width: 10em;
	color: #000;
	text-decoration: none;
	padding: 4px .5em;
	margin: 0;
}

.menu-component .menu a.menu-item:hover {
	background-color: #aaa;
}

.menu-component .menu span.menu-item {
	color: #666;
}

.menu-component .parent-menu > a.menu-item {
	background-image: url(/_resources/all/docroot/miwt/component/images/menu-expand.gif);
	background-position: right 2px center;
	background-repeat: no-repeat;
}

.menu-component ul {
	display: none;
}

.menu-component.active > ul,
.menu-component.active li:hover > ul {
	display: block;
}
div.window {
	background-color: #eee;
	border-style: ridge;
	border-color: ThreeDLightShadow ThreeDDarkShadow ThreeDDarkShadow ThreeDLightShadow;
	border-width: 1px 2px 2px 1px;
	padding: 2px;
}

.titlebar_row td {
	height: 1.2em;
}

td.activewindowtitle {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}

td.windowbuttons {
	color: ButtonText;
	margin: 0;
	font-size: .8em;
	text-align: right;
}

td.inactivewindowtitle {
	background-color: InactiveCaption;
	font-weight: bold;
	color: InactiveCaptionText;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}

div.windowcontent {
	color: WindowText;
	background-color: #fafcff;
	border: 1px outset #777;
	overflow: auto;
	position: absolute;
	top: 1.75em; /* Needs to be >= titlebar height + padding, etc */
	bottom: 2px;
	left: 2px;
	right: 2px;
}

.windowresize_sw,
.windowresize_se,
.windowresize_nw,
.windowresize_ne {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 5px;
	height: 5px;
	cursor: ne-resize;
}

.windowresize_sw {
	cursor: sw-resize;
}

.windowresize_se {
	cursor: se-resize;
}

.windowresize_nw {
	cursor: nw-resize;
}

/* OptionDialog. */
table.OptionDialogButtons,
table.OptionDialog {
	margin: 0 auto;
}

/* Progress Dialog. */
.miwt-ajax-progress {
	padding: 16px;
	min-width: 200px;
	min-height: 85px;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	z-index: 10001;

	position: absolute;
	top: 100px;
	left: 100px;
	font-family: Arial, Verdana, sans-serif;
	color:#555;
}
.miwt-ajax-progress progress {
	margin-top: 16px;
	width: 100%;
}

a[disabled] {
	color: gray;
	text-decoration: none;
}.dnd-feedback
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
 
.dnd-dropactive
{

}

div.dropoptions
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
.miwt-table button.configure,
.miwt-tree button.configure {
	width: 16px;
	height: 16px;
	padding-left: 16px;
	text-indent: -1000em;
	overflow: hidden;
	border: none;
	background: transparent url(/_resources/all/docroot/miwt/component/images/cog-16x16.png) no-repeat center;
	vertical-align: text-top;
}

.miwt-config-wrapper {
	padding: 0;
	border: 1px solid #e7e7e7;
}

.miwt-config {
	min-width: 250px;
}

.miwt-config ul {
	list-style: none;
	padding: 0 15px 0 0;
	margin: 0;
}

.miwt-config ul li {
	margin-bottom: 4px;
}

.miwt-config ul li input[type="checkbox"] {
	margin-right: 4px;
}

.miwt-config-option {
	margin-bottom: .75rem;
}

.miwt-config-option-label {
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 15px 6px;
	background: #e7e7e7;
}

.miwt-config-option-value {
	margin: 0 0 0 1rem;
}

.miwt-config-actions {
	float: right;
	padding: 2px 0;
}

.miwt-config-wrapper:popover-open::backdrop {
	background-color: rgb(0 0 0 / 25%);
}

.miwt-select-all-rows,
.miwt-clear-row-selection {
	display: none;
}

.miwt-select-visible .miwt-select-all-rows {
	display: table-row-group;
}

.miwt-select-model .miwt-clear-row-selection {
	display: table-row-group;
}

.miwt-select-all-rows .selection-action,
.miwt-clear-row-selection .selection-action {
	cursor: pointer;
	text-decoration: underline;
}
/*
 * Copyright (c) Interactive Information R & D (I2RD) LLC.
 * All Rights Reserved.
 *
 * This software is confidential and proprietary information of
 * I2RD LLC ("Confidential Information"). You shall not disclose
 * such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered
 * into with I2RD.
 */

.miwt-prompt {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
	outline: 0;
}

.miwt-prompt .prompt-dialog {
	position: relative;
	width: auto;
	margin: 30px auto;
	max-width: 600px;
}

.miwt-prompt .prompt-content {
	position: relative;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;
	background-color: #fff;
}

.miwt-prompt .prompt-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.miwt-prompt .prompt-header:after {
	content: "";
	display: table;
	clear: both;
}

.miwt-prompt .prompt-title {
	margin: 0;
	line-height: 1.5;
}

.miwt-prompt .prompt-body {
	position: relative;
	padding: 15px;
}

.miwt-prompt .prompt-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.miwt-prompt .prompt-footer:after {
	content: "";
	display: table;
	clear: both;
}

.miwt-prompt-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: .5;
}