@font-face {
  font-family: 'Arial Narrow';
  src: url('/fonts/ArialNarrow-BoldItalic.woff2') format('woff2'),
    url('/fonts/ArialNarrow-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Arial Narrow';
  src: url('/fonts/ArialNarrow-Italic.woff2') format('woff2'),
    url('/fonts/ArialNarrow-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Arial Narrow';
  src: url('/fonts/ArialNarrow.woff2') format('woff2'),
    url('/fonts/ArialNarrow.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arial Narrow';
  src: url('/fonts/ArialNarrow-Bold.woff2') format('woff2'),
    url('/fonts/ArialNarrow-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}


/* Monument */

@font-face {
  font-family: 'PP Monument Extended';
  src: url('/fonts/PPMonumentExtended-BlackItalic.woff2') format('woff2'),
      url('/fonts/PPMonumentExtended-BlackItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PP Monument Extended';
  src: url('/fonts/PPMonumentExtended-LightItalic.woff2') format('woff2'),
      url('/fonts/PPMonumentExtended-LightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PP Monument Extended';
  src: url('/fonts/PPMonumentExtended-Regular.woff2') format('woff2'),
      url('/fonts/PPMonumentExtended-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PP Monument Extended';
  src: url('/fonts/PPMonumentExtended-Light.woff2') format('woff2'),
      url('/fonts/PPMonumentExtended-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PP Monument Extended';
  src: url('/fonts/PPMonumentExtended-Black.woff2') format('woff2'),
      url('/fonts/PPMonumentExtended-Black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PP Monument Extended';
  src: url('/fonts/PPMonumentExtended-RegularItalic.woff2') format('woff2'),
      url('/fonts/PPMonumentExtended-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

.satisfy {
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize !important;
}

.alice-regular {
  font-family: "Alice", serif;
  font-weight: 400;
  font-style: normal;
}
.monument{
  font-family: 'PP Monument Extended';
  font-weight: normal;
}

body,
html {
  overflow-x: hidden;
  color: #333;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  clear: both;
}
h1 {
  font-family: 'PP Monument Extended', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2.75em;
  text-transform: uppercase;
}
h1.satisfy{
font-size: 5.5em;
}

h2 {
  font-family: "Alice", serif;
  font-size:2.6em;
  color: #b93d22;
  margin-bottom: 1.5rem;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 1rem;
}
p,
#content ul,
#content ol {
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Arial Narrow';
}
strong,
b {
  font-weight: 700;
}
#content ul li,
#content ol li {
  margin-bottom: 10px;
}
li p {
  margin-bottom: 0;
}
.circle-image {
  position: relative;
}
/*
.circle-image:before {
  content: '';
  position: absolute;
  left: -10%;
  top: -3%;
  width: 70%;
  height: 70%;
  background: url(/images/site/bg-circle-sm.png) no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.circle-image:after {
  content: '';
  position: absolute;
  right: -10%;
  bottom: -7%;
  width: 70%;
  height: 70%;
  background: url(/images/site/bg-circle-lg.png) no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.2;
}*/
.circle-border {
  border: 6px solid #eee;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.circle-image img {
  position: absolute;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}

@media (max-width: 576px) {
  h2 {
    font-size: 2.2em;
  }
}
.futura {
  font-family: Arial, Helvetica, sans-serif;
}
.tekton {
  font-family: tekton-pro;
}
.uppercase {
  text-transform: uppercase;
}
.no-bullet {
  padding-left: 0;
  list-style: none;
  line-height: 1.75 !important;
}

.font-x2 {
  font-size: 200%;
}
.font-x3 {
  font-size: 300%;
}
.font-x4{
  font-size: 400%;
}
.font-x5{
  font-size: 500%;
}

main a {
  color: #4a6f73;
}
main a:hover {
  text-decoration: underline;
  color: #1d617a;
}
p {
  line-height: 1.5;
}
#content {
  overflow: unset;
  margin-bottom: 0 !important;
}
.responsive-image {
  max-width: 100%;
  height: auto;
}

/* buttons */
.btn {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0;
}
.btn:hover {
  background: #eee;
}
.btn-teal {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #4a6f73;
  color: #fff !important;
}
.btn-teal:hover {
  background-color: #1d617a;
  color: #fff;
}
.btn-red {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #b93d22;
  color: #fff !important;
}
.btn-red:hover {
  background-color: #cd7663;
  color: #fff;
}
.btn-red-2 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #b93d22;
  color: #fff !important;
}
.btn-red-2:hover {
  background-color: #b93d22;
  color: #212529;
}
.btn-gold {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ecb808;
  color: #212529 !important;
}
.btn-gold:hover {
  background: #f4d46b;
  color: #212529;
}
.btn-gold-2 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ecb808;
  color: #212529 !important;
}
.btn-gold-2:hover {
  background: #ecb808;
  color: #fff;
}
.btn.large {
  font-size: 1.3em;
  padding: 0.475rem 0.95rem;
}
section#easel-content {
  padding: 25px 0 0 !important;
}

/* colors */
.white-text {
  color: #fff;
}
.red-text {
  color: #b93d22;
}
.teal-text {
  color: #4a6f73;
}
.white-bg {
  background-color: #fff;
  color: #212529;
}
.white-bg h2 {
  color: #b93d22;
}

.grey-bg {
  /*
	background: #DFE0E2;*/
  background-color: #eaeaea;
}
.grey-bg-2{
background-color: #c4cecb;
}
.grey-bg-2-light{
background-color: #e0e5e4;
}
.dark-grey-bg {
  background-color: #9a9a98;
  color: #fff;
}
.teal-bg {
  background-color: #4a6f73;
  color: #fff;
}
.blue-bg {
  background-color: #1d617a;
  color: #fff;
}

main .teal-bg a {
  color: #4a6f73;
}
.gold-bg {
  background-color: #ecb808;
  color: #212529;
}
.red-bg {
  background-color: #b93d22;
  color: #fff;
}
main .white-bg a {
  color: #4a6f73;
}
main .red-bg > a {
  color: #ecb808;
}
.red-bg h2 {
  color: #fff;
}

/*

.circle-pattern-bg,
.circle-pattern-bg-animated, 
.wedge-bg-1{
  background-image: url(/images/site/circle_pattern.png);
  background-size: 40%;
  background-blend-mode: color-burn;
}
  */
  .circle-pattern-bg,
  .circle-pattern-bg-animated, 
  .wedge-bg-1{
position: relative;
  }


.circle-pattern-bg:after,
.circle-pattern-bg-animated:after, 
.wedge-bg-1:after{
  content: '';
  opacity: .7;
  width: 200%; 
  height: 100%; 
  position: absolute;
  background-image: url(/images/site/circle_pattern.png);
  background-size: 35%;
  background-blend-mode: color-burn;
  top: 0;
  left: -50%;
  background-color: inherit;
}


#featured-links .circle-pattern-bg {
  background-size: 45%;
  opacity: 0.75;
}
.animated-circles-bg {
  overflow: hidden;
}
.overlay-bg {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
}



.top-right-circle {
  background-image: url(https://iowaccrr.org/images/site/iccrr-wedge.svg);
  background-repeat: no-repeat;
  background-position: 110% -100px;
  background-blend-mode: soft-light;
}
.top-left-circle {
  background-position: -9% -115px;
  background-image: url(https://iowaccrr.org/images/site/iccrr-wedge.svg);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
}
.bottom-right-circle {
  background-position: 105% 40px;
  background-image: url(https://iowaccrr.org/images/site/iccrr-wedge.svg);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
}
.bottom-left-circle {
  background-image: url(https://iowaccrr.org/images/site/iccrr-wedge.svg);
  background-position: -10% 130px;
  background-blend-mode: soft-light;
    background-repeat: no-repeat;
}

.move-bg {
  top: -15%;
  height: 130%;
}

.full-width {
  padding: 50px 0;
  position: relative;
}
.full-width > div,
.full-width * {
  z-index: 1;
  position: relative;
}
.full-width:before {
  content: '';
  background: inherit;
  position: absolute;
  height: 100%;
  width: 200%;
  left: -50%;
  top: 0;
  background-blend-mode: inherit;
  z-index: 0;
}

#request-access {
  display: none;
}
#recover-pw {
  display: none;
}

/*
.full-width:after{
    content: '';
    background: inherit;
    position: absolute;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
        background-blend-mode: inherit;

}*/
/* nav */
#top-nav {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.links-block,
#navigation {
  height: 100%;
}
#logo-box {
  margin-top: 0;
  margin-bottom: 0;
}
#logo-box a {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
}
#logo-box img {
  padding: 8px 0;
  max-height: 120px;
}
#nav-box {
  position: unset;
}
.is-sticky #logo-box img {
  height: inherit;
}

li.nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#secondary-nav {
  background-color: #c4cecb;
  padding: 5px 0;
  position: relative;
}

#secondary-nav:before {
  content: '';
  position: absolute;
  width: 150%;
  height: 100%;
  background: #c4cecb;
  right: -140%;
  top: 0;
}
#secondary-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 15px !important;
}
#secondary-nav ul li {
  list-style: none;
}
#secondary-nav a {
  /*color: #4a6f73 !important;*/
  color: #365154 !important;
  font-size: 0.8em;
  padding: 4px 0;
  -webkit-transition: all 0.5 ease;
  -o-transition: all 0.5 ease;
  transition: all 0.5 ease;
}
#secondary-nav a:hover {
  background: transparent;
  color: #4a6f73 !important;
}
.navbar {
  box-shadow: none !important;
}
.navbar-nav li.nav-item {
  font-family: Arial, Helvetica, sans-serif, sans-serif;
  font-weight: 800;
}
ul.navbar-nav {
  font-size: 1.1em !important;
}

.links-block a {
  color: #4a6f73 !important;
}
.links-block .primary-nav a:hover {
  color: #fff !important;
  background: #4a6f73;
  width: 100%;
}
.navbar-toggler {
  color: #1d617a !important;
  float: right;
}
.primary-nav {
  background: #fff;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: auto;
  height: calc(100% - 36px);
}
@media (max-width: 991px) {
  #navigation {
    height: 0;
  }
  .navbar-toggler {
    margin-top: 9px;
  }
  .sticky.is-sticky {
    position: fixed !important;
  }
  #logo-box {
    max-height: 70px;
  }
  #logo-box img {
    height: inherit;
  }
  .is-sticky #logo-box {
    height: 60px;
  }
  #top-nav {
    display: block;
  }
  .links-block:before {
    display: none;
  }
  .navbar-toggler {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 999;
  }
  .links-block a,
  li.nav-item a.nav-link {
    color: #4a6f73 !important;
    z-index: 99;
  }
  #navigation {
    position: fixed;
    width: 100%;
    left: 0;
  }

  .links-block {
    position: absolute;
    right: 0;
    width: 0;
    top: 0;
    z-index: 1;
    padding-top: 20px;
    background: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2);
  }
  .links-block.collapsing {
    overflow: hidden;
    -webkit-transition: all 0.35s ease !impotant;
    -o-transition: all 0.35s ease !impotant;
    transition: all 0.35s ease !impotant;
  }
  .links-block.show {
    height: calc(100vh - 50px) !important;
    width: 80% !important;
    max-width: 400px !important;
    overflow-y: scroll;
  }
  .links-block .primary-nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: auto;
    width: 100%;
    padding: 0 15px;
  }
  .primary-nav a.nav-link {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
  }
  #secondary-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    order: 2;
    width: 100%;
    padding-left: 15px;
    background: transparent;
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 55px;
  }
  #secondary-nav:before {
    display: none;
  }
  #secondary-nav ul {
    display: block;
  }
  #search,
  #staff-search {
    max-width: 250px !important;
    min-width: 100px !important;
  }
  #staff-search a,
  #search a {
    padding: 10px 8px !important;
  }
  #search {
    margin-bottom: 8px;
  }
  #search-btn {
    display: none !important;
  }
  #search-box {
    display: block !important;
    background: #ecb808 !important;
    height: auto !important;
    position: relative !important;
  }
  .dropdown-toggle:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .is-sticky #secondary-nav {
    display: none;
  }
  .primary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #search,
  #staff-search {
    width: 11%;
  }
  .is-sticky .primary-nav {
    height: 100%;
  }
}

.primary-nav a.nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.primary-nav .dropdown-menu {
  position: absolute;
  width: 100%;
}
.dropdown-menu {
  background: #c4cecb;
}
.main-dd {
  font-size: 125%;
}

.absolute-bg {
  position: absolute;
  height: 100%;
  width: calc(100% + 15px);
  right: 0;
  top: 0;
}
.primary-nav a.dropdown-item {
  color: #365154 !important;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 6px 0;
  text-transform: capitalize;
  font-size: 1.1em;
  font-weight: 100;
  display: block;
}
.sec-dd a.dropdown-item {
  color: #fff !important;
  white-space: normal;
}
.primary-nav a.dropdown-item:hover {
  background: initial;
  color: initial !important;
}
.primary-nav a.dropdown-item > span {
  white-space: initial;
  font-size: 80%;
  text-transform: capitalize;
  clear: both;
  display: block;
}
li.nav-item:hover {
  background: #4a6f73;
}
li.nav-item:hover > a {
  color: #fff !important;
}

#search,
#staff-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #b93d22;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif !important;
}
#search {
  background-color: #ecb808;
  min-width: auto;
  transition: background-color .5s ease;
}
#search:hover{
background-color: #f4d46b !important;
}
#search a:hover{
background-color: unset !important;
}
#staff-search {
  background: #b93d22;
}
#staff-search a,
#search a {
  padding: 5px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#staff-search a{
  color: #fff !important;

}
#search a{
color: #000 !important;
}

/* search toggle */

#search-box {
  position: absolute;
  background: #333;
  width: 100%;
  left: 0;
  top: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-box-toggle {
  display: block !important;
  height: 60px !important;
}
#search-box .container-fluid {
  padding-top: 8px;
  padding-bottom: 8px;
}
.searchField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
input.searchFieldInput {
  position: relative;
  width: calc(100% - 40px) !important;
  height: 45px;
}
#searchBtn {
  padding: 5px 15px;
  color: #fff !important;
  height: 45px !important;
}

#back-to-top {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  bottom: 70px;
  right: 13px;
  padding: 8px 12px;
  color: #fff;
  font-size: 1.2em;
  transition: all 0.5s ease;
}
#back-to-top:hover {
  background: rgba(102, 153, 153, 1);
}

/* header/nav end */

/* footer */
footer {
  background: #fff !important;
  color: #333;
}
#footer-bar,
#footer-bar:before,
#footer-bar:after {
  background: #dfe0e2;
}
footer .footer-nav ul {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100 !important;
  text-transform: uppercase;
  line-height: 1.8;
}
footer #copyright {
  background: #dfe0e2;
  text-transform: capitalize;
}
#copyright h6 {
  font-size: 0.95em;
}

#footer-social a.social-link {
  color: #1d617a;
  height: 42px;
  width: 42px;
}
#footer-social a.social-link:hover {
  color: #4a6f73 !important;
}

/* custom elements */
#featured-slides {
  overflow: hidden;
}
#featured-links {
  text-align: center;
  font-size: 1.5em;
}
#featured-links a {
  color: #fff !important;
  font-weight: 800;
  display: block;
  height: 100%;
  width: 100%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
#featured-links a:hover {
  text-decoration: none;
}
.zoom-hvr {
  transition: transform 0.5s ease; /* Animation */
}
.zoom-hvr:hover {
  transform: scale(
    1.03
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* stacked carousel */
.owl-item .slide-image img {
  max-width: none !important;
}

.slide-content {
  padding: 8%;
  text-align: left;
}
.slide-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slide-image img,
.slide-image iframe {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 80%;
}
#stacked-owl {
  position: relative;
}
.owl-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
}
.owl-prev,
.owl-next {
  position: absolute;
  height: 80%;
  pointer-events: auto;
  width: 50px;
  color: #fff !important;
  font-size: 1.5em;
  opacity: 0.75;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.4em !important;
}
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
  opacity: 0.5;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  background: none !important;
  opacity: 1;
}
.owl-carousel button:active,
.owl-carousel button:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
.owl-carousel .owl-prev {
  margin-left: 0;
  float: left;
  left: -30px;
}
.owl-carousel .owl-next {
  float: right;
  right: -40px;
}

/* hero intro */
#hero,
#internal-hero {
  position: relative;
  padding: 0;
}
#hero .carousel-indicators {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-left: 15px;
}
.carousel-indicators li {
  background-color: #ccc;
}
.carousel-indicators li.active {
  background-color: #1d617a;
}
#hero .carousel,
#internal-hero .carousel {
  top: 0;
  margin-bottom: 0;
}
.carousel-item {
  background-color: #fff;
}
/* custom image is #internal-hero */
#internal-hero .carousel-item {
  height: 45vh;
  max-height: 500px;
  min-height: 250px;
  background-color: #ecb808;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.internal-hero .carousel-caption,
#internal-hero .carousel-caption {
  margin-top: 120px;
}
.internal-hero .internal-title {
  z-index: 9;
  position: relative;
}
.internal-hero .internal-title h1 {
  margin-top: 120px;
  z-index: 9;
  color: #b93d22;
  text-shadow: 3px 3px 12px rgba(255, 255,255,.95);
}

#hero:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 25%;
  width: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(255, 255, 255, 1)),
    color-stop(84%, rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 84%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 84%
  );
  pointer-events: none;
  left: 0;
}

#intro-overlap {
  /*margin-top: -200px;*/
  margin-top: -17vh;
}
#intro-block {
  z-index: 9;
  padding: 45px 15px 45px 45px;
  position: relative;
  border-radius: 30px;
}
#intro-block:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 150%;
  right: -50%;
  top: 0;
  background: inherit;
  z-index: -1;
  border-radius: inherit;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

#intro-block h2{
  font-family: 'PP Monument Extended';
  font-weight: normal;
  font-size: 2em;
}
.content-social {
  font-size: 1.25em;
}

.content-social .social-link {
  padding: 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #b93d22;
}
a.social-link:hover {
  text-decoration: none;
}

.edge-img-right,
.edge-img-left {
  min-height: 15vh;
}
.offset-right:before {
  right: -80px;
}
.offset-left:before {
  left: -80px;
}
.media-col hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.media-img {
  overflow: hidden;
  margin-bottom: 15px;
}
.media-img img {
  height: 16vw;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.media-img img:hover {
  transform: scale(1.03);
}

.media-footer-col{
padding-bottom: 25px;
}
.media-footer-col a.btn {
  /*position: absolute;
  bottom: 15px;
  right: 15px;*/
  position: relative;
  bottom: unset;
  right: unset;
}
.media-footer-col a {
  color: #b93d22;
}
.media-header {
  margin-top: 24px;
}
.media-header h3.section-h{
  color: #b93d22;
  font-size: 1.5em;
}
.media-title {
  font-weight: 500 !important;
  font-size: 1.55rem !important;
}
.media-title a {
  color: #b93d22 !important;
}

/* BULLETIN BOARD */
#bulletin-board .shadow-card {
  border-top: 15px solid #4a6f73;
}
.shadow-card {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  background: #fff;
  height: 100%;
}
.shadow-card h4 {
  font-family: Arial, Helvetica, sans-serif;
}
.shadow-card hr {
  margin-top: 1em;
  margin-bottom: 1em;
}
.shadow-card p, .shadow-card li{
  font-family: 'Arial' !important;
  font-size: 16px !important;

}

.card-image {
  height: 180px;
  width: 100%;
}
.card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -o-object-position: center;
  object-position: center;
}
.shadow-card:hover .card-image img {
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
.card-content {
  padding: 25px;
}

/* end bulletin board */

#translate-bar {
  background: #c4cecb;
  padding-top: 5px;
  padding-bottom: 3px;
}
#translate-bar #social-col a i {
  color: #4a6f73;
}
#translate-bar #social-col a:hover i {
  color:#365154 !important;
}
.provider-links {
  margin-top: 25px;
  margin-bottom: 25px;
}
.provider-links > div {
  height: 100%;
  position: relative;
  padding-bottom: 3rem !important;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
}
.provider-links h2 {
  background-color: #fff;
  padding: 0px 15px 0 1.5rem;
  margin-left: -1.5rem;
}
.provider-links h3 {
  font-size: 1.4em;
}
.provider-links .link-content {
  position: relative;
  width: 100%;
}
.provider-links a.btn {
  position: absolute;
  bottom: -2.5rem;
  right: -2rem !important;
}

.spacer-1x {
  height: 30px;
  display: block;
  width: 100%;
}

.spacer-2x {
  height: 60px;
  display: block;
  width: 100%;
}

@media (min-width: 576px) {

  .edge-img-right {
    background-size: cover !important;
    top: 0;
    right: 0;
    height: 100%;
    position: absolute !important;
    background-position: center !important;
  }
  .edge-img-left {
    background-size: cover !important;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute !important;
    background-position: center !important;
  }
  .offset-text-box {
    padding: 25px 0 15px;
    position: relative;
    z-index: 1;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .offset-text-box:before {
    content: '';
    display: block;
    height: 100%;
    width: calc(100% + 120px);
    background: inherit;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}

/* animated bg circles 
.radial-bg {
  overflow: hidden;
  position: relative;
}
.radial-bg .circle-lg {
  width: 35vw;
  position: absolute;
}
.radial-bg .circle-sm {
  width: 25vw;
  position: absolute;
}*/

.wedge-grid-bg{
background-image: url(/images/site/iccrr-wedge-bg.png);
background-size: 12%;
background-blend-mode: soft-light;
}

.wedge-anim-bg{
position: relative;

}


.cir-1 {
  fill: #ccc;
}
.cir-2 {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}
.radial-bg svg {
  position: absolute;
  bottom: -350%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0.8;
  z-index: 0;
}
.radial-bg .container {
  z-index: 1;
  position: relative;
}

.radial-bg svg:nth-child(1) {
  left: -15vw;
  -webkit-animation: raise 54s linear infinite;
  animation: raise 54s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.radial-bg svg:nth-child(2) {
  right: -15%;
  -webkit-animation: raise 48s linear infinite;
  animation: raise 48s linear infinite;
  -webkit-animation-delay: -7s;
  animation-delay: -7s;
}

.radial-bg svg:nth-child(3) {
  left: 19%;
  -webkit-animation: raise 70s linear infinite;
  animation: raise 70s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  bottom: -400%;
}

.radial-bg svg:nth-child(4) {
  left: 55%;
  width: 10%;
  -webkit-animation: raise 85s linear infinite;
  animation: raise 85s linear infinite;
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
  bottom: -100%;
}
.radial-bg svg:nth-child(5) {
  left: 22%;
  width: 55%;
  -webkit-animation: raise 90s linear infinite;
  animation: raise 90s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0xs;
  bottom: -150%;
}

@-webkit-keyframes raise {
  to {
    bottom: 300%;
  }
}
@keyframes raise {
  to {
    bottom: 300%;
  }
}

@media (max-width: 575px) {
  .media-footer-col {
    border-top: 1px solid #eee;
    padding-top: 15px;
  }
  .radial-bg {
    padding: 5px;
  }
  #featured-slides {
    height: auto !important;
  }
  #stacked-owl .owl-next {
    right: -30px;
  }
  #stacked-owl .owl-prev {
    left: -30px;
  }
  .carousel-caption {
    font-size: 60%;
    background-color: rgba(255, 255, 255, 0.55) !important;
    border-radius: 0 10px 10px 0;
  }
  #intro-block {
    width: 90%;
    margin-left: 10%;
    text-align: left;
  }
  #vision,
  #mission {
    padding: 0 !important;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #vision > .container,
  #mission > .container {
    height: 50vh !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #vision .placeholder,
  #mission .placeholder {
    display: none;
  }
  .edge-img-right {
    height: 50vh;
    position: relative;
    right: 0;
    width: 100vw;
    top: 0;
    background-size: cover !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .edge-img-left {
    height: 50vh;
    position: relative;
    left: 0;
    width: 100vw;
    top: 0;
    background-size: cover !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .offset-text-box {
    padding: 25px 15px 15px;
    position: relative;
    z-index: 1;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .offset-text-box p{


  }
  #footer-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }
  #footer-subscribe {
    padding: 25px;
  }
  #footer-logo {
    text-align: center;
  }
  #footer-social {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }
  .footer-nav,
  #footer-company-info {
    font-size: 0.9em;
    width: calc(50% - 14px);
    text-align: center;
    background: #eee;
    margin: 7px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 5px solid #e4bb5c;
  }
  footer #copyright {
    margin-top: 10px;
  }
  footer h6 {
    font-size: 11px;
  }
}

@media (min-width: 992px) {
  .media-footer-col {
    border-right: 1px solid #b93d22;
  }
  .media-footer-col:last-of-type {
    border-right: none;
  }
  .main-nav-links .justify-content-between {
    margin-right: 45px;
  }
}
@media (min-width: 768px) {
  #featured-slides .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .slide-content {
    width: calc(50% + 30px);
  }
  .slide-image {
    width: 50%;

    margin-left: -30px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .media-footer-col:first-of-type {
    border-right: 1px solid #b93d22;
  }
  .media-col hr {
    display: none;
  }
  .media-footer-col:last-of-type {
    margin-top: 25px;
    border-top: 1px solid #b93d22;
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .slide-image {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .slide-image iframe {
    min-height: 230px;
  }
}

.responsive-scroll {
  height: 30px;
  text-align: right;
}
.responsive-scroll.container span {
  padding: 0 5px;
  color: #adadad;
  position: fixed;
  display: flex;
  right: 15px;
}
.responsive-scroll small {
  margin-right: 5px;
}
.responsive-scroll i {
  color: #cd7663;
  font-size: 18px;
}

.responsive-scroll small {
  -moz-animation: cssAnimation 0.5s ease-in 5s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0.5s ease-in 5s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0.5s ease-in 5s forwards;
  /* Opera */
  animation: cssAnimation 0.5s ease-in 5s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes cssAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes cssAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  table {
    text-align: left;
    font-size: 14px;
  }
  table p {
    font-size: 14px !important;
  }
  .table-responsive .table {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .responsive-scroll {
    display: none;
  }
}

/* fancy thumbnail tables  - with and without modals*/

.thumbs-table tbody {
  display: flex;
  flex-wrap: wrap;
}
.thumbs-table tr {
  width: 100%;
  height: 100%;
}
.thumbs-table td {
  width: 100%;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
  border-top: 5px solid #4a6f73;
  background: #fff;
  
}
.table-thumb {
  margin-bottom: 20px;
}
.thumbs-table .btn-red {
  padding: 2px 10px !important;
  font-size: 16px;
  margin-bottom: 0;
}
.table-thumb-title {
  height: auto;
  /*display: flex;
    align-items: center;
	flex-wrap: wrap;*/
  /*background: #EAEAEA;*/
  padding: 15px !important;
}
.modal-thumb-title {
  height: auto;
  display: block;
  padding: 20px 15px !important;

  padding-bottom: 3em;
}
.table-thumb-title h4,
.modal-container h4 {
  font-weight: bold;
  font-size: 18px !important;
}
.fancybox-content {
  width: 80%;
}
.fancybox-content td {
  background: unset;
  min-height: 15vh;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100% !important;
}
.fancybox-content h3 {
  font-weight: 800;
}
.facybox-content {
  width: 80% !important;
}

.toggle-btn {
  background: #fff;
  color: #000;
  padding: 15px;
  margin-top: 15px;
}
.toggle-btn:hover {
  cursor: pointer;
}
.toggle-btn i {
  transition: all 0.5s ease;
}
.toggle-btn:hover i {
  color: #e1372c !important;
}
.toggle-btn h3 {
  margin-bottom: 0px;
  font-size: 1.15em;
    font-weight: 600;
}