.UseCasesHeader {
  position: relative;
  border-bottom: 6px solid var(--brand-orange);
}

.use_cases-template-default header.site-header {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
}

.tipsGrid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tipsContent {
  padding: 100px 30px 100px 0;
}

.tipsContent h1 {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brand-grey-dark);
  margin-bottom: 5px;
}

.tipsContent h2 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brand-grey-dark);
  margin-top: 0;
  margin-bottom: 21px;
}

.tipsContent p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brand-grey-dark);
  margin-bottom: 19px;
}

.tipsContent a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}

.maxWidthContent {
  position: relative;
  display: inline-block;
}

.linkDescription {
  position: relative;
  display: table;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--light_gray);
  left: 50%;
  transform: translateX(-50%);
}

.tipsImage {
  position: relative;
  background-size: cover !important;
  z-index: -1;
}

.UseCasesList {
  position: relative;
}

.UseCasesLinks {
  flex-basis: 70%;
}

.UseCasesContent,
#singleUseCasePage .UseCasesContent {
  position: relative;
  display: flex;
}

.UseCasesContent .UseCasesLinksSingle section {
  padding: 30px 0 !important;
}

.UseCasesContent .UseCasesLinksSingle:last-child hr {
  display: none;
}

.UseCasesContent .UseCasesLinksSingle section h3 {
  margin-top: 0;
  margin-bottom: 11px;
}

.UseCasesContent .UseCasesLinksSingle section h3 a {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brand-grey-dark);
}

.UseCasesContent .UseCasesLinksSingle section p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: var(--brand-grey-dark);
}

.UseCasesContent .UseCasesLinksSingle section p:last-child {
  margin-bottom: 0 !important;
}

.UseCasesContent .UseCasesLinksSingle section .readMore {
  color: var(--brand-orange);
  font-weight: 500;
  font-size: 14px;
}

.UseCasesContent .UseCasesLinksSingle .postDescription {
  position: relative;
  margin-bottom: 24px;
}

.UseCasesContent .UseCasesLinksSingle hr {
  margin-top: 0;
  border-top: none;
  border-bottom: 2px dotted var(--light_gray);
  margin-bottom: 0;
}

.UseCasesList .UseCasesContent .UseCasesSidenav {
  flex-basis: 30%;
  padding-right: 15px;
}

.UseCasesList .UseCasesContent .UseCasesSidenav h3 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brand-grey-dark);
  margin-top: 37px;
}

.UseCasesList .UseCasesContent .UseCasesSidenav .UseCasesQuicklinkSingle:focus {
  outline: none;
}

.UseCasesList .UseCasesContent .UseCasesSidenav .UseCasesQuicklinkSingle section {
  padding: 7.5px 0;
}

.UseCasesList .UseCasesContent .UseCasesSidenav .UseCasesQuicklinkSingle section h4 {
  margin: 0;
}

.UseCasesList .UseCasesContent .UseCasesSidenav .UseCasesQuicklinkSingle section h4.active a {
  position: relative;
  font-size: 14px;
  color: var(--brand-grey-dark) !important;
  font-weight: bold;
}

.UseCasesList .UseCasesContent .UseCasesSidenav .UseCasesQuicklinkSingle section h4 a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: var(--brand-grey-dark);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease;
}

.UseCasesList .UseCasesContent .UseCasesSidenav .UseCasesQuicklinkSingle section h4 a:hover {
  color: var(--brand-grey-dark);
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease;
}

.floatSidebar,
.floatSidebarSingle,
.fixSidenavBottom {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease;
}

.UseCasesSidenav #quicklinksIndex {
  top: 0px;
  max-width: 300px;
}

.floatSidebar {
  position: fixed;
  max-width: 320px;
  top: 80px !important;
}

.floatSidebarSingle {
  position: fixed;
  display: block;
  max-width: 320px;
}

.fixSidenavBottom {
  position: absolute !important;
  display: block;
  max-width: 320px;
  bottom: 0;
  top: unset !important;
}

#singleUseCasePage {
  top: 0;
  margin-bottom: 34px;
}

#singleUseCasePage section {
  padding: 0 15px 0 0;
}

.stickyUseCasesHeader {
  position: fixed;
  width: 100%;
  top: 0px;
  background-color: #fff;
  z-index: 10;
}

#singleUseCasePage .UseCasesContent .UseCasesSidenav h3 {
  margin-top: 0;
}

#singleUseCasePage .UseCasesQuicklinkSingle {
  padding: 7.5px 0;
}

#singleUseCasePage .quicklinks {
  max-width: 270px;
}

.pagination {
  margin-bottom: 70px;
  text-align: right;
}

.pagination a,
.pagination .current {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 10px;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.pagination .page-numbers {
  color: #666666;
  border-bottom: 1px solid transparent;
}

.pagination .page-numbers:hover {
  text-decoration: none;
  border-bottom: 1px solid var(--brand-green);
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.pagination .current {
  border-bottom: 1px solid var(--brand-green);
  color: var(--brand-grey-dark);
}

.pagination .next,
.pagination .prev {
  width: 28px;
  height: 28px;
  max-width: 28px;
  max-height: 28px;
  position: relative;
  display: inline-block;
  border-bottom: none !important;
}

.pagination .next:hover,
.pagination .prev:hover {
  border-bottom: none !important;
}

.pagination .right-arrow {
  position: relative;
  display: inherit;
  border-color: transparent var(--light_gray);
  border-style: solid;
  border-width: 7px 0px 7px 7px;
  border-bottom-color: transparent;
  height: 0px;
  width: 0px;
  top: 2px;
}

.pagination .left-arrow {
  position: relative;
  display: inherit;
  border-color: transparent var(--light_gray);
  border-style: solid;
  border-width: 7px 7px 7px 0px;
  height: 0px;
  width: 0px;
  top: 2px;
}

.useCasesHeader {
  margin: 0 auto 30px auto;
  padding: 30px 0 40px 0;
  border-bottom: 6px solid var(--brand-orange);
  box-shadow: 0 0 10px 0 rgba(17, 17, 17, 0.2);
}

.useCasesHeader .flexBox {
  display: flex;
  align-items: center;
}

.useCasesHeader .flexBox .titleSection {
  flex-basis: 70%;
}

.useCasesHeader .flexBox .buttonsSection {
  flex-basis: 30%;
  text-align: center;
}

.useCasesHeader a.useCasesLink {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brand-grey-dark);
  margin-bottom: 5px;
  text-transform: uppercase;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.useCasesHeader a.useCasesLink:hover {
  text-decoration: none;
  color: var(--brand-orange);
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.useCasesHeader h1 {
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brand-grey-dark);
}

.useCasesHeader a.freeTrial {
  margin-bottom: 5px;
}

.useCasesHeader .buttonsSection p {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--light_gray);
}

#UseCasesMainContent {
  flex-basis: 70%;
}

#UseCasesMainContent a {
  font-weight: 500;
  color: var(--link-blue);
}

#UseCasesMainContent h2,
#UseCasesMainContent h3,
#UseCasesMainContent h4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brand-grey-dark);
}

#UseCasesMainContent h2 {
  font-size: 20px;
  margin: 20px 0;
}

#UseCasesMainContent p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brand-grey-dark);
  margin: 0 0 15px 0;
}

#UseCasesMainContent ul,
#UseCasesMainContent ol {
  padding-left: 40px;
  margin: 16px 0;
}

#UseCasesMainContent ul {
  list-style-type: disc;
}

#UseCasesMainContent ol {
  list-style-type: decimal;
}

#UseCasesMainContent pre {
  padding: 14px;
  border: 1px solid #111111;
  background: #eee;
}

.rp4wp_component_author,
.rp4wp_component_image,
.rp4wp_component_taxonomy {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tipsGrid {
    grid-template-columns: 1fr !important;
  }

  .tipsGrid .tipsContent {
    padding: 21px 0 40px 0;
  }

  .tipsGrid .tipsContent h1 {
    margin-top: 0;
    font-size: 24px;
  }

  .tipsGrid .tipsContent h2 {
    font-size: 14px;
  }

  .UseCasesList .UseCasesContent .UseCasesSidenav h3 {
    margin-top: 20px;
  }

  #quicklinksIndex .UseCasesContent {
    display: block !important;
  }

  #singleUseCasePage {
    margin-bottom: 40px;
  }

  .UseCasesSidenav,
  #UseCasesMainContent {
    flex-basis: unset !important;
    max-width: 100%;
    width: 100%;
    padding-left: 0 !important;
  }

  #singleUseCasePage .UseCasesSidenav {
    margin-top: 40px;
  }

  .UseCasesList .UseCasesContent .UseCasesSidenav .UseCasesQuicklinkSingle section h4 a {
    font-weight: bold;
  }

  .UseCasesLinks {
    flex-basis: 100%;
  }

  .quicklinks .UseCasesQuicklinkSingle {
    border-bottom: 2px dotted var(--light_gray);
  }

  .UseCasesSidenav #quicklinksIndex,
  .UseCasesSidenav #quicklinksSingle {
    max-width: 100%;
  }

  .UseCasesList .UseCasesContent .UseCasesSidenav .UseCasesQuicklinkSingle section,
  #singleUseCasePage .UseCasesQuicklinkSingle {
    padding: 15px 0;
  }

  .UseCasesLinks .UseCasesLinksSingle h3 a {
    font-size: 16px !important;
  }

  .UseCasesContent .UseCasesLinksSingle .postDescription {

    margin-bottom: 30px;
  }

  .UseCasesContent .UseCasesLinksSingle .postDescription p {
    font-size: 14px !important;
  }

  .useCasesHeader .flexBox {
    width: 100%;
    flex-wrap: wrap;
  }

  .useCasesHeader .flexBox .titleSection {
    width: 100%;
  }

  .useCasesHeader .flexBox .titleSection,
  .useCasesHeader .flexBox .buttonsSection {
    display: inline-block;
    flex-basis: unset !important;
  }

  #tipsIndex .UseCasesContent {
    flex-direction: column;
  }

  #singleUseCasePage .UseCasesContent {
    flex-direction: column-reverse;
  }

  .UseCasesContent {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  #UseCasesMainContent {
    min-height: 90vh;
    max-width: 70%;
  }

  .stickyHeader {
    top: 80px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .quicklinks {
    max-width: 250px !important;
  }

  .tipsGrid {
    padding: 0 30px;
  }

  .tipsContent {
    padding: 70px 30px 70px 0;
  }

  .UseCasesList {
    padding: 0;
  }

  .quicklinks,
  .floatSidebar,
  .fixSidenavBottom {
    max-width: 290px;
  }
}