/* CSS Document */
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto+Slab|Roboto:400,700&display=swap");
:root {
  font-size: 62.5%; }
  :root body {
    font-size: 1.6rem; }

.font-small {
  font-size: 80%; }

#ccwipHeader {
  background-color: #003262;
  height: 5em;
  padding: 0px 2em; }

#ccwipHeaderQuickLinkPos {
  margin-top: 0.8em; }

.ccwipHeaderQuickLinksLabel {
  color: #FDB515;
  padding: 0 0.9em; }

.homeLinkImg {
  border: none; }

@media (min-width: 576px) {
  .ccwipLogo {
    width: 220px; } }
@media (max-width: 575.98px) {
  .ccwipLogo {
    width: 160px; } }
