/* Contact us style

   developer:   yhechler
   requires:    /common/framework/css/framework.en.css
                /common/framework/css/form-gui.en.css
   ========================================================================== */
html {
    border-top: none;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

/** main */
main {
	margin-bottom: 4.5em;
}
main p.information {
	color: #535353;
	font-size: 1.3125rem;
	font-weight: 300;
	line-height: 1.9375rem;
}
main p.information+ul li {
	color: #8a8a8a;
	display: list-item;
	font-size: .9rem;
	list-style-type: square;
	margin-left: 1.2rem;
	padding: .04rem 0 0.4rem;
}
main p.information+ul li span {
	color: #535353;
}
main a {
	color: #dd1600;
	text-decoration: none;
}
.page-width {
	margin: 0 auto;
	max-width: 900px;
}
.page-padding {
	margin: 3rem 0 0;
	padding: 0 1rem;
}
h1.heading {
	color: #dd1100;
	font-size: 2.8125rem;
	font-weight: 400;
}
.hp-field {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.contact-us main a:hover {
	color: #f57300;
}
#contact-us-field-of-study {
	clear: none;
	padding-left: 1rem;
}
.contact-us .submit-button {
	background: #d10 none repeat scroll 0% 0%;
	border-radius: 3px;
	border: 1px solid #b00f00;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.0625rem;
	line-height: 1em;
	margin: 40px 0 0;
	padding: 9px 25px;
}
/* side-bar */

#side-bar {
	padding-left: 1rem;
	white-space: nowrap;
}
.thank-you #side-bar {
	margin-top: 3.5rem;
}
#side-bar li:first-child {
	background: transparent url("https://www.wolfram.com/common/img/forms/phone.png") no-repeat scroll 0% 0%;
}
#side-bar li:nth-child(2) {
	background: transparent url("https://www.wolfram.com/common/img/forms/chat.png") no-repeat scroll 0% 0%;
}
#side-bar li:nth-child(3) {
	background: transparent url("https://www.wolfram.com/common/img/forms/advanced-tech-support.png") no-repeat scroll 0% 0%;
	padding-bottom: 0.6rem;
}
#side-bar h3 a,
#side-bar h3 a:link,
#side-bar h3 a:visited,
#side-bar h3 {
	color: #5c5c5c;
	display: block;
	font-size: 1.0rem;
	font-weight: 600;
	line-height: 1.75rem;
	padding: 0;
	text-decoration: none;
}
#side-bar.blue h3 a,
#side-bar.blue h3 a:link,
#side-bar.blue h3 a:visited,
#side-bar.blue h3 {
	color: #636363;
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.75rem;
	padding: 0;
	text-decoration: none;
}
#side-bar h3 a:hover {
	color: #f57300;
}
#side-bar li {
	list-style-type: none;
	padding: 0 0 1.25rem 0.625rem;
}
#side-bar ul {
	margin: 0;
	padding: 0;
}
#side-bar img {
	margin-right: 20px;
	vertical-align: top;
}
#side-bar li h3 {
	box-sizing: border-box;
	display: block;
	font-size: 1.0rem;
	font-weight: 600;
	margin-left: 3rem;
}
#side-bar span.caption-text {
	color: #666;
	display: block;
	font-size: 0.7275rem;
	font-weight: 400;
	line-height: 0.875rem;
}
/* error */

.server-error h1.error {
	background-size: 48px 82px;
	background: url(https://www.wolfram.com/images/freakedSpikey.png) no-repeat scroll 0% 0% transparent;
	color: #d10;
	font-weight: 400;
	line-height: 82px;
	min-height: 82px;
	padding-left: 58px;
}
.server-error p.information.width-5-7 {
	margin-left: 3.5rem;
}
/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
	.padding-top-for-mobile {
		padding-top: 1.25rem;
	}
}
/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {}
/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
	#side-bar {
		margin-top: 2rem;
		padding-left: 0rem;
	}
	#side-bar ul li:not(:first-child) h3 {
		padding-top: 0.725rem;
	}
	#side-bar ul li:first-child h3 {
		padding-top: 0.5rem;
	}
}
/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {}
/* printer styles
   ========================================================================== */

@media print {}