body {
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  background-image: url("/img/bg.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  color: #646569;
  padding-bottom: 35px;
}
nav {
  margin-top: 20px;
}
nav .nav-pills > li > a,
nav .nav-pills > li > a:focus,
nav .nav-pills > li > a:hover {
  color: #00A1DF;
  font-size: 145%;
  text-decoration: none;
}
nav .nav-pills > li.active > a,
nav .nav-pills > li.active > a:focus,
nav .nav-pills > li.active > a:hover {
  color: #00A1DF;
  background-color: transparent;
  border-radius: 0px;
  border-bottom: 2px solid #00A1DF;
}
nav .nav-pills > li.login > a {
  color: white;
  background-color: #00a1df;
  padding: 3px 40px;
}
nav .nav-pills > li.login {
  width: auto;
}
.navbar-brand {
  height: 133px;
}
.navbar-greeting {
  color: #00A1DF;
  font-size: 150%;
  font-style: italic;
  float: right;
  clear: right;
  margin-top: 20px;
}
.navbar-header img {
  max-height: 110px;
}
.isbf-logo {
  width: 204px;
  height: 103px;
  margin-top: 30px;
}
.headline {
  color: #00A1DF;
  font-size: 55px;
  font-weight: bold;
  margin-top: 15px;
}
.subhead {
  font-size: 20px;
  margin-bottom: 20px;
}
.subhead-isbf {
  font-weight: bold;
}
.pageheader {
  color: #646569;
  font-size: 150%;
  margin-bottom: 10px;
}
.section {
  margin-bottom: 15px;
}
.sectionhead {
  color: #DD5F13;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 120%;
  /* margin-top: 15px; */
}
.sectionhead .glyphicon {
  padding-left: 10px;
  cursor: pointer;
  color: #d1d2d3;
}
.sectionhead .glyphicon:hover {
  color: #DD5F13;
}
.sectiontext {
  margin-bottom: 15px;
}
.sectiontext td {
  padding-top: 2px;
}
.download {
  margin-top: 20px;
}
.download a,
.download a:hover,
.download a:active {
  text-decoration: none;
  font-weight: bold;
}
.footer-logos {
  margin-bottom: 20px;
}
.row .logos {
  margin-top: 3px;
  margin-bottom: 15px;
}
.row .logos:nth-child(4) {
  width: 75%;
  margin: 0 auto;
}
.logos-header {
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  margin: 5px;
}
.logos {
  text-align: center;
}
.logos img {
  padding-right: 25px;
  max-height: 72px;
  max-width: 130px;
  margin-bottom: 20px;
}
.logos img:last-of-type {
  padding-right: 0;
}
.logos.founding img {
  max-width: 20%;
}
.footer {
  color: #FFFFFF;
  background-color: #00A1DF;
  line-height: 30px;
  font-size: 75%;
  font-weight: lighter;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  bottom: 0px;
  left: 0px;
}
.footer .contact {
  float: right;
}
.footer .contact a,
.footer .contact a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.evt-date {
  white-space: nowrap;
  vertical-align: top;
  padding-right: 5px;
}
.evt-link {
  font-style: italic;
}
.evt-link a {
  font-style: normal;
}
.section-quote {
  background-color: #E8F8ED;
  border-radius: 10px;
  padding: 20px;
  border: 0px;
  margin-bottom: 20px;
}
.after-section-quote {
  padding-left: 15px;
}
.after-section-quote .sectionhead {
  margin-top: 0px;
}
.quote-image {
  float: left;
  padding: 0 10px 10px 0;
  /*
	-webkit-shape-outside: circle(101px at 89px 89px);
    shape-outside: circle(101px at 89px 89px);
    width: 190px;
    margin-top: 10px;
*/
}
.quote-image img {
  border-radius: 50%;
  min-width: 89px;
  max-width: 100px;
}
.carousel-control.quote-carousel-control {
  width: 35px;
}
.quote-content {
  margin-left: 175px;
}
.quote-content p {
  font-style: italic;
}
.quote {
  color: #00A1DF;
  text-align: justify;
  letter-spacing: 0.4px;
  font-style: italic;
}
.quote-attr {
  color: #00A1DF;
  margin-bottom: 15px;
}
.quote-attr-person {
  margin-top: 15px;
  font-size: 65%;
  text-transform: uppercase;
}
.quote-attr-person-title {
  font-style: italic;
  text-transform: uppercase;
}
.quote-attr-company {
  font-size: 65%;
  text-transform: uppercase;
}
.join-download .btn {
  background-color: #00A1DF;
  cursor: pointer;
  margin-bottom: 30px;
}
.join-download a,
.join-download a:hover,
.join-download a:active {
  color: #FFFFFF;
}
.join-download.about {
  text-align: center;
}
.join-download.about .btn {
  font-size: 1.5em;
  width: 100px;
}
.carousel-quote-image {
  width: 150px;
  height: 150px;
  border: 0px;
  border-radius: 150px;
  float: left;
  background-color: #00A1DF;
  overflow: hidden;
}
.carousel-quote-image img {
  width: 150px;
}
.isbf {
  font-weight: bold;
}
.about-text {
  text-align: justify;
}
.about-bullet-header {
  font-weight: bold;
}
.about-bullet {
  margin-bottom: 15px;
}
.about-video.embed-responsive-16by9 {
  border: 1px solid #646569;
}
.boardmembers,
.staffmembers {
  border-bottom: 1px solid #d1d2d3;
  border-top: 1px solid #d1d2d3;
  padding: 20px 0 20px 0;
  text-align: center;
}
.boardmembers.sorting .boardmember,
.staffmembers.sorting .boardmember {
  border: 1px dashed #d1d2d3;
}
.boardmembers.sorting .board-sort-help,
.staffmembers.sorting .board-sort-help {
  display: block;
}
.staffmembers {
  position: relative;
}
.staffmembers:after {
  content: '';
  display: block;
  position: absolute;
  top: 5%;
  right: -15px;
  background-color: #d1d2d3;
  width: 1px;
  height: 90%;
}
.btn-group {
  margin-bottom: 15px;
}
.board-sort-help {
  color: #FF0000;
  display: none;
}
.boardmember {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 15px;
  text-align: center;
  width: 170px;
  vertical-align: top;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.boardmember .img {
  display: inline-block;
  height: 160px;
  width: 160px;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-size: 160px auto;
  overflow: hidden;
}
.boardmember .img img {
  width: 160px;
}
.boardmember-placeholder {
  border: 1px dashed #d1d2d3;
  border-radius: 10px;
  display: inline-block;
  width: 170px;
  height: 160px;
}
.btn-sort-save {
  display: none;
}
.sorting .btn-sort-save {
  display: inline;
}
.sorting .btn-sort-change {
  display: none;
}
.membername {
  color: #00A1DF;
  text-transform: uppercase;
}
.membercompany {
  font-style: italic;
}
.memberposition {
  text-transform: uppercase;
  font-style: italic;
}
.company-contact-photo .img {
  height: 160px;
  width: 160px;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-size: 160px auto;
  border: 0px;
}
.contact-header {
  font-size: 75%;
}
.carousel-inner.join-quotes {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: #00A1DF;
  font-size: 185%;
  min-height: 200px;
}
.carousel-inner.join-quotes .item {
  padding: 30px 30px 0px 30px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
#join-quotes {
  border-bottom: 1px solid #646569;
  /* padding-bottom: 20px; */
  margin-bottom: 20px;
  min-height: 290px;
}
.section-header {
  color: #00A1DF;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section-header.membership-app {
  margin-bottom: 0px;
}
.section-header.membership-app a,
.section-header.membership-app a:hover {
  color: #DD5F13;
  font-weight: bold;
  font-size: 120%;
  text-decoration: none;
}
.join .section-header {
  margin-bottom: 0px;
  color: #DD5F13;
  font-weight: bold;
  font-size: 120%;
  text-decoration: none;
}
.membership-app img {
  border: 1px solid #DD5F13;
  width: 141px;
}
.resource-video {
  width: 250px;
  float: left;
  margin-right: 15px;
}
.resource-video-title {
  color: #646569;
  font-weight: bold;
}
.resource-meeting-minutes a,
.resource-other a,
.resource-meeting-minutes a:hover,
.resource-other a:hover {
  text-decoration: none;
  color: #646569;
}
.directory-table {
  width: 100%;
}
.directory-table thead {
  background-color: #98cbf0;
}
.directory-table thead tr {
  border-bottom: 0px;
}
.directory-table thead th {
  padding: 5px 0px;
}
.directory-table td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
.directory-table tr {
  border-bottom: 1px solid #d1d2d3;
  cursor: pointer;
}
.directory-table tbody tr:hover {
  background-color: #DDDDDD;
}
.directory-table th:hover {
  background-color: #DDDDDD;
}
.directory-tools {
  float: right;
}
.directory-tools:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 15px;
}
.directory-search {
  margin-bottom: 10px;
  width: 300px;
  height: 30px;
  position: relative;
  border: 1px solid #d1d2d3;
}
.directory-search input,
.directory-search .directory-search-placeholder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #d1d2d3;
  text-transform: uppercase;
  line-height: 29px;
  font-size: 85%;
  z-index: 10;
}
.directory-search input {
  z-index: 11;
  background-color: transparent;
  border: 0px;
}
.directory-sort .dropdown {
  border: 1px solid #d1d2d3;
  padding: 5px;
  width: 300px;
  text-align: center;
  font-size: 85%;
}
.directory-sort .dropdown a,
.directory-sort .dropdown a:active,
.directory-sort .dropdown a:hover {
  color: #d1d2d3;
  text-decoration: none;
  text-transform: uppercase;
}
.directory-sort .dropdown li {
  width: 100%;
}
.directory-sort .dropdown-menu {
  width: 300px;
  text-align: center;
}
.directory-sort .dropdown-menu li {
  padding: 5px;
  border-bottom: 1px solid #d1d2d3;
  cursor: pointer;
}
.directory-sort .dropdown-menu li:last-of-type {
  border-bottom: 0px;
}
.directory-sort .dropdown-menu li:hover {
  background-color: #d1d2d3;
  color: #FFFFFF;
}
.company .company-name {
  font-size: 200%;
  margin-bottom: 15px;
  font-weight: bold;
}
.company .company-description {
  width: 85%;
}
.company .company-description .section-header {
  color: #DD5F13;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 10px;
}
.company .company-contact-photo {
  float: left;
  margin-right: 15px;
}
.company .col-md-6 {
  border-right: 1px solid #d1d2d3;
}
.company .company-contact-col {
  padding-left: 30px;
  border-right: 0px;
}
.company .company-contact {
  padding-top: 14px;
  font-weight: bold;
  font-size: 130%;
}
.company .company-contact div {
  margin-bottom: 5px;
}
.company .company-size {
  margin-bottom: 5px;
}
.company .company-type {
  margin-bottom: 5px;
}
.company .company-size,
.company .company-type,
.company .company-notes {
  font-size: 130%;
}
.company .company-website-btn {
  background-color: #00A1DF;
  margin-bottom: 20px;
}
.company .company-website-btn a,
.company .company-website-btn a:hover,
.company .company-website-btn a:active {
  color: #FFFFFF;
}
.company a.company-website-btn {
  color: #FFFFFF;
}
.company .company-resources {
  clear: left;
  margin-top: 20px;
}
.login {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.login td {
  padding: 15px;
}
.login .error {
  color: #FF0000;
  font-weight: bold;
}
td.login-label,
td.login-submit {
  text-align: right;
}
.event {
  margin-top: 30px;
  margin-bottom: 20px;
}
.event-edit {
  width: 100%;
}
.event-edit-label,
.resource-edit-label {
  text-align: right;
  width: 14%;
  vertical-align: top;
  padding-right: 10px;
  font-weight: bold;
  white-space: nowrap;
}
.event-edit-value,
.resource-edit-value {
  padding-bottom: 10px;
}
.event-edit-value input[type='text'],
.resource-edit-value input[type='text'],
.event-edit-value textarea,
.resource-edit-value textarea {
  width: 100%;
}
.error {
  color: #FF0000;
}
.edit-img {
  max-width: 50px;
}
/*
.row.home-3-col
{
	overflow: hidden;

	.section {
		padding-bottom: 99999px;
    	margin-bottom: -99999px;
    }
}
*/
.company-founding-member {
  color: #00A1DF;
  text-align: center;
}
.company-has-video {
  color: #00AF41;
  text-align: center;
}
.user-active {
  color: #DD5F13;
  text-align: center;
}
.upcoming-events {
  margin-bottom: 15px;
}
.upcoming-events a {
  text-decoration: underline;
}
.featured-resource-title {
  font-weight: bold;
}
.featuredcompany .company-contact-photo {
  margin-right: 15px;
}
.featuredcompany a,
.featuredcompany a:hover,
.featuredcompany a:active {
  text-decoration: none;
  color: #646569;
}
.featured {
  padding-left: 3px;
  cursor: pointer;
}
.entity-edit .featured {
  position: static;
}
.entity-btn {
  margin-right: 5px;
}
.entity-btn .glyphicon {
  font-size: 18px;
}
.featured.glyphicon-star {
  color: #ffd400;
}
.resources {
  margin-top: 20px;
}
.resources a,
.resources a:hover,
.resources a:active {
  color: #646569;
  text-decoration: underline;
}
.description {
  font-size: 85%;
  font-style: italic;
}
.resicon {
  background-color: #00a1df;
  color: #FFFFFF;
  font-style: normal;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-right: 5px;
  min-width: 30px;
}
.resicon .fa {
  font-size: 16px;
}
.resicon:hover {
  background-color: #007cac;
}
.resicon- .fa {
  margin-right: 0;
}
.resfile-icons {
  margin-top: 15px;
}
.resfile-icon {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
}
.resfile-name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.dropdown-item {
  margin-left: 5px;
}
.tag {
  padding: 2px;
  border: 1px solid #AAAAAA;
  background-color: #F0F0F0;
  margin: 3px;
  display: inline-block;
}
.tag input {
  margin-right: 3px;
}
.resources {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.resource-topic {
  margin-right: 10px;
  flex: 1 1 32%;
}
.resource-topic-header {
  font-size: 115%;
  font-weight: bold;
  padding: 5px 0;
  border-top: 2px solid #98cbf0;
  border-bottom: 2px solid #98cbf0;
  height: 56px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.btn {
  border: 1px solid #646569;
}
.video.modal-dialog {
  width: 90%;
  max-width: 1000px;
}
.video .modal-body {
  padding: 0;
  padding-bottom: 56.25%;
}
/* from bootstrap 3.3.4 */
@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
}
