/* Start of Guides General Setup */

.guides h1 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 46px;
}

/* End of Guides General Setup */


/* Start of Guides Index */

#categories-overview div.guide-category-box {
    height:250px;
    background-color:white;
    border-radius: 5px;
    padding:10px;
    margin:20px 5px;
    border:1px solid lightgray;
}

.guide-category-box .guide-category-icon-box {
    background-color: #c75c41;
    width:40px;
    height:40px;
    position:absolute;
    top:0px;
    left:30px;
    border-radius:5px;
}

.guide-category-icon {
    color: white;
    font-size: 2em;
    left: 5px;
    position: absolute;
    top: 5px;
}

.guide-category-content {
    left:30px;
    position:absolute;
    right:30px;
    top:45px;
}

span.guide_categories_category_title {
    color: #c75c41;
    font-size: 18px;
    font-weight: bold;
}
.guide_categories_category_title > a {
    color: #c75c41;
    text-decoration:none;
}

.guide-category-content > ul {
    list-style: none;
    margin-left: 0;
    padding-left: 10px;
    text-indent: -12px;
}

.guide-category-content .guide-link a {
    color: #c75c41;
    font-size:11px;
    margin-bottom:0px;
    text-decoration:underline;
}

.guide-category-content .guide-link:before {
    content: ">";
    font-size:13px;
}

span.category_link {
    color: #c75c41;
    position:absolute;
    bottom:35px;
    right:30px;
    font-size:14px;
}

.category_link a {
    color: #c75c41;
    text-decoration:underline;
}

.category_link:after {
    content:">";
    position:relative;
    right:-5px;
    text-decoration:none;
}

/* End of Categories Index */

/* Start of Category presentation */

#guide-categories {
    background-color:white;
    padding:20px;
    border-radius:8px;
}

#guide-categories ul {
    list-style: none;
    margin:0px;
}

#guide-categories li {
    margin-bottom:15px;
}

#guide-categories span {
    line-height: 20px;
}

.guide_categories_subcategory_title {
    color: #c75c41;
    font-size: 20px;
    font-weight: bold;
    margin-top:40px;
    margin-bottom:10px;
}

.guide_categories_subcategory_title > a {
    text-decoration:none;
}

li.subcategory > hr {
    margin-top:0px; 
    margin-bottom:10px
}

ul.guides-within-subcategory {
    list-style: none;
    margin-left: 0;
    padding-left: 20px;
    text-indent: -12px;
    margin-bottom: 30px;
}

.guide_categories_guide_title:before {
    content:">";
    position:relative;
    left:-5px;
}

.guide_categories_guide_title {
    font-size: 13px;
}

.guide_categories_guide_title > a {
    text-decoration:underline;
}

/* End of Category presentation*/

/* Start of Guide Categories Sidebar */

.guide-overview-sidebar h3 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
}

.guide-overview-sidebar ul {
    list-style:inside none none;
    margin:0px;
}

.guide-overview-sidebar ul li.category {
    padding:3px 10px;
    border-radius:5px;
    font-size:12px;
}

.guide-overview-sidebar ul li.current {
    background-color:lightgray;
}

/* End of Guide Categories Sidebar */

/* Start of Guide Presentation */

.guide-body {
    background-color: white;
    padding: 20px;
    border-radius:8px;
    font-size:14px;
}

.guide-body a {
    color:#c75c41;
    text-decoration:underline;
}

.guide-body ol > li {
    line-height: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.guide-body img {
    margin:20px;
}

/* End of Guide Presentation */
.search-link {
    text-decoration: underline;
    color: black;
}

.search-link:hover {
    color: #FC7D53;
}

.search-results-button {
    width: 100%!important;
}


.support-search-input {
    border: 1px solid #e2e2e2;
}

.support-search-input-button {
    background-color: #6bafa6; 
    margin-left: 5px;
}

.support-search-no-results-section {
    text-align: center; 
    padding-left: 10%; 
    padding-right: 10%;
}

.support-search-no-results-input {
    width: 35%; 
    margin: 0 auto;
}

.border-buttom {
    border-bottom: 1px solid #e2e2e2;
}

.inline-block {
    display: inline-block;
}

#hiddenGuides {
    display: none;
}

.guidecontent video {
  width: 100%;
  height: 100%;
}