/*
Theme Name: Fort Peck Community College
Author: A.D. Creative Group
Author URI: http://www.adcreativegroup.com
Description: Fort Peck Community College (FPCC) is a tribally controlled community college chartered by the Fort Peck Assiniboine and Sioux Tribes.
Version: 1.0.0
Text Domain: fpcc
*/

/***************
Fonts

Intro
font-family: "Intro-Regular", sans-serif;
font-family: "Intro-RegularItalic", sans-serif;
font-family: "Intro-Black", sans-serif;

Trajan
font-family: trajan-pro-3, serif;
Semibold: font-weight: 600;
Bold: font-weight: 700;
***************/

/***************
Colors

Black: 
Red: ed2027
Yellow: fcee21
Green: 00a64f
Blue: 272462
Gray: 939598 rgba(147, 149, 152, 1)
***************/
::root {
  --white: #ffffff;
  --black: #231f20;
  --red: #ed2027;
  --yellow: #fcee21;
  --green: #00a64f;
  --blue: #272462;
  --gray: #939598;
  --trgray: #939598;
}

/***************
WordPress Core
***************/
img {
  max-width: 100%;
  height: auto;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 0 solid #f0f0f0;
  max-width: 100%; /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text,
.wp-caption-text {
  line-height: 17px;
  margin: 0;
  padding: 8px 4px 2px;
  text-align: left;
  font-size: 13px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #00a64f;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/***************
Base Styles
***************/
html {
  background-color: #231f20;
}

body {
  font-family: "Intro-Regular", sans-serif;
  padding-top: 55px;
  background-color: #fff;
  color: #231f20;
}

.nopadding {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Intro-Black", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

h1 {
  font-family: trajan-pro-3, serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 2px;
}

h1 small {
  font-weight: 600;
  font-size: 1.5rem;
}

h2 {
  font-size: 1.375rem;
  font-family: trajan-pro-3, serif;
  font-weight: 700;
  letter-spacing: 2px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
  color: inherit;
}

strong {
  font-family: "Intro-Black", sans-serif;
}

hr {
  border-top-color: #939598;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }

  h1 small {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 61px;
  }
}

/***************
Links
***************/
a {
  color: #00a64f;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
  color: #939598;
}

/***************
Buttons
***************/
.btn,
.button {
  border-radius: 0 !important;
  transition: all 0.2s !important;
}

.btn,
.button,
.btn-primary,
.btn-default,
.btn:hover,
.btn-primary:hover,
.btn-default:hover {
  border-color: transparent !important;
}

.btn-primary,
.button {
  background-color: #00a64f !important;
  color: #fff !important;
  border: none !important;
}
.button:hover,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus {
  background-color: #939598 !important;
}

.button:focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}

button.btn-link {
  color: #00a64f;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

button.btn-link:hover,
button.btn-link:active,
button.btn-link:focus {
  color: #939598;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.owl-theme .owl-nav [class*="owl-"] {
  font-size: 60px !important;
  margin: 0px 20px;
}
.owl-carousel {
  position: relative;
}
.owl-next,
.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.owl-next {
  right: 0;
  display: flex;
}
.owl-prev {
  left: 0;
  display: flex;
}
.announcements-slide {
  margin-bottom: -10px;
}
/***************
Borders
***************/
/* Instantiate new dotted borders in JS function createDottedBorder */
/* Base Dotted Border Styles */
.dotted-border-horizontal {
  overflow: hidden;
  margin: auto;
  border: none;
  height: 18px;
  width: 100%;
}

.dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0.25rem;
  border-radius: 50%;
  column-width: 5px;
  max-height: 100%;
}

/* Unique Dot Styles */
.red-dot {
  background-color: #ed2027;
}

.border-left-gray {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/***************
Lists
***************/
ul,
ol {
  padding-left: 20px;
}

ul.no-bullets {
  padding: 0;
  margin: 0;
  list-style: none;
}

/***************
Videos
***************/
.video-responsive,
.embed-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  max-width: 100%;
}

.video-responsive iframe,
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.embed-container.google-map {
  padding-bottom: 38%;
}

/*Instructional Videos*/
.instruct-videos h3 {
  border-top: 1px dashed #a3bdc6;
  padding-top: 1rem;
  margin-top: 2rem;
}

.instruct-videos h3 small {
  font-size: 65%;
  text-transform: uppercase;
}

/***************
Audio
***************/
.mejs-container:focus {
  outline: none !important;
}

/***************
Accordions
***************/
.card {
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
}

.card-header {
  background-color: transparent;
  border: none;
}

.card-header .btn-link.collapsed::before {
  font-family: "FontAwesome";
  content: "\f055";
  padding-right: 0.5rem;
}

.card-header .btn-link::before {
  font-family: "FontAwesome";
  content: "\f056";
  padding-right: 0.5rem;
}

.card-header p {
  margin-bottom: 0;
}

.card-body {
  padding-top: 0;
  padding-bottom: 0;
}

/***************
Tables
***************/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 1.25;
}

.table-custom th {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.table-custom td {
  font-size: 0.875rem;
}

.table-custom.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}
.table-custom.table-striped > tbody > tr:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.05);
}

#personnel .table > tbody > tr > td.photo {
  min-width: 53px;
}

img.personnel-photo {
  width: 45px;
}

/***************
Forms
***************/
.form-group {
  margin-bottom: 0;
}

.form-control {
  border-radius: 0;
}

span.wpcf7-list-item {
  display: block;
}

/***************
Tabs
***************/
.nav.nav-tabs {
  border: 0;
  flex-direction: column;
}

.nav.nav-tabs .nav-item {
  margin-bottom: 1rem;
}

.nav-tabs .nav-link {
  border: none;
  border-radius: 0.25rem;
  background-color: #ccc;
  color: #fff;
  margin-right: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus {
  background-color: #00a64f;
  color: #fff;
  transition: all 0.2s;
}

.nav-tabs .nav-link:hover {
  background-color: #939598;
  color: #fff;
}

@media (min-width: 768px) {
  .nav.nav-tabs {
    flex-direction: row;
  }
}

/***************
Branding
***************/
.branding {
  background: linear-gradient(to bottom, #d2d2d2, #f2f2f2);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.branding .watermark {
  display: none;
}

.branding .tagline {
  font-family: trajan-pro-3, serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 5px;
  color: #939598;
}

.fpcc-logo img {
  max-width: 200px;
}

@media (min-width: 768px) {
  .branding {
    background-repeat: no-repeat;
  }

  .branding .watermark {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: url("/wp-content/themes/fpcc/img/header_watermark.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
  }
}

@media (min-width: 992px) {
  .branding .watermark {
    background-size: contain;
  }
}

/***************
Search Bar
***************/
#searchbar {
  display: none;
  padding: 2rem 0;
  background-color: #939598;
}

#searchtoggle {
  color: #fff;
  margin-right: 1rem;
}

#searchtoggle:hover,
#searchtoggle:active,
#searchtoggle:focus {
  color: #939598;
}

#searchform .form-group {
  display: flex;
}

#searchsubmit:hover,
#searchsubmit:active,
#searchsubmit:focus {
  background-color: #231f20;
}

/***************
Navigation
***************/
.primary-nav {
  background-color: #231f20;
  flex-direction: column;
  padding: 0;
}

.primary-nav .container-fluid {
  padding: 0.5rem 1rem;
}

.navbar-border {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 8px;
  width: 100%;
}

.navbar-border-item.yellow {
  background-color: #fcee21;
}

.navbar-border-item.red {
  background-color: #ed2027;
}

.navbar-border-item.green {
  background-color: #00a64f;
}

.navbar-border-item.white {
  background-color: #fff;
}

.navbar-border-item.blue {
  background-color: #272462;
}

.navbar-dark .navbar-toggler {
  position: relative;
  border-color: transparent;
  color: #fff;
}

.primary-nav.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-weight: 700;
}

.primary-nav.navbar-dark .navbar-nav .nav-link:hover,
.primary-nav.navbar-dark .navbar-nav .nav-link:focus {
  color: #939598;
}

.dropdown-menu {
  background-color: #231f20;
}

.dropdown-item {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 3px 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #231f20;
  background-color: #fff;
}

.dropdown-toggle::after {
  color: #ed2027;
}

@media (max-width: 768px) {
  .navbar {
    max-height: 100vh;
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .navbar .container-fluid {
    justify-content: center;
  }
}

/***************
Utility Navigation
***************/
.utility-menu {
  display: none;
}

@media (min-width: 992px) {
  .utility-menu {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(3, auto);
    list-style: none;
    padding: 0;
  }

  .utility-menu li {
    position: relative;
  }

  .utility-menu li a::before {
    font-family: "FontAwesome";
    content: "\2022  \2022  \2022";
    color: #ed2027;
    display: inline-block;
    transform: rotate(90deg);
    margin-left: -24px;
    margin-right: 0.25rem;
  }

  .utility-menu li a {
    color: #231f20;
    padding: 0.25rem 3rem 0 1rem;
    font-weight: 600;
    display: block;
    transition: all 0.2s;
  }
  .utility-menu li a:hover {
    color: #939598;
  }
}

/***************
Billboard
***************/
.billboard-carousel .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20% top;
  min-height: 415px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.billboard-carousel .item .image-overlay,
.image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to top,
    #000,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
}

.billboard-carousel .item .slide-links {
  display: flex;
  flex-direction: column;
}

.billboard-carousel .item .slide-links a,
.support-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #231f20;
  font-family: "Intro-Black", sans-serif;
  margin-bottom: 1rem;
  width: 289px;
  height: 58px;
  padding: 1rem;
  transition: all 0.2s ease-in-out;
}

.billboard-carousel .item .slide-links a:hover {
  transform: scale(1.05, 1.05);
}

.billboard-carousel .item .slide-links a:nth-child(odd) {
  background: url("/wp-content/themes/fpcc/img/button_bkgd_white.png") no-repeat
    center center;
  background-size: contain;
}

.billboard-carousel .item .slide-links a:nth-child(even),
.support-btn {
  background: url("/wp-content/themes/fpcc/img/button_bkgd_yellow.png")
    no-repeat center center;
  background-size: contain;
}

.billboard-carousel .item .slide-links a:hover,
.billboard-carousel .item .slide-links a:focus,
.billboard-carousel .item .slide-links a:active {
  border: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .billboard-carousel .item header {
    max-width: 85%;
    margin: auto;
  }

  .billboard-carousel .item .slide-links {
    flex-direction: row;
  }

  .billboard-carousel .item .slide-links a {
    margin-bottom: 0;
  }

  .billboard-carousel .item .slide-links a:not(:last-child) {
    margin-right: 2rem;
  }
}

@media (min-width: 992px) {
  .billboard-carousel .item .slide-links a {
    font-size: 1rem;
    letter-spacing: 1px;
    padding: 1rem 2.25rem;
  }
}

@media (min-width: 1920px) {
  .billboard-carousel .item {
    min-height: 615px;
  }
}

.announcements {
  padding: 30px;
  background: #ed2027;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.announcements-left {
  padding-right: 50px;
}
.announcements-left p {
  margin: 0;
  padding: 0;
}
.announcements-right a {
  display: flex;
  align-items: center;
  font-family: "Intro-Black", sans-serif;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}

.announcements-right a i.fa-caret-right {
  color: #ed2027;
  font-size: 2rem;
  padding-left: 0.25rem;
}

/***************
Programs
***************/
.programs {
  background-color: #fff;
  color: #fff;
  transition: all 0.3s;
  display: grid;
  grid-template-rows: repeat(4, auto);
}

.program {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}

.program p {
  font-size: 1.25rem;
}

.program.program-aa {
  background-color: #fcee21;
  color: #231f20;
}

.program.program-aa a i.fa-circle {
  color: #231f20;
}

.program.program-aa a i.fa-caret-right {
  color: #fcee21;
}

.program.program-as {
  background-color: #ed2027;
}

.program.program-as a i.fa-caret-right {
  color: #ed2027;
}

.program.program-aas {
  background-color: #00a64f;
}

.program.program-aas a i.fa-caret-right {
  color: #00a64f;
}

.program.program-cert {
  background-color: #272462;
}

.program.program-cert a i.fa-caret-right {
  color: #272462;
}

.program a i.fa-caret-right {
  font-size: 2rem;
  padding-left: 0.25rem;
}

.program a {
  font-family: "Intro-Black", sans-serif;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s;
}

.program.program-aa a {
  color: #231f20;
}

.program a:hover,
.program a:active,
.program a:focus {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .programs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .programs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

/***************
Features
***************/
.feature {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.feature .feature-content {
  padding-left: 1rem;
  padding-right: 1rem;
}

.feature h2 {
  text-transform: uppercase;
  font-size: 2.25rem;
}

.feature h2 small {
  font-size: 1rem;
}

.feature h3 {
  font-size: 2rem;
  letter-spacing: 2px;
}

.feature h3 small {
  font-family: "Intro-Regular", sans-serif;
  font-size: 1rem;
}

.feature h4 {
  font-size: 1.125rem;
  color: #ed2027;
}

.feature.college-notes .notes {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.feature.college-notes .notes-description {
  font-family: "Intro-Black", sans-serif;
  text-transform: uppercase;
  color: #ed2027;
}

.feature:nth-of-type(1),
.feature:nth-of-type(3) {
  background-color: #fff;
}

.feature:nth-of-type(2),
.feature:nth-of-type(4) {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), #fff);
}

@media (min-width: 768px) {
  .feature:nth-of-type(1),
  .feature:nth-of-type(4) {
    background-color: #fff;
    background: none;
  }

  .feature:nth-of-type(2),
  .feature:nth-of-type(3) {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), #fff);
  }
}

@media (min-width: 1200px) {
  .feature:nth-of-type(1),
  .feature:nth-of-type(3) {
    background-color: #fff;
    background: none;
  }

  .feature:nth-of-type(2),
  .feature:nth-of-type(4) {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), #fff);
  }
}

/***************
Interior Pages
***************/
.content {
  padding-bottom: 3rem;
}

/*Secondary Nav Sidebar*/
.secondary-nav-sidebar {
  background: linear-gradient(to bottom, #fcee21 50px, transparent 400px);
  padding: 2rem;
}

.secondary-nav-sidebar .bread-crumb,
.secondary-nav-sidebar .bread-crumb a {
  text-transform: uppercase;
  font-family: "Intro-Black", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.secondary-nav-sidebar .bread-crumb a::before {
  content: "\f177";
  font-family: FontAwesome;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
}

.title-sidebar .bread-crumb a:hover::before {
  left: -5px;
}

/*Secondary Nav*/
.secondary-nav li a {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.125;
  font-weight: 600;
  display: block;
  padding: 0 0 11px 0;
  margin-bottom: 9px;
  position: relative;
}

.secondary-nav li:not(:last-child) a:after {
  content: "";
  width: 48px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.secondary-nav li.current_page_item a {
  color: #939598;
}

/*Page Content*/
.entry-content {
  padding: 2rem 1rem 0 1rem;
}

.entry-content h2 {
  font-size: 1.5rem;
  line-height: 1.125;
}

.entry-content .lead {
  margin-bottom: 1rem;
  font-family: trajan-pro-3, serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3;
}

.featured-image {
  margin-bottom: 1rem;
}

/*Related Sidebar*/
.related-sidebar {
  padding: 2rem 1rem;
}

.related-sidebar-heading {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}

.related-sidebar-heading:first-of-type {
  margin-top: 0;
}

.list-related-sidebar {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-related-sidebar li {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25;
  margin: 0.5rem 0;
}

.related-sidebar p {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .entry-content {
    padding: 0 1rem;
    padding-top: 2rem;
  }

  .entry-content-border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
  }

  .entry-content-border-right .entry-content {
    padding-top: 0;
  }

  .entry-content h2 {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .entry-content h2 {
    font-size: 2.5rem;
  }
}

/***************
Student Housing Gallery
***************/
.gallery {
  overflow: hidden;
  margin-bottom: 10px;
}

.gallery a {
  display: block;
  float: left;
  width: 49%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 30%;
  background-color: #fff;
  margin: 0.5% 0.5%;
}

@media (min-width: 600px) {
  .gallery a {
    width: 32.33333%;
    padding-bottom: 22%;
  }
}

@media (min-width: 768px) {
  .gallery a {
    width: 24%;
    padding-bottom: 17%;
  }
}

@media (min-width: 992px) {
  .gallery a {
    width: 19%;
    padding-bottom: 13%;
  }
}

/***************
WP page navi plugin
***************/
.wp-pagenavi {
  margin-top: 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid #ddd;
  text-align: center;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
  border: 0;
  color: #fff;
  border-radius: 50%;
  background: #00a64f;
  display: inline-block;
  line-height: 28px;
  height: 28px;
  width: 28px;
  text-decoration: none;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding: 0;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 800;
}

.wp-pagenavi span.current {
  background: #888;
  color: #fff;
}

.wp-pagenavi a:hover {
  background: #939598;
  color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

.wp-pagenavi .extend {
  border: 0;
}

/***************
Blog Footer Navigation
***************/

/*Post Navigation*/
.navigation.posts-navigation .nav-links,
.navigation.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}

.navigation.posts-navigation .nav-previous,
.navigation.post-navigation .nav-previous,
.navigation.posts-navigation .nav-next,
.navigation.post-navigation .nav-next {
  flex-basis: 100%;
}

.navigation.posts-navigation .nav-next,
.navigation.post-navigation .nav-next {
  text-align: right;
}

.navigation.posts-navigation .nav-previous::before,
.navigation.post-navigation .nav-previous::before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f100";
  font-weight: 900;
  padding-right: 0.5rem;
}

.navigation.posts-navigation .nav-next::after,
.navigation.post-navigation .nav-next::after {
  font-family: "Font Awesome\ 5 Free";
  content: "\f101";
  font-weight: 900;
  padding-left: 0.5rem;
}

/***************
Prefooter
***************/
.prefooter {
  background-color: #f2f2f2;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: 0 9px 6px -6px rgba(0, 0, 0, 0.1) inset;
  font-size: 0.875rem;
  border-top: 1px solid #ddd;
}

.prefooter li {
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

.prefooter h6 {
  text-transform: uppercase;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .prefooter h6 {
    margin-top: 0;
  }

  .prefooter .col-md-2:not(:first-child) {
    border-left: 1px dashed #ddd;
  }
}

/***************
Footer
***************/
.footer-border-top {
  background-color: #fcee21;
}

.footer-border-top .left-border {
  background: #fcee21 url("/wp-content/themes/fpcc/img/red_border_footer.png")
    no-repeat top right;
  background-size: cover;
  height: 40px;
}

.site-footer {
  background-color: #231f20;
  padding-top: 3rem;
  padding-bottom: 4rem;
  color: #fff;
  font-size: 0.875rem;
  box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.9) inset;
}

.site-footer a {
  color: #fff;
  padding: 0 0.5rem;
}
.site-footer a:hover {
  color: #939598;
}

.site-footer .social-icons {
  padding: 0.5rem 0;
}

/***************
Modals
***************/
#homePopupModal .modal-msg-content {
  padding: 0 1rem;
}

#homePopupModal .default-popup-bkgd .modal-msg-content {
  padding: 1rem 2rem 1rem 1rem;
}

#homePopupModal hr {
  border-top: 2.5px dotted #231f20;
}

.support-header-row {
}

.support-header {
  display: flex;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 11rem 0;
  justify-content: center;
  color: var(--white);
}

.support-header h1 {
  position: relative;
  z-index: 20;
}

.support-btn {
  font-size: 1.2rem;
  margin: 0 auto;
}

.support-sidebar {
  border-left: 2px solid #939598;
}

#post-33173 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#support {
  padding-top: 40px;
}

.page-template-page-support-fpcc {
  background-image: url("/wp-content/themes/fpcc/img/header_watermark.png");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Support page Styles --------------------------------------------------------------------------- */
/* #gform_submit_button_2 {
  	display: none;
}
#gform_submit_button_5 {
	display: none;
}
 */
#field_5_12 label {
	font-weight: bolder;
	font-size: 18px;
}