/* Import styles for calendar used in date/datetime custom fields */
@import "https://support.helpspot.com/static/js/datetimepicker/css/mobiscroll.jquery.min.css";
@import "https://support.helpspot.com/static/js/popup/css/mobiscroll.jquery.min.css";

/* Import Inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');
html {
    font-size:100%;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
 margin:0;
}

body
{
	margin: 0;
	padding: 0;
	/* background: #f5e1e2;*/
background: #fff;
	color: #505669;
	font-family:  'Inter', sans-serif;
    font-size: 1rem;
}
#logo {
width: auto;
height: 2rem;
padding-top: 1.5rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}
a:link, a:active, a:visited {
color: #6e1831;
}

a:hover { text-decoration: underline;}
footer a {
color: rgba(107,114,128,1) !important;
}
input,textarea,select{
    font-size:16px;
}

p a, ol a, li a {text-decoration: underline;}

h1
{
	color: #31363c;
	margin: 10px 0 5px 0;
	font-size: 28px;
	line-height: 28px;
}

h2
{
	color: #31363c;
	font-size: 23px;
	padding: 0;
	margin: 30px 0 10px 0;
}

h3
{
	color: #434951;
	font-size: 21px;
	padding: 0;
	margin: 15px 0 5px 0;
}

h4
{
	color: #434951;
	font-size: 19px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

h5 {
    font-size: 19px;
}

img { border: 0; }

.subheading{
	margin-bottom:  5px;
	line-height:	120%;
}
p {
   margin-bottom: 1rem;
}
ul,ol {
padding-inline-start: 40px;
padding-left: 40px
}
ol li {
list-style-type:decimal;
}
ul, li, .bulleted {
list-style-type: disc;
}
footer li
{
list-style-type: none;
}

/* DIVs */

#container
{
    display: grid;
    min-height: 100vh;
    grid-template-columns: 30% 30% auto;
    grid-template-rows: 116px
                        1fr;
    grid-template-areas:
    "header header footer"
    "sidebar content content";

	max-width: 768px;
	padding: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

@media only screen and (min-width: 1024px) {
    #container{
        grid-template-columns: 23% 37% auto;
        max-width: 1024px;
    }
}

#banner
{
    grid-area: header;
    display:flex;
    align-items: center;
    font-size: 24px;
    text-align: left;
    color: #161e2e;
    #border-bottom: 2px solid #f4f5f7;
    margin-bottom: 1.5rem;
}

#leftSidebar
{
    grid-area: sidebar;
    padding-right: 1rem;
}

#content2col
{
    grid-area: content;
    line-height: 1.5rem;
    padding-left: 1rem;
}

#content2col li {
	line-height: 20px;
padding-bottom: 5px;
padding-top: 5px;
}

#content2col img {
    max-width: 100%;
}

#footer
{
    grid-area: footer;
    margin-bottom: 1.5rem;
    #border-bottom: 2px solid #f4f5f7;
    align-items: center;
    display: flex;
}

#footer form,
.page-search form{
    width: 100%;
}

#footer form div p,
.page-search form div p{
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

#footer form div p input[type="text"],
.page-search form div p input[type="text"]{
    width: 100%;
    padding: .25rem .50rem;
    line-height: 1.5rem;
    border-radius: .375rem;
    border-color: #d2d6dc;
    border-width: 1px;
    margin-right: 8px;
    background-color: #fff;
    border-style: solid;
}

.page-search form input[type="submit"]{
    margin: 5px 5px 5px 0;
}

#content2col p{
    margin-top:0;
}

#content2col form{
    margin-top: 20px;
}

.hilite2col
	{
	background: #fffecc;
	border: 1px solid #cecece;
	width: 100%;
	/*
	display: block;
	float: left;
	clear: left;
	*/
	margin: 0 0 10px 0;
	}

.hilite2col p
{
	margin: 3px 14px 3px 14px;
	}

.fieldset{
	padding: 10px;
	border:	3px solid #ccc;
    border-radius: 2px;
}

legend{
    color: #434951;
    font-weight: bold;

}

/* Navbars */
.navBar
{
	margin: 0;
	padding: 0;
}

.navBar li
{
	list-style-type: none;
    padding:0;
    margin:0;
    border-radius: .375rem;
}

.navBar li:hover{

}

.navBar li:hover a{
    background-color: color-mix(in oklab,#b43632 10%,transparent);
    color: #28071f;
}

.navBar a{
    display: flex;
    align-items: center;
    color: #505669;
    padding: .5rem;
    margin-top: .25rem;
    line-height: 1.25rem;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: .375rem;
}

.navBar a.navOn{
    color: #28071f;
}
.navBar img{
width: 20px;
height: 20px;
margin-right:8px;
}
.navBar a.home{
    background-image: url(https://support.helpspot.com/portal/images_clean/home.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 8px center;
    padding-left: 36px;
}

.navBar a.request{
    background-image: url(https://support.helpspot.com/portal/images_clean/question.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 8px center;
    padding-left: 36px;
}

.navBar a.check{
    background-image: url(https://support.helpspot.com/portal/images_clean/check.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 8px center;
    padding-left: 36px;
}

.navBar a.book{
    background-image: url(https://support.helpspot.com/portal/images_clean/book.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 8px center;
    padding-left: 36px;
}

.navBar a.books{
    background-image: url(https://support.helpspot.com/portal/images_clean/books.svg);
    background-repeat: no-repeat;
    background-size: 19px 19px;
    background-position: 8px center;
    padding-left: 36px;
}

/*Subnav*/
.subnavBar{
    margin: 0;
    padding: 0;
}

.subnavBar a
{
	padding-left: 1.5rem;
}

.forumtable{
    width: 100%;
    margin-bottom: 40px;
}

/* Phone Nav */
.phonenavBar
{
    margin: 20px 0 10px 8px;
    padding: 0;
}

.phonenavBar li
{
    color: #31363C;
    display: block;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    margin-bottom: 4px;
    padding: 0;
}

.phoneNum
{
	color: #505669;
	font-weight: normal;
}

.phonenavBar .subnavBar {
	margin: 0;
}

/* Row Data */
.page-home h2{
	margin: 0px;
}

.rowOn
{
	background-color: color-mix(in oklab,#b43632 10%,transparent);
	padding: 3px;
}

.rowOff
{
	padding: 3px;
}

.rowOn td, .rowOff td{
    padding: 12px;
}

/* KB */
.kbtoc{
	line-height:		120%;
	list-style-type: 	none;
	padding-left:		0px;
	margin-left:		0px;
}

.kbtoc a{
    display: inline-block;
    padding: 6px 8px;
    border-radius: 3px;
    margin: 2px 0;
}

.kbtoc > li > a{
    display: block;
    border-bottom: 2px solid #f4f5f7;
}

.kbtocpage{
	list-style-type: 	none;
}

.kbhighlight{
	background-color:	#f7f78f;
}

.kbextralist{
	margin:				3px;
	list-style-type:	none;
}

.kbextralist li{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.kbextralist li div{
    margin-right: 12px;
}

.page-kb .rowOn
{
	border-bottom: 2px solid #6e1831;
    background-color: color-mix(in oklab,#b43632 10%,transparent);
    padding: 12px;
    min-height: 48px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.page-kb .rowOff
{
    border-bottom: 2px solid #6e1831;
	/* background-color: #f5e1e2; */
background-color: #fff;
	padding: 12px;
    min-height: 48px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.page-kb .rowOn, .page-kb .rowOff{
    font-size: 18px;
}


.page-kb-page blockquote {
background: none repeat scroll 0 0 #F5E2E1;
    border: 1px solid #DBB4B2;
    color: #A51B12;
    font-weight: bold;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 10px;
border-left-width: 5px;
}


.page-kb-page blockquote p{
margin-bottom: 0rem
}
/* */
div.datarow
{
    display: block;
    margin: 10px 0 40px;
    overflow: auto;
    padding: 0;
}

div.datarow span.left
{
  float: left;
  text-align: left;
  width: 49%;
 }

div.datarow span.right
{
  float: right;
  text-align: right;
  width: 49%;
 }

.nextprev
{

}

.helpful {
    padding: 15px;
    text-align: right;
}

.sticky
{
	color: #DB504A;
}

.formbuttondiv{
    clear: both;
    margin-top: 20px;
    padding: 0;
}

.formbox{
	padding-top: 		20px;
}

.datalabel {
	color: 				#31363C;
	line-height: 		120%;
	font-weight:		bold;
}

.captcha_label{
	color:				#000;
	font-size:			14px;
	border: 			1px solid #A51B12;
	padding:			3px 10px 3px 10px;
}

.requestwrap{
	width: 75%;
}

.requestwrap .forumoption{
    display: none;
}

.requestwrap select{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-repeat: no-repeat;
    background-color: #fff;
    border-color: #d2d6dc;
    border-width: 1px;
    border-radius: .375rem;
    padding: .25rem .50rem;
    padding-right: 2rem;
    font-size: 1rem;
    line-height: 1.5;
    background-position: right .5rem center;
    background-size: 1.5em 1.5em;
}

.requestwrap div[id*="Custom"]{
    margin-bottom: 16px;
}

.requestwrap select[id*="Custom"]{
    margin-bottom: 4px;
}

.requestwrap input[type="checkbox"]{
    width: 18px;
    height: 18px;
}

.requestpad{
	padding:			20px;
    margin-bottom: 20px;
}

.requestpad img{
	max-width: 100%;
	height:auto;
}
.error {
	color: #A51B12;
}

.required {
	color: #d02e28;
}

.bold{
	font-weight: bold;
}

.namedate{
	color: #87A330;
	font-weight: bold;
}

.score {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

pre{
	font: 				100% courier,monospace;
	border: 			1px solid #e9eef5;
	overflow: 			auto;
	overflow-x: 		auto;
	width: 				90%;
	padding: 			1em 1em 1em 1em;
	background: 		#EFF2F6;
	color: 				#000;
white-space: pre-wrap;
}

.initsubject{
	color: 				#7F7F7F;
}

.request_summary{
	display:			block;
	overflow:			hidden;
	word-break:         break-all;
	padding-right:      20px;
}

.page-request-history td {
	padding: 8px;
}

.feedback_box_error{
    background: none repeat scroll 0 0 #F5E2E1;
    border: 1px solid #DBB4B2;
    color: #A51B12;
    font-weight: bold;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.feedback_box_positive{
    background: none repeat scroll 0 0 #EBF5E1;
    border: 1px solid #B7D29C;
    color: #61872F;
    font-weight: bold;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.sending_note{
	color: #DB504A;
}

.calendar_input{
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	text-align:	bottom;
	cursor: pointer;
	padding-left: 34px;
	border: 1px solid #BBBBBB;
	background-color: #fff;
}

.calendar_btn{
	position: absolute;
	top: 1px;
	left: 2px;
	height: 24px;
	width: 24px;
	background: transparent url(https://support.helpspot.com/portal/images/calendar.png) no-repeat left top;
}

hr {
border: none;
border-bottom: 2px solid #f4f5f7;
height: 1px;
width: 100%;
}

.button, input[type="submit"], input[type="button"]  {
    #border: none;
border-style: solid;
border-width: 5px;
border-color: transparent;
    border-radius: .25rem;
    cursor: pointer;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    color: #fff;
    padding: .25rem 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ce413b;
margin-bottom: 1.5rem;
}

.button:hover, .button:active, input[type="submit"]:hover, input[type="button"]:hover {
   background-color: #b43632;
border-style: solid;
}

#content2col input[type="text"], textarea, input[type="password"] {
    padding: .25rem .50rem;
    line-height: 1.5rem;
    border-radius: .375rem;
    border-color: #d2d6dc;
    border-width: 1px;
    margin-right: 8px;
    background-color: #fff;
    border-style: solid;
	margin: 5px 5px 5px 0;
}

#helpspot-link {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 13px;
    padding-bottom: 30px;
    margin-top: 50px;
}

.tag-cloud-homepage .tag-cloud-td{
	padding: 0px;
}

.tag-block-home{
    background-color: #f9fafb;
    padding: 12px;
}

.tag-block-page{
	margin: 0px;
	padding-left: 42px;
}

.tag-block a{
	display: inline-block;
	height: 26px;
	line-height: 26px;
}

.tag-sep{
	color: #111;
}

.tag-table{
    width: 100%;
    margin: 15px 0 20px 0;
 	border-bottom: 1px solid #DADADA;
}

.tag-table td {
	padding: 8px; /* not for grey design */
}

.tag-header{
	margin-bottom: 30px;
}

.file-extension {
    display: inline-block;
    margin: 5px 0;
}
.file-name {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 5px;
}
.kbtoc li {
    list-style-type: none;
}
.kbtocpage li {
    list-style-type: none;
}
input[type="file"]::file-selector-button {
	appearance: button;
	border-style: solid;
	border-width: 5px;
	border-color: transparent;
	border-radius: .25rem;
	cursor: pointer;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
	color: #fff;
	padding: .25rem 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #645e5e;
	margin-bottom: 1.5rem;
}
@media (max-width: 1023px)
{
    html {
        font-size: 100%;
    }
    body {
        font-size: 1.3rem;
    }
    #container{
    grid-template-columns: 100%;
    grid-template-rows: max-content max-content max-content max-content;
    grid-template-areas:
    "header"
    "footer"
    "sidebar"
    "content";
	max-width: 100%;
	padding: 0px 20px 20px 20px;
    margin-top: 0px;    }

    .subnavBar {
        display: none;
    }

    #content2col {
    line-height: 1.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.3rem;
    margin-top: 1.3rem;
    border-top: 2px solid #f4f5f7;
    }
    #content2col input[type="text"], textarea, input[type="password"] {
    padding: .25rem;
    max-width: 100%;
    font-size: 2rem;
    }
    .datalabel {
        font-size: 1rem;
    }
    #footer {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
    #banner {
        font-size:3rem;
        line-height: 3rem;
        overflow: wrap;
    }
    .navBar a{
        line-height: 2rem;
        font-size: 1.5rem;
    }
    .navBar a.home{
        background-size: 1.5rem 1.5rem;
        padding-left: 2.5rem;
    }

    .navBar a.request{
        background-size: 1.5rem 1.5rem;
        padding-left: 2.5rem;
    }

    .navBar a.check{
        background-size: 1.5rem 1.5rem;
        padding-left: 2.5rem;
    }

    .navBar a.book{
        background-size: 1.5rem 1.5rem;
        padding-left: 2.5rem;
    }

    .navBar a.books{
        background-size: 1.5rem 1.5rem;
        padding-left: 2.5rem;
    }
    input, textarea, select {
    font-size: 1rem;
    }
    .button, input[type="submit"], input[type="button"]
    {
        padding: 1rem;
    }
    .captcha_label {
        font-size: 1.3rem;
        padding: 1.3rem;
        display: block;
        width:fit-content;
        }
#logo {
height: 4rem;
margin-bottom: 1.5rem;
} 
.content2col table {
border-width:1px;
}
.content2col td {
border-width:1px;
}
.content2col tr {
border-width:1px;
}
}
.footer-container {
background-color: #28071f;
color: #f5e1e2;
}
.footer-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 1rem;
	background-color: #28071f;
	padding-top: 30px;
	padding-bottom: 35px;
}

.footer-column {
    flex: 1 1 200px;
    max-width: 200px;
    min-width: 150px;
}

@media (max-width: 1024px) {
    .footer-column {
        flex: 1 1 100%;
        max-width: 100%;
text-align:center;
    }
}

.footer-column h3 {
    margin-bottom: 0.5rem;
color: #f5e1e2;
}

.footer-column a {
    display: block;
    margin-bottom: 0.5rem;
    color: #f5e1e2;
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
}