/** General Page Styles **/
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.0em;
  line-height: 1.5em;
  color: #000000;
  background-color: #ffffff;
  height:100%;
}
h1, h2, h3, h4, h5, h6 {
  display: block;
  text-align: left;
  font-weight: normal;
  padding: 0;
  color: #0973ba;
}
h1 {
  font-size: 2.125em;
  line-height: 1.35em;
  margin: 0.8em 0 0.2em 0;
}
h3 {
	color: #0A64AE;
	font-weight: bold;
	font-size: 1.4em;
}
hr {
  border: 0;
  height: 1px;
  margin: 20px 0 13px 0;
  background: #c0e4ff;
}
a {
	text-decoration: none;
	color: #2ea3f2;
  font-weight: 400;
}
a:hover,
a:focus {
	color: #074272;
  text-decoration: underline;
}

/** General Image Styles **/
img {
  max-width: 100%;
  height: auto;
}
.align-left {
  float: left;
  margin: 0 25px 25px 0;
}
.outline-left {
  border: 2px solid #ffffff;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}
.align-right {
  float: right;
  margin: 0 0 25px 25px;
}
.outline-right {
  border: 2px solid #ffffff;
  box-shadow: -1px 1px 6px rgba(0,0,0,0.4);
}
.clear-fl {
	clear: both;
  font-size: 0.00000001em;
  height: 1px;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .align-left, .align-right {
    max-width: 50%;
  }
}
@media screen and (max-width: 468px) {
  .align-left, .align-right {
    float: none;
    max-width: 100%;
    margin: 0 auto 15px auto;
  }
}

/** Table Styles **/
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}
thead tr th {
  padding: 5px 15px 5px 15px;
  background-color: #484848;
  text-align: left;
  font-weight: 500;
  color: #ffffff;
}
thead tr th a {
  color: #ffffcf;
}
thead tr th a:hover, thead tr th a:focus {
  color: #ffffff;
}
thead tr td, tbody tr td {
  padding: 5px 15px 5px 15px;
  border: 1px solid #cccccc;
}
tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

/** File Attachment Icons **/
.file--application-pdf {
	margin-top: 5px;
  padding-left: 25px;
  background-image: url(img/pdf-icon.png);
  background-repeat:no-repeat;
	font-size: 0.9em;
}
.file--x-office-document {
	margin-top: 5px;
  padding-left: 25px;
  background-image: url(img/docx-icon.png);
  background-repeat:no-repeat;
	font-size: 0.9em;
}
.file--x-office-presentation {
	margin-top: 5px;
  padding-left: 25px;
  background-image: url(img/ppt-icon.png);
  background-repeat:no-repeat;
	font-size: 0.9em;
}
.file--x-office-spreadsheet {
	margin-top: 5px;
  padding-left: 25px;
  background-image: url(img/xls-icon.png);
  background-repeat:no-repeat;
	font-size: 0.9em;
}
.file--text {
  padding-left: 25px;
  background-image: url(img/txt-icon.png);
  background-repeat:no-repeat;
	font-size: 0.9em;
}
.field--type-link {
	margin-top: 5px;
  padding-left: 25px;
  background-image: url(img/web-icon.png);
  background-repeat:no-repeat;
	font-size: 0.9em;
}

/** Drupal alert message styles **/
div[role=alert] {
  margin: 5px 0 15px 0;
  padding: 5px 15px 5px 15px;
  background: #ffffcf;
  border: 1px solid #cccccc;
}
div[role=message],
div[role=contentinfo],
.user-message {
  /*margin: 5px 0 15px 0;*/
  padding: 5px 15px 5px 15px;
  background: #cfffd1;
  border: 1px solid #cccccc;
}

/** Drupal Core Tab Styles **/
#block-aspaportal22-local-tasks {
  padding-bottom: 4px;
  border-bottom: 1px solid #a3a3a3;
}  
#block-aspaportal22-local-tasks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#block-aspaportal22-local-tasks ul li {
  display: inline;
  padding: 0;
  margin: 0;
}
#block-aspaportal22-local-tasks ul li a {
  padding: 5px 10px 5px 10px;
  border-top: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  border-right: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  border-radius: 5px 5px 0 0;
  background-color: #e4e4e4;
}
#block-aspaportal22-local-tasks ul li a.is-active {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
/*IE workaround*/
/*All IE browsers*/
* html #block-aspaportal22-local-tasks ul li {
    border-left: 1px solid black;
    padding: 0 0.4em 0 0.4em;
    margin: 0 0.4em 0 -0.4em;
}
/*Win IE browsers - hide from Mac IE\*/
* html #block-aspaportal22-local-tasks ul { height: 1%; }

* html #block-aspaportal22-local-tasks ul li {
    display: block;
    float: left;
}
/*End hide*/
/*Mac IE 5*/
* html #block-aspaportal22-local-tasks ul li:first-child {
    border-left: 0;
}

/** Drupal core pager styles **/
.pager ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 1.0em;
  }
.pager ul li {
  display: inline;
  padding: 0;
  margin: 0;
}
.pager ul li:before { 
	content: " | ";
}
.pager ul li:first-child:before { 
	content: "";
}

/** Drupal Inline Field Styles **/
.field--label-inline .field__label::after {
  content: ": ";
}
.field--label-inline .field__label,
.field--label-inline .field__item {
  display: inline-block;
}

/** Drupal button styles **/
.link {
  display: inline;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: none;
  color: #0074bd;
  text-decoration: none;
  font-weight: bold;
}
.link:hover,
.link:focus {
  color: #008ee6;
  text-decoration: underline;
}

/** Contact Form Styles **/
.required-text {
	color: #ff6961;
}
.contact-form .js-form-item {
  display: flex;
  flex-wrap: wrap;
  margin: 6px 0px 6px 0px;
}
.contact-form label {
  flex-basis: 15%;
  text-transform: capitalize;
  color: #414142;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form select {
	box-sizing: border-box;
	max-width: 100%;
	padding: 0.3em 0.4em 0.3em 0.5em;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	color: #595959;
	border: 1px solid #b8b8b8;
	border-top-color: #999;
	border-radius: 2px;
	background: #fcfcfa;
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 13%);
	font-size: 1em;
}
.contact-form .js-form-type-textarea div {
  flex-basis: 65%;
}
.contact-form .js-form-type-textarea div.description {
  flex-basis: 100%;
  margin: 0 0 0 15%;
  font-style: italic;
}
.contact-form textarea {
  width: 98%;
  height: 120px;
  padding: 5px 3px 3px 5px;
  outline: 0 none;
  border: 1px solid #6E6F71;
  box-shadow: inset 0px 1px 4px #9d9d9d;  
  color: #888;
}
#edit-langcode-wrapper {
  display: none;
}
.contact-form .form-actions {
  margin: 0 0 0 15%;
}
.contact-form #edit-preview {
  display: none;
}
@media screen and (max-width: 640px) {
  .contact-form .js-form-item {
    display: block;
  }
  .contact-form .js-form-type-textarea div.description {
    margin: 0;
  }
  .contact-form .form-actions {
    margin: 0 auto 0 auto;
  }
}

/** My Account Page **/
#edit-account label {
	display: table;
	margin: 15px 0 0.1em;
	padding: 0;
	font-weight: bold;
}
#edit-account input.form-text,
#edit-account input.form-email {
	box-sizing: border-box;
	max-width: 100%;
	padding: 0.3em 0.4em 0.3em 0.5em;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	color: #595959;
	border: 1px solid #b8b8b8;
	border-top-color: #999;
	border-radius: 2px;
	background: #fcfcfa;
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 13%);
	font-size: 1em;
}
.email-pol {
  margin: 5px 0 15px 0;
  padding: 5px 15px 5px 15px;
  background: #cfffd1;
  border: 1px solid #cccccc;
}



/** User Login Form Styles **/
.login-box {
  width: 400px;
  margin: 42px auto 0;
  padding: 0 20px 20px 20px;
  background: #F5F9FA;
  border: 1px solid #c0e4ff;
}
.login-box h1 {
  margin: 15px 0 0 0;
}
.login-box p {
  margin: 5px 0 15px 0;
}
.user-login-form label {
  display: block;
  margin: 10px 5px 0 0;
  /**font-family: 'Open Sans', sans-serif;**/
  font-weight: 600;
  font-size: 0.85em;
  text-transform: capitalize;
}
.user-login-form input[type="text"], 
.user-login-form input[type="password"] {
  height: 30px;
  width: 98%;
  margin: 0 0 5px 0;	
	box-sizing: border-box;
	max-width: 100%;
	padding: 0.3em 0.4em 0.3em 0.5em;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	color: #595959;
	border: 1px solid #b8b8b8;
	border-top-color: #999;
	border-radius: 2px;
	background: #fcfcfa;
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 13%);
	font-size: 0.929em;
}
.user-login-form .description {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.login-box div[role=contentinfo] {
  display: none;
}

/** Node Add/Edit Form Styles **/
.node-form, .node-form details {
  width: 100%;
  padding: 10px 15px 10px 15px;
  border: 1px solid #a6a6a6;
  box-sizing: border-box;
  background-color: #ffffff;
}
.vertical-tabs {
  background-color: #ffffff;
}
details.vertical-tabs__pane {
  border: 0;
}
.node-form label {
  display: inline-block;
  width: 12%;
  margin: 10px 5px 0 0;
  /**font-family: 'Roboto Condensed', sans-serif;**/
  text-transform: capitalize;
  font-weight: 600;
  color: #414142;
}
.js-form-type-textarea label {
  width: 100%;
}
.node-form label.option {
  text-transform: capitalize;
  /**font-family: 'Roboto', serif;**/
  font-weight: 400;
}
.node-form .fieldset-legend {
  /**font-family: 'Roboto Condensed', sans-serif;**/
  text-transform: capitalize;
  font-weight: 600;
}
.node-form details summary {
  /**font-family: 'Roboto Condensed', sans-serif;**/
  text-transform: capitalize;
  font-weight: 600;
  cursor: pointer;
}
.node-form .description {
  font-size: 0.85em;
}
.views-exposed-form {
  display: flex;
  border: 1px solid #cccccc;
}
.views-exposed-form div {
  padding: 5px;
}
.image-widget img {
  float: left;
  margin: 20px 15px 0 0;
}
.form-item-body-0-format label {
  margin: 10px 5px 0 15px;
}
.field--type-datetime h4 {
  margin: 0;
}
.node-form input[type="text"],
.node-form select {
  border: 1px solid #6E6F71;
  height: 30px;
  margin: 5px 0px 5px 0px;
  outline: 0 none;
  padding: 5px;
  width: 70%;
  font-size: 0.929em;
  line-height:15px;
  box-shadow: inset 0px 1px 4px #9d9d9d;
  /**font-family: 'Roboto', serif;**/
  font-weight: 400;
  color: #171717;
}
.node-form input[type="date"] {
  border: 1px solid #6E6F71;
  height: 30px;
  margin: 0 0px 5px 0px;
  outline: 0 none;
  padding: 5px;
  font-size: 12px;
  line-height:15px;
  box-shadow: inset 0px 1px 4px #9d9d9d;
  /**font-family: 'Roboto', serif;**/
  font-weight: 400;
  color: #171717;
}


/** Member Database Individual Page (Editing) Styles **/
.user-form label {
  display: inline-block;
  width: 35%;
  margin: 10px 5px 0 0;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  color: #414142;
}
.user-form input[type="text"],
.user-form input[type="email"],
.user-form input[type="url"],
.user-form input[type="number"],
.user-form input[type="tel"],
.user-form select {
	width: auto;
	background: #fcfcfc;
	border: 1px solid #d9dce0;
	border-top-color: #d0d4da;
	border-bottom-color: #dee1e5;
	border-radius: 1px;
	box-shadow: 0 1px 0 #f2f2f4 inset, 0 2px 0 #fafbfb inset, 1px 0 0 #fafbfb inset, -1px 0 0 #fafbfb inset;
	color: #333333;
	font-size: 0.929em;
	padding: 0.36em 9px 0.43em;
	box-sizing: border-box;
	transition: border-color 0.05s;
	outline: 0;
	height: 2.433em;
	line-height: 2.433em;
	padding-top: 0;
	padding-bottom: 0;
}
.user-form textarea {
  width: 98%;
  height: 120px;
  padding: 10px;
  outline: 0 none;
  border: 1px solid #6E6F71;
  box-shadow: inset 0px 1px 2px #F7F7F7;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
	font-size: 1.0em;
  color: #333333;
}
.user-form .js-form-type-checkbox label {
	width: 80% !important;
}
.user-form thead tr th {
  background-color: #CFCFCF;
  color: #000000;
	border-bottom: 4px solid #064e7e;
	font-weight: bold;
}
.user-form .paragraph-type-title {
  padding-left: 15px;
	font-weight: bold;
}
.user-form thead tr th h4 {
	font-weight: bold;
	color: #074272;
}
.user-form .paragraphs-subform label {
	margin: 10px 5px 0 15px;
}
.user-form .paragraph-type-top {
	padding-right: 15px;
}
.user-form .field--name-field-city {
  width: 40%;
}
.user-form .field--name-field-city::after {
  content: "" !important;
}
.js .field--widget-entity-reference-paragraphs td {
    padding: 15px 15px 5px 15px;
}
#edit-status {
	display: flex;
	align-items: center;
}
#edit-status--wrapper {
	padding: 0 15px 5px 15px;
	border: 1px solid #cccccc;
}
#edit-status--wrapper .fieldset-legend {
	font-weight: 700;
}
#edit-status .js-form-item {
	display: flex;
	align-items: center;
	margin-right: 15px;
}
#edit-status .js-form-item input,
#edit-status .js-form-item label {
	margin: 0 8px 0 0;
}
#edit-roles--wrapper {
	padding: 0 15px 5px 15px;
	border: 1px solid #cccccc;
}
#edit-status--roles .fieldset-legend {
	font-weight: 700;
}
#edit-roles .js-form-item {
	display: flex;
	align-items: center;
	margin-right: 15px;
}
#edit-roles .js-form-item input,
#edit-roles .js-form-item label {
	margin: 0 8px 0 0;
}
#edit-account {
	margin-top: 25px;
	padding: 0 15px 15px 15px;
	border: 1px solid #cccccc;
	background: #FCFCFC;
}
.form-item-field-acc-staff-nv2 {
  margin-top: 45px !important;
}
.member-export-link {
  text-align: right;
}
