main.bg-main {
  position: relative;
  min-height: 800px;
  font-size: 16px;
  font-family: "Roboto-Regular", "Georgia", serif !important;
}
main.bg-main h2 {
  font-family: "BebasNeueBold", "Georgia", serif;
  font-size: 44px;
  color: #00b5ca;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
  word-spacing: 5px;
}
main.bg-main h3 {
  color: #016A74;
  font-family: "Roboto-Medium", "Georgia", serif !important;
  font-size: 26px;
}
main.bg-main h4 {
  color: #016A74;
  font-family: "Roboto-Medium", "Georgia", serif !important;
  font-size: 20px;
}
main.bg-main .description {
  font-family: "Roboto-Light", "Georgia", serif !important;
  font-size: 22px;
}
main.bg-main .content a {
  color: #008998;
  text-decoration: underline;
}
main.bg-main .content a:hover {
  color: #FFBC0E;
  text-decoration: underline;
}

section.bg-banner {
  position: relative;
  min-height: 300px;
}
section.bg-banner .image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom;
  background-color: #092C30;
}
section.bg-banner .image:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  transition: all ease 1s;
  background: -moz-linear-gradient(top, #092c30 0%, rgba(9, 44, 48, 0.3) 80%, rgba(9, 44, 48, 0.2) 100%);
  background: -webkit-linear-gradient(top, #092c30 0%, rgba(9, 44, 48, 0.3) 80%, rgba(9, 44, 48, 0.2) 100%);
  background: linear-gradient(to bottom, #092c30 0%, rgba(9, 44, 48, 0.3) 80%, rgba(9, 44, 48, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#092c30", endColorstr="#00ffffff",GradientType=0 );
}
section.bg-banner .angle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #fff 50%);
  z-index: 9;
}
section.bg-banner .content-holder {
  position: relative;
  z-index: 3;
  margin-top: 5%;
  padding: 60px 0;
}
section.bg-banner .content-holder .title {
  color: #fff;
  font-size: 50px;
  margin-bottom: 10px;
  font-family: "Roboto-Regular", "Georgia", serif !important;
  font-weight: normal;
}
section.bg-banner .content-holder .description {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: "Roboto-Light", "Georgia", serif !important;
}

section.bg-intro {
  margin: 80px 0;
}
section.bg-intro .content {
  font-size: 18px;
}
section.bg-intro .boxes {
  background: #F6F6F6;
  padding: 30px;
  border-radius: 5px;
}
section.bg-intro .boxes .box {
  font-size: 16px;
  color: #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
section.bg-intro .boxes .box:last-child {
  border: none;
  margin-bottom: 0;
}
section.bg-intro .boxes .box .title {
  color: #008998;
  font-size: 16px;
  font-family: "Roboto-Bold", "Georgia", serif !important;
}
section.bg-intro .boxes .box ul {
  margin-bottom: 10px;
}

.list-style-line p {
  margin: 0;
}
.list-style-line ul li:before {
  content: "- ";
}

section.bg-resources .boxes .box {
  background: #F6F6F6;
  padding: 40px;
  border-radius: 5px;
  margin-bottom: 60px;
  font-size: 18px;
}

section.bg-flex {
  margin: 80px 0;
  position: relative;
}
section.bg-flex .line {
  width: 120px;
  height: 2px;
  background: #00b5ca;
  margin-top: 80px;
  margin-bottom: 20px;
}
section.bg-flex .line.line-1 {
  margin-top: 0;
}
section.bg-flex .gallery {
  margin-top: 30px;
  margin-bottom: 30px;
}
section.bg-flex .gallery img {
  margin-bottom: 30px;
}
section.bg-flex .color-box {
  position: relative;
}
section.bg-flex .color-box.full {
  width: calc(100% - 20px);
  float: none;
}
section.bg-flex .color-box.half {
  margin-right: 20px;
  width: calc(50% - 20px);
  float: left;
}
section.bg-flex .color-picker {
  height: 70px;
  width: 100%;
}
section.bg-flex .color-title {
  color: #016A74;
  font-family: "Roboto-Bold", "Georgia", serif !important;
  font-size: 18px;
  margin-bottom: 5px;
}
section.bg-flex .color-description {
  color: #000;
  font-family: "Roboto-Regular", "Georgia", serif !important;
  font-size: 16px;
  margin-bottom: 40px;
}
section.bg-flex article {
  max-width: 800px;
}
section.bg-flex article p {
  margin-bottom: 15px;
}

aside.bg-sidebar {
  padding: 20px;
  background: #F6F6F6;
}
aside.bg-sidebar h5 {
  color: #016A74;
  font-family: "Roboto-Medium", "Georgia", serif !important;
  font-size: 18px;
  padding-left: 20px;
}

.button-holder a.custom-button {
  margin: 0;
}
.button-holder a.custom-button:last-child {
  margin-left: 0;
}

.custom-button {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  color: #000;
  background: #092c30;
  font-family: "Roboto-Bold", "Georgia", serif;
  padding: 15px 30px;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.custom-button:hover {
  text-decoration: none;
}
.custom-button.custom-button-yellow {
  background: #ffbc0e;
  color: #000;
}
.custom-button.custom-button-yellow:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.7);
}
.custom-button.custom-button-blue {
  background: #00b5ca;
  color: #fff;
}
.custom-button.custom-button-blue:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.7);
}

.sidebar-sticky-holder {
  position: relative;
  height: 100%;
}
.sidebar-sticky-holder .sidebar-sticky {
  position: sticky;
  top: 120px;
}

nav.menu-anchors {
  position: relative;
}
nav.menu-anchors .nav {
  display: block;
}
nav.menu-anchors .nav .nav-item {
  display: block;
  margin-bottom: 6px;
  margin-top: 6px;
  padding-left: 0;
}
nav.menu-anchors .nav .nav-item .nav-item {
  margin-bottom: 4px;
  margin-top: 4px;
}
nav.menu-anchors .nav .nav-item .nav {
  display: none;
  margin-bottom: 0px;
  padding-left: 20px;
  list-style-type: none;
  transition: height 1s;
  opacity: 1;
}
nav.menu-anchors .nav .nav-item .nav .nav-link {
  display: block;
  padding: 2px 0 2px 20px;
  transition: color 0.5s ease-in-out;
  border-left: 0;
  color: #999;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
}
nav.menu-anchors .nav .nav-item .nav .nav-link.active {
  border-left-color: #00B5CA;
  color: #00B5CA;
}
nav.menu-anchors .nav .nav-item:hover {
  background: transparent;
}
nav.menu-anchors .nav .nav-item:hover > .nav-link {
  border-left-color: #00B5CA;
  color: #00B5CA;
  background: transparent;
}
nav.menu-anchors .nav .nav-item:focus {
  background: transparent;
}
nav.menu-anchors .nav .nav-item:focus > .nav-link {
  background: transparent;
}
nav.menu-anchors .nav .nav-item .nav-link.active {
  border-left-color: #00B5CA;
  color: #00B5CA;
}
nav.menu-anchors .nav .nav-item .nav-link.active:focus, nav.menu-anchors .nav .nav-item .nav-link.active:hover {
  background: transparent;
}
nav.menu-anchors .nav .nav-item .nav-link.active ~ .nav {
  display: block;
  opacity: 1;
}
nav.menu-anchors .nav .nav-item > .nav-link:hover {
  border-left-color: #00B5CA;
  color: #00B5CA;
  background: transparent;
}
nav.menu-anchors .nav .nav-item > .nav-link:focus {
  background: transparent;
}
nav.menu-anchors .nav .nav-item .nav-link {
  display: block;
  margin-bottom: 0;
  padding: 3px 0 3px 20px;
  transition-property: color, border-left-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  border-left: 2px solid transparent;
  color: #222B35;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}
nav.menu-anchors .nav .nav-item .nav-link:focus, nav.menu-anchors .nav .nav-item .nav-link:hover {
  background: transparent;
}

@media (max-width: 1200px) {
  section.bg-intro {
    margin: 30px 0;
  }

  section.bg-flex {
    margin: 30px 0;
  }
  section.bg-flex .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  nav.menu-anchors .nav .nav-item .nav {
    display: none;
  }

  nav.menu-anchors .nav .nav-item {
    position: relative;
  }

  nav.menu-anchors .nav .nav-item .arrow {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 40px;
    width: 41px;
    text-align: center;
    font-size: 25px;
    color: transparent;
    line-height: 30px;
    border-left: 1px solid #999;
  }

  nav.menu-anchors .nav .nav-item .arrow:after,
nav.menu-anchors .nav .nav-item .arrow:before {
    content: "";
    display: block;
    height: 18px;
    width: 2px;
    background: #00b5ca;
    left: 18px;
    top: 10px;
    position: absolute;
  }

  nav.menu-anchors .nav .nav-item .arrow:after {
    transform: rotate(90deg);
  }

  nav.menu-anchors .nav .nav-item .arrow.active:before {
    transform: rotate(90deg);
  }

  nav.menu-anchors .nav .nav-item .nav-link {
    padding: 10px 40px 10px 15px;
    margin: 0 0 0 -1px;
  }

  nav.menu-anchors > .nav > .nav-item {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
  }

  nav.menu-anchors .nav .nav-item .nav-item {
    margin: 0;
  }

  nav.menu-anchors .nav .nav-item {
    margin: 0;
    border-top: 1px solid #999;
  }

  nav.menu-anchors {
    border-bottom: 1px solid #999;
  }

  nav.menu-anchors .nav .nav-item .nav {
    padding-left: 0;
  }

  nav.menu-anchors .nav .nav-item .nav-item .nav-link {
    padding-left: 20px;
  }

  nav.menu-anchors .nav .nav-item .nav-item .nav-item .nav-link {
    padding-left: 40px;
  }

  nav.menu-anchors .nav .nav-item .nav .nav-link {
    color: #016A74;
  }

  nav.menu-anchors .nav .nav-item .nav .nav-link {
    padding: 10px 20px 9px;
  }

  aside.sidebar-menu {
    display: none;
  }

  .sidebar-sticky-holder {
    position: relative;
    height: 100%;
  }
  .sidebar-sticky-holder .sidebar-sticky {
    position: relative;
    top: 0;
  }

  section.bg-flex .line.line-1 {
    margin-top: 30px;
  }

  section.bg-flex .line {
    margin-top: 30px;
  }

  section.bg-flex article {
    max-width: 100%;
  }

  main.bg-main .post-category .category-list {
    text-align: left;
  }

  .button-sidebar {
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  section.bg-banner .content-holder .title {
    font-size: 40px;
  }

  main.bg-main h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  main.bg-main h2 {
    font-size: 24px;
  }

  section.bg-banner {
    min-height: 150px;
  }

  section.bg-banner .content-holder .description {
    font-size: 18px;
  }

  .custom-button {
    padding: 15px 15px;
  }

  section.bg-banner .content-holder .title {
    font-size: 26px;
  }

  section.bg-resources .boxes .box {
    padding: 20px;
  }

  .button-holder a.custom-button {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=brand-guidelines.css.map */
