/******** BEGIN - BLUE BANNER ********/

#banner-section.suport-section {
	background: url('https://test.mindsetworks.com/assets/images/suport/blue-banner.jpg') scroll repeat-x center center #2268A7;
}

#banner-section.free-trial-banner {
	background: url('https://test.mindsetworks.com/assets/images/suport/blue-banner2.jpg') scroll repeat-x center center #2268A7;
}

.suport-page h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: open sans;
}

.suport-page .span12 > p {
	font-size: 16px;
	line-height: 20px;
}

#terms-of-service-content.suport-page p,
#privacy-policy-content.suport-page p {
	font-size: 14px;
}

#terms-of-service-content.suport-page .page-header h2,
#privacy-policy-content.suport-page .page-header h2 {
	margin: 40px 0 30px 0;
}


#privacy-policy-content.suport-page .span12 {
	width: 835px;
}

#terms-of-service-content.suport-page .span12 {
	width: 830px;
}

.suport-page .span12 {
	width: 730px;
	float: none;
	padding-bottom: 55px;
	margin: 0 auto !important;
}

#tech-requirements-content.suport-page .span12 {
	width: auto !important;
	padding-bottom: 40px !important;
}

#tech-requirements-content .span12 > div:nth-child(2) {
	width: 830px;
	margin: 0 auto;
}

#tech-requirements-content .span12 > div:nth-child(2) h3 {
	font-size: 18px;
	color: #00519B;
	font-weight: bold;
	margin: 0;
}

#tech-requirements-content .span12 > div:nth-child(2) p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}

#tech-requirements-content .span12 > div:nth-child(2) p a {
	color: #00519B;
	font-size: 16px;
	text-decoration: underline;
	font-family: open sans;
	font-weight: bold;
}

#tech-requirements-content .blue-button {
	padding: 5px 30px;
	margin: 20px 0 0 0;
}

/******** END - BLUE BANNER ********/

.suport-page address {
	font-weight: bold;
	margin-left: 40px;
	font-size: 16px;
}

#privacy-policy-content ul {
	margin: 0 0 20px 55px;
}

#privacy-policy-content ul li {
	line-height: 18px;
	margin-bottom: 10px;
}

#privacy-policy-content ul li ul li {
	list-style-type: none;
	line-height: 18px;
	margin-bottom: 10px;
}

#vendor-info-content ul.pdf-files {
	margin: 20px 0 20px 25px;
}

#vendor-info-content ul.pdf-files li {
	background: url('https://test.mindsetworks.com/assets/images/suport/check-list.jpg') scroll no-repeat 0 4px transparent;
	list-style: none;
	padding-left: 20px;
	line-height: 25px;
}

#vendor-info-content ul.pdf-files li a,
#vendor-info-content address a {
	margin: 0 0 2px 0;
	display: inline-block;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	font-family: open sans;
}

#vendor-info-content ul.pdf-files li span {
	background: url('https://test.mindsetworks.com/assets/images/suport/pdf-icon.png') scroll no-repeat 0 0 transparent;
	padding-left: 20px;
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
}

/*#vendor-info-content .text-center a {
	margin: 15px 0 0 0;
}*/

.suport-page .page-header p:nth-child(3) {
	font-size: 18px;
	font-family: PFDinTextStd-Regular;
	line-height: 25px;
	text-align: left;
}

#contact-us-content form {
	width: 379px;
	margin-left: 35px;
}

#contact-us-content form .fields-required {
	font-size: 16px;
	color: #F16521;
	display: block;
	text-align: right;
	font-weight: bold;
	margin-bottom: 3px;
}

#contact-us-content form a.light-blue-button {
	margin-bottom: 50px;
}

#contact-us-content .span12 > p {
	font-size: 18px;
	line-height: 23px;
}

#contact-us-content address {
	 margin: 0;
	 font-weight: normal;
	 font-size: 18px;
}

#contact-us-content address a {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	color: #00519B;
}

#contact-us-content address span {
	font-weight: bold;
	display: block;
}

#contact-us-thank-you-content {
	height: 400px;
}

/********* BEGIN - FAQ CONTENT *********/

#faq-content.suport-page .span12 {
	width: auto;
	padding: 0;
}

#faq-content .container-fluid {
	padding: 0;
}

#faq-content div.tabs-container > div > div.tab-content {
	width: 830px;
	margin: 0 auto;
}

.faq-questions {

}

.faq-questions .faq-item {
	border-top: 2px solid #669ACC;
}

.faq-questions .faq-item.open {
	background-color: #FFFFFF;
	border-top: 2px solid #00539C;
}

.faq-questions .faq-item .faq-question {
	color: #00529B;
	font-size: 20px;
	padding: 10px 0;
	cursor: pointer;
	margin: 0 15px;
	line-height: 23px;
}

.faq-questions .faq-item .faq-question .arrow-down {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #669ACC;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.faq-questions .faq-item.open .faq-question .arrow-down {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #00539C;
	display: inline-block;
	margin-left: 5px;
}

.faq-questions .faq-item .faq-answer {
	display: none;
	margin: 0 15px 15px;
	padding-bottom: 10px;
}

.faq-questions .faq-item .faq-answer p {
	font-size: 16px;
}

.faq-questions .faq-item.open .faq-answer p {
	font-size: 16px;
}

#faq-content .tabs-container {
	margin-top: 40px;
}

#faq-content a.blue-button {
	padding: 0 30px 5px;
}

/********* END - FAQ CONTENT *********/

/********* BEGIN - PURCHASING CONTENT **********/

#purchasing-content.suport-page .span12 {
	width: auto !important;
	padding: 0;
}

#purchasing-content .container-fluid {
	padding: 0;
}

.faq-questions-only {
	background-color: #E0EBF5;
	padding-top: 22px;
}

.faq-questions-only > span {
	display: block;
	text-align: center;
	font-size: 26px;
	margin: 0 0 25px 0;
	font-family: 'PFDinTextStd-Medium';
	color: #00519B;
}

.faq-questions-only .faq-questions {
	width: 830px;
	margin: 0 auto;
}

#purchasing-content form a.light-blue-button {
	margin-bottom: 50px;
}

.faq-answer a {
	font-family: open sans;
	color: #00519B;
	font-weight: bold;
}

.faq-answer ol,
.faq-answer ul {
	margin-left: 45px;
}

.faq-answer ol li,
.faq-answer ul li {
	font-size: 16px;
	line-height: 25px;
}

.faq-answer .frequency {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
}

.faq-answer .name {
	font-size: 16px;
	line-height: 25px;
}

.faq-answer .title a {
	font-family: open sans;
	color: #00519B;
	font-weight: bold;
	font-size: 18px;
}

.faq-answer .title span {
	font-size: 18px;
}

.faq-answer > div {

}

.suport-page div.tabs-container > div {
	padding-bottom: 5px;
}

/********* END - PURCHASING CONTENT **********/


/********* BEGIN - FREE TRIAL **********/

#free-trial-content .span12 .row-fluid {
	text-align: center;
}

#free-trial-content .page-header h2 {
	width: 610px;
	margin: 40px auto 20px;
}

#free-trial-content .page-header p {
	font-size: 20px;
	line-height: 25px;
	width: 800px;
	margin-bottom: 0;
	font-weight: bold;
	font-family: open sans;
}

#free-trial-content .span6:nth-child(1) {
	width: 360px;
	margin: 0 25px 0 0;
	float: none;
	text-align: left;
	display: inline-block;
}

#free-trial-content .span6:nth-child(1) h3 {
	font-size: 18px;
	font-family: 'Open Sans';
	font-weight: bold;
}

#free-trial-content .span6:nth-child(1) ul li {
	margin: 0 0 12px 0;
	line-height: 19px;
	font-size: 16px;
}

#free-trial-content .span6:nth-child(2) {
	width: 355px;
	margin: 0 auto;
	float: none;
	display: inline-block;
	padding: 20px 0 0 0;
	vertical-align: top;
}

#free-trial-content .span6:nth-child(2) figure {
	margin-bottom: 35px;
}

#free-trial-content .span6:nth-child(2) figure img {

}

#free-trial-content .span6:nth-child(2) a {
	font-size: 20px;
	padding: 13px 20px;
}

#free-trial-content .span12 > div > a {
	margin-top: 25px;
}

/********* END - FREE TRIAL **********/

#purchasing-content.suport-page .page-header > p {
	width: 730px;
}

.suport-page#vendor-info-content .span12 {
	width: 830px;
}