/* ----- General ----- */
body.home:not(.has-background-image) #jacket, #jacket {
	background: #ffffff;
}

#binder {
	background-color: #fff;
	border-right: none;
}

#spine #glue:before {
	border-right: 1px solid #e5e5e5;
}

#spine .spine-navigation {
	background-color: #fff;
}

.section-wrapper, .section-wrapper-has-background {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ----- Animations ----- */
.wsu-animate .wsu-slide-up,
.wsu-animate .wsu-slide-in,
.wsu-animate .wsu-fade-in {
	opacity: 0;
}

.wsu-animate .wsu-slide-in {
	position: relative;
}

.wsu-animate .wsu-slide-up {
	box-sizing: border-box;
	position: relative;
}

.wsu-animate .wsu-banner-scroll {
}

.wsu-animate .wsu-banner-fixed {
	background-attachment: fixed;
}

/* ----- Main Header ----- */
.main-header {
	left: 0;
}

.main-header {
	background: transparent;
	border-bottom: none;
	padding: 1rem 0;
	max-width: 1188px;
	height: auto;
	z-index: 100;
	position: relative;
}

sub.sub-header {
	display: none;
}

.main-header .header-group:not(.unset) {
	padding: .7em 2rem;
	position: relative;
	line-height: 1.4;
}

.main-header sub:not(.unset), .main-header sup:not(.unset), .main-header sup a {
	display: inline-block;
	font-size: 13px;
}

.main-header .sup-header:not(.unset) a, .sub-header span, .sup-header-default {
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
}

.main-header .header-group, .main-header .header-group:not(.x) {
	position: relative;
	width: auto;
	bottom: 0;
	padding-right: 0;
}

.sub-header span {
	border-left: 1px solid #fff;
	font-weight: 600;
	margin-left: 1em;
	padding-left: 1.25em;
	text-transform: uppercase;
	color: #fff;
}

body.blog .main-header {
	background: #f8f8f8;
	border-bottom: none;
}

body.blog .main-header .sup-header:not(.unset) a, body.blog .sub-header span, body.blog .sup-header-default {
	color: #4c4c4c;
}

body.blog .sub-header span {
	border-left: 1px solid #4c4c4c;
	color: #4c4c4c;
}

/* ----- Global Bar ----- */
.globalbar {
	background: rgb(130,12,35,1);
	background: -moz-linear-gradient(left,rgba(130,12,35,1) 0%,rgba(166,15,45,1) 100%);
	background: -webkit-linear-gradient(left,rgba(130,12,35,1) 0%,rgba(166,15,45,1) 100%);
	background: linear-gradient(to right,rgba(130,12,35,1) 0%,rgba(166,15,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#820c23',endColorstr='#a60f2d',GradientType=1);
	width: 100%;
	top: 0;
	height: 4px;
	z-index: 9999;
	position: fixed;
}

/* ----- Business Plan Competition BUTTON ----- */
.business-plan-competition {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 32px;
	z-index: 100;
}

/* ----- Hero ----- */
.hero {
	min-height: 600px;
	background-color: #ca1237;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	margin-top: -78px;
	z-index: 2;
}

.hero h1 {
	color: #ffffff;
}

.hero .column {
	height: 100%;
}

.hero .column.one {
	padding-top: 0;
	padding-bottom: 0;
}

.hero .flexwrap {
	min-height: 444px;
}

.hero .flexwrap h1 {
	position: relative;
}

.hero h1:before {
	content: "";
	width: 60px;
	height: 10px;
	background: #ffffff;
	position: absolute;
	top: -30px;
	left: 0;
}

.hero:after {
	content: "";
	display: block;
	height: 100%;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
/*background: linear-gradient(135deg,rgba(166,15,45,1) 0%,rgba(255,255,255,0) 95%);*/
	background: linear-gradient(to right,rgba(166,15,45,1) 0%,rgba(125,185,232,0) 100%);
}

.hero:before {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	background-image: url(https://s3.wp.wsu.edu/uploads/sites/2334/2018/10/bg-dots.png);
	background-position: top left;
	background-repeat: repeat;
}

/* ----- Header ----- */
.header {
	min-height: 320px;
	background-color: #ca1237;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	margin-top: -78px;
	z-index: 2;
}

.header h1 {
	color: #ffffff;
}

.header h1:before {
	content: "";
	width: 60px;
	height: 10px;
	background: #ffffff;
	position: absolute;
	top: 100px;
	left: 0;
}

.header .column {
	height: 100%;
}

.header:before {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	background-image: url(https://s3.wp.wsu.edu/uploads/sites/2334/2018/10/bg-dots.png);
	background-position: top left;
	background-repeat: repeat;
}

.header:after {
	content: "";
	display: block;
	height: 100%;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
/*background: linear-gradient(135deg,rgba(39,156,198,1) 0%,rgba(255,255,255,0) 95%);*/
	background: linear-gradient(to right,rgba(166,15,45,1) 0%,rgba(125,185,232,0) 100%);
}

.header.blu:after {
	background: linear-gradient(to right,rgba(39,156,198,1) 0%,rgba(125,185,232,0) 100%);
}

.header.red:after {
	background: linear-gradient(to right,rgba(202,18,55,1) 0%,rgba(125,185,232,0) 100%);
}

.header.ylw:after {
	background: linear-gradient(to right,rgba(255,147,4,1) 0%,rgba(125,185,232,0) 100%);
}

/* ----- Image Break ----- */
.img-break {
	min-height: 200px;
	background-color: rgba(0,0,0,0.1);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.img-break:before {
	content: "";
	display: block;
	min-height: 200px;
	left: 0;
	top: 0;
	visibility: visible;
	background-image: url(https://s3.wp.wsu.edu/uploads/sites/2334/2018/10/bg-dots.png);
	background-position: top left;
	background-repeat: repeat;
}

/* ----- Divider ----- */
.divider {
	height: 40px;
	margin-left: 2rem;
	margin-top: 2em;
	margin-bottom: 2em;
	background: #f8f8f8 url(https://s3.wp.wsu.edu/uploads/sites/2334/2018/10/bg-dots.png);
	background-position: top left;
	background-repeat: repeat;
	opacity: .2;
}

/* ----- Passion, Discover, and Pursue ----- */
.pdp {
	display: block;
	padding: 0 20px;
}

.pdp h2 {
	font-weight: 600;
	font-size: .875rem;
	padding-bottom: .5em;
	padding-top: 1.2em;
	line-height: 1.4em;
	color: #4c4c4c;
}

/* ----- Section Image (Kills the Margin) ----- */
.aligncenter.no-margin {
	margin: 0 auto;
}

/* ----- Sharpens Image ----- */
.image-rendering {
	image-rendering: -webkit-optimize-contrast;
}

/* ----- Flex Wrapper to Center Content (x-y) ----- */
.flexwrap {
	min-height: 320px;
	width: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
/*justify-content: flex-end;*/
	resize: vertical;
	z-index: 3;
	position: relative;
}

.flexwrap h1 {
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	-webkit-animation: fadein 2s;
	-o-animation: fadein 2s;
}

.pad-bottom-section {
	padding-bottom: 2em;
}

/* ----- a:link, a:hover ----- */
.column a {
	color: #4c4c4c;
	border-bottom: 1px solid #da1e00;
	-webkit-transition-property: color, background, border;
	-moz-transition-property: color, background, border;
	-o-transition-property: color, background, border;
	transition-property: color, background, border;
	-webkit-transition-duration: .4s, .4s, .1s;
	-moz-transition-duration: .4s, .4s, .1s;
	-o-transition-duration: .4s, .4s, .1s;
	transition-duration: .4s, .4s, .1s;
	text-decoration: none;
}

.column a:hover {
	border-bottom: 4px solid #da1e00;
/*background-color: rgba(218,30,0,0.05);*/
}

.column p a {
	font-weight: 500;
}

/* ----- b, strong ----- */
b, strong {
	font-weight: 600;
}

/* ----- h1, h2, h3, h4, h5, h6, p ----- */
h1, h2, h3, h4, h5, h6, p, ul, ol {
	color: #4c4c4c;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
}

h6 {
	text-transform: none;
}

h4, h5, h6 {
	padding-top: .9em;
	padding-bottom: .9em;
}

h1 {
	font-size: 2.25em;
	font-weight: 800;
	padding: 0;
	margin: 0;
/*letter-spacing: 2px;*/
}

.h-sm {
	display: block;
	margin-left: 3px;
	padding-top: .2em;
	padding-bottom: 0;
	font-size: .35em;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 8px;
	text-transform: uppercase;
}

h2 {
	font-size: 1.125rem;
	font-weight: 600;
	padding-bottom: .5em;
	padding-top: 1em;
	color: #a60f2d;
	line-height: 1.5em;
}

h3 {
	font-weight: 600;
	font-size: .875rem;
	padding-bottom: .5em;
	padding-top: 1.2em;
	line-height: 1.4em;
}

h4 {
	font-size: .85rem;
	font-weight: 600;
	color: #a60f2d;
}

h5 {
	font-size: .8rem;
	font-weight: 700;
}

h6 {
	font-size: .75rem;
}

p {
	font-weight: 300;
	line-height: 2em;
	font-size: .875rem;
}

/* ----- Intro  ----- */
p.intro {
	font-weight: 300;
	font-size: 1.15rem;
	line-height: 1.95em;
}

/* ----- Rule Element ----- */
.rule {
	padding-top: .5em;
	padding-bottom: 2em;
	position: relative;
}

.rule:after {
	content: "";
	width: 40px;
	height: 6px;
	position: absolute;
}

.rule.crm:after {
	background: #a60f2d;
}

.rule.red:after {
	background: #ca1237;
}

.rule.org:after {
	background: #da1e00;
}

.rule.wht:after {
	background: #ffffff;
}

/* ----- UL LI ----- */
.column ul {
	padding: 0 2em 1em 2.6em;
}

.column ul li {
	font-weight: 300;
	list-style-type: none;
	position: relative;
	padding: 0 0 0 10px;
	line-height: 2em;
}

.column ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -.7em;
	color: #a60f2d;
	font-weight: 600;
	font-size: 1.2em;
	list-style-type: disc;
	height: 4px;
	width: 10px;
	background: #a60f2d;
	top: 12px;
}

/* ----- OL LI ----- */
ol {
	list-style-type: none;
	margin: 0;
	margin-left: 2.6em;
	padding: 0;
	padding-bottom: 1em;
	counter-reset: li-counter;
}

ol > li {
	font-weight: 300;
	position: relative;
	padding-left: 10px;
	line-height: 2em;
}

ol > li:before {
	position: absolute;
	top: .6em;
	width: 15px;
	left: -1.2em;
	text-align: center;
	color: #a31d36;
	padding: 0;
	border-right: 1px solid #a31d36;
	content: counter(li-counter);
	counter-increment: li-counter;
	font-weight: 700;
	font-size: .95em;
	line-height: 1em;
}

/* ----- Blockquote ----- */
blockquote {
	display: block;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0 auto;
	max-width: 1188px;
	quotes: "\201C""\201D""\2018""\2019";
	text-align: right;
	max-width: 720px;
	padding: 0;
	position: relative;
}

blockquote p {
	display: inline;
/*color: #ffffff;
	background-color: #a60f2d;
	display: inline;
	padding: .7em;
	line-height: .7em;
	font-weight: 600;
	font-size: .95em;*/
}

/*blockquote span {
	padding: 6px;
	box-shadow: 6px 0 0 #a60f2d, -6px 0 0 #a60f2d;
	background-color: #a60f2d;
	color: #ffffff;
	font-weight: 600;
	font-size: 22px;
	line-height: 50px;
}

blockquote:before {
	color: #a60f2d;
	content: open-quote;
	display: inline;
	font-size: 8em;
	font-family: Arial, sans-serif;
	font-weight: 600;
	position: relative;
	line-height: 50px;
	vertical-align: text-bottom;
	bottom: -40px;
	padding-right: 12px;
}

blockquote:after {
	color: #a60f2d;
	content: close-quote;
	display: inline;
	font-size: 8em;
	font-family: Arial, sans-serif;
	font-weight: 600;
	position: absolute;
	bottom: 10px;
	left: 102%;
	line-height: 50px;
	vertical-align: text-bottom;
}*/
blockquote span {
	padding: 6px 10px;
	box-shadow: 10px 0 0 #a60f2d, -10px 0 0 #a60f2d;
	background-color: #a60f2d;
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	line-height: 40px;
}

blockquote:before {
	color: #a60f2d;
	content: open-quote;
	display: inline;
	font-size: 7em;
	font-family: Arial, sans-serif;
	font-weight: 600;
	position: relative;
	line-height: 50px;
	vertical-align: text-bottom;
	bottom: -39px;
	padding-right: 12px;
}

blockquote:after {
	color: #a60f2d;
	content: close-quote;
	display: inline;
	font-size: 7em;
	font-family: Arial, sans-serif;
	font-weight: 600;
	position: absolute;
	bottom: 6px;
	left: 102%;
	line-height: 50px;
	vertical-align: text-bottom;
}

blockquote cite {
	font-size: .8em;
	padding-top: 1em;
	padding-bottom: 0;
	display: block;
	color: #191919;
	font-weight: 300;
	line-height: 1.75em;
	font-weight: 500;
	margin-top: .75em;
	font-style: italic;
}

/* ----- Buttons ----- */
.column p a.btncrm, .column p a.btncrm2, .column p a.btnwht, .column p a.btnwht2, .column p a.btnblu, .column p a.btnred, .column p a.btnorg {
	display: inline-block;
	min-width: 120px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 12px 20px;
	background: rgba(0,0,0,0.0);
	font-weight: 600;
	font-size: .9em;
	line-height: 1.4em;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
}

/* ----- Buttons (Round Corners) ----- */
.column p a.btncrm.round, .column p a.btncrm2.round, .column p a.btnwht.round, .column p a.btnwht2.round, .column p a.btnblu.round, .column p a.btnred.round, .column p a.btnorg.round {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

/* ----- Buttons (Bubble) ----- */
.column p a.btncrm.bubble, .column p .column p a.btncrm2.bubble, .column p a.btnwht.bubble, .column p a.btnwht2.bubble, .column p a.btnblu.bubble, .column p a.btnred.bubble, .column p a.btnorg.bubble {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}

/* ----- Buttons (Small) ----- */
.column p a.btncrm.sm, .column p a.btncrm2.sm, .column p a.btnwht.sm, .column p a.btnwht2.sm, .column p a.btnblu.sm, .column p a.btnred.sm, .column p a.btnorg.sm {
	text-transform: capitalize;
	min-width: auto;
	padding: 8px 18px;
	font-weight: 600;
	font-size: .85em;
}

/* ----- Buttons (Colors) ----- */
.column p a.btncrm {
	color: #a60f2d;
	border: 1px solid #a60f2d;
}

.column p a.btncrm:hover {
	color: #fff;
	background: #a60f2d;
	border: 1px solid #a60f2d;
}

.column p a.btncrm2 {
	color: #fff;
	background: #a60f2d;
	border: 1px solid #a60f2d;
}

.column p a.btncrm2:hover {
	color: #fff;
	background: #820c23;
	border: 1px solid #820c23;
}

.column p a.btnwht {
	color: rgba(255,255,255,1.0);
	border: 1px solid rgba(255,255,255,1.0);
}

.column p a.btnwht:hover {
	color: #191919;
	background: rgba(255,255,255,1.0);
	border: 1px solid rgba(255,255,255,1.0);
}

.column p a.btnwht2 {
	color: #404040;
	background: rgba(255,255,255,1.0);
	border: 1px solid rgba(255,255,255,1.0);
}

.column p a.btnwht2:hover {
	color: #ffffff;
	background: #404040;
	border: 1px solid #404040;
}

.column p a.btnblu {
	color: #333333;
	border: 1px solid #333333;
}

.column p a.btnblu:hover {
	color: #fff;
	background: #0a9ce5;
	border: 1px solid #0a9ce5;
}

.column p a.btnred {
	color: #333333;
	border: 1px solid #333333;
}

.column p .btnred:hover {
	color: #fff;
	background: #da1e00;
	border: 1px solid #da1e00;
}

.column p a.btnorg {
	color: #333333;
	border: 1px solid #333333;
}

.column p a.btnorg:hover {
	color: #fff;
	background: #ff9304;
	border: 1px solid #ff9304;
}

/* ----- HR ----- */
hr {
	display: block;
	margin: 40px 0;
	padding: 0;
	height: 0;
	border: none;
	border-top: 1px solid #e5e5e5;
}

/* ----- Colors ----- */
.crm {
	color: #a60f2d;
}

.red {
	color: #ca1236;
}

.orng {
	color: #da1e00;
}

.drkgry {
	color: #191919;
}

.gry {
	color: #333333;
}

.medgry {
	color: #404040;
}

.lhtgry {
	color: #f8f8f8;
}

.wht {
	color: #fff;
}

.bgcrm {
	background-color: #a60f2d;
}

.bgred {
	background-color: #ca1236;
}

.bgorg {
	background-color: #da1e00;
}

.bgdrkgry {
	background-color: #191919;
}

.bggry {
	background-color: #333333;
}

.bgmedgry {
	background-color: #404040;
}

.bglhtgry {
	background-color: #f8f8f8;
}

.bgwht {
	background-color: #fff;
}

/* ----- Fat Footer ----- */
.fat-footer {
	color: #ffffff;
	background: #333333;
}

.box-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.box h1, .box h2, .box h3, .box h4, .box h5, .box h6, .box p, .box ul, .box li, .box2 h1, .box2 h2, .box2 h3, .box2 h4, .box2 h5, .box2 h6, .box2 p, .box2 ul, .box2 li {
	color: #ffffff;
}

.box h1 {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 600;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
}

.box, .box2 {
	text-align: left;
	min-width: 33.333333333333%;
	min-height: 300px;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: start;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	position: relative;
	z-index: 1;
}

.box ul {
	padding: 0;
	margin: 10px 0 30px;
	display: block;
	list-style-type: none;
}

.box ul li {
	padding: 0;
	margin: 0 0 5px;
	font-size: .75em;
	font-weight: 500;
	display: block;
	list-style-type: none;
}

.box ul li a {
	color: rgba(255,255,255,0.5);
	border-bottom: none;
}

.box ul li a:hover {
	color: #d72216;
	border-bottom: none;
}

.box ul li:before {
	display: none;
}

.box2 {
	min-width: 100%;
	min-height: auto;
}

.box2 ul {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 2px 0;
	margin: 40px 0 0;
	display: block;
	list-style-type: none;
}

.box2 ul li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: .65em;
	font-weight: 400;
	text-align: left;
	list-style-type: none;
}

.box2 ul li a {
	color: rgba(255,255,255,0.5);
/*border-bottom: 1px solid rgba(255,255,255,0.1);*/
	border-bottom: none;
}

.box2 ul li a:hover {
	color: #d72216;
/*border-bottom: 1px solid #d72216;*/
	border-bottom: none;
}

.box2 ul li:after {
	content: ",";
	margin: 0;
}

.box2 ul li:before {
	content: "";
	display: none;
	list-style-type: none;
}

.box2 ul li:last-child:after {
	content: "";
}

/* ----- Hide ----- */
.hide {
	display: none !important;
}

/* ----- Gravity Form ----- */
.gform_wrapper {
	margin: 0;
	padding: 0;
}

.gform_wrapper .gform_footer {
	padding: 16px 0 10px;
	margin: 0;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding: 0;
}

.gform_wrapper label.gfield_label {
	font-weight: 600;
	text-transform: uppercase;
	font-size: .75em;
}

.gform_wrapper .gfield_required {
	color: #da1e00;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: calc(80% - 8px);
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 0 4px;
}

.gform_wrapper input, textarea {
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.gform_wrapper input:hover, textarea:hover {
	border-bottom: 1px solid #404040;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.gform_wrapper input:focus, textarea:focus {
	outline: none;
	border-bottom: 1px solid #ca1237;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

input[type=submit], input[type=button], .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	border: 1px solid #a60f2d;
	min-width: 120px;
	margin-top: 1em;
	margin-bottom: 1em;
	border-radius: 0;
	color: #fff;
	background: #a60f2d;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
/*padding: 12px 20px;*/
	padding: 12px 52px;
	font-weight: 600;
	font-size: .9em;
	line-height: normal;
	line-height: 1.4em;
	text-align: center;
	text-shadow: none;
	text-indent: 0;
	vertical-align: middle;
	-webkit-transition-property: color, background, border;
	-moz-transition-property: color, background, border;
	-o-transition-property: color, background, border;
	transition-property: color, background, border;
	-webkit-transition-duration: .4s, .4s, .1s;
	-moz-transition-duration: .4s, .4s, .1s;
	-o-transition-duration: .4s, .4s, .1s;
	transition-duration: .4s, .4s, .1s;
}

input, textarea, input[type=submit], input[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

div.gform_body input, div.gform_body textarea, div.gform_body input[type=submit], div.gform_body input[type=button] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

input[type=submit]:hover, input[type=button]:hover, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
	color: #fff;
	border: 1px solid #820c23;
	background: #820c23;
}

/* ----- News ----- */
.article-header hgroup.source, .article-header .hgroup.source {
	padding: 5px 0 20px;
	font-size: .75em;
	color: #4c4c4c;
}

.article-header hgroup.source a {
	color: #4c4c4c;
	font-weight: 600;
	border: none;
}

.article-header hgroup.source a:hover {
	color: #a60f2d;
	font-weight: 600;
	border: none;
}

h2.article-title.item-is-visible.item-top-visible.item-top-visible-after a {
	border-bottom: none;
}

h2.article-title.item-is-visible.item-top-visible.item-top-visible-after a:hover {
	color: #a60f2d;
}

article footer {
	color: #4c4c4c;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 50px;
	border-top: 1px rgba(127,127,127,.2) solid;
	font-size: .75em;
}

.article-footer a {
	border-bottom: none;
	font-weight: 600;
}

.article-footer a:hover {
	border-bottom: none;
	color: #a60f2d;
}

a.more-link {
	border-bottom: none;
	font-weight: 600;
}

a.more-link:hover {
	border-bottom: none;
	color: #a60f2d;
}

span.university-categorized-default, span.university-location-default, span.categorized-default, span.location-default {
	font-weight: 500;
	text-transform: uppercase;
}

dl.university-categorized a, dl.university-location a, dl.categorized a, dl.location a {
	color: #4c4c4c;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
}

dl.university-categorized, dl.university-location, dl.categorized, dl.location {
	padding-bottom: 5px;
}

figure.article-thumbnail.item-is-visible.item-top-visible.item-top-visible-after a {
	border-bottom: none;
}

/* ------------------------- MEDIA SCREEN ------------------------- */
@media screen and (device-width: 693px) and (-webkit-device-pixel-ratio: 2) {
	
}

@media screen and (max-width: 990px) {
	.main-header {
		width: auto;
	}
	
	.globalbar {
		top: 49px;
	}
}

@media screen and (max-width: 693px) {
	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
		width: calc(100% - 8px);
	}
	
	.box, .box2 {
		min-width: 100%;
		min-height: auto;
	}
	
	.sub-header span, body.blog .sub-header span {
		border-left: none;
		margin-left: 0;
		padding-left: 0;
	}
	
	.main-header {
		padding: 0;
		margin-top: 1rem;
	}
	
	.header, .hero {
		margin-top: -88px;
	}
	
	.business-plan-competition {
		display: none !important;
	}
	
	h1 {
		font-size: 2em;
		letter-spacing: 0;
	}
	
	.h-sm {
		letter-spacing: 3px;
	}
	
	.hero {
		min-height: 544px;
	}
	
	.hero .flexwrap {
		min-height: 544px;
	}
	
	blockquote:after {
		display: none;
	}
	
	.img-break {
	/*background-size: auto !important;*/
		background-attachment: local !important;
	}
	
	.hero:after, .header:after {
		width: 150%;
	}
}

.content-item-event-meta:before {
	content: "| ";
}

.content-item-event-date:after {
	content: ":";
}

.content-item-event-city, .content-item-event-state {
	display: none;
}