@charset "utf-8";
/** Layout Page Styles **/
html, body {
  height: 100%;
}
.dialog-off-canvas-main-canvas {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#toolbar-administration + .dialog-off-canvas-main-canvas .container {
  position: relative;
  top: 44px
}
.container {
  flex: 1 0 auto;
	width: 100%;
}
.sec-inner {
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: 0px auto 0px auto;
}
.txt-center {
  text-align: center;
}
.sec-flex {
  display: flex;
  flex-wrap: wrap;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


/** Top Bar Styles **/
.top-bar {
  width: 100%;
  background-color: #fcfcfc;
}
.top-inner {
  text-align: right;
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: 0 auto 0 auto;
}
.top-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  text-align: right;
  }
.top-inner ul li {
  display: inline;
  padding: 0;
  margin: 0;
	color: #e4fbb6;
}
.top-inner ul li:before { 
  content: "| "; 
}
.top-inner ul li:first-child:before { 
  content: ""; 
}
.top-inner ul li a {
  display: inline-block;
  padding: 3px 5px 3px 5px;
	color:#074272;
	transition: all 0.3s linear;	
}
.top-inner ul li a:hove,
.top-inner ul li a:focus {
  background: #074272;
	color: #fff;
}

/** Header Styles **/
.main-header {
  width: 100%;
  height: 62px;
  overflow: hidden;
  position: fixed;
  top: 33px;
  left: 0;
  z-index: 99;  
  background: #ffffff;
  transition: all 0.3s;
}
#toolbar-administration + .dialog-off-canvas-main-canvas .container .main-header {
  top: 115px;
}
.main-header.tiny {
  height: 100px;
  top: 0;
}
#toolbar-administration + .dialog-off-canvas-main-canvas .container .main-header.tiny {
  top: 75px;
}
.header-inner {
  display: flex;
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
}
.main-header.tiny .header-inner {
  padding: 5px 0 5px 0;
}
.logo {
  flex: 1;
	padding: 15px 0 17px;
}
.main-header .logo img {
  width: 244px;
  height: 30px;
  transition: all 0.3s;
}
.main-header.tiny .logo img {
  width: 244px;
  height: 30px;
}
.main-menu {
  flex: 2;
  display: flex;
  justify-content: flex-end;
	padding: 10px 0;
  transition: all 0.3s;
}
.main-header.tiny .main-menu  {
  padding-top: 5px;
}
@media screen and (max-width: 1200px) {
  .header-inner {
    padding: 25px 0 25px 25px;
  }
  .main-header.tiny .header-inner {
    padding: 15px 0 15px 25px;
  }
}
@media screen and (max-width: 768px) {
  .main-header {
    width: 100%;
    height: auto;
    overflow: auto;
    position: relative;
  }
  .header-inner {
    display: block;
    padding: 25px 0 25px 0;
  }
  .logo {
    text-align: center;
  }
}
@media screen and (max-width: 460px) {
  .logo img {
    max-width: 75%;
    height: auto;
  }
}


/** Page Titles **/
.page-title {
  margin-top: 52px;
  padding: 12px 0 12px;
  background: #074272;
}
.page-title h1 {
	margin: 18px 0;
  color: #fff;
	font-size: 3.0em;
  text-shadow: 1px 1px 2px rgb(0,0,0,0.75);
}

/** Main Content **/
.main-content {
  width: 100%;
  padding: 15px 0;
}

/** Welcome Page Styles **/
.welcome-box {
	display: flex;
  padding: 0;
  margin: 0;
	border-bottom: 1px solid #cccccc;
}
.welcome-item {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  padding: 45px 25px 45px 25px;
  margin: 35px 30px 45px 0;
	background-color: #435e19;
	border-top: 4px solid #8cc919;
	text-align: center;
	color: #ffffff;
	transition: all 0.3s ease-in;
}
.welcome-item h2 {
	flex-basis: 100%;
	margin: 0;
	text-align: center;
	color: #ffffff;
}
.welcome-item p {
	flex-basis: 100%;
	font-size: 0.9em;
	margin: 15px 0 0 0;
}
.welcome-item:hover,
.welcome-item:focus {	
	background-color: #074272;
	border-top: 4px solid #435e19;
	text-decoration: none;
	color: #ffffff;
}

/** Resources Page Styles **/
.field--name-field-resource-link > .field__item,
.field--name-field-docs-resource > .field__item > .paragraph,
.resource-item,
.meetings-list {
	margin: 1em 0 5px 0;
	padding: 7px 15px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #525252;
}
.field--name-field-docs-res-info {
	font-size: 0.8em;
}
.field--name-field-title,
.field--name-field-title-txt,
.field--name-field-vid-title {
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: 600;
}
.field--name-field-media-video-file {
	text-align: center;
}
.field--type-link {
	display: flex;
	font-size: 0.85em;
}
.field--type-link .field__label {
	padding-right: 5px;
}
.res-desc p {
	margin: 0;
	font-size: 0.8em;
}
.field--name-field-resource-link > .field__item,
.field--name-field-docs-resource > .field__item > .paragraph,
.resource-item {
	margin: 1em 0 5px 0;
	padding: 7px 15px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #525252;
}


/** Meetings Page Styles **/
.field--name-field-meeting-type {
	margin-bottom: 8px;
	font-size: 1.3em;
	font-weight: bold;
}
.field .field__label {
	font-weight: bold;
}
.node__content details {
	margin: 15px 0;
	padding: 8px 15px;
	border: 1px solid #cccccc;
}
.node__content details summary {
	font-weight: bold;
	cursor: pointer;
}


/** Member Database Main Page Styles **/
.member-db-view thead tr th {
  background-color: #CFCFCF;
  color: #000000;
	border-bottom: 4px solid #064e7e;
	font-weight: bold;
}
.member-db-view thead tr th a {
  color: #074272;
  font-weight: bold;
}
.member-db-view .views-exposed-form {
  border: 0;
}
.member-db-view .views-exposed-form div {
  padding: 5px 20px 15px 0;
}
.member-db-view .views-exposed-form label {
	display: block;
	font-size: 0.933em;
	line-height: 1.2em;
	padding-bottom: 2px;
	font-weight: normal;
	cursor: pointer;
}
.member-db-view .views-exposed-form .form-text,
.member-db-view .views-exposed-form .form-select {
	width: 153px;
	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: #5c6b84;
	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;
}
.member-db-view .views-exposed-form .form-submit, .button {
  border: 0;
  margin-top: 35px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 rgb(0 0 0 / 15%) inset;
  text-shadow: 1px 1px 0 rgb(100 70 0 / 35%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-weight: normal;
  padding: 0.45em 1.5em;
  height: 2.25em;
  cursor: pointer;
  white-space: nowrap;
  overflow: visible;
  outline: 0;
  box-sizing: border-box;
  background: #80b53d; /* Old browsers */
  background: -moz-linear-gradient(top,  #80b53d 0%, #94d146 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #80b53d 0%,#94d146 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #80b53d 0%,#94d146 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b53d', endColorstr='#94d146',GradientType=0 ); /* IE6-9 */
  transition: all 0.3s ease-in;
}
.member-db-view .views-exposed-form .form-submit:hover,
.member-db-view .views-exposed-form .form-submit:focus,
.button:hover,
.button:focus {
  background: #628b2f; /* Old browsers */
  background: -moz-linear-gradient(top,  #628b2f 0%, #79ab38 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #628b2f 0%,#79ab38 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #628b2f 0%,#79ab38 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.field--name-field-validation-date {
	font-style: italic;
}
.field--name-field-validation-date .field__label {
	font-weight: normal !important;
}


/** Member Database Individual Page Styles **/
#edit-group-contact-information {
  padding: 0 25px 25px 25px;
}
#edit-group-organization-governance,
#edit-group-accreditation-program-char,
#edit-group-orga,
#edit-group-organization-budget,
#edit-group-accreditation-decision-mak,
#edit-group-appeals-process,
#edit-group-recognition-status,
#edit-group-accreditation-volume,
#edit-group-accreditation-method,
#edit-group-accreditation-staff,
#edit-group-documents {
  padding: 25px 25px 25px 25px;
}
.vertical-tabs__pane .field--label-inline {
  padding: 5px 0;
}
.vertical-tabs__pane .fieldset-wrapper {
	padding-left: 8px;
  padding-top: 8px;
}
#edit-group-contact-information .field--label-inline {
  display: flex;
}
#edit-group-contact-information .field--label-inline .field__label {
  flex-basis: 35%;
}
#edit-group-contact-information .field--label-inline .field__item {
  flex-basis: 65%;
}
#edit-group-contact-information .field--label-hidden {
  padding-left: 35%;
}
.field--name-field-additional-contact > .field__items > .field__item {
  padding: 15px 0;
}
.field--type-list-string .field__items .field__item::after {
	content: ", ";
}
.field--type-list-string .field__items .field__item:last-child::after {
	display: none;
}
#edit-group-contact-information .field--type-link {
  padding-left: 0;
  background-image: none !important;
  font-size: 1.0em;
}
.vertical-tabs__pane fieldset,
.spec-grp {
	margin: 15px 0;
	padding-bottom: 15px;
  border-top: 0;
	border-bottom: 1px solid #1C92F2;
  border-left: 0;
  border-right: 0;
}
.vertical-tabs__pane .field--type-list-string fieldset {
	margin: 20px 0 0 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.vertical-tabs__pane .fieldset-legend {
	height: auto;
  padding: 0 0 5px 0;
	font-size: 1.4em;
  font-weight: bold;
  text-transform: capitalize;
	color: #0A64AE;
}
.field--name-field-city {
  display: inline-block;
}
.field--name-field-city::after {
  content: ", "
}
.field--name-field-state {
  display: inline-block;
  padding-left: 3px !important;
}
.field--name-field-zip {
  display: inline-block;
  padding-left: 3px !important;
}
.field--name-field-phone {
  clear: both;
}
/** Footer Styles **/
.main-footer {
  flex-shrink: 0;
  height: 150px;
  margin-top: 25px;
  background-color: #064e7e;
}
.footer01 {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 5px 0;
  border-top: 5px solid #167abe;
  background-color: #435e19;
  text-align: right;
}
.footer01 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  }
.footer01 ul li {
  display: inline;
  padding: 0;
  margin: 0;
	color: #e4fbb6;
}
.footer01 ul li:before { 
  content: "| "; 
}
.footer01 ul li:first-child:before { 
  content: ""; 
}
.footer01 ul li a {
	color:#e4fbb6;
	transition:color 0.2s linear,;	
}
.footer01 ul li a:hove,
.footer01 ul li a:focus {
	color: #fff;
}
.footer02 {
  padding: 1px 0;
  color: #ffffff;
}

/** Expand the top margins of fieldsets to accomodate two lines in the title. **/
.website-or-office > .fieldset-wrapper,
#edit-group-estimated-total-annual-enr > .fieldset-wrapper,
#edit-group-please-indicate-if-the-pub > .fieldset-wrapper,
#edit-group-select-the-on-site-review- > .fieldset-wrapper {
  margin-top: 45px;
}
.est-taeap > .fieldset-wrapper {
  margin-top: 45px;
}
.export-survey {
  float:right;
  padding-top: 5px;
  padding-bottom: 15px;
}

/** Special Announcements on home page **/
.special-announcements {
  background-color: red;
  color: white;
  margin: 2px;
  text-align: center;
  font-size: 1.0em;
}

div[data-drupal-messages] {
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: 0px auto 0px auto;
}

#compensation-survey-link {  
  color: #fff;
  border-color: #1e5c90;
  background-color: #0071b8;
  background-image: -webkit-linear-gradient(top, #007bc6, #0071b8);
  background-image: linear-gradient(to bottom, #007bc6, #0071b8);
  text-shadow: 0 1px hsl(0deg 0% 0% / 50%);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  padding: 10px 1.5em;
  cursor: pointer;
  border: 1px solid #a6a6a6;
  border-radius: 20em;
  margin-top: 20px;
  font-size: 1.2em;
}

/** Hide warning message on home page **/
div[aria-label="Warning message"] {
  display: none;
}

.field--name-field-docs-res-link .field__item {
  display:block;
}