@charset "utf-8";

/*
	Theme Name: Podium
	Author: Matt Feindell
*/
/* general */
pre {
  color: #333;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#wrapper {
  overflow-x: hidden;
  background-color: #FAFAFA;
}

.container {
  max-width: 1080px;
}

.no-margins,
.no-margins * {
  margin: 0 !important;
}

.no-gutters>.row,
.no-gutters>.row>div[class*='col'] {
  padding-left: 0;
  padding-right: 0;
}

.img-cover,
.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.w90 {
  max-width: 90%;
}

.w80 {
  max-width: 80%;
}

.w75 {
  max-width: 75%;
}

.w70 {
  max-width: 70%;
}

.w60 {
  max-width: 60%;
}

.w50 {
  max-width: 50%;
}

.blue-btn,
.blue-btn:hover {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 35px;
  padding: .55em 2.5em;
  text-decoration: none;
  display: inline-block;
  background-color: #1C365F;
}

.blue-btn:hover {
  background-color: #0F8F45;
}

.white-txt p,
.white-text p * {
  color: #fff;
}

/* fonts */
.tk-proxima-nova {
  font-family: "proxima-nova", sans-serif;
}

* {
  font-family: "proxima-nova", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  margin-bottom: 1em;
}

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 * {
  color: #1C365F;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

p {
  color: #555555;
  font-size: 17.5px;
}

/* header */
#site-header {
  width: 100%;
  z-index: 1010;
  margin: 0 auto;
  position: fixed;
  border-bottom: 1px solid #fff;
}

#site-header>.container-fluid {
  z-index: 1010;
  position: relative;
  background-color: rgba(255, 255, 255, .85);
}

#site-header>.container-fluid>.row {
  padding-top: .5em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: .5em;
}

#logo {}

/* main nav(s) */
.navbar {
  padding: 0;
}

.navbar-expand-lg {}

.navbar-brand {}

.navbar-collapse {}

.navbar-nav {
  width: 100%;
}

.nav-item {}

.navbar-light .navbar-nav .nav-link {
  color: #1C365F;
  font-size: 18px;
  font-weight: 700;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link {
  color: #0F8F45;
}

.dropdown-menu {}

.dropdown-menu>li a {}

.dropdown-item:focus, .dropdown-item:hover {}

/* page content */
#page-content {}

#page-content>.container>.row {}

/* blog content */
#blog-content {}

#blog-content>.container>.row {}

/* single content */
#single-content {}

#single-content>.container>.row {}

/* flexible */
.hero-banner>img,
#flexible>section {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-banner {
  position: relative;
}
.page-impact .hero-banner > img {
	height: 50vh;
	object-fit: cover;
	object-position: center;
}

.hero-content {
  top: 50%;
  right: 0;
  padding: 1.5em;
  padding-right: 5%;
  position: absolute;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, .85);
}

.hero-content h1 {
  color: #1C365F;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0;
}

.flex-content-2,
.home .flex-content-3,
.home .flex-content-8 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.home .flex-content-5 {
  padding-top: 4em;
}

.home .flex-content-4,
.home .flex-content-6 {
  padding-bottom: 4em;
}

.card-header {
  background: transparent;
}

.card-header>span {
  display: block;
}

.card-header>span>button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion .card-header button:after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: auto;
  background-image: url('./images/layout/accordion-open.png');
  background-repeat: no-repeat;
  background-position: center;
}

.accordion .card-header button.collapsed:after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: auto;
  background-image: url('./images/layout/accordion-close.png');
  background-repeat: no-repeat;
  background-position: center;
}

.card {
  border: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 2px solid #707070;
}

.card:last-of-type {
  border-bottom: none;
}

.card-header {
  border: none;
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: none;
}

.card-icon {
  margin-right: 1em;
}

.card:last-of-type .card-header {
  border-bottom: none;
}

.card>.collapse,
.card>.collapsing {
  border-top: none;
}

.card:last-of-type .collapse,
.card:last-of-type .collapsing {
  border-top: none;
}

.card-header>span>button,
.card-header>span>button:hover,
.card-header>span>button:focus {
  color: #1C365F;
  font-size: 28px;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1em;
  text-decoration: none;
}

.card-body {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

#accordion-4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

#accordion-4 .card {
  flex: 0 0 50%;
}

#accordion-4 .card,
#accordion-4 .card:last-of-type .card-header,
#accordion-4 .card>.collapse,
#accordion-4 .card>.collapsing {
  border: none;
}

#accordion-4 .card {
  border-bottom: 2px solid #707070;
}

#accordion-4 .card:nth-of-type(even) {
  border-left: 2px solid #707070;
}

#accordion-4 .card:last-of-type,
#accordion-4 .card:nth-last-child(2) {
  border-bottom: none;
}
.home .flex-content-4.accordion {
	padding-bottom: 2.5em;
}
.news {
  padding-top: 4em;
  padding-bottom: 4em;
}

.news>.container {
  /* max-width: 1440px; */
}

.news h2,
.news h3 {
  margin-bottom: .5em;
  text-transform: uppercase;
}

.news p {
  color: #1C365F;
  margin-bottom: 2em;
}

.news a {
  display: block;
  color: #1C365F;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: .5em;
}

.news a:hover {
  text-decoration: underline;
}

.news .slide {
  position: relative;
}

.news .slide>div {
  top: 50%;
  width: 50%;
  right: 12px;
  max-width: 50%;
  padding: 2.5em;
  position: absolute;
  background-color: #EFEFEF;
  transform: translateY(-50%);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
}

.news .controls {
  display: flex;
}

.news .controls img {
  cursor: pointer;
}

.news .controls img:last-of-type {
  margin-left: 1em;
}

.news-slider .slide:first-of-type .controls .prev {
  opacity: 0.5
}

.news-slider .slide:last-of-type .controls .next {
  opacity: 0.5
}

.team-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 4em;
  justify-content: center;
}

.team-list ul>li {
  color: #1C365F;
  min-width: 25%;
  text-align: center;
  margin-bottom: 2.5em;
}

.careers {
  min-height: 50vh;
  padding-top: 2em;
  padding-bottom: 2em;
}
.careers > div {
	padding-top: 2em;
	background-color: rgba(255, 255, 255, .8);
}

.page-about .flex-content-3 {
  padding-bottom: 4em;
}

.page-about .flex-content-5 {
  padding-top: 4em;
}

.page-impact .flex-content-3,
.page-impact .flex-content-4,
.page-impact .flex-content-5 {
  padding-bottom: 4em;
}

.page-contact .flex-content-2 {
  padding-bottom: 0;
}

.page-contact .flex-content-3 {
  padding-bottom: 4em;
}

.page-portfolio .flex-content-2 {
  padding-bottom: 2em;
}

.page-portfolio .flex-content-3 {
  padding-bottom: 4em;
}

/* news archive */
#news-content {
  background-color: #FAFAFA;
}

.load-more-controls {
  padding: 1.5em 0;
  text-align: center;
}

.load-more {
  color: #1C365F;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

.post-listings>.container>.row {
  padding-bottom: 4em;
}

.post-title {
  font-weight: 700;
}

.post-read-more {
  color: #1C365F;
  font-weight: 700;
  text-decoration: underline;
}

.all-posts-link {
  color: #1C365F;
  display: block;
  font-weight: 700;
  margin-bottom: 2em;
  text-decoration: underline;
}

.single-news blockquote {
  max-width: 60%;
  padding: 2em .5em;
  margin: 0 auto 1.5em;
  background-color: #ebebeb;
}

.single-news blockquote * {
  color: #1C365F;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}

.wp-caption {
  padding: 0;
  border: none;
  max-width: 100%;
}

.wp-caption img {
  width: 100%;
  max-width: 100%;
}

.wp-caption-text {
  margin: 0 auto 1.5em;
  background-color: #E6E6E6;
}

.wp-caption p.wp-caption-text {
  margin: 0 auto 1.5em;
}

.grey-bg>div {
  height: 100%;
  padding: 1.5em;
  background-color: #EAEAEA;
}

/* portfolio */
.portfolio-btn,
.portfolio-btn:hover {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  margin-left: 1em;
  text-align: center;
  white-space: nowrap;
  border-radius: 35px;
  padding: .55em 1.5em;
  text-decoration: none;
  display: inline-block;
  background-color: #1C365F;
}

.portfolio-btn:hover {
  background-color: #0F8F45;
}

.portfolio-listing {
  margin-bottom: 1em;
}

.portfolio-listing>a:first-of-type {
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}

.portfolio-listing>a:first-of-type>img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2/1.25;
  object-position: center;
  transition: scale ease-in-out .5s;
}

.portfolio-listing>a:first-of-type>img:hover {
  scale: 1.1;
}

.portfolio-listing>div:first-of-type {
  margin-bottom: 1em;
}

.portfolio-listing>div:last-of-type {
  margin-top: auto;
}

.portfolio-title {
  color: #1C365F;
  font-weight: 700;
  font-size: 20px;
}

#portfolio-single {
  margin-bottom: 2em;
}

.portfolio-slider {
  margin-bottom: 1em;
}

.portfolio-slider-nav .slick-slide {
  margin: 0 2.5px;
  cursor: pointer;
}

.portfolio-slider-nav .slick-slide>img {
  opacity: .6;
}

.portfolio-slider-nav .slick-slide.slick-current>img {
  opacity: 1;
}

.portfolio-info {
  padding-top: 4em;
}

.portfolio-info h1 {
  margin-bottom: .25em;
}

.portfolio-info>div>p:nth-of-type(2) {
  color: #0F8F45;
}

.portfolio-info td {
  color: #555;
  font-size: 20px;
}

/* footer */
footer {
  background-color: #1C365F;
}

footer>.container-fluid {}

footer>.container-fluid>.row {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

footer * {
  margin: 0;
  color: #fff;
}

footer p {
  font-size: 14px;
}

footer a,
footer a:hover {
  color: inherit;
}

#footer-top>.container-fluid,
#footer-btm>.container-fluid {
  max-width: 95%;
}

#footer-top {
  background-color: #EAEAEA;
}

#footer-top>.container-fluid>.row {
  padding-top: 2em;
  padding-bottom: 2em;
}

#footer-top h4,
#footer-top h4 strong {
  color: #1C365F;
  margin-bottom: .5em;
}

#footer-btm {}

#footer-btm>.container-fluid>.row {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

#footer-btm p>strong {
  color: #0F8F45;
}

#footer-logo {
  margin-bottom: .25em;
}

.footer-menu {
  margin: 0;
  padding: 0;
}

.footer-menu>li {
  list-style: none;
  line-height: 1.25em;
}

.footer-menu>li>a {
  font-size: 14px;
}

/* form(s) */
#frm_form_2_container {
  margin: 0 auto;
}

#frm_form_2_container label {}

#frm_form_2_container input[type='tel'],
#frm_form_2_container input[type='text'],
#frm_form_2_container input[type='email'] {
  border-radius: 0;
  box-shadow: none;
}

#frm_form_2_container select {
  border-radius: 0;
  box-shadow: none;
}

#frm_form_2_container textarea {
  border-radius: 0;
  box-shadow: none;
}

#frm_form_2_container .frm_required {
  color: inherit;
}

#frm_checkbox_11-0 label {
  display: flex;
}

#frm_checkbox_11-0 label>input {
  margin-top: 2px;
}

#frm_form_2_container .frm_submit {}

#frm_form_2_container .frm_button_submit {
  color: #fff;
  border: none;
  font-size: 18px;
  box-shadow: none;
  text-align: center;
  border-radius: 25px;
  background: #0F8F45;
  padding: .55em 2.5em;
  text-decoration: none;
  display: inline-block;
}

#frm_form_2_container .frm_button_submit:after {}