p {
  font-size: 20px;
}

.features-section {
  background: #f5f7fa;
  padding: 3rem 1rem !important;
}

.feature-card {
  border-radius: 6px;
}

.section-hero-2 .title {
  font-size: 16px;
}

.section-hero-2 p {
  font-size: 20px;
}

.pricing-header label {
  font-size: 30px;
}

/**
.slick-dotted.slick-slider {
}
*/

.sidebar {
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  padding: 20px;
  max-width: 300px;
}

.sidebar h3 {
  background-color: #0a2342;
  color: white;
  padding: 15px;
  padding-left: 20px;
  font-size: 22px;
  margin: -20px -20px 20px -20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sidebar-item {
  list-style: none;
  padding: 10px 0;
  color: #333;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.sidebar-item:hover {
  color: #007bff;
}

/*
.sidebar-item::before {
  content: '\203A';
  font-size: 30px;
  margin-right: 10px;
  font-weight: 600;
  color: #555;
}
*/

.sidebar-item i {
  margin-right: 10px;
}

.pricing-header {
  text-align: center
}

.belowlayout {
  margin-top:80px
}

.pricing-body p {
  font-size:14px
}

.pricing-body {
  text-align: center
}

.cta-section {
  margin-top:50px
}

.imgicon {
  width: 85px;
}

.pricing-body p {
  margin-bottom: 5px;
}

.sidebar-nav-link {
  text-decoration: none;
  color: #000
}

.sidebar-nav-link:hover {
  color: #007bff;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding:0;
}

.table {
  width: 100%;
  margin-bottom: 24px;
}

.table th,
.table td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ebebeb;
}

.table th.center,
.table td.center {
  padding: 10px;
  text-align: center;
  vertical-align: top;
  border-top: 1px solid #ebebeb;
}

.table th {
  font-weight: 700;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #ebebeb;
}

.table .table {
  background-color: #ebebeb;
}

.table-condensed th,
.table-condensed td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ebebeb;
  border-collapse: separate;
  border-left:0;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
  background-color: #192244;
  color: #FFF;
  text-align: center;
}

.table th.navy {
  background-color: #192244;
  color: #FFF;
  font-weight: bold;
  border-left: 1px solid #192244;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f5f7fa;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f7fa;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

table.width50 {
  width: 50%;
  margin: 0px auto;
}

table.width75 {
  width: 75%;
  margin: 0px auto;
}

table td.nowrap {
  white-space: nowrap;
}

table select {
  width: 100%;
}

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

input.input-field {
  width: 100%;
}


.search-section {
  background: #440027;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: scroll;
  width: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-section.on {
  opacity: 1;
  height: 250px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.search-section .content-wrapper {
  max-width: 940px;
  margin: 100px auto;
  text-align: left;
  position: relative;
  padding: 0 20px;
}

.search-section .close-out {
  font-size: 3rem;
  position: absolute;
  right: 0;
  top: -80px;
  color: #ffffff;
}

.search-section .close-out:hover {
  color: #ffffff;
}

#search-input {
  width: 100%;
}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 18px;
}

.accordion-no-expand {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 18px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.panel a:hover {
  color: #007bff;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.tag {
  display: inline-block;
  padding: 4px 6px;
  background-color: #192244;
  color: #f5b318;
  font-size: 14pt;
  border-radius: 4px;
  margin-right: 4px;
  margin-top: 4px;
}

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

.tag a,
.tag:hover,
.tag:active,
.tag:visited {
  color: #f5b318;
  text-decoration: none;
  font-weight: bold;
}

.blog-thumbnail {
  margin-bottom: 8px;
}

.blog-thumbnail img {
  max-width: 280px;
  width: 100%;
  margin-bottom: -4px;
}

.blog-thumbnail a,
.blog-thumbnail a:hover,
.blog-thumbnail a:active,
.blog-thumbnail a:visited {
  font-size: 11px;
  color: #192244;
  font-weight: bold;
}

.legacy-warning {
  background-color: #f5b318;
  border: 1px solid #192244;
  color: #192244;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  margin: 12px 0px 8px 0px;
}
  
p.last-updated {
  font-size: 14px;
  color: #666;
  font-style: italic;
  margin-bottom: 0px;
}

p.author {
  margin-top: 5px;
  margin-bottom: -2px;
  font-size: 14px;
  color: #666;
  font-style: italic;
}

.related {
  max-width: 913px;
  margin: 15px auto 0px auto;
}

.related-post,
.tag-result {
  margin: 8px 12px;
  float: left;
  width: 280px;
}

.tag-result {
  height: 200px;
}

.related-post img,
.tag-result img {
  max-width: 280px;
  max-height: 160px;
  width: 100%;
  margin-bottom: -4px;
}

.related-post a,
.related-post a:hover,
.related-post a:active,
.related-post a:visited,
.tag-result a,
.tag-result a:hover,
.tag-result a:active,
.tag-result a:visited {
  font-size: 13px;
  color: #192244;
  font-weight: bold;
}

.clear {
  clear: both;
}

#tag-container {
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

#results-container {
  border: 1px solid #192244;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #f5b318;
  border-radius: 6px;
  width: 75%;
  display: none;
}

#results-container h2 {
  font-size: 21px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #192244;
}

.results {
  display: none;
}

#results-container .results .search-result {
  font-size: 16px;
}

#results-container .results .search-result a {
  color: #192244;
  text-decoration: none;
}

.mailchimp-button {
  width: 100%;
}

.mailchimp-email {
  width: 100%;
}

code {
  color: #192244;
  font-weight: bold;
}

.language-yaml {
  background-color: #FFF;
}

.list li,
.section-landing__list li {
  border: 1px solid #000;
  background-color: #f5b318;
  color: #FFF;
  width: 199px;
  margin: 10px;
  padding: 20px;
  list-style-type: none;
  text-align: center;
  height: 150px;
  vertical-align: middle;
  display: inline-block;
  height: 150px;
  border-radius: 10px;
}

.list li a,
.section-landing__list li a {
  font-weight: bold;
  color: #192244;
  text-decoration: none;
}