

/* Agency Custom CSS */

body.adaptive {
    background-color: #081143;
}

/* Custom Global */
body.adaptive .left-menu {
    display: none;
}

p {
    line-height: 1.5 !important;
}

@media print, screen and (max-width: 39.99875em) {
   .hide-on-mobile {
        display:none;
    }
}

@media print, screen and (max-width: 63.99875em) {
   .hide-on-tablet {
        display:none;
    }
}

/*adjust the max-width to 45vw*/

body.adaptive main article> section {
    max-width: 45vw;
    margin-left:auto;
    margin-right:auto;
    /*padding: 2rem 1rem 2rem 1rem;*/
    padding: 1rem;
}

@media print, screen and (max-width: 63.99875em) {
   body.adaptive main article> section {
        max-width: 90vw;
    }
}

body.adaptive.inprs main article> section h1,
body.adaptive.inprs main section .row h2{
    line-height: 1.1;
}

body.adaptive main article> section.youtube-gallery-wrap {
    max-width: initial;
}

@media print {
   .sticky-container,
   .overlay,
   .inprs-blog-banner,
   .inprs-blog-menu,
   .breadcrumbs,
   body.adaptive article>section.inprs-blog-post .columns.social,
   #footer_global,
   .votingContainer,
   div.squiz-btn {
       display: none;
    }
}

/* Secondary Button Styles */

.button-secondary {
    display: inline-block;
    vertical-align: middle;
    padding: 0.85em 1em;
    color: #0b185e;
    border: 1px solid #0b185e;
    border-radius: 10px;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.button-secondary:hover {
    color: #ffffff;
    background-color: #0b185e;
}

/* Gold Tag Links */

body.adaptive article>section div.inprs-blog-feed-post h3 a,
body.adaptive article>section .post-main-tag,
body.adaptive article>section .landing-main-tag,
body.adaptive article>section div.inprs-blog-feed-post.featured div .tag,
body.adaptive article>section.inprs-blog-search .post-title,
body.adaptive article>section.inprs-blog-post .relatedPostsContainer .relatedPost a {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #936F01;
    padding-left: 1rem;
    letter-spacing: 0.25rem;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    position: relative;
}

body.adaptive article>section div.inprs-blog-feed-post h3 a,
body.adaptive article>section .post-main-tag,
body.adaptive article>section.inprs-blog-search .post-title,
body.adaptive article>section.inprs-blog-post .relatedPostsContainer .relatedPost a {
    font-size: 1rem;
}

body.adaptive article>section .landing-main-tag {
    font-size: 1.5rem;
}

body.adaptive article>section div.inprs-blog-feed-post.featured div .tag {
    font-size: 1.25rem;
}

body.adaptive article>section div.inprs-blog-feed-post h3 a::before,
body.adaptive article>section .post-main-tag::before,
body.adaptive article>section.inprs-blog-search .post-title::before,
body.adaptive article>section.inprs-blog-post .relatedPostsContainer .relatedPost a::before,
body.adaptive article>section div.inprs-blog-feed-post.featured div .tag::before,
body.adaptive article>section .landing-main-tag::before {
    content: '';
    position: absolute;
    background-color: #081143;
    border-left: 4px solid #081143;
    height: 1.5rem;
    top: 0;
    left: 0;
}

body.adaptive article>section div.inprs-blog-feed-post.featured div .tag::before {
    height: 2rem;
}

body.adaptive article>section .landing-main-tag::before {
    height: 3rem;
}


body.adaptive article>section div.inprs-blog-feed-post h3 a:hover,
body.adaptive article>section div.inprs-blog-feed-post.featured h1 a:hover,
body.adaptive article>section div.inprs-blog-feed-post.featured h2 a:hover {
    text-decoration: underline;
}



/* Custom Banner */

body.adaptive main article> section.inprs-blog-banner {
    background-size: cover;
    padding: 4rem 4rem 2.5rem 4rem;
    border-top: 4px solid white;
    max-width: 100%;
}

body.adaptive main article> section.inprs-blog-banner  h1 {
    color: white;
}

body.adaptive main article> section.inprs-blog-banner  a {
    font-weight: 700;
    text-decoration: none;
    font-size: 1.25rem;
}

body.adaptive main article> section.inprs-blog-banner a,
body.adaptive main article> section.inprs-blog-banner a:visited {
    color: white;
}

/*Changes the hover effect for links to distinguish them from active*/

body.adaptive main article> section.inprs-blog-banner a:hover {
    color: #fab32f;
}

body.adaptive main article> section.inprs-blog-banner a:active,
body.adaptive main article> section.inprs-blog-banner a.active {
    color: #936F01;
}

body.adaptive main article> section.inprs-blog-banner span.divider {
    font-size: 1.25rem;
    color: #936F01;
    margin: 0 2rem;
}

@media print, screen and (max-width: 63.99875em) {
    body.adaptive main article> section.inprs-blog-banner  a {
        font-size: 1rem;
    }
    body.adaptive main article> section.inprs-blog-banner span.divider {
        margin: 0 0.5rem;
    }
}



/* Custom Menu */

body.adaptive main article> section.inprs-blog-menu {
    padding: 0.5rem;
    font-size: 1rem;
    box-shadow: 5px 0px 5px black;
    max-width: 100%;
    margin-bottom: 2rem;
}

body.adaptive main article> section.inprs-blog-menu > nav { 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body.adaptive main article> section.inprs-blog-menu p {
    text-align:center;
    margin: 0;
    display: inline-block;
}

body.adaptive main article> section.inprs-blog-menu  a {
    text-decoration: none;
}

body.adaptive main article> section.inprs-blog-menu a:hover,
body.adaptive main article> section.inprs-blog-menu a:active {
    text-decoration: underline;
}

body.adaptive main article> section.inprs-blog-menu span.divider {
    font-size: 1.25rem;
    color: #936F01;
    margin: 0 0.5rem;
}


/* Breadcrumbs */

body.adaptive main article> section.breadcrumbs {
    padding: 0;
    margin-bottom: 2rem;
}
body.adaptive main article> section.breadcrumbs ul {
    font-size: 0.75rem;
    margin: 0;
}
body.adaptive main article> section.breadcrumbs ul li,
body.adaptive main article> section.breadcrumbs ul li a {
    font-size: 0.75rem;
    text-transform: none;
    color: #936F01;
}
body.adaptive main article> section.breadcrumbs ul li:not(:last-child):after {
    margin: 0 0.5rem;
    content: ">";
}



/* Blog Post Feed */

body.adaptive article>section.inprs-blog-feed {
    /*padding: 2rem 0;*/
    padding: 0 0 2rem 0;
}

body.adaptive article>section div.inprs-blog-feed-post:not(.landing-page):not(.featured) div {
    display: flex;
    margin-bottom: 2rem;
}

/*Below might have to have a media-query for just small screens*/
body.adaptive article>section div.inprs-blog-feed-post h3 a {
    margin-bottom: 2rem;
}

body.adaptive article>section div.inprs-blog-feed-post a {
    display: block;
    margin-bottom: 0.5rem;
    margin-right: 1rem;
    flex: 0 0 50%;
}

body.adaptive article>section div.inprs-blog-feed-post p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

body.adaptive article>section div.inprs-blog-feed-post img {
    width: 100%;
}

body.adaptive article>section div.inprs-blog-feed-post.featured {
    margin-bottom: 2rem;
}

body.adaptive article>section div.inprs-blog-feed-post.featured a {
    text-decoration: none;
}

body.adaptive article>section div.inprs-blog-feed-post.featured div div {
    display: flex;
    align-items: end;
    padding: 50% 1rem 0 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: none;
    margin-bottom: 1rem;
}

body.adaptive article>section div.inprs-blog-feed-post.featured p.gold {
    color: #936F01;
}

body.adaptive article>section.inprs-blog-feed .none-found {
    text-align: center;
    font-size: 0.875rem;
    font-style: italic;
}

/* Blog Post */

body.adaptive article>section.inprs-blog-post {
    padding: 0 0 2rem 0;
}

/*Change column count to 1*/

body.adaptive article>section.inprs-blog-post section {
    column-count: 1;
    column-gap: 5rem;
}

@media print, screen and (max-width: 63.99875em) {
   body.adaptive article>section.inprs-blog-post section {
        column-count: 1;
    }
}

body.adaptive article>section.inprs-blog-post>section {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

body.adaptive article>section.inprs-blog-post .post-secondary-tags {
    font-size: 0.75rem;
    color: #0B185E;
    display: inline;
}

body.adaptive article>section.inprs-blog-post .post-secondary-tags.loading {
    color: #ddd;
    background-color: #ddd;
    border-radius: 20px;
    min-width: 300px;
}

body.adaptive article>section.inprs-blog-post .author,
body.adaptive article>section.inprs-blog-search .author {
    vertical-align: middle;
    width: 100%;

}

body.adaptive article>section.inprs-blog-post .author span,
body.adaptive article>section.inprs-blog-search .author span {
    height: 70px;
    width: 70px;
    margin-right: 1rem;
    display: inline-block;
}

body.adaptive article>section.inprs-blog-post .author span img,
body.adaptive article>section.inprs-blog-search .author span img {
    object-fit: cover;
    border-radius: 100px;
}

body.adaptive article>section.inprs-blog-post .main-image img {
    width: 100%;
    margin-bottom: 2rem;
}

body.adaptive article>section.inprs-blog-post .social {
    display: flex;
}

body.adaptive article>section.inprs-blog-post .social > div {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-right: 0.75rem;
}

body.adaptive article>section.inprs-blog-post .social div:last-child {
    margin-right: 0;
}

body.adaptive article>section.inprs-blog-post .social .print {
    font-size: 1.25rem;
    line-height: 1.4;
}

body.adaptive article>section.inprs-blog-post .relatedPostsContainer .relatedPost a {
    font-size: 1rem;
}

body.adaptive article>section.inprs-blog-post .relatedPostsContainer .relatedPost a:hover {
    text-decoration: underline;
}

body.adaptive article>section.inprs-blog-post .votingContainer {
    text-align: center;
    border: 1px solid #936F01;
    border-radius: 15px;
}

body.adaptive article>section.inprs-blog-post .votingContainer h3 {
    font-size: 1rem;
    color: #0b185e;
    font-weight: 400;
}

body.adaptive article>section.inprs-blog-post .votingContainer span {
    font-size: 2rem;
    padding: 0.5rem;
    color: #936F01;
}
body.adaptive article>section.inprs-blog-post .votingContainer span.fa-solid {
    color: #0b185e;
}


/* Blog List with Filters */

body.adaptive article>section.inprs-blog-search {
    padding: 2rem 0;
}


body.adaptive article>section.inprs-blog-search .blog-search {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

body.adaptive article>section.inprs-blog-search .profile__header {
  margin-bottom: 1rem;
}

body.adaptive article>section.inprs-blog-search .profile__title {
  margin: 16px 0;
  font: 700 43px/1.2em system-ui, Roboto, Arial, sans-serif;
}

body.adaptive article>section.inprs-blog-search .container__title {
  font-weight: 700;
  color: #0b185e;
}

body.adaptive article>section.inprs-blog-search .post {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 300px;
  min-height: 300px;
  height: auto;
  padding: 1rem;
}



body.adaptive article>section.inprs-blog-search .post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0;
}

body.adaptive article>section.inprs-blog-search .post-content p {
 font-size: 0.875rem;
}

body.adaptive article>section.inprs-blog-search .post-preview {
  overflow: hidden;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 0;
  max-height: 200px;
  height: 200px;
}

body.adaptive article>section.inprs-blog-search .post-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    height: 100%;
}

body.adaptive article>section.inprs-blog-search .post-tag {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.125rem 0.625rem;
  font-size: 0.875rem;
  color: #717171;
  border: 1px solid #9b9b9b;
  border-radius: 1rem;
  white-space: nowrap;
  line-height: 1.5;
}

body.adaptive article>section.inprs-blog-search .post-footer {
  text-align: right;
  margin-top: auto;
}

/* body.adaptive article>section.inprs-blog-search .post-level {
  font: 700 12px/1 system-ui, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #0085b6;
} */

body.adaptive article>section.inprs-blog-search .filter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  padding: 16px 0 32px;
  border-top: 4px solid #936F01;
  /*border-bottom: 4px solid #936F01;*/
  margin-bottom: 16px;
}

body.adaptive article>section.inprs-blog-search .filter-button {
  transition: background-color 200ms, color 200ms;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  padding: 0.125rem 0.625rem;
  margin: 0;
  color: #717171;
  border: 1px solid #9b9b9b;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1.5;
}

body.adaptive article>section.inprs-blog-search .filter-button:hover {
  background-color: #f3f3f3;
  color: #3a3a3a;
}

body.adaptive article>section.inprs-blog-search .filter-button.is-active {
  background-color: #0b185e;
  border-color: #0b185e;
  color: #fff;
}

/*Change background of Video Gallery */

.fancybox.gallery {
    background-color: #081143 !important;.
    text-align: center;
}

/* Loading Placeholders */

.loadingPlaceHolder {
    opacity: .1;
    animation: fading 1.5s infinite;
}

.loadingPlaceHolder > div > div {
    background-color: #444;
    height: 1rem;
    min-width: 100%;
    min-height: 220px;
    margin-bottom: 1rem;
}

.loadingPlaceHolder p {
    font-size: 0;
    line-height: 0;
    display: inline-block; 
    background-color: #444;
    height: 1rem;
    margin: 0.25rem 0;
    min-width: 100%;
}

.loadingPlaceHolder p.small {
    min-width: 65%;
}

.loadingPlaceHolder p.medium {
    min-width: 80%;
}
    
@keyframes fading {
    0% {
        opacity: .1;
    }

    50% {
        opacity: .2;
    }

    100% {
        opacity: .1;
    }
}




/* Footer */

body.adaptive .legal-disclaimer {
    color: white;
    padding: 2rem 1rem;
    max-width: 60vw;
    margin-left:auto;
    margin-right:auto;
}
body.adaptive .legal-disclaimer h2 {
    text-align: center;
    font-weight: 300;
    font-size: 2rem;
}
body.adaptive .legal-disclaimer p {
    font-size: 0.875rem;
    max-width: 75vw;
    margin-left:auto;
    margin-right:auto;
}