@charset "UTF-8";

/* For crunch header and fonts */
@import url('//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');
@import url('https://s.crunch.io/public/fonts/proximanova.css');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i');

/* this is 4,354 lines of css that we need to make basic template look right */
/* I don't know who created it or how many of these css classes don't change anything at all */
@import "/hc/theming_assets/01HZHBD4J889M39Z7GZXDQEJSE";

/* for code syntax highlighting */
@import url('https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/themes/prism.min.css');

/* style overrides added by Jeff, David and Natalia */
body {
  color: #1D1D26;
  font-family: 'ProximaNova', sans-serif;
  line-height: 1.7;
  font-size: 15px;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased; }

h3 {
  font-size: 23px;
  font-style: bold;
}

h4 {
  font-size: 19px;
  font-style: bold;
}

.breadcrumbs {
  	margin: 15px 0px 15px;
}

.breadcrumbs li {
    color: #1D1D26;
    font-size: 12px; /* Emma's request */
    max-width: 800px;
 	 	font-weight: 600;
}

.breadcrumbs li:first-child > a {
  color: #1D1D26;
  font-weight: 100;
}

.breadcrumbs li > a {
  color: #1D1D26;
}

/* we don't like underlined links */
a:hover, a:active, a:focus {
    text-decoration: none;
}

.article {
  max-width: 80%;
  padding-left: 0px;
  padding-right: 20px;
}

.articles {
  display: none;
}

.cr-hero {
  background-image: linear-gradient(#0064a4, #004571);
  padding: 64px 32px;
}

.cr-category-hero {
  margin-bottom: 0px;
  height: 206px;
}

h1.cr-category-name {
  font-size: 40px; 
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 300;
}

.cr-white {
  color: white !important;
}

.cr-blue {
  color: #005A94 !important;
}

.cr-bg-blue {
  background-color: #005A94;
}

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

.cr-mb-20p {
  margin-bottom: 20px;
}

.cr-p-0 {
  padding: 0px;
}

.cr-bg-i {
	background-color: inherit;  
}

.cr-fb-100 {
  flex-basis: 100% !important;
}

.cr-grow {
  flex-grow: 1;
}

.cr-plr-50 {
  padding-left: 50px; 
  padding-right: 50px;
  max-width: 850px;
  margin: auto;
}

.cr-section-title {
  font-size: 18px;
  color: #1D1D26 !important;
  padding: 10px 0 0 10px;
}

.cr-a-none {
    text-decoration: none !important;
}

.cr-article-list-item {
  break-inside: avoid; 
  padding: 5px; 
  border-bottom: 1px solid #E1E9E9;
}

.cr-article-list-item:hover {
	background-color: #f9f9f9;
  cursor: pointer;
}

.cr-font-60 {
  font-size: 47px;
}

.cr-font-40 {
  font-size: 33px;
}

.cr-cat-tab {
  margin-right: 30px !important; 
  margin-left: 0px !important;
}

.cr-hero-inner {
}

.cr-cat-dropdown-menu {
  margin-top: 0px;
  border-color: #005A94;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-radius: 0px 0px 4px 4px;
}

.cr-cat-tab:hover .cr-cat-dropdown-menu {
  display: block;
}

.cr-tab-on {
/*   color: yellow !important; */
/*   border: 1px; */
  color: white !important;
}

.cr-tab-off {
  color: white !important;
}

.cr-cat-tab:hover {
/*   background-color: white !important; */
}
.cr-cat-tab-label {
  border-color: #005A94;
  border-style: solid;
  border-width: 0px 0px 0px 1px;  
}

.cr-cat-tab:hover .nav-link {
/*   color: #005A94 !important; */
}

.cr-home-item {
  background-color: #f9f9f9;
  border: 0;
  color: #0064a4;
  border-radius: 0;
  transition: all 0.1s ease-in-out;
  min-height: 200px;
}

.cr-home-item:hover {
  background-color: #f9f9f9;
  box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
  top: -5px;
  color: initial;
}

.cr-home-item:hover *,
.cr-home-item:focus *,
.cr-home-item:active * {
}

.cr-home-item-link:focus {
  box-shadow: none;
}

.cr-home-category {
  font-size: 20px;
  font-weight: 400;
}

.cr-home-category-description {
  color: #1d1d26;
}

.cr-navbar {
  justify-content: space-between;
  flex-grow: 1;
}

.cr-cat-section {
  border: 0;
  padding-bottom: 10px; 
  background-color: #E1E9E9;
}

.cr-cat-section p {
	padding-left: 10px;
}

.cr-mb-0 {
  margin-bottom: 0px;
}

.cr-article-content {
  margin-top: 0px;
  margin: 0 auto;
}

.article-body {
	max-width: 850px;
	margin: auto;
}

.article-body ol > li {
  list-style: decimal;
}

.article-body ol ol > li {
  list-style: lower-alpha;
}

.article-body ol ol ol > li {
  list-style: lower-roman;
}

.article-body ul > li {
  list-style: disc;
}

.article-body ul ul > li {
  list-style: circle;
}

.article-body ul ul ul > li {
  list-style: square;
}


.cr-full-width {
  max-width: 100%;
}

.cr-article-votes {
  border: 0;
  background-color: #F1F1F1;
/*   margin-left: calc(-100vw / 2 + 1000px / 2);
  margin-right: calc(-100vw / 2 + 960px / 2); */
}


/* ====================================================
   The following are Crunch's custom CSS rules
   ==================================================== */

/* Header */

.cr-hero {
  background-image: none;
  background: #F1F1F1;
}

.cr-category-name {
  font-size: 40px; 
  margin-bottom: 20px;
  color: #0062A6;
}

.hero {
  height: 206px;
}

/* Home page */

.blocks-item {
  flex-basis: 246px;
  margin: 0 15px 30px;
}

.blocks-item-link {
  justify-content: flex-start;
	padding: 15px;
}

.blocks-item-description {
  color: #1d1d26;
  text-align: left;
  flex-grow: 1;
}

.blocks-item-article-count {
  font-size:12px;
  text-align: right;
  color: #107F65;
  font-style: italic;
  font-family: 'Libre Baskerville';
}

.view-link {
  align-self: flex-end;
	color: #107F65;
  font-size: 12px;
  font-family: 'Libre Baskerville';
  font-style: italic;
}

.cr-home-category {
  color: #1d1d26;
  font-weight: 700;
  text-align: left;
  line-height: 24px;
}

.cr-home-item {
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  color: #1d1d26;
  border-radius: 1px;
  min-height: 200px;
}

/* alert boxes: important, note, tip, and warning */

.alert-important, .alert-note, .alert-tip, .alert-warning {
	position: relative;
  padding: 15px;
  border: 1px solid #DCDCDC;
  height: auto;
  min-height: 90px;
  display: table;
  margin: 15px 0 15px 0;
}

.alert-content {
  margin-left: 80px;
  line-height: 22px;
  font-size: 95%;
  padding-left: 10px;
  border-left: 1px solid #DCDCDC;
  display: table-cell;
  vertical-align: middle;
}

.alert-content ul, .alert-content ol {
  vertical-align: middle;
}

.alert-content li {
  padding: 0;
  vertical-align: middle;
}

.alert-content p {
  padding: 0;
  vertical-align: middle;
}

h1 {
  font-family: "ProximaNova", sans-serif;
  font-weight: 700;
  font-size: 30px;
}

.article-title {
  display: block;
  font-family: "ProximaNova", sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
}

h2 {
  font-weight: 700;
  font-size: 26px;
  padding-bottom:10px;
}

h3 {
  font-size: 20px;
  font-weight: 700;
}

.alert-icon {
  display: table-cell;
  width: 3%;
  min-width: 75px;
  vertical-align: middle;
}

.promoted-star {
  color: #005A94;
  font-size: 14px;
}

/* Position icons in line with text */
img.text-icon {
 padding-bottom: 6px;
}

/* preformatted and command line text boxes */

.server {
  color:#7DFDFE;
}

.command {
  color:white;
}

.cmdoutput {
  color:#B6B6B4;
}

/* Image border and border removal. Forced a border into un-converted guru images */

.cards img {
 box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
 margin-top: 20px;
 margin-bottom: 15px;
  
}

.no-img-border {
  box-shadow: none;
}

.img-border {
 box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
 margin-top: 20px;
 margin-bottom: 15px;
}

.markdown img, .img-border {
 padding: 0px;
}

/* makes web links look like buttons */

.panel-link {
  background-color: #005A93;
  color: #FFFFFF;
  padding: 0px 7px;
  margin: 1px;
  border-radius: 15px;
  display: inline-block;
}

.panel-link a, .panel-link a:active, .panel-link a:focus {
  color: #FFFFFF;
}

.panel-link a:hover {
  color: #FFFFFF !important;
}

/* monospace to make text look like commands */

.code {
  font-family: monospace, sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  color: #cb4154;
  background-color: #f9f9f9;
  border-radius: 2px;
  padding: 1px 4px;
}

.code-no-border {
  font-family: monospace, sans-serif;
  font-weight: 400;
  color: #cb4154;
  border-radius: 2px;
  padding: 1px 4px;
}

.body-text-code {
  font-family: monospace, sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  color: #cb4154;
  background-color: #f9f9f9;
  border-radius: 2px;
  padding: 1px 4px;
}

dd {
  margin-left: 25px;
}

.recent-activity-header {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  line-height: 1.3em;
}

.community, .activity {
  display: none; 
}

.search-results-subheading {
  font-weight: 100; 
}

/* for code syntax highlighting */
.article-body code {
  margin: 0px;
  border: 0px;
  padding: 0px;
  font-size: 12px !important;
}

/* for table of contents */
.table-of-contents {
	margin-bottom: 40px;
}

.table-of-contents h3 {
  font-size: 18px; 
  color: #1D1D26 !important;
  background-color: #E1E9E9;
  padding: 10px;
  margin: 0;
  font-weight: 700;
}

#toc ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#toc li {
  padding: 5px;
  border-bottom: 1px solid #E1E9E9;
  list-style: none;
}

#toc li a {
  color: #1D1D26 !important;
  font-size: 14px;
}

#toc li:hover {
  background-color: #f9f9f9;
}

#toc li.indent {
  padding-left: 20px;
}

#toc li.indent2 {
  padding-left: 40px;
}

#toc li.indent3 {
  padding-left: 60px;
}

#toc li.indent4 {
  padding-left: 80px;
}

@keyframes highlight {
  from { background: yellow; }
  to { background: white; }
}

/* Tables */
table {
  border: 0;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #e1e9e9;
}

th {
  background-color: #e1e9e9;
  border: 1px solid #ffffff;
  padding: 8px 0;
  border-left: 0;
  line-height: 1.2;
}

td, th {
	border: none;
}

table td {
  text-align: left;
  padding: 5px 15px;
  vertical-align: top;
}

table ul {
  
}

table td:first-child {
  text-align: left;
}

td {
  padding-left: 15px;
}

tr {
  border: 1px solid #ffffff;
  border-bottom: 1px solid #e1e9e9;
}

table[border="none"] {
  border: 0;
}

table[border="none"] tr{
  border: 0;
}

table[border="none"] td{
  padding: 0px 15px;
}


.article-body ul, .article-body ol {
  margin: 12px 0 12px 20px;
}

.article-body table ul, .article-body table ol {
  margin: 0;
}

.cr-title-section {
  background-color: #f0f4f5 !important;
  text-align: left;
  padding: 8px 0px 8px 15px;
}

/* remove formatting from code comments */
.token.comment {
  border-bottom: 0px;
  padding: 0px;
}

.tab-content {
  margin-bottom: 20px;
}

.recent-articles, .related-articles {
  margin-top: 10px;
}

/* remove margin from list items in related articles */
.recent-articles li, .related-articles li {
  margin-bottom: 0;
}

/* article page design tweaks */
.article-body a {
	color: #107F65; 
}

.article-body a:hover {
	color: #0C6752;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin: 5px 1px 5px 1px;
}

.article-body ol > ol {
    list-style: lower-latin
}

.article-relatives {
  border-top: 0;
}

.article-relatives a {
  color: #107F65;
}

.article-relatives a:hover {
  color: #0C6752;
}

.article-relatives > * {
	flex: 1;
	min-width: 25%;
}

.article-more-questions {
	margin: 0;
  max-width: 180px;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}

.article-more-questions a {
  font-weight: 500;
  font-size: 15px;
}

.article-votes-question {
  font-size: 18px;
  color: #0062A6;
  font-weight: 600;
}

.article-vote-up .article-vote::after {
	content: "\2713";
}

.article-vote-up::before {
	content: "\2713";
  margin: auto;
  font-size: 18px;
}

.article-vote-down::before {
	content: "\2715";
  margin: auto;
  font-size: 18px;
}

.article-vote::after {
  content: none;
}

.article-vote {
  color: #fff;
  background: #0062A6;
  min-width: 30px;
  min-height: 36px;
  border-radius: 50%;
  padding: 2px 10px;
}

.article-vote:hover {
  color: #fff;
  background: #024C80;
}

.article-vote:focus, .article-vote:active {
  background: #024C80;
}

.article-return-to-top {
  border-top: none;
}

/* more padding on tables */
table {
  margin-bottom: 16px;
}

/* developer guides page edits */
.section-tree-title a {
  color: #1D1D26 !important;
}

.article-list-item a {
  color: #1D1D26 !important;
  font-size: 14px;
}

.section-tree .see-all-articles {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  float: right;
  color: #107F65;
  font-size: 12px;
}

.section-tree .see-all-articles:hover {
  color: #0C6752;
}

/* Search results page */

.cr-result-list-item {
  border-bottom: 1px solid #E1E9E9;
}

.cr-result-list-item:hover {
  background-color: #F9F9F9;
  cursor: pointer;
}

.search-results-list > li {
  padding: 15px; 
}

.cr-search-results-subheading {
  font-family: 'ProximaNova', sans-serif;
  font-weight: 600;
  text-transform: lowercase;
}

.cr-search-results-subheading::first-letter {
  text-transform: uppercase;
}

.cr-search-result-title {
  font-family: 'Libre Baskerville', serif;
}

.search input[type="search"] {
  border-radius: 3px;
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
  	border-radius: 3px;
	}
}

.sidenav-item {
  border-radius: 0;
  margin-bottom: 0;
}

.multibrand-filter-list li {
  border-bottom: 1px solid #E1E9E9;
}

.sidenav-title {
  font-size: 18px;
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item[aria-selected="true"] {
  background-color: #E1E9E9;
}

.search-results-sidebar .sidenav-subitem,
.search-results-sidebar .multibrand-filter-list .doc-count {
  font-weight: 500;
  font-size: 14px;
  color: #1D1D26;
}

.search-results-sidebar .see-all-filters {
  font-family: 'Libre Baskerville', serif;
  font-size: 12px;
  font-style: italic;
  color: #107F65;
  text-transform: lowercase;
}

.search-results-sidebar .see-all-filters::after {
  content: none;
}

.search-results-sidebar .see-all-filters::before {
  content: '\002B';
  font-weight: bold;
  margin-right: 5px;
}

.search-results-column .search {
  margin-bottom: 40px;
}

.search-results .breadcrumbs {
  margin-top: -8px;
  margin-bottom: 63px;
}

.search-results-sidebar {
  border-top: none;
}

/* breadcrumbs fix */

ol.breadcrumbs li:first-child::before {
  display:none;
}

ol.breadcrumbs li::before {
  content:"";
  float: none;
}

ol.breadcrumbs li + li::before {
  content:">";
}

/* Navbar from Crunch website */

.navbar {
  background-color: #ffffff; }
  .navbar .container {
    max-width: 1450px; }
  .navbar .navbar-brand img {
    padding-top: 3px;
    width: 160px; }
  .navbar .navbar-nav .nav-item {
    font-size: 15px;
    margin-left: 30px; }
    .navbar .navbar-nav .nav-item .btn-primary {
      padding: 8px 45px; }
    .navbar .navbar-nav .nav-item a {
      color: #444444;
}
    .navbar .navbar-nav .nav-item .btn-primary,
    .navbar .navbar-nav .nav-item .btn-secondary {
      color: #ffffff; }
  .navbar .navbar-nav .nav-link:focus {
    outline: none; }
  .navbar .navbar-toggler {
    border: 0; }
  .navbar .dropdown .dropdown-menu .dropdown-item {
    font-weight: 100; }
    .navbar .dropdown .dropdown-menu .dropdown-item:hover, .navbar .dropdown .dropdown-menu .dropdown-item:focus, .navbar .dropdown .dropdown-menu .dropdown-item.active, .navbar .dropdown .dropdown-menu .dropdown-item:active {
      background-color: #f9f9f9; }

@media (min-width: 1160px) {
  .container {
    padding: 0 15px;
  }
}

.btn {
  padding: 10px 50px;
  border-radius: 2px; }

.btn-link {
  color: #444444; }
  .btn-link:hover, .btn-link:active, .btn-link:focus {
    color: #0064a4;
    text-decoration: none; }

.btn-primary {
  background-color: #0064a4;
  border-color: #0064a4;
  -webkit-box-shadow: 2px 2px 15px 1px rgba(0, 100, 164, 0.4);
  box-shadow: 2px 2px 15px 1px rgba(0, 100, 164, 0.4); }
  .btn-primary:hover {
    background-color: #004571;
    border-color: #004571; }

.btn-secondary {
  background-color: #107f65;
  padding: 10px;
  font-size: 14px;
}
  .btn-secondary:hover {
    background-color: #0a5241;
}

.btn-tertiary {
  background-color: #e1edf5;
  border-color: #e1edf5;
  color: #0064a4;
  -webkit-box-shadow: 2px 2px 15px 1px rgba(0, 100, 164, 0.4);
  box-shadow: 2px 2px 15px 1px rgba(0, 100, 164, 0.4); }
  .btn-tertiary:hover {
    background-color: white;
    border-color: white;
    color: #0064a4; }

.btn-success {
  background-color: #107f65;
  border-color: #107f65;
  -webkit-box-shadow: 2px 2px 15px 1px rgba(16, 127, 101, 0.4);
  box-shadow: 2px 2px 15px 1px rgba(16, 127, 101, 0.4); }
  .btn-success:hover {
    background-color: #0a5241;
    border-color: #0a5241; }


/* Footer import from main site */
.footer {
  position: relative;
  z-index: 10;
  padding: 20px 0; }
  .footer .nav .nav-item a {
    color: #444444; }
    .footer .nav .nav-item a:hover {
      color: #888; }

@media (max-width: 575.98px) {
  .footer ul.list-inline .list-inline-item {
    display: block; } }

.bg-black {
  background-color: #1D1D26; }
  .bg-black .nav-link {
    color: #ffffff; }
    .bg-black .nav-link:hover {
      color: #cccccc; }


/* Pagination styles */
.pagination ul {
  width: 100%;
}

.pagination-first,
.pagination-last {
  display: none;
}

/* .pagination-prev::after {
  content: 'Previous';
  float: right !important;
  margin-top: 2px;
}
 */
.pagination-prev {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  border-radius: 0 !important;
}

.pagination-next {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  border-radius: 0 !important;
}

.pagination-prev, .pagination-next {
  color: #BBBBBB;
}

.pagination-prev:hover, .pagination-next:hover {
  color: #107F65;
  background-color: transparent;
}

.pagination-prev a:hover, .pagination-next a:hover {
  color: #107F65;
  background-color: transparent;
}

/* .pagination-next::before {
  content: 'Next';
  float: left;
  margin-top: 2px;
} */

.pagination a, .pagination span {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  color: #BBBBBB;
}

.pagination-current span {
	color: #107F65 !important;  
}

.pagination li:hover:not(.pagination-current) {
  color: #107F65 !important;  
  background-color: transparent !important;
}

/* deal with deep links appearing underneath the page header */
h1, h2, h3, h4 {
  scroll-margin-top: 65px;
}
.anchor {
  scroll-margin-top: 65px;
  padding-top: 65px;
  margin-top: -65px;
}
html {
  scroll-behavior: smooth;
}

.sub-nav {
  padding-bottom: 0;
}

/* Strip guru container indent */
.cards .container {
  width: 100%;
}

/* Indent Text section */
.indent {
  margin-left: 1rem;
}

/* Collapsible accordions */

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

.accordion p {
  display: inline;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}