/* global elements */
html {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

hr {
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  margin-top: 55px;
  margin-bottom: 45px;
}

/* global classes */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* typography */
@font-face {
  font-family: 'Salesforce Sans';
  font-weight: 100;
  src: url('../fonts/SalesforceSans-Light.woff2') format('woff2'), url('../fonts/SalesforceSans-Light.woff') format('woff');
}

@font-face {
  font-family: 'Salesforce Sans';
  font-weight: 200;
  src: url('../fonts/SalesforceSans-Regular.woff2') format('woff2'), url('../fonts/SalesforceSans-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Salesforce Sans';
  font-weight: 300;
  src: url('../fonts/SalesforceSans-Bold.woff2') format('woff2'), url('../fonts/SalesforceSans-Bold.woff') format('woff');
}

body {
  overflow-x: hidden;
  width: 100%;
  color: #181818;
  background: white;
  font-family: 'Salesforce Sans', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
  min-height: 100%;
}

small {
  font-size: 12px;
  color: #181818;
}

small a {
  color: rgba(34, 34, 34, 0.6);
  box-shadow: none;
}

.text-center {
  text-align: center;
}

p {
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #0176d3;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

a:hover,
a:focus {
  color: #00A1E0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: -0.5px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  color: #032D60;
}

h1 {
  font-size: 48px;
  line-height: 56px;
}

h2 {
  font-size: 32px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

h5 {
  font-size: 12px;
  line-height: 18px;
}

h6 {
  font-size: 0px;
}

figure {
  margin: 0px;
}

figcaption {
  color: #54666d;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.3rem;
  letter-spacing: .04rem;
  line-height: 1.4em;
  padding: 8px;
  text-align: center;
}

ul {
  font-size: 16px;
  line-height: 24px;
  list-style: disc;
  margin: 1.2em 1.2em 2.5em 1.2em;
}

li {
  margin: 0;
}

/* contextual citation */
ul.citation-list-gray {
  background-color: #f8f8f8;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.6;
  list-style: none;
  margin: 0 0 2.5rem 0;
  padding: 20px 20px 10px 20px;
}

ul.citation-list-white {
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  list-style: none;
  margin: 0 0 2.5rem 0;
  padding: 0px;
}

/* section/container classes */
main .container {
  max-width: 100%;
}

main .container.slim {
  max-width: 728px;
}

.padding-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.padding-56 {
  padding-bottom: 56px;
}

.padding-148 {
  padding-top: 148px;
  padding-bottom: 148px;
}

.full-bleed-blue {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 30px;
}

/* buttons */
.button-base,
.button-gray-border,
.button-white-border,
.button-white-fill,
.button-blue-border,
.button-blue-fill {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  height: 48px;
  margin-right: 4px;
  padding: 0px 40px;
  text-transform: none;
  letter-spacing: .05rem;
}

.button-gray-border {
  border-color: rgba(34, 34, 34, 0.2);
  color: rgba(34, 34, 34, 0.4);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.button-gray-border:hover,
.button-gray-border:focus {
  border-color: rgba(34, 34, 34, 0.2);
  color: rgba(34, 34, 34, 0.4);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.button-white-border {
  border-color: #fff;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.button-white-border:hover,
.button-white-border:focus {
  background-color: #00A1E0;
  border-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.button-white-fill {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  color: #00A1E0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  letter-spacing: .05rem;
}

.button-white-fill:hover,
.button-white-fill:focus {
  background-color: #00A1E0;
  border-color: rgba(255, 255, 255, 0);
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.button-blue-border {
  background-color: rgba(255, 255, 255, 0);
  border-color: #00A1E0;
  color: #00A1E0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.button-blue-border:hover,
.button-blue-border:focus {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  color: #00A1E0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.button-blue-fill {
  background-color: #00A1E0;
  border-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.button-blue-fill:hover,
.button-blue-fill:focus {
  background-color: #fff;
  color: #00A1E0;
  border-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

/* table-rows or list-items */
.list-item {
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  padding-bottom: 14px;
  padding-top: 14px;
}

.list-item:last-child {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.list-item a {
  font-weight: 300;
}

/* color */
.sky-blue {
  background-color: #f1f5f8;
}

.white {
  background-color: #ffffff;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    flex-basis: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
}

.ms-auto {
  margin-left: auto !important;
}

@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0B5CAB;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-link {
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.3s ease-in-out;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}

.mobile-nav {
  position: fixed;
  top: 79px;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}

@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav--open {
  transform: translateX(0);
}

.hamburger-react {
  cursor:pointer;
  height:48px;
  position:relative;
  transition:0.4s cubic-bezier(0, 0, 0, 1);
  user-select:none;
  width:48px;
  outline:none;
  transform:none;
}

.hamburger-react__one {
  background:#032D60;
  height:3px;
  left:8px;
  position:absolute;
  border-radius:9em;
  width:32px;
  top:13px;
  transition:0.4s cubic-bezier(0, 0, 0, 1);
  transform:none;
}

.hamburger-react__two {
  background:#032D60;
  height:3px;
  left:8px;
  position:absolute;
  border-radius:9em;
  width:32px;
  top:23px;
  transition:0.4s cubic-bezier(0, 0, 0, 1);
  transform:none;
}

.hamburger-react__three {
  background:#032D60;
  height:3px;
  left:8px;
  position:absolute;
  border-radius:9em;
  width:32px;
  top:33px;
  transition:0.4s cubic-bezier(0, 0, 0, 1);
  transform:none;
}

.mobile-button--open .hamburger-react {
  transform: rotateY(-180deg);
}

.mobile-button--open .hamburger-react__one {
  transform: rotate(-45deg) translate(-7.07px, 7.07px);
}

.mobile-button--open .hamburger-react__two {
  transform: scale(0, 1) translate(-141.4px, 0px);
}

.mobile-button--open .hamburger-react__three {
  transform: rotate(45deg) translate(-7.07px, -7.07px);
}

.footer {
  background-color: #032D60;
  padding-top: 45px;
  padding-bottom: 45px;
}

.footer a {
  white-space: nowrap;
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.footer p {
  color: white;
}

.footer p small {
  color: white;
}

.footer .social-link:first-of-type {
  margin-left: 0;
}
.footer .social-link {
  margin-left: 12px;
}

/* header imports */
/* mixins */
.header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  /* parallax effect */
  background-color: #bde3ec;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* table */
table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 2px;
}

table td,
table th {
  padding: 10px !important;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

table td {
  vertical-align: top;
  border-top: solid 1px #ddd;
}

table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}

.text-example-data>pre>code {
  white-space: normal;
}

/* block quote */
blockquote {
  margin-bottom: 2.5rem;
  border-left: 0.25rem solid #3eb0ef;
  font-style: italic;
  padding-left: 2rem;
  font-weight: unset;
  color: inherit;
  font-size: inherit;
  line-height: 2.5rem;
}

/* code blocks */
.normal-text-wrap {
  white-space: normal;
}

pre>code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: white;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre.text-example {
  font-size: 0.75em;
  border: 1px solid #EEE;
}

.profile-image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

/* blog previews */
.blogcard .blog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 40px;
}

.blogcard .blog-content p {
  margin-bottom: 0;
  color: rgba(34, 34, 34, 0.8);
}

.blogcard .blog-content .metadata {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 13%;
  flex: 1 1 13%;
}

.blogcard .blog-content .metadata .time {
  color: rgba(34, 34, 34, 0.6);
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 14px;
}

.blogcard .blog-content .metadata .tag {
  color: rgba(34, 34, 34, 0.6);
  text-transform: lowercase;
  font-size: 12px;
  margin-right: 14px;
}

.blogcard .blog-content .metadata .tag a {
  color: rgba(34, 34, 34, 0.6);
  box-shadow: none;
}

.blogcard .blog-content article {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.blogcard .blog-content article .title {
  font-size: 20px;
  line-height: 28px;
  color: #032D60;
}

.blogcard .blog-content article .title:hover {
  text-decoration: underline;
}

.blogcard .blog-content article .blurb {
  font-size: 12px;
  line-height: 25px;
  color: #181818;
}

.blogcard .blog-content img {
  margin-bottom: 28px;
  max-height: 100px;
}

.blogcard .blog-content .time {
  text-transform: uppercase;
}

.blogcard .blog-content .author a {
  color: #0176D3;
  font-size: 12px;
}

.blogcard .blog-content .tag,
.blogcard .blog-content .tag a {
  color: #0176D3;
  font-size: 12px;
}

/* 404s, 401s, 5xxs */
@media (min-width: 0px) {
  .concerned-bear {
    width: 70%;
    margin-left: 26%;
  }

  main .container {
    max-width: 1150px;
  }
}

.sidebar__title {
  font-size: 20px;
  line-height: 28px;
  color: #032D60;
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
}

.sidebar__list {
  list-style: none;
  margin: 0 0 40px;
}

.sidebar__list-item {
  margin-bottom: 20px;
  text-decoration: none;
  line-height: 1;
}

.sidebar__list-link {
  color: #0176D3;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  text-transform: capitalize;
}

.sidebar__list-link--active {
  color: black;
  text-decoration: underline;
  pointer-events: none;
  font-weight: bold;
}

.sidebar__list-link:hover {
  text-decoration: underline;
}

.hero {
  min-height: 390px;
  background-size: auto 390px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("/assets/images/blog-hero.jpg");
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.hero--home {
  margin-bottom: 80px;
}

.hero--author {
  background-image: url("/assets/images/author-hero.png");
  margin-bottom: 0;
}

.hero__title {
  text-transform: capitalize;
  color: white;
}

.hero--author .hero__title {
  color: #032D60;
  font-size: 32px;
  line-height: 40px;
}

.hero__body {
  color: white;
}

.hero--author .hero__body {
  color: #181818;
  font-size: 16px;
  line-height: 24px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.social-icons {
  width: 28px;
  height: auto;
  margin-right: 12px;
}

.post__title {
  font-size: 48px;
  line-height: 56px;
  color: #032D60;
}

.post__author-image {
  max-width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
}

.post__author-position {
  display: block;
}

.inline-flex {
  display: inline-flex;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.d-none {
  display: none !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
}

.flex-wrap {
  flex-wrap: wrap !important;
}

@media (min-width: 992px) {
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
}

.mb-4 {
  margin-bottom: 24px !important;
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

.blog-back-btn {
  margin-top: 30px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: -0.002em;
  text-transform: uppercase;
  color: #032D60;
}

.blog-back-btn--authors {
  margin-bottom: 30px;
}

.blog-back-btn--tag {
  margin-bottom: 30px;
}