/*/* Print CSS */


span._label_note {
    /*color: red;*/
     font-size: 90% !important;
     color: black;
    
}

.disclaimer {
    text-align: center;
}

.disclaimer a{
    font-size: 90% !important;
    padding: 0 !important;
}

.row {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.column {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
}
.left, .right {
    /*width: 24% !important;*/
}
.middle {
    text-align: center !important;
}
.column.middle h4 {
    font-size: 18px;
}
.row img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 130px;
    margin-left: auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
html {
  color: black;
  background: #999;
  -webkit-text-size-adjust: 100%;
  line-height: 1.4;
  font-size: 10pt;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0;
  min-width: 8.75in;
}
body {
  width: 8.5in;
  /*height: 10in;*/
  height: 100%;
  margin: 1in .125in .5in .125in;
  padding: .5in;
  background: white;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: rgba(0,0,0,.15) 1px 5px 10px;
}
h1, h2, h3, h4, h5, h6 {
  margin: .25em 0;
  line-height: 1.2;
  font-weight: 700;
}
p {
  margin: 0;
}
nav {
  margin: 1em 0;
  text-align: center;
}
a {
  color: currentColor;
  text-decoration: none;
  display: inline-block;
  padding: 0 .5em;
  font-size: 120%;
}
@media (min-width: 8.75in) {
  body {
    margin: 1in auto .5in auto;
    height: 100%;
  }
}
@media print {
  html {
    min-width: none;
  }
  html,
  body {
    background: transparent;
  }
  body {
    margin: 0 auto;
    padding: .5in;
    border: none;
    box-shadow: none;
  }
  :not(nav) > [href]:not([href^="#"]):after {
    content: ' ('attr(href)') ';
  }
}

/* Resume Style */
html {
  color: #717171;
  letter-spacing: 0.025em;
  font-family: 'Ubuntu', sans-serif;
  /*font-size: 16px !important;*/
}

._label, ._title, ._orgname, ._title_org{
  color: black !important;
}

.organization_lists ul{
  list-style-type:none;
}

._orgname{
  padding: 5px;
}
._title_org{
    text-decoration: underline;
    
}

/*.organization_lists ._title_org{
  padding-bottom: 5px;
}
*/
.organization_lists li{
  font-size: 115%;
  padding-bottom: 5px;
}

.searchbar{
  border: 1px solid gray;
  margin: 20px 0 20px 0;
  padding: 10px;
}

.organization_lists {
  border: 1px solid gray;
  margin: 20px 0 20px 0;
  padding: 20px;
}

.orgname{
  font-weight: 500;
}

/*h1, h2, h3, h4, h5, h6 {
  font-family: 'Fira Sans', sans-serif;
}*/

.searchbar, {
  font-weight: 600;
}

h1, h2 {
  text-align: center;
}
h1 {
  font-weight: 900;
  font-size: 400%;
  margin: 0;
}
h2 {
  margin-top: 0;
  font-size: 220%;
  font-weight: 300;
  color: rgb(0,200,255);
  letter-spacing: -.03em;
}
h3 {
  margin-top: .75em;

  font-size: 200%;
}
h4 {
  margin-top: .5em;
  font-weight: 500;
  font-size: 135%;
  /*color: black*/
}
/*h4 span {
  margin: 0 0 .25em .25em;
  font-size: 75%;
  font-style: italic;
  font-weight: 300;
  color: #666;
}*/
aside {
  float: left;
  width: 33.33%;
}
p {
  font-size: 110%;
}
ul {
  margin-top: 0;
  padding: 0 0 0 2em;
}
[data-button] {
  position: absolute;
  top: .2in;
  left: .125in;
}

.soc-med a{
    font-size: 15px;
}

@media (min-width: 8.75in) {
  [data-button] {
    left: calc(50% - (8.5in/2));
  }
}
@media print {
  [data-button] {
    display: none;
  }
}


.dateandtime {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    margin: 30px 0 -40px;
/*     color: black; */
}