

/*===============*/
/*  font stacks  */
/*===============*/
@import url(https://fonts.googleapis.com/css?family=Muli);

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.85rem;
}
.heading {
	font-family: 'CenturyGothicRegular', 'Muli', Arial, Helvetica, sans-serif;
}
.copy {
	font-family:  Arial, Helvetica, sans-serif;
}


/*==========*/
/*  colors  */
/*==========*/
.primary-purple {
	color: #49176D;
}
.primary-orange {
	color: #B95915;
}
.primary-maroon {
	color: #7C0040;
}
.secondary-grey {
	color: #6D6E71;
}
.secondary-coolGray9 {
	color: #808285;
}
.secondary-coolGrey6 {
	color: #A7A9AC;
}
.secondary-white {
	color: #FFFFFF;
}


/*=========*/
/*  text  */
/*=========*/
.heading {
	font-family: 'CenturyGothicRegular', 'Muli', Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 36px;
	line-height: 42px;
}
h2 {
	font-size: 26px;
	line-height: 34px;
}
h3 {
	font-size: 20px;
	line-height: 24px
}
h4 {
	font-size: 14px;
	line-height: 18px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}


/*=======*/
/* links */
/*=======*/
a {
	color: #49176D;
	cursor: pointer;
}
a:active {
	color: #B95915;
}
a:hover {
	color: #B95915;
}
a:focus {
	color: #B95915;
}
a:visited {
	color: #B95915;
}

button a {
	color: #FFFFFF;
}
button a:active,
button a:focus,
button a:visited {
	color: #FFFFFF;
}
button a:hover {
	color: #EBE9ED;
	text-decoration: none;
}


/*=========*/
/* buttons */
/*=========*/
/*
 * Normal buttons on white backgrounds
 */
.btn-style {
	color: #FFFFFF;
    border-radius: 0px;
    background-color: #49176D;
    border-color: #49176D;
    font-family: 'Century Gothic W01', 'Muli', Arial, Helvetica, sans-serif;
}

.btn-primary {
	background-color: #49176D;
	border-color: #49176D;
}

.btn-style:active {
	color: #A7A9AC;
	background-color: #49176D;
	border-color: #49176D;
}
.btn-style:hover {
	color: #A7A9AC;
	background-color: #49176D;
	border-color: #49176D;
}
.btn-style:focus {
	color: #FFFFFF;
	background-color: #49176D;
    border-color: #49176D;
    outline: none;
}
.btn-style:visited {}

.btn-style:active:hover,
.btn-style.active:hover,
.open > .dropdown-toggle.btn-style:hover,
.btn-style:active:focus,
.btn-style.active:focus,
.open > .dropdown-toggle.btn-style:focus,
.btn-style:active.focus,
.btn-style.active.focus,
.open > .dropdown-toggle.btn-style.focus {
	outline: none;
}

.btn-default {
	border-radius: 0px;
}

/*override bootstrap font weight*/
label {
	font-weight: normal;
}
