

/* Agency Custom CSS */

@media screen and (min-width: 1000px) {
  .largeImg {
  max-width: 500px;
  height: auto;
  margin: 1em;
  float:right;
  }
}

@media screen and (max-width: 1000px) {
  .largeImg {
  max-width: 350px;
  height: auto;
  margin: 1em;
  float:right;
  }
}


@media screen and (min-width: 1000px) {
  .medImg {
  max-width: 350px;
  height: auto;
  margin: 1em;
  float:right;
  }
}


@media screen and (max-width: 1000px) {
  .medImg {
  width: 100%;
  height:auto;
    text-align:center;
    margin: 0em 0em 1em 0em;
    float:none;
  }
}

@media screen and (max-width: 800px) {
  .medImg {
  width: 100%;
  height:auto;
    text-align:center;
    margin: 0em 0em 1em 0em;
    float:none;
  }
}

@media screen and (max-width: 640px) {
.smallImg {
    text-align:center;
    margin: 0em 0em 1em 0em;
}
}

article img {
        border-radius:25px;
        border: 2px solid white;
    }

/* Global Overrides */
#main.content.info #subpage-text-container .subpage-text-inner, #main.content.info .subpage-text-container .subpage-text-inner {
    padding-left: 0;
}

.home-text-content-container:not(:last-child), #subpage-text-container:not(:last-child), .subpage-text-container:not(:last-child), #main.content.info .billboard-sub-container {
    border-bottom: 0;
}
.subpage-text-container, #main.content.info .home-content-section {
    padding-top: 0 !important;
}

.subpage-text-container .image-bucket-container {
    padding-top: 2rem;
}

#main.content.info .home-content-section {
    padding-bottom: 0 !important;
}

/* Image Card Style Updates */

.image-bucket-container .image-bucket .image-wrap a h3 {
    width: 100%;
    padding: 0.5rem 1rem;
    margin: 1rem 0;
    background-color: rgba(24, 40, 83, 0.7);
}

.image-bucket-container .image-bucket .image-wrap a {
    background-color: rgba(0, 0, 0, 0.0);
}

.image-bucket-container .image-bucket .image-wrap a:hover {
    background-color: rgba(24, 40, 83, 0.25);
}

.image-bucket-container .image-bucket>a {
    display: none;
}

.image-bucket-container .image-bucket>p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.image-bucket-container .image-bucket {
    flex: 0 1 calc(33.333333333% - 2rem);
    margin-bottom: 1rem;
}

.image-bucket-container .image-bucket:first-child {
    margin-left: 1rem;
}

.image-bucket-container {
    flex-wrap: wrap;
}

@media screen and (max-width: 63.99875em) {
    .image-bucket-container .image-bucket {
        margin-bottom: 0.5rem;
    }
    
    .image-bucket-container .image-bucket:first-child {
        margin-left: 0rem;
    }
}

/* Content Bucket Style Updates */
.text-bucket-container .text-bucket ul {
    margin: 0 0 0 1.25rem!important;
    list-style: disc;
}

.home-content-section {
    padding: 1rem 0 0 0; !important;
}


/* Tabbed container styling */

body main article section.tabs-container .tabs.vertical>li.tabs-title>a {
    background-color: #182853;
    color: white;
}

body main article section.tabs-container .tabs.vertical>li.tabs-title>a[aria-selected=true] {
    background-color: white;
    color: black;
}

body main article section.tabs-container .tabs>li.tabs-title>a {
    background-color: #182853;
    color: white;
}

body main article section.tabs-container .tabs>li.tabs-title>a[aria-selected=true] {
    background-color: white;
    color: black;
}

body main article section.tabs-container .tabs .tabs-title>a:hover {
    background-color: #AE852D !important;
}

body main article section.icon-image-buckets .icon-image-bucket .icon-image-bucket-content>.button {
    text-decoration:none;
}