/* STANDARDS:
   font-sizes and line-heights should all be defined in EMs except for the body font-size which should be in pixels.
   margins and paddings should all be defined in pixels.
   */

/* Generic styles */
* {
  box-sizing: border-box;
}
svg.icon {
  height: 22px;
  width: 22px;
  position: relative;
  top: 0;
  left: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #111;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.item br[style="mso-data-placement: same-cell;"]{
  display: block;
  height: 2px;
  margin: .25em auto;
  content: " ";
}
.container {
	max-width: 1024px;
	width: 90%;
	margin: 0 auto;
	display: block;
}
a {
  color: #3372bb;
  text-decoration: none;
}

.clear, .selectedfilters li {
  color: #3372bb;
  text-decoration: none;
  cursor: pointer;
  font-size: .95em;
  font-style: italic;
  display: inline-block;
}
.clear {
  float: right;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0;
    margin-top: 5px;
}

.clear .X, .selectedfilters li .X {
  font-style: normal;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  margin: 0;
  padding: 0 2px;
}

.selectedfilters li:after {
  content: ' | ';
  font-style: normal;
}
.selectedfilters li:last-child:after {
  content: '';
}


.contentwrapper {
  margin-top: 1.5em;
}

.note {
  font-size: .75em;
  font-style: italic;
}

a.button {
  margin: 0;
}

input[type="submit"].pagebutton, input[type="button"].pagebutton, button.pagebutton, .button.pagebutton  {
padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #cccccc;
  text-decoration: none;
  color: #555;
  display: inline-block;
  cursor: pointer; 
  background-color: #FFF;
  box-shadow: none;
  border-radius: 0px;
  margin: .5em 0;
  font-size: 14px;
}

input[type="submit"].pagebutton.current, input[type="button"].pagebutton.current, button.pagebutton.current, .button.pagebutton.current {
  background-color: #2B4693;
  color: #FFF;
  border-color: #2B4693;
}

 h2.toggle.filter  {
  display: none;
}



/* Banner */


.logo {
  background: url('/img/isaconf/gmssi/banner-1230x500.jpg') 0 0;
  background-size: 100% auto;
  height: 120px;
  position: relative;
    border-width: 0 1px;
    border-style: solid;
    border-color: #009EE2;
}

.logo img {
   height: 75px;
    left: 71px;
    position: absolute;
    top: 15px;
    display: none;
}

/* Share Menu */
#sharemenu ul {
  display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: horizontal;
-ms-flex-direction: row;
flex-direction: row;
}

#sharemenu li {
  padding: 0 0.25em;
}

li.facebook a{
    color: #3B5998;
    fill: #3B5998; }
li.twitter a {
    color: #00ACED;
    fill: #00ACED; }
li.linkedin a{
    color: #007BB6;
    fill: #007BB6; }
li.youtube a{
    color: #BB0000;
    fill: #BB0000; }
li.flickr a {
    color: #0062DA;
    fill: #0062DA; }
li.vimeo a{
    color: #00ADEF;
    fill: #00ADEF; }
li.mail a {
  color: #2B4693;
  fill: #2B4693;
}
li.print a {
  color: #505050;
  fill: #505050;
}
li.original a {
  color: #3372bb;
  fill: #3372bb;
}

h1, h2, h3, h4, h5, h6 {
	color: #2B4693;
	padding: .5em 0;
	border-bottom: 1px solid #CCC;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }

.results h2.toggle.open {
  border-bottom: 1px solid #CCC;
}

h4.toggle {
    display: inline-block;
    font-size: 0.95em;
    font-weight: normal;
    margin: 0.5em auto;
    padding: 0.25em 0;
    text-align: center;
}
input[type="submit"], input[type="button"], button {
	border: none;
	background-color: #2B4693;
	border-radius: 4px;
	color: #FFF;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	padding: .5em;
	text-transform: uppercase;
	cursor: pointer;
}

.highlight {
    background-color: #fcffa3;
    color: #333;
    padding: 0.05em;
}

/* Navigation display */
.search.wrapper > nav, .results.wrapper > nav {
	width: 100%;
	border-bottom: 1px solid #DDD;
}
.search.wrapper > nav ul.mainnav, .results.wrapper > nav  ul.mainnav {
	display: flex;
	flex-direction: row;
  justify-content: flex-end;
}

.search.wrapper > nav ul.mainnav li, .results.wrapper > nav  ul.mainnav li{
	border-left: 1px solid #DDD;
  padding: 1em .5em;
  text-align: center;
  min-width: 10em;
  line-height: 2em;
}
.search.wrapper > nav ul.mainnav li:last-child, .results.wrapper > nav  ul.mainnav li:last-child {
  border-right: 1px solid #DDD;
}
.search.wrapper > nav ul.mainnav li span, .results.wrapper > nav  ul.mainnav li span {
  display: inline-block;
  vertical-align: middle;
}


.search nav ul li.search {
	font-weight: bold;
}

/* Search form styles */


.searchForm #keyword {
    padding: 0.71em;
    width: 100%;
}

.searchForm ul.searchBy li {
  color: #333;
  padding: 0;
  border-radius: 4px 4px 0 0;
}


.searchForm input[type="text"]#searchterm {
  padding: 0.71em;
  width: 100%;
  margin-bottom: 1em; }

.searchForm .show ul li, .searchForm .sort ul li {
  display: inline-block;
  float: left;
  padding: 0 2em; }

.searchForm fieldset.item input {
  margin-right: .25em; }

  .formitem {
  	margin: 1em 0;
  }


  .toggle {
  	cursor: pointer;
    color: #004b9a;
  }
  .toggle:hover {
    text-decoration: underline;
  }

  .fa-plus-circle, .fa-minus-circle {
  	color: #0097DD;
  }
  .search .fa-plus-circle, .search .fa-minus-circle {
  	display: none;
  }

  .results .toggle .fa-plus-circle, .results .toggle.open .fa-minus-circle {
  	display: inline-block;
  }
  .results .toggle .fa-minus-circle, .results .toggle.open .fa-plus-circle {
  	display: none;
  }

  .as_instructions p {
    margin: .25em 0;
    font-size: .98em;
    font-style: italic;
  }

/* Page buttons */
.pagination {
  text-align: center;
  margin: 0 auto;
}
.pagination.end {
  max-width: 1024px;
}

  .pagebutton.direction {
  border: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
}
.pagebutton.direction.prev {
  padding: 0 2em 0 1em;
}
.pagebutton.direction.next {
  padding: 0 1em 0 2em;
}

.pagebutton .fa {
  font-size: 2em;
  vertical-align: middle;
  position: absolute;
  top: -4px;
}

.pagebutton.direction.prev .fa {
  left: 0;
}
.pagebutton.direction.next .fa {
  right: 0;
}

.pagebutton.direction:hover {
  text-decoration: underline;
  color: #3372bb;
}

  /* Search Results */
  h3.searchResults {
    font-size: 1.6em;
    font-weight: normal;
    margin: 0em 0;
    width: 100%;
    border-bottom: none;
    padding-top: 0;
  }

/* hide filters on search and show on results */
 h2.menu.filter {
  display: none;
 }
.filters {
  display: none;
}
.results .filters {
  display: inline-block;
}

.filterSection {
  position: relative;
  width: 100%;
}
.filters, #archives.results {
  box-sizing: border-box;
  vertical-align: top;
}

.filters {
  width: 25%;
  float:left;
  margin-right: 1em;
  margin-top: 1.6em;
}
.filters h2 {
  margin: 0;
}
.filters h4 {
  border: none;
}
.filteritem {
  border-bottom: 4px double #DDD;
  padding: 1em 0;
}

.filteritem input[type="range"], .filteritem input[type="text"] {
  margin: .5em 0;
  display: inline-block;
}
.filteritem input[type="range"] {
  width: 65%;
}
.filteritem input[type="text"] {
  width: 19%;
}
.filters > ul > li.FilterSet, .filters > .filteritem {
    background-color: #efefef;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: list-item;
    margin: .5em 0;
    padding: 0.5em;
    list-style-type: none;
}
.search_header {
  border-bottom: 1px solid #DDD;
  margin-bottom: 1em;
}
#archives.results {
  width: 73%;
  display: inline-block;
}
#archives.results ul.resultsheader {
  font-weight: bold;
}
 #archives.results ul.resultsitem,  #archives.results ul.resultsheader {
    font-size: 1em;
    width: 100%;
     border-bottom: 4px solid #ddd;
     margin: 1em 0;
 }

 #archives.results ul.resultsitem:hover {
    border-bottom: 4px solid #0097DD;
 }

  #archives.results  ul.resultsitem > li {
      vertical-align: top;
      padding: .15em .5em;
      text-align: left;
      text-indent: 3em;
      }
  #archives.results  ul.resultsitem > li:first-child {
    text-indent: 0;
  }

#archives.results  ul.resultsitem > li.meetingtitle {
  font-style: italic;
  color: #777;
  padding-bottom: 1em;
}

#archives.results ul.resultsitem.open {
  border-bottom: 4px solid #0097DD;
}

 #archives.results ul.resultsitem.open li:first-child:after {
    content: "Close";
    display: inline-block;
    float: right;
    color: #999;
    font-size: .95em;
    box-sizing: border-box;
    padding: .25em .5em;
    border: 1px solid #999;
    border-radius: 4px;
  }
 #archives.results ul.resultsitem.open:hover li:first-child:after {
  content: "Close";
 }
#archives.results ul.resultsitem.open > li {
  border-bottom: none;
}

.results h2.toggle, h4.toggle {
  border: none;
}
.results h2.toggle.open {
  border-bottom: 1px solid #CCC;
}

.resultsitem h4.toggle  {
  margin: 0 auto;
  cursor: pointer;
}

.resultsitem .display {
    border-radius: 15px;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
.resultsitem .display img {
  height: auto;
  width: 100%;
  vertical-align: top;

}

.resultsitem .contactButtons {
  display: inline-flex;
  flex-direction: column;
}

.resultsitem h5 {
  border-bottom: none;
}

h4.toggle:before {
    display: inline-block;
    font-size: 0.95em;
    font-weight: normal;
    padding: 0.25em .5em;
    text-align: center;
    cursor: pointer;
    border: 1px solid #DDD;
    border-radius: 4px;
}

h4.toggle:before {
  content: 'Read More...';
}
h4.toggle.open:before {
  content: 'See Less...';
}

#archives.results ul.resultsitem.header li {
  font-weight: bold;
  font-size: 1.2em;
}
#archives.results ul.resultsitem a.title {
  font-size: 1.1em;
  font-weight: bold;
}
/* More info sections */
.moreInfo {
  background-color: #EFEFEF;
  border-bottom: 4px double #0097DD;
  margin: 0 2em 2em 2em;
  padding: 10px;
}

.viewitem .moreInfo {
  display: block !important;
}

.viewitem .toggle {
  cursor: default;

}
.viewitem .toggle strong {
   font-weight: normal;
}

.item { 
    background-color: white;
    border-color: #dddddd;
    border-radius: 0.28571em;
    border-style: solid;
    border-width: 0.07143em;
    display: block;
    line-height: 1.4em;
    margin: 0.5em 0;
    padding: 0.5em;
    position: relative;
    width: calc(100% - 0.5em);
}

.item h5 {
    color: #333333;
    cursor: default;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.25em 0;
    text-transform: capitalize;
    border-bottom: none;
    padding: 0;
}

p.title {
  padding: .25em .5em;
  color: #FFF;
  background-color: #2B4693;
  width: 100%;
  text-align: center;
  margin: .5em 0;
  font-weight: bold;
  font-size: 1.1em;
}
p.title .highlight {
  background-color: transparent;
  color: #FFF;
}

@media print {
  html, body {
    margin: 0;
    padding: 0;
  }
  .header.wrapper, .searchForm, .searchResults, .mainnav, #archives.results ul.resultsitem, .moreInfo, .address, .links, .footerwrapper h3, h3.section_title {
      display: none;
  }
  .printable {
    display: block;
  }
}

.ListByRole > li, [classname="ListByRole"] > li {
  font-weight: bold;
  font-size: 1.2em;
}
.ListByRole > li ul li, [classname="ListByRole"] > li ul li  {
  font-weight: normal;
  font-size: 1em;
}

.entry {
  padding-left: 2em;
}

/* Footer */
.footerwrapper {
  margin-top: 3em;
  padding-top: 1em;
  border-top: 1px solid #ddd;
  text-align: center;
  clear: both;
  float: none;
  display: block;
}

  @media only screen and (max-width: 640px) {
    #archiveform {
      position:relative;
    }

    h2.menu.filter {
      display: block;
      position: absolute;
      right: 0;
      font-weight: normal;
      float: right;
      line-height: 1em;
    }
     h2.menu.filter:after {
      content: "\f107";
      font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    display: inline-block;
    margin-left: 15px;
    color: #999; 
     }
    .filters {
      position: absolute;
      top: 4em;
      right: 0;
      padding-right: 2em;
      background-color: #FFF;
      box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
      float: none;
      margin: 0;
      width: 100%;
      z-index: 999;
    }
    .results .filters {

      display: none;
    }
    .filters h3 {
      text-align: right;
    }
    .filters > ul > li.FilterSet, .filters > .filteritem  {
      margin: .5em;
    }

    #archives.results {
      width: 100%;
    }

    #archives.results ul.resultsitem a.title {
      display: block;
      width: 100%;
    }
    .moreInfo {
      margin: 0;
    }


  }

  /* Favoriting following */
  .bookmark {
    font-size: 1.2em;
    color: #787878;
    cursor: pointer;
    margin-right: 1em;
  }
  .bookmark.favorite {
    color: #FFCF4D;
  }

  .exchangeStatus {
    font-size: 1.2em;
    color: #004B9A;
    cursor: pointer;
  }

  /* Contact and Status */

  button.ProfileRequest .fa {
    font-size: 1.3em;
  }

  .contactArea {
    background-color: #EFEFEF;
    border: 1px solid #DDD;
    padding: .5em;
  }

  .contactArea textarea {
    width: 90%;
    margin: 0 auto;
  }

  .contactArea .buttonArea {
    display: block;
    text-align: right;
  }

  .contactArea p {
    text-align: left;
  }


  .contactArea .buttonArea input[type="button"],  button.ProfileRequest {
    background-color: #FFF;
    box-shadow: none;
    color: #004B9A;
    border: 1px solid #004B9A;
    text-transform: none;
  }
  .contactArea .buttonArea input[type="button"]:hover,  button.ProfileRequest:hover {
    background-color: #004B9A;
    color: #FFF;
  }

.item.Abstract  div {
  margin: 1em 0;
  padding: 1em 0;
  border-bottom: 4px double #DDD;
}

.profileInformation li { 
  margin: .25em 0;
 }

 .profileInformation p {
  margin: .5em 0;
 }

 .flex.row {
  display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: horizontal;
-ms-flex-direction: row;
flex-direction: row;
 }

 .flexend {
  justify-content: flex-end;
 }

 .saveresults {
  flex: 1;
  margin-bottom: .5em;
  color: #999;
  fill: #999;
  text-align: right;
 }

 .saveresults li:hover {
  fill: #333;
 }

 .keyword {
  border: 1px solid #999;
  padding: .25em .5em;
  border-radius: 2px;
  margin: 10px 5px;
  display: inline-block;
 }

 .item p {
  margin: .25em 0;
 }

#archives.results ul.resultsitem.Person li.persondata {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: 50% 50%;
  grid-column-gap: 1.5em;
 }
#archives.results ul.resultsitem.Person li.persondata  .contactButtons {
    grid-row-start: 1;
    grid-row-end: 2;
 }
#archives.results ul.resultsitem.Person li.persondata  .Affiliation {
  grid-row-start: 2;
  grid-column-start: 3;
 }