@font-face {
  font-family: "Avenir-Medium";
  src: url("http://web.bellevue.edu/resources/fonts/Avenir-Medium.ttf") format('truetype'),
        url("http://web.bellevue.edu/resources/fonts/Avenir-Medium.woff") format('woff');
}

@font-face {
  font-family: "Avenir-MediumOblique";
  src: url("http://web.bellevue.edu/resources/fonts/Avenir-MediumOblique.ttf") format('truetype'),
        url("http://web.bellevue.edu/resources/fonts/Avenir-MediumOblique.woff") format('woff');
}

@font-face {
  font-family: "Avenir-Heavy";
  src: url("http://web.bellevue.edu/resources/fonts/Avenir-Heavy.ttf") format('truetype'),
        url("http://web.bellevue.edu/resources/fonts/Avenir-Heavy.woff") format('woff');
}

@font-face {
  font-family: "Avenir-HeavyOblique";
  src: url("http://web.bellevue.edu/resources/fonts/Avenir-HeavyOblique.ttf") format('truetype'),
        url("http://web.bellevue.edu/resources/fonts/Avenir-HeavyOblique.woff") format('woff');
}

/* Table of Contents
    I. Reset Styles
    II. Base Styles
    III. Base Form Template
    IV. Content Styles
    V. Miscellaneous
    VI. Form Submit Button Styles

*/

/* I. Reset Stylesheet */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, tbody, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;

}
/*table font */
table {
    font-size: 13px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/*<!--table {
	border-collapse: collapse;
    border-spacing: 0;
}-->*/

strong {
    font-weight: bold;
    font-family: Arial, sans-serif;
}

em {
    font-style: italic;
    font-family: Arial, sans-serif;
}

/*=================*/
/* II. Base Styles */
/*=================*/

body {
    font-size: 1em;
    line-height: 1.25em;
    background: #F6F5F8
    font-family: Arial, sans-serif;
}
input, select {
    font-family: Arial, sans-serif;
    font-size: 14px;
	  padding: 5px;
    margin: 5px;
  	width: auto;
  	border: 1px solid #999;
    font-size: 14px;
}
input[type='text'], select {
    height: 35px;
}
#site-wrapper {
    margin-top: 15px;
}

/* wrappers */

#full-site-wrap {
    width: 100%;
}

#middle-content-wrap {
    margin: 0px auto;
    width: 1000px;
}

#third-level-content-wrap {
    margin: 0px;
    padding: 0px 20px 20px;
    width: 710px;
    float: left;
    background-color: #CCC;
}
.form-group{
  margin-bottom:0px;
}

/*=================*/
/* End of Base Styles */
/*=================*/

/*===================*/
/* III. BASE FORM TEMPLATE */
/*===================*/

@media screen and (max-width: 991) {
    body {
        background-color: lightblue;
    }
}

/* The Form Header */
#header {
width: 100%;
height: 60px;
background-image: url(/resources/images/header-ribbon-repeat.jpg);
background-position: top center;
background-repeat: repeat-x;
border-bottom-color: gold;
border-bottom-style: solid;
border-bottom-width:3px;
box-shadow: 0 1 10

}

header h1{
  color: white;
  margin-left: 15%;
  margin-right: 0px;
  font-size: 1.55em;
  line-height: 2.3em;
}


.logo-float {
    float: left;
}
.main-logo {
    margin: 20px 0px 30px 0px;
    width: 165px;
    height: 100px;
    display: block;
    background: transparent url(/resources/images/design-sprite.png) no-repeat 0px -330px;
}
.head_spacer {
	height: 15px;
}
/*	progress bar - inc: incomplete and comp:complete*/

#progressbar_inc {
	background-color: #D6A800;
}
#progressbar_comp {
	background-color: #4E869F;
	width: 100%;
}
#progressbar_fail {
	background-color: #AB162B;
	width: 100%;
}

/*	Main Panel */

#mainPanel {
	border: solid 1px #CCC;
	width:85%;
	margin: 0 9%;
	padding: 12px;

}

#table-format {
	margin-left: 10%;
	margin-right: 10%;
}

/*	Error Alert Box - boot strap alert	*/
.error {
	font-size: 15px;
	font-family: Arial, sans-serif;
	color: #AB162B;
}
/* the actual error messages section in the alert box */
.invalid {
  padding-left: 10px;
  font-size: 14px;
  margin: 1px;
}

/*	the area of the form */
.form_area {
	margin-left: 15%;
	margin-right: 15%;
}

.panel panel-default{
  box-shadow: 10px;

}

/*Required Text */
.required:after {
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #AB162B;
	content: "*"
}
.usernametxt {
	width: 305px;
}

/*=====================*/
/* END OF FORM TEMPLATE*/
/*=====================*/

/*====================*/
/* IV. Content Styles */
/*====================*/


p {
    margin: 0px 0px 15px 0px;
    font-size: 0.9em;
    line-height: 1.7em;
}

h1 {
    color: #4F3674;
    font-family: "Avenir-Medium", Arial, sans-serif;
}


h2 {
    margin: 0px 0px 20px;
    font-size: 1.25em;
    color: #666;
    line-height: 1.35em;
    font-family: "Avenir-Medium", Arial, sans-serif;
}

h3 {
    margin: 0px 0px 20px;
    font-size: 1em;
    color: #4F3674;
    line-height: 1.4em;
    font-family: "Avenir-Medium", Arial, sans-serif;
    font-weight: bold;

}

/*h4 is essentially the same thing as stepOn but with the same settings as the other H's. . Used used for text above progress bar*/
h4 {
  margin: 0px 0px 20px;
  font-size: 1em;
  color: #4F3674;
  line-height: 1.25em;
  font-family: "Avenir-Medium", Arial, sans-serif;
}
.stepOn {
  font-weight: bold;
  font-size: 1em;
  color: #4F3674;
  font-family: "Avenir-Medium", Arial, sans-serif;
}
.stepOff {
  font-weight: normal;
  font-size: 1em;
  color: #4F3674;
  font-family: "Avenir-Medium", Arial, sans-serif;
}
.stepError{
  color: #AB162B;
  font-weight: bold;
}

.important {

    font-weight: bold;
    color: #AB162B;
    font-size: 18px;
}
/*====================*/
/* IV. Content Styles */
/*====================*/

/*=================*/
/*=== V. Misc =====*/
/*=================*/

.clear-fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hide-text { /* Kellum Method for Image Replacement */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#full-page-wrap {
    margin: 40px auto 0px;
    width: 1000px;
}

.shadow {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.btn{
  border: 1px;
  border-style: solid;
}

/*.headerImage { /* Class for legacy header images so they come over properly
    margin-bottom: 20px;
    max-width: 465px;
    height: 181px;
    display: block;
}

.header-image {
    margin-bottom: 30px;
    display: block;
}*/

/*==============*/
/*= End of MISC */
/*==============*/

/*===============================*/
/* VI. Form Submit Button Styles */
/*===============================*/
#form-submit-button {
    padding: 10px 20px;
    display: inline-block;

    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    color: #FFF;
    text-align: center;
    font-family: 'Avenir-Heavy', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #4F3674;
    font-size: 1em;
    cursor: pointer;
    border: none;
}

#form-submit-button:hover {
    background-color: #D6A800;
}
#form-cancel-button {
    padding: 10px 20px;
   display: inline-block;

    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    color: #FFF;
    text-align: center;
    font-family: 'Avenir-Heavy', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #4E869f;
    font-size: 1em;
    cursor: pointer;
    border: none;
}

#form-cancel-button:hover {
    background-color: #D6A800;
}

#form-additional-button {
    padding: 10px 20px;
    display: inline-block;

    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    color: #FFF;
    text-align: center;
    font-family: 'Avenir-Heavy', Verdana, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #4F3674;
    font-size: 1em;
    cursor: pointer;
    border: none;
}

#form-additional-button:hover {
    background-color: #D6A800;
}

/*===============================*/
/* End of Form Submit Button Styles */
/*===============================*/
