body {
  font-family: 'Poppins', sans-serif;
}
video {
  object-fit: cover;
  width: 100%;
  height: 120vh;
  position: absolute;
  top: 0;
  left: 0;
}
header {
  display: flex;
  flex-direction: column;
  height: 120vh;
}
.svg-curve {
  position: relative;
  flex: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: auto;
}
#sign-in-container-desktop {
  display: none;
  width: 133px;
}
#sign-in {
  margin-right: 2%;
  -webkit-appearance: none;
}
#internalHeader {
  height: 20rem;
  background-image: url("https://copc-cdn.s3.amazonaws.com/s3+upload/CoffeBack.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#connectHeader {
  height: 20rem;
  background-image: url('https://copc-cdn.s3.amazonaws.com/s3+upload/wfp-2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#jump-to-news {
  position: absolute;
  bottom: 0;
  left: 8%;
  color: white;
  font-size: 3em;
}
#jump-to-news:hover {
  transform: scale(1.1);
}
.fix-bleedthrough {
  margin-bottom: -1px;
}
.svgBottomPosition {
  content: url('/content/images/image-mask-shape-v2.svg');
  width: 100%;
  height: auto;
  margin-top: auto;
  position: relative;
}
.svgMidPosition {
  margin-top: -24%;
}
#yellowBkg {
  background-color: #FFC323;
}
#svgYellow {
  content: url('/content/images/image-mask-shape-yellow.svg');
}
#svgWhite {
  content: url('/content/images/image-mask-shape-v2.svg');
  margin-top: -60%;
  width: 100%;
}
#svgBgLight {
  content: url('/content/images/image-mask-shape-v3.svg');
  margin-top: -60%;
  width: 100%;
}
.homepage-h2 {
  color: #006FA7;
  font-weight: 700;
  text-shadow: -5px 4px 5px rgba(150, 150, 150, 0.6);
  font-size: 2em;
  position: relative;
}
.homepage-h3 {
  color: #006FA7;
  font-weight: 700;
  text-shadow: -5px 4px 5px rgba(150, 150, 150, 0.6);
  font-size: 1.5em;
}
.homepage-h3 .a {
  color: #006FA7;
  width: 100%;
}
/*===================
    MAIN NAVIGATION
=====================*/
nav {
  z-index: 1000;
}
.main-nav {
  background-color: rgba(0, 111, 167, 0.83);
}
#cityLogo {
  width: 160px;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition-property: height, visibility;
    transition-duration: 0.35s;
  }
}
.navbar-nav .nav-item .nav-link {
  font-size: 1em;
  margin-left: 5%;
  border-bottom: 1px solid transparent;
  border-bottom-width: thick;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #ffc323 !important;
}
.navbar-mobile-bkg {
  background-color: #006fa7;
  border-radius: 15px;
}
.navbar-nav .active {
  color: #FFC323 !important;
}
.navbar-toggler .line {
  width: 100%;
  float: left;
  height: 0.15em;
  background-color: #fff;
  margin-bottom: 5px;
}
.navbar-toggler .line:last-of-type {
  margin-bottom: 0;
}
.navbar-toggler {
  width: 50px;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
#navbarNavAltMarkup {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100vh;
  width: 100vw;
  background: #006FA7;
  border-radius: 15px;
}
.navbar-nav {
  margin-top: 5%;
}
.sign-in-btn {
  color: #006fa7;
}
.sign-in-btn:hover {
  color: #FFC323 !important;
}
#sign-in-icon {
  font-size: 0.75em !important;
}
#sign-in-container {
  display: flex;
  align-items: center;
}
.btn-label {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(31, 78, 102, 0.64);
  border-radius: 0 3px 3px 0;
  margin-left: 11px;
}
#cityIcon {
  height: 75px;
  margin-left: 3%;
}
#closeFlyoutNav {
  margin-right: 3%;
  -webkit-appearance: none;
}
#closeFlyoutNav i {
  color: white;
  font-size: 1.5em;
}
#flyoutNavBarHeader {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
}
.dropdown-menu-main-navs {
  background-color: #006FA7;
  border: none;
  padding: 0;
  margin: 0;
}
.dropdown-item-container {
  margin-left: 10%;
}
.dropdown-item {
  margin-left: 8%;
}
.nav-item:last-of-type .dropdown-menu-main-navs:last-of-type {
  padding-bottom: 20px;
}
/*================
    SEARCH BAR
=================*/
#searchBar {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 100;
}
.searchResultsContainer {
  width: 90%;
}
#searchBar-container {
  display: flex;
  justify-content: center;
  opacity: 0.8;
}
#searchBarInternal {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  z-index: 100;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
#searchBarInternal .searchResultsContainer {
  width: 100% !important;
}
.searchBarFocus {
  width: 80%;
}
#sbox {
  border-top-left-radius: 20px;
  border: none;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1em;
}
#sbox:focus {
  outline: none;
}
#searchBar-container:focus-within {
  opacity: 1;
}
#ssubmit {
  background-color: #006FA7;
  color: white;
  border: none;
  border-bottom-right-radius: 20px;
}
#ssubmit:hover {
  background-color: #006FA7;
  color: white;
}
#seaInput {
  background-color: #fff !important;
}
mark {
  background-color: #ffc168;
}
.news-intro p {
  font-size: 0.8em;
}
.fs-8 {
  font-size: 0.75em;
}
.search-title {
  color: #546E7A;
}
/*================
    MAIN AREA
=================*/
main {
  margin-top: -30px;
}
/*================
     TOOLBAR
=================*/
#toolbar {
  position: fixed;
  right: 0;
  bottom: 10%;
  background-color: rgba(31, 78, 102, 0.64);
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  z-index: 10000;
}
#toolbar-icons {
  display: flex;
  justify-content: space-evenly;
}
.toolbar-icon {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 5px 3px 5px;
}
.toolbar-icon-container:last-child {
  margin-right: 5px;
}
#toolbar-toggle {
  border-radius: 10px;
  padding: 5px;
  margin: 10px 0 10px 5px;
  -webkit-appearance: none;
}
.toolbar-width {
  width: 2.5rem !important;
}
.toolbar-close {
  font-size: 0em;
  visibility: hidden;
}
.toolbar-close-padding {
  padding: 0;
  margin: 0 !important;
}
#toolbar-toggle i {
  font-size: 1.5em;
  margin-top: 110%;
  color: white;
  -moz-transition: transform 0.25s;
  -webkit-transition: transform 0.25s;
  transition: transform 0.25s;
}
.toolbar-icon i {
  font-size: 2em;
}
.toolbar-flip {
  transform: rotate(-180deg);
}
.toolbar-margin {
  margin: 0 !important;
}
.toolbar-icon-label {
  font-size: 0.75em;
  color: white;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
.toolbar-img-icon {
  height: 2em;
}
/*================
     NEWS FEED
=================*/
.newsroom-index-home {
  max-height: 275px;
}
.card-imgholder {
  display: flex;
  height: 40%;
}
.news-position {
  position: relative;
  z-index: 5;
}
.news {
  z-index: 5;
  position: relative;
  text-align: right;
  margin-top: 1.5%;
  text-decoration: underline;
}
.link-hover {
  transition: transform 0.2s;
  /* Animation */
}
.link-hover:hover {
  transform: scale(1.05);
}
.card-content {
  height: 100%;
  border-radius: 20px;
  border: 0;
  -webkit-box-shadow: -10px 10px 10px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: -10px 10px 10px 1px rgba(0, 0, 0, 0.24);
  box-shadow: -10px 10px 10px 1px rgba(0, 0, 0, 0.24);
  min-height: 550px;
}
.titlecard {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 0;
  margin-top: 1rem;
  color: black;
}
.cardDate {
  font-weight: bold;
  font-size: 0.6em;
  color: #006FA7;
}
.card-img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}
div .intro {
  font-size: 0.9em;
  color: black;
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  /* number of lines to show */
}
.cardbody {
  padding: 4px 20px 15px 20px;
}
.news-read-more {
  color: #006FA7;
}
/*================
     EVENTS
=================*/
.containercalendar {
  margin-top: 10%;
}
.event-item {
  border-radius: 20px;
  width: 90%;
  -webkit-box-shadow: -10px 10px 10px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: -10px 10px 10px 1px rgba(0, 0, 0, 0.24);
  box-shadow: -10px 10px 10px 1px rgba(0, 0, 0, 0.24);
}
.events-position {
  position: relative;
  z-index: 3;
}
.events {
  position: relative;
  text-align: right;
  text-decoration: underline;
}
/*================
     FOOTER
=================*/
.svgTopPosition {
  content: url('/content/images/image-mask-shape-footer.svg');
  margin-top: 50%;
}
#footer-c {
  background-color: #1F4E66;
}
#footer-c p {
  text-align: center;
  font-size: 0.75em;
  margin: 0;
}
#footer-c p img {
  width: 200px;
}
.dropdown-menu-footer {
  margin-left: -2px !important;
}
.dropdown-menu-footer li .dropdown-item {
  color: #006FA7;
  font-size: 0.75em;
  margin: 0;
}
.dropdown-menu-footer li .dropdown-item:hover {
  color: #6b6b6b;
}
#footer-container {
  display: flex;
  justify-content: space-evenly;
  margin-top: 6px;
}
footer svg path {
  fill: #1F4E66;
}
#firstColumn a img {
  width: 200px;
  height: 153px;
}
#firstColumn {
  display: none;
}
#address-title {
  font-size: 1em;
}
#alexaIcon {
  width: 100px;
}
#social-container {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 5px;
}
.social-icon img {
  width: 30px;
  padding: 0 3px 0 3px;
}
.footer-col ul li {
  list-style: none;
}
.footer-col ul li .nav-link {
  font-size: 0.75em;
  padding: 0;
  margin: 0;
}
.footer-col ul li a:hover {
  color: #FFC323 !important;
}
/*================
     CALENDAR
=================*/
#cals-container {
  padding-bottom: 50px;
}
.cals-card {
  border: 0;
  background: transparent;
}
.cals-link {
  background-color: #1F4E66;
  border-color: #1F4E66;
  font-size: 1.2em;
  color: white;
}
.cals-link.active {
  background-color: #1F4E66;
  border-color: #1F4E66;
}
.cals-link:active {
  background-color: #1F4E66;
  border-color: #1F4E66;
}
.cals-header {
  background: transparent;
  border: 0;
}
.cals-header ul li a {
  border: #006FA7 1px solid !important;
  -webkit-appearance: none;
}
.cals-header ul li a:hover {
  background-color: #006FA7;
  color: white;
}
.cals-header ul li .active {
  background-color: #006FA7 !important;
  color: white !important;
}
.cal-item {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: flex;
  -webkit-box-shadow: -4px 1px 16px -7px rgb(36 36 0.52941176%);
  -moz-box-shadow: -4px 1px 16px -7px rgba(36, 36, 36, 0.68);
  box-shadow: -4px 1px 16px -7px rgb(36 36 0.52941176%);
}
.cal-item-show {
  height: 150px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px 15px 0px 0px;
}
.cal-item-info {
  width: 70%;
}
.cal-item-header {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.cal-item-body {
  background-color: #F7FAFC;
  border-radius: 15px;
}
.cal-item-btn {
  float: right;
  margin-bottom: 10%;
  margin-right: 7%;
}
.bidsTitle {
  font-size: 1em;
}
.cal-card-container {
  border-radius: 15px;
  -webkit-box-shadow: -10px 10px 10px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: -10px 10px 10px 1px rgba(0, 0, 0, 0.24);
  box-shadow: -10px 10px 10px 1px rgba(0, 0, 0, 0.24);
  border: 0;
}
.card-text {
  font-size: 1.05em;
}
.cal-card-body {
  flex: 1 1 auto;
}
/*=============================
     INTERNAL NAVIGATION
==============================*/
#connectPageMain .internal-subnav-header {
  margin-top: 5rem;
}
.internal-subnav-header {
  background-color: #006fa7;
  position: relative;
  margin-top: -5rem;
  border-radius: 20px;
  -webkit-box-shadow: -10px 10px 10px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: -10px 10px 10px 1px rgba(0, 0, 0, 0.24);
  box-shadow: -10px 10px 10px 1px rgba(0, 0, 0, 0.24);
}
.internal-h1 {
  font-weight: 800;
}
.internal-sub-nav {
  list-style: none;
}
.internal-sub-nav-item {
  display: inline-block;
}
.internal-sub-nav-link {
  color: white;
  text-decoration: none;
  font-size: 1em;
  cursor: pointer;
}
.internal-horizontal-list {
  display: table;
  margin: 0 auto;
}
.internal-sub-nav-item:not(:last-child) .internal-sub-nav-link:after {
  content: '|';
  font-weight: 700;
  color: #FFC323;
  padding: 1rem;
}
.internal-sub-nav-link:hover {
  color: #FFC323;
}
.internal-sub-nav-item .active {
  color: #FFC323;
}
#connectPageMain .internal-subnav-header {
  margin-top: 5rem;
}
.list-group-item + .list-group-item.active > .text-muted,
.list-group-item + .list-group-item.active > div .text-muted {
  color: white !important;
}
/*=============================
     QUILL EDITOR 
==============================*/
.ql-indent-1 {
  text-indent: 2rem;
}
.ql-indent-2 {
  text-indent: 4rem;
}
.ql-indent-3 {
  text-indent: 6rem;
}
.ql-indent-4 {
  text-indent: 8rem;
}
.internal-svgTopPostion {
  margin-top: 0;
}
/*=============================
        VIDEO IFRAME 
==============================*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*=============================
        UTILITY
==============================*/
.fs-7 {
  font-size: 0.75em;
}
.dfield-label {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/*=============================
        AMAZON CONNECT CHAT
==============================*/
#amazon-connect-chat-widget {
  position: relative;
  z-index: 1000;
}
/*===================
   STRAPI COMPONENTS
=====================*/
/*Rich Content Editor*/
ol li.ql-indent-1 {
  text-indent: 0px;
  list-style: inside;
  padding-left: 1rem;
  list-style-type: lower-alpha;
}
.srtcms ol > li::marker {
  font-weight: bold;
}
/*Long List Group*/
.list-group-icon-strapi {
  font-size: 40px;
}
/*Teaser*/
.story-lead {
  max-width: 1068px;
  width: 100%;
  position: relative;
  margin: 0px auto 40px;
  padding-top: 22px;
  overflow: hidden;
}
a .story-lead-bg {
  max-width: calc(100% - 22px);
  height: calc(100% - 22px);
  position: absolute;
  width: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
}
a .story-lead-wrapper {
  max-width: calc(100% - 22px);
  transition: all 0.5s ease 0s;
}
a .story-lead-wrapper h3 {
  font-size: 29px;
  line-height: 37px;
  margin-bottom: 19px;
  transition: all 0.5s ease 0s;
}
a .story-lead-wrapper p {
  font-size: 22px;
  letter-spacing: -0.15px;
  line-height: 29px;
  transition: all 0.3s ease 0s;
}
a .story-lead-wrapper .line {
  width: 60px;
  height: 3px;
  border-radius: 1px;
  margin-bottom: 25px;
  display: block;
  transition: all 0.5s ease 0s;
  position: relative;
}
a .story-lead-wrapper .btn-read {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  transition: all 0.5s ease 0s;
}
a .story-lead-wrapper .img-video-block {
  position: relative;
  width: 100%;
  height: 100%;
}
a .story-lead-wrapper .img-video-block img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  transition: opacity 500ms ease 0s;
}
/*FILES COMPONENT (ACCORDION)*/
:root {
  --color-text-default: #000;
  --color-summary-default: #fff;
  --color-summary-default-highlight: #000;
  --color-text-grey: #495057;
  --color-summary-grey: #e9ecef;
  --color-summary-grey-highlight: #adb5bd;
  --color-text-yellow: #664d03;
  --color-summary-yellow: #FFF6EE;
  --color-summary-yellow-highlight: #FFC323;
  --color-text-green: #06281e;
  --color-summary-green: #d2f4ea;
  --color-summary-green-highlight: #20c997;
  --color-text-blue: #031633;
  --color-summary-blue: #cfe2ff;
  --color-summary-blue-highlight: #6ea8fe;
  --color-text-red: #58151c;
  --color-summary-red: #f8d7da;
  --color-summary-red-highlight: #ea868f;
}
.accordion .scomponent.accordion-item {
  border-radius: 5px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  border-left: 15px solid gray;
  padding: 15px;
}
.scomponent.accordion-item .accordion-button {
  background: transparent !important;
  font-size: 0.64em;
  font-weight: 600;
}
.scomponent.accordion-item .accordion-button:focus {
  border-color: transparent !important;
  outline: none;
}
.scomponent.accordion-item .accordion-header {
  font-size: 2.25rem;
}
.scomponent .file-icon {
  font-size: 3rem;
}
.scomponent .file-btn {
  color: white;
  border-radius: 10px;
}

@media only screen and (min-width: 576px) {
  .cal-item-show {
    border-radius: 15px 0px 0px 15px;
  }
  .cal-item-show {
    height: auto;
  }
}
/*================
    Announcements
=================*/
@media (min-width: 1200px) and (max-width: 1700px) {
  .newsroom-index-home {
    max-height: 225px;
  }
}
@media only screen and (max-width: 1024px) {
  .dropdown-menu-main-navs {
    background: #006fa7 !important;
    box-shadow: none !important;
  }
  .dropdown-menu-main-navs .dropdown-container .dropdown-item-container .dropdown-item {
    color: white !important;
    background: #006fa7 !important;
  }
  .dropdown-menu-main-navs .dropdown-container .dropdown-item-container .dropdown-item:hover {
    color: #FFC323 !important;
  }
}
@media only screen and (min-width: 1200px) {
  #connectPageMain .internal-subnav-header {
    margin-top: 8rem;
  }
  .svgTopPosition {
    margin-top: 20%;
  }
  #svgWhite {
    margin-top: -35%;
  }
  #svgBgLight {
    margin-top: -35%;
  }
}
@media only screen and (min-width: 1024px) {
  #navbarNavAltMarkup {
    position: unset;
    height: unset;
    background: unset;
    margin: 0;
  }
  #flyoutNavBarHeader {
    display: none;
  }
  #dropdownMenuMobileUser {
    display: none;
  }
  .navbar-nav {
    margin-top: 0;
  }
  #sign-in-container-desktop {
    display: inline-block;
  }
  .searchResultsContainer {
    width: 30% !important;
  }
  .searchBarFocus {
    width: 35%;
  }
  .navbar-nav .nav-item {
    margin-left: 3%;
    margin-right: 3%;
  }
  .navbar-nav .nav-item .nav-link {
    margin: 0;
    padding: 0 !important;
  }
  .navbar-nav .nav-item .nav-link:hover {
    color: #ffc323 !important;
    border-bottom: 1px solid;
    border-bottom-width: thick;
  }
  #dropdownMenuMobileUser {
    display: none;
  }
  .btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
  }
  .overlay-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
  }
  .dropdown-toggle:hover ~ .dropdown-menu-main-navs {
    display: block;
  }
  .main-nav:hover {
    background-color: #006fa7;
  }
  .dropdown-menu-main-navs:hover {
    display: block;
  }
  .dropdown-image {
    width: 80%;
  }
  .dropdown-menu-main-navs {
    top: 60%;
    width: 65% !important;
    left: 25% !important;
    border: none;
    background-color: transparent;
  }
  .dropdown-item-container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    margin-left: 0;
  }
  .dropdown-image-container {
    height: 100%;
  }
  .dropdown-container {
    border-radius: 15px;
    margin: 20px 0 0 0;
    padding: 20px;
  }
  .dropdown-item {
    margin: 0;
  }
  .dropdown-item:hover {
    color: #ffc323;
    background-color: unset;
  }
  #sign-in:hover {
    background-color: #006fa7;
    border-color: #006fa7;
  }
  #sign-in-icon {
    display: none;
  }
  #sign-in {
    padding: 0 0 0 12px;
    margin-right: 2%;
    font-size: 0.8em;
    color: #fff;
    background-color: rgba(0, 111, 167, 0.7);
    border-color: rgba(0, 111, 167, 0.7);
  }
  .searchResultsContainer {
    width: 50% !important;
  }
  .searchBarFocus {
    width: 45%;
  }
  .internal-sub-nav-link {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 1024px) {
  .card-imgholder {
    height: 40% !important;
  }
}
@media only screen and (max-width: 925px) {
  .titlecard {
    font-size: 1.1em !important;
  }
}
@media only screen and (max-width: 960px) {
  a .story-lead-wrapper .img-video-block {
    height: 400px !important;
  }
}
/*================
    Homepage
=================*/
@media (max-width: 992px) {
}
@media (min-width: 992px) {
  #jump-to-news {
    font-size: 5em;
  }
  .homepage-h2 {
    font-size: 3em;
  }
  .homepage-h3 {
    font-size: 2em;
  }
  main {
    margin-top: -70px;
  }
  #sbox {
    font-size: 1.75em;
  }
  #ssubmit {
    font-size: 1.5em;
  }
  .toolbar-icon {
    margin: 15px 7.5px 3px 7.5px;
  }
  .toolbar-icon-container:last-child {
    margin-right: 10px;
  }
  #toolbar-toggle {
    padding: 10px;
    margin: 15px 0 10px 0;
  }
  #toolbar-toggle i {
    font-size: 2em;
  }
  .toolbar-icon i {
    font-size: 4em;
  }
  .toolbar-img-icon {
    height: 4em;
  }
  #footer-c p {
    font-size: 1em;
  }
  .dropdown-menu-footer li .dropdown-item {
    font-size: 1em;
  }
  #footer-container {
    margin-top: 25px;
  }
  #social-container {
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
  .social-icon img {
    width: 40px;
  }
  #firstColumn {
    display: block;
  }
  .footer-col ul li .nav-link {
    font-size: 1em;
  }
  #alexaIcon {
    width: 130px;
  }
}
@media (min-width: 1400px) {
  .titlecard {
    font-size: 1.25em;
  }
  .cardDate {
    font-size: 0.8em;
  }
  .intro {
    font-size: 1em;
  }
}
/*================
    CALENDAR
=================*/

.connect-jumbotron {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 10px 10px 22px -10px #545454;
  -moz-box-shadow: 10px 10px 22px -10px #545454;
  box-shadow: 10px 10px 22px -10px #545454;
  border-radius: 10px;
}
.connect-jumbotron-title {
  display: flex;
}
.connect-jumbotron-title .connect-display-lead {
  flex: 1 0;
}
.connect-jumbotron-title h1 {
  color: #006FA7;
  font-weight: 700;
  text-shadow: -2px 3px 2px rgba(150, 150, 150, 0.5);
}
.connect-jumbotron-title img {
  width: 150px;
}
.connect-lead-action {
  display: flex;
  width: 100%;
}
.connect-lead-action p {
  width: 60%;
}
.quick-action-items {
  display: none;
}
#widgetsColumn {
  margin-top: 2rem;
}
#PCCWidgets .card {
  border: 0;
  -webkit-box-shadow: 10px 10px 22px -10px #545454;
  -moz-box-shadow: 10px 10px 22px -10px #545454;
  box-shadow: 10px 10px 22px -10px #545454;
}
#PCCWidgets .card-titles {
  font-weight: 800;
  font-size: 1.5em;
  color: #546E7A;
  text-transform: uppercase;
}
.widget-card {
  border-radius: 20px;
}
#createCaseTitle {
  color: #006FA7;
  font-weight: 700;
  text-shadow: -2px 3px 2px rgba(150, 150, 150, 0.5);
}
#createCaseContainer {
  padding: 2rem 0 1rem 0;
  position: relative;
}
#caseShow {
  cursor: pointer;
}
#caseShow .card:hover {
  background-color: #0dcaf0;
}
#caseShow .card:hover > a span {
  color: white;
}
#caseShow .card:hover > a i {
  color: white !important;
}
.case-items {
  display: flex;
  flex-flow: wrap;
}
.case-items .card {
  border: 0;
  text-align: center;
  margin: 10px;
  flex: 1 0 25%;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 22px -10px #545454;
  -moz-box-shadow: 10px 10px 22px -10px #545454;
  box-shadow: 10px 10px 22px -10px #545454;
}
.case-items .card a {
  cursor: pointer;
  text-decoration: none;
}
.case-items .card .card-title {
  padding: 5px;
}
.case-items .card .card-text i {
  font-size: 2.25em;
  padding-bottom: 5px;
}
.case-items .card:hover {
  background-color: #0dcaf0;
}
.case-items .card a:hover > h5 {
  color: white;
}
.case-items .card a:hover > p i {
  color: white !important;
}
.case-titles {
  color: #1F4E66;
  font-size: 1em;
}
#caseShow {
  display: none;
  margin-top: 20px;
}
#caseShow .quick-actions {
  width: 250px;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  border: 0;
  -webkit-box-shadow: 10px 10px 22px -10px #545454;
  -moz-box-shadow: 10px 10px 22px -10px #545454;
  box-shadow: 10px 10px 22px -10px #545454;
}
#caseShow .quick-actions a {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#caseShow .quick-actions a span {
  color: #1F4E66;
}
.quick-actions a {
  font-size: 1.25em;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
}
.quick-actions a i {
  font-size: 1.25em;
}
.tempNewClass {
  margin: 0 auto;
}
.modal-case-options {
  display: flex;
  justify-content: center;
}
.modal-case-options .card a {
  text-decoration: none;
}
.modal-options-active {
  background-color: #0d6efd;
}
.modal-options-secondary {
  width: 90%;
  display: none;
}
.modal-options-secondary h6 {
  font-weight: 700;
}
.quick-action-items a {
  text-decoration: none;
  color: #006FA7;
  font-weight: 600;
}
.quick-action-items a:hover {
  color: white;
}
.quick-action-items a:hover > .quick-action-item .quick-action-title {
  background-color: #0dcaf0;
}
.quick-action-items a:hover > .quick-action-item .quick-action-title i {
  color: white !important;
}
.close-qa:hover {
  background-color: #0dcaf0;
  color: white;
}
.close-qa:hover > i {
  color: white;
}
.close-qa {
  font-size: 1.2em;
  -webkit-box-shadow: 1px 1px 20px -10px #545454;
  -moz-box-shadow: 1px 1px 20px -10px #545454;
  box-shadow: 1px 1px 20px -10px #545454;
  border-radius: 10px;
  margin-left: -15px;
  cursor: pointer !important;
}
.close-qa i {
  font-size: 1.2em;
  color: #006FA7;
}
.quick-action-item {
  width: 100%;
  list-style: none;
}
.quick-actions-toggle a:hover {
  color: white;
}
#caseHide:hover > i {
  color: white !important;
}
.quick-action-title {
  -webkit-box-shadow: 1px 1px 20px -10px #545454;
  -moz-box-shadow: 1px 1px 20px -10px #545454;
  box-shadow: 1px 1px 20px -10px #545454;
  display: flex;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}
.quick-action-title span {
  flex: 1;
  font-size: 1.25em;
  text-align: center;
}
.quick-action-title i {
  font-size: 2em;
}
@media (max-width: 1999px) {
  #desktop-connect-jumbotron {
    display: none;
  }
  #mobile-connect-jumbotron {
    display: block;
  }
}
@media (min-width: 960px) {
  #createCaseContainer {
    padding: 2rem 0 3rem 0;
  }
}
@media (min-width: 1200px) {
  #desktop-connect-jumbotron {
    display: block;
  }
  #mobile-connect-jumbotron {
    display: none;
  }
}

@media only screen and (min-width: 760px) {
  #sign-in-icon {
    width: 111px;
    font-size: 0.8em;
    padding-left: 14px;
  }
  .navbar-toggler .line {
    height: 0.2em;
  }
  #searchBarInternal #searchBar-container #sbox {
    font-size: 1.25em;
  }
  #searchBarInternal #searchBar-container #ssubmit {
    font-size: 1.25em;
  }
  #cityLogo {
    width: 200px;
  }
  .searchResultsContainer {
    width: 70%;
  }
  .searchBarFocus {
    width: 60%;
  }
}
/*================
    Announcement
=================*/
@media only screen and (max-width: 768px) {
  .intro {
    -webkit-line-clamp: 7 !important;
  }
}
/*================
    Events
=================*/
@media only screen and (max-width: 780px) {
  .event-column-grid {
    width: 100%;
  }
  .event-column-grid:nth-of-type(3) {
    display: none;
  }
  .event-column-grid:nth-of-type(4) {
    display: none;
  }
}
/*================
    Navigation
=================*/
@media (min-width: 768px) {
  #sbox {
    font-size: 1.25em;
  }
  #ssubmit {
    font-size: 1.25em;
  }
  .event-item {
    width: 80%;
  }
}
/*================
    CALENDAR
=================*/

@media only screen and (max-width: 630px) {
  #connectHeader {
    height: 25vh;
  }
}
/*================
    NEWS FEED
=================*/
@media only screen and (max-width: 630px) {
  .case-titles {
    font-size: 0.85em;
  }
  .intro {
    -webkit-line-clamp: 5 !important;
  }
  .news-column-grid:nth-of-type(3) {
    display: none;
  }
  .news-column-grid:nth-of-type(4) {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .intro {
    -webkit-line-clamp: 8 !important;
  }
  #toolbar {
    bottom: 17%;
  }
  #whats-new {
    margin-top: 2rem;
  }
}
