/* Import styles for calendar used in date/datetime custom fields */
@import "https://helpspot.par.com/static/js/datetimepicker/css/mobiscroll.jquery.min.css";
@import "https://helpspot.par.com/static/js/popup/css/mobiscroll.jquery.min.css";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body
{
	margin: 0;
	padding: 0;
	text-align:center;
}

.hs-custom-portal-logo {
    height: 46px;
    width:80px;
    max-height: 46px;
}


p {
	font: 16px/20px Poppins, Helvetica, sans-serif;
}

h1
{
	color: #487c88;
	margin: 10px 0 2px 0;
	font: bold 18px/18px Poppins, Helvetica, sans-serif;
}

h2
{
	color: black;
	font: bold 15px/18px Poppins, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

h3
{
	color: #373c55;
	font: bold 11px/13px Poppins, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
}

h4
{
	color: #000;
	font: bold 11px/13px Poppins, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

h5 { font: bold 13px/16px Poppins, Helvetica, sans-serif;
	margin-bottom: -10px;
	}


a:link
{
	color: #936e2a;
	text-decoration: none;
}

a:visited
{
	color: #936e2a;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img { border: 0; }

.subheading{
	margin-bottom:  5px;
	line-height:	120%;
}

/* DIVs */

#container
{
	width: 1200px;
	padding:  0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #fff;
	border-left: 0px #ccc solid;
	border-right: 0px #ccc solid;
	border-bottom: 0px #ccc solid;
	text-align:left;
}

#banner
{
	width: 1200px;
        padding: 20px 0px;
	margin-left: auto;
        margin-right: auto;
	background-color: #fff;
	color: #404040;
	text-align: left;
	font-size:	26px;
	font-weight: bold;
	border-bottom: 0px solid #ccc;
	}


/* nav header - par custom */
.site-header {
    max-width: 1200px;      /* Optional */
    margin: 0 auto;
    padding: 20px 0px;
    display: flex;
    align-items: center;
}

.logo img {
    display: block;
    height: 85px;           /* Adjust to suit your logo */
    width: auto;
}

/* 40px gap between logo and navigation */
.main-nav {
    margin-left: 40px;
}

.main-nav a {
    font: 16px Poppins, Helvetica, sans-serif;
    color: #252525;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s;
}

.main-nav a:hover {
    color: #936e2a;
}

/* Push button all the way to the right */
.contact-btn {
    margin-left: auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-radius: 999px;
    background: #487c88;
    text-decoration: none;
    font: 16px Poppins, Helvetica, sans-serif;
    transition: background .2s;
}

.contact-btn,
.contact-btn:link,
.contact-btn:visited {
    color: #fff;
    text-decoration: none;
}

.contact-btn:hover,
.contact-btn:focus {
    color: #fff;
    background: #24515b;
}


/* hero break - par custom */
.hero-break {
  position: relative;
  width: 100%;
  height: 375px; /* Fixed height */
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Black overlay */
.hero-break::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* Adjust opacity (0.0 - 1.0) */
  z-index: 1;
}

.hero-break__inner {
  position: relative;
  z-index: 2; /* Places text above the overlay */

  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: left;
  color: #fff;
}

.hero-break__inner h2 {
  margin-bottom: 24px;
  font-size: 3rem;
  color: #fff;
}

.hero-break__inner p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6;
}

#maincontent {
  display: flex; 
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 120px;
}

#leftSidebar {
  width: 300px;
  flex: 0 0 300px;
  padding-right: 20px;
}

#content2col {
  flex: 1;
  min-width: 0;
  padding-left: 20px;
  font: 16px Poppins, Helvetica, sans-serif;
}

/* Vertical rule centered in the 40px gap */
#content2col {
  border-left: 1px solid #ccc;
}

/*
#leftSidebar
{
	float: left;
	width:  160px;
	\width: 160px;
	w\idth: 160px;
	margin: 20px 0 0 0;
	padding: 0;
	padding-right: 10px;
	background-color: transparent;
	/* height: 100%; */
	display: inline;
	border-right: 1px #ccc solid;
	}

#content2col
{
	font: 16px Poppins, Helvetica, sans-serif;
	padding: 0;
	padding-left: 20px;
	margin: 20px 20px 0 165px;
	background-color: transparent;
	}
*/

#footer
{
	padding: 0;
	margin: 15px 0 15px 165px;
	background-color: transparent;
	clear: both;
	font: 16px/20px Poppins, Helvetica, sans-serif;
	color: #999;
	width: 575px;
	padding-top: 5px;
	text-align: center;
	}

#footer a{
	color: #999;
}

.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: 4px;
	border:	1px solid #ccc;
}

legend{
	padding-left:		4px;
	padding-right:		4px;
	font-weight:		bold;
	color:				#000;

}

/* Navbars */
.navBar
{
	margin: 0 0 10px 20px;
	padding: 0;
	font-family: Poppins, Helvetica, sans-serif;
}

.navBar li
{
	font: 16px/24px Poppins, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	display: block;
	color: #936e2a;
	list-style-type: none;
}

.navBar a:link, .navBar a:visited
{
	padding: 0 0 6px 10px;
	text-decoration: none;
	color: #936e2a;
}

.navBar a:link.navOn, .navBar a:visited.navOn, .navBar a:hover.navOn
{
	font-weight: bold;
	padding: 0 0 6px 10px;
	text-decoration: none;
	color: #487c88;
	background: url(https://helpspot.par.com/portal/images/blue-tri.gif) no-repeat left top;
}

.navBar a:hover
{
	padding: 0 0 6px 10px;
	text-decoration: underline;
	color: #487c88
}

.navBar a:visited { color: #936e2a; }

/*Subnav*/
.subnavBar
{
	margin: 0 0 0 12px;
	padding: 0;
	font-family: Poppins, Helvetica, sans-serif;
}

.subnavBar li
{
	font: 16px/24px Poppins, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	display: block;
	color: #936e2a;
	background: none;
	list-style-type: none;
}

.subnavBar a:link, .subnavBar a:visited
{
	padding: 0 0 6px 10px;
	text-decoration: none;
	color: #936e2a;
}

.subnavBar a:link.navOff, .subnavBar a:visited.navOff
{
	font-weight: normal;
	padding: 0 0 6px 10px;
	text-decoration: none;
	color: #936e2a;
	background: url(https://helpspot.par.com/portal/images/blue-dot.gif) no-repeat left top;
}

.subnavBar a:hover.navOff
{
	font-weight: normal;
	padding: 0 0 6px 10px;
	text-decoration: underline;
	color: #487c88;
	background: url(https://helpspot.par.com/portal/images/blue-dot.gif) no-repeat left top;
}

.subnavBar a:link.navOn, .subnavBar a:visited.navOn, .subnavBar a:hover.navOn
{
	font-weight: bold;
	padding: 0 0 6px 10px;
	text-decoration: none;
	color: #487c88;
	background: url(https://helpspot.par.com/portal/images/blue-tri.gif) no-repeat left top;
}

.subnavBar a:hover
{
	padding: 0 0 6px 10px;
	text-decoration: underline;
	color: #487c88;
}

.subnavBar a:visited { color: #936e2a; }

/* Phone Nav */
.phonenavBar
{
	margin: 0 0 10px 30px;
	padding: 0;
	font-family: Poppins, Helvetica, sans-serif;
}

.phonenavBar li
{
	font: 16px/24px Poppins, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
	color: #999;
	list-style-type: none;
}

.phoneNum
{
	color: #000;
	font-weight: normal;
}

/* Row Data */
.rowOn
{
	background-color: #f8f8f8;
	padding: 3px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.rowOff
{
	background-color: #fff;
	padding: 3px;
}

/* KB */
.kbtoc{
	font-size:			14px;
	line-height:		120%;
	list-style-type: 	none;
	padding-left:		0px;
	margin-left:		0px;
}

.kbtocpage{
	font-size:			14px;
	line-height:		140%;
	list-style-type: 	none;
}

.kbhighlight{
	background-color:	#ffff99;
}

.kbextralist{
	margin:				3px;
	list-style-type:	none;
	line-height:		160%;
}

/* */
div.datarow
{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

div.datarow span.left
{
  float: left;
  text-align: left;
  width: 49%;
 }

div.datarow span.right
{
  float: right;
  text-align: right;
  width: 49%;
 }

.nextprev
{
	font-size: 12px;
}

.helpful
{
	text-align: right;
	padding: 15px;
}

.sticky
{
	font-size: 10px;
	color: red;
}

.formbuttondiv{
	border-top: 		2px solid #dab631;
	background:			#FEE587;
	margin-top:			10px;
	padding:			10px;
	clear: 				both;
}

.formbox{
	padding-top: 		20px;
}

.forumlabel {
	color:				#060;
	font-weight:		bold;
}

.forumtable{
	font-size: 			12px;
	float:				right;
}

.forumpost{
	padding:			3px;
	padding-left: 		14px;
}

.datalabel {
	color: 				#555;
	font-size:			11px;
	line-height: 		120%;
	font-weight:		bold;
}

.captcha_label{
	color:				#000;
	font-size:			14px;
	border: 			1px solid red;
	padding:			3px 10px 3px 10px;
}

.forumoption{
	color: #000;
	font: bold 18px/22px Poppins, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	border-bottom: 1px #000 solid;
	width: 100%;
}

.forumform{
	padding-top: 20px;
	clear: both;
	width: 75%;
}

.requestwrap{
	width: 75%;
}

.requestpad{
	padding:			3px;
	padding-left: 		14px;
}

.requestpad img{
	max-width: 100%;
	height:auto;
}

.error {
	color: red;
}

.required {
	color: #b05050;
}

.bold{
	font-weight: bold;
}

.namedate{
	color: #487c88;
	font-weight: bold;
}

.score {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

pre{
	font: 				100% courier,monospace;
	border: 			1px solid #ccc;
	overflow: 			auto;
	overflow-x: 		scroll;
	width: 				90%;
	padding: 			1em 1em 1em 1em;
	background: 		#fff7f0;
	color: 				#000
}

.initsubject{
	color: 				#7F7F7F;
}

.request_summary{
	display:			block;
	overflow:			hidden;
	height:				14px;
	word-break:         break-all;
	padding-right:      20px;
}

.feedback_box_error{
	border:				1px solid red;
	padding:			10px;
	color:				red;
	font-weight:		bold;
}

.feedback_box_positive{
	border:				1px solid green;
	padding:			10px;
	color:				green;
	font-weight:		bold;
}

.sending_note{
	color:				red;
}

.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://helpspot.par.com/portal/images/calendar.png) no-repeat left top;
}

.tag-block-home{

}

.tag-block-page{
	margin: 0px;
	padding-left: 42px;
}

.tag-block a{
	display: inline-block;
	height: 26px;
	line-height: 26px;
}

.tag-sep{
	font-size: 11px;
	color: #ccc;
}

.tag-table{
    font-size: 13px;
    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;
}

#helpspot-link{
	font-size: 12px;
}

.file-extension {
    display: inline-block;
    margin: 5px 0;
}
.file-name {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 5px;
}