@import url('MyFontsWebfontsKit.css');

/* template */
body,
html {
  font-family: AvenirLTStd-Roman;
  font-weight: normal;
  font-style: normal;
  height: 100%;
  scroll-behavior: smooth;
  color: #707070;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-style: normal;
  color: #f26722;
  margin-bottom: 2rem;
}

p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

i,
em {
  font-family: AvenirLTPro-Oblique;
  font-weight: normal;
  font-style: normal;
}

.text-muted {
  color: #707070 !important;
}

.smaller {
  font-size: 1rem;
}

/* Need to revisit alignfull and alignwide */
.alignfull {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin: 32px calc(25% - 25vw);
  max-width: 100vw;
  width: 100vw;
}

.wp-block-image.alignfull img {
    max-width: 100vw;
    width: 100vw;	
}

.wp-block-image.alignwide img {
    max-width: 100vw;
    width: 100vw;	
}

.idea-hero {
  width: 100%;
  object-fit: contain;
}

.datetime {
  color: #adadad;
  margin-top: 0;
  margin-bottom: 2rem;
}

ul {
  color: #707070;
}

/* hidden spacer before sections for proper offset */
section:before {
  height: 25px;
  content: "";
  display: block;
}

.pagination {
  height: 1.5rem;
}

.pagination .next-link {
  position: absolute;
  right: 5rem;
}

.pagination .prev-link {
  position: absolute;
  left: 5rem;
}

footer {
  margin-top: 25px;
  min-height: 100px;
}

footer a {
  color: #ffffff !important;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a {
  color: #707070;
}

a:hover {
  color: #111111 !important;
  text-decoration: underline !important;
}

input[type=search] {
  color: rgba(0, 0, 0, 0.5);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  -webkit-appearance: none;
}

dt {
  font-weight: 600;
}


.sec-nav-list {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media only screen and (max-width: 768px) {
  .sec-nav-list {
    padding-left: 2rem;
    border-top: 1px solid #707070;
  }


  .sec-nav-right {
    display: none !important;
    float: right;
    margin-left: 5px;
    color: #707070;
  }

}

.sec-nav-list::-webkit-scrollbar {
  display: none;
}

.sec-nav-right {
  display: none;
  float: right;
  margin-left: 5px;
  color: #707070;
}

.sec-nav-left {
  display: none;
  float: left;
  margin-right: 5px;
  color: #707070;
}

#featureCarousel {
  height: 275px;
}

.resultimage {
  width: 100%;
  height: 18vw;
  object-fit: cover;
}

@media only screen and (max-width: 576px) {
  .resultimage {
    width: 100%;
    height: 50vw;
    object-fit: cover;
  }
}

.headshot {
  width: 100%;
  height: 25vw;
  min-height: 300px;
  object-fit: cover;
}

.vh-50 {
  min-height: 50vh;
}

.vh-75 {
  min-height: 75vh;
}

.vh-100 {
  min-height: 100vh;
}

.current-menu-item a {
  color: #f26722;
}

.pagination>li>a,
.pagination>li>span {
  border: 0;
}

.pagination>li.disabled {
  color: #c0c0c0;
}

.page-item.active .page-link {
  color: #f26722;
  background-color: #fff;
  border-color: #fff;
}

.page-item .page-link {
  color: rgba(0, 0, 0, .5);
  background-color: #fff;
  border-color: #fff;
}

.page-item .page-link:hover {
  color: #111111;
  background-color: #fff;
  border-color: #fff;
}

.btn:not(:disabled):not(.disabled) {
  color: #707070;
}

.btn-secondary {
  background-color: #707070;
  border-color: #707070;
}

.btn-outline-secondary {
  color: #707070;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(242, 103, 34, 1) !important;
}

.page-item.active .page-link {
  color: #f26722;
  background-color: #fff;
  border-color: #fff;
}

.bg-secondary {
  background-color: #707070 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #707070 !important;
}

.search-form {
  color: #707070;
  text-transform: lowercase;
}

.search-submit {
  display: none;
}

input[type="search"] {
  border-bottom: 1px solid #707070;
}

::-webkit-input-placeholder {
  color: transparent;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}