@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic);

/* ====================================================== */


/*                     CSS Reset                          */


/* ====================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
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,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.25;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* ====================================================== */


/*                     ICM fixes                          */


/* ====================================================== */


/* For iCM employee interface */


/* Hides the "CSS" link under Admin Tasks */


/* and removes the "Go to Style Sheet Builder" */


/* button under Style Sheet Editor. */

#btnDefaultCss,
#lbtnCss,
#btnimgCss,
#btnBuildCss {
  display: none;
}

div.module {
  position: relative;
}

div.LinkNormal {
  position: absolute;
  top: 3px;
  right: 20px;
}


/* ====================================================== */


/*                     Basic Elements                     */


/* ====================================================== */

body {
  /*background-attachment: fixed;*/
  background-repeat: repeat-x;
  background-position: center top;
  background-color: #fff;
  color: #000000;
  font-family: Georgia, Times New Roman, serif;
  font-size: 75%;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/*                    Horizontal menu                     */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Change entire menu module's size, margin, padding */

.horizontal_menu {
  width: auto;
}

div.AspNet-Menu-Horizontal {
  height: 36px;
  padding: 0;
  text-align: left;
  z-index: 2;
}


/* Horizontal menu li's */

div.AspNet-Menu-Horizontal>ul>li {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
  width: 154.28px;
}


/* Horizontal menu links */

div.AspNet-Menu-Horizontal>ul>li>a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #F04C23;
  background-color: #F04C23;
  color: #EEE;
  display: block;
  font-size: 12px;
  padding: 10px 0;
  text-decoration: none;
}

A {
  font-size: 11px;
}


/* No need to repeat any of the above here, just things that may change on hover */

div.AspNet-Menu-Horizontal>ul>li>a:link,
div.AspNet-Menu-Horizontal>ul>li>a:visited {}


/* Horizontal menu links: hover */

div.AspNet-Menu-Horizontal>ul>li>a:hover,
div.AspNet-Menu-Horizontal>ul>li>a:active {
  background-color: #EEE;
  color: #F04C23;
}

div.AspNet-Menu-Horizontal>ul>li {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
  width: 154.28px;
  z-index: 999;
  position: relative;
  height: 39px;
}


/* ooooooooooooooooooooooooooooooooooooooooo */


/*              Sub-menu Options             */


/* ooooooooooooooooooooooooooooooooooooooooo */


/* set width of sub-menu here: */

div.AspNet-Menu-Horizontal>ul>li>ul {
  width: auto;
}


/* Sub-menu li styling: */

div.AspNet-Menu-Horizontal>ul>li>ul>li {
  /* Width */
  width: 122px;
  /* Text-align: */
  text-align: center;
  /* Background Color: */
  background: #EEE;
  /* Border: */
  border: none;
  /* Margin: */
  margin: 0px;
  /* Padding: */
  padding: 0px;
  height: 40px;
}


/* Sub-menu link styling: */

div.AspNet-Menu-Horizontal>ul>li>ul>li>a {
  /* Color: */
  color: #F04C23;
  /* Weight (lighter, bold, bolder, 400, 700, 900): */
  font-weight: normal;
  /* Style (italic, oblique): */
  font-style: normal;
  /* Text decoration (underline, overline, line-through): */
  text-decoration: none;
  /* Background Color: */
  background-color: #EEE;
  padding: 10px 0;
}

div.AspNet-Menu-Horizontal>ul>li>ul>li>a:hover {
  background-color: #EEE;
  text-decoration: underline !important;
  color: #F04C23;
}


/* set width of sub-sub-menu here: */

div.AspNet-Menu-Horizontal>ul>li>ul>li>ul {
  /* The LEFT value must match the WIDTH value of */
  /* the submenu items to prevent an overlap.     */
  position: absolute;
  top: 0em;
  left: 100%;
  /*background: linear-gradient(to bottom, #fff 0%, #fff 50%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}

.AspNet-Menu-Horizontal ul.AspNet-Menu li li {
  background: #EEE;
  float: none;
  /* Width */
  width: 122px;
  /* Text-align: */
  text-align: center;
  /* Border: */
  border: 0px solid #000000;
  /* Margin: */
  margin: 0px;
  /* Padding: */
  padding: 0px;
  height: 40px;
}

.AspNet-Menu-Horizontal ul.AspNet-Menu li li li a {
  background: #EEE;
  height: 40px;
  padding: 10px;
  width: auto;
  color: #F04C23;
}

.AspNet-Menu-Horizontal ul.AspNet-Menu li li li a:hover {
  background-color: #EEE;
  text-decoration: underline !important;
  color: #F04C23;
}

.AspNet-Menu-Horizontal ul.AspNet-Menu li li {
  /*text color of sub sub menu*/
  color: #F04C23;
  float: none;
  height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 154.28px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/*                  Front Page Content Section CSS                   */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#student-life,
#headlining {
  background-image: url("/SiteImages/95-SchoolImages/95-150_East Central/95-bg2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1095px auto;
  margin-top: 0px;
  min-height: 600px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.inverse {
  color: #FFFFFF;
}

.container:before,
.container:after {
  content: "";
  display: table;
  line-height: 0;
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  content: "";
  display: table;
  line-height: 0;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1080px;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.page-header {
  margin: 20px 0 30px;
  padding-bottom: 9px;
}

.text-center {
  text-align: center;
}

.inverse h2,
.inverse h3,
.inverse h4 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.rooney {
  font-family: "rooney-web", sans-serif;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  text-rendering: optimizelegibility;
}

.inverse .muted {
  color: #E5E5E5;
}

.page-header .lead {
  margin-bottom: 0;
}

ul.inline,
ol.inline {
  list-style: none outside none;
  margin-left: 0;
}

ul.unstyled,
ol.unstyled {
  list-style: none outside none;
  margin-left: 0;
}

.text-shadow-black {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

.muted {
  color: #999999;
}

.lead {
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 20px;
}

ul,
ol {
  margin: 0 0 10px 25px;
  padding: 0;
}

ul.inline>li,
ol.inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}


/* li {
    line-height: 20px;
    }*/

.row:before,
.row:after {
  content: "";
  display: table;
  line-height: 0;
}

.row:before,
.row:after {
  content: "";
  display: table;
  line-height: 0;
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  content: "";
  display: table;
  line-height: 0;
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  content: "";
  display: table;
  line-height: 0;
}

.row {
  margin-left: -20px;
}

.row {
  margin-left: -20px;
}

.span6 {
  width: 490px;
}

[class*="span"] {
  float: left;
  margin-left: 20px;
  min-height: 1px;
}

.span6 {
  width: 460px;
}

[class*="span"] {
  float: left;
  margin-left: 20px;
  min-height: 1px;
}

.inverse a {
  color: #FFFFFF;
}

.inverse a:hover {
  color: #FFFFFF;
  /*text-decoration: underline;*/
}

a:not(.btn) {
  transition: all 0.2s ease-in-out 0s;
}

.thumbnail {
  background: none repeat scroll 0 0 #FFFFFF;
}

.thumbnail {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  display: block;
  line-height: 20px;
  padding: 4px;
  transition: all 0.2s ease-in-out 0s;
}

a {
  color: #B78260;
  /*text-decoration: none;*/
}

.thumbnail>img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}


/* img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    }*/

.rooney {
  font-family: "rooney-web", sans-serif;
}

p {
  margin: 0 0 10px;
}

[class*="span"] {
  float: left;
  margin-left: 20px;
  min-height: 1px;
}

.span5 {
  width: 368px;
}

[class*="span"] {
  float: left;
  margin-left: 20px;
  min-height: 1px;
}

ul.unstyled,
ol.unstyled {
  list-style: none outside none;
  margin-left: 0;
}

.block-links li:before,
.block-links li:after {
  content: "";
  display: table;
  line-height: 0;
}

.block-links li:after {
  clear: both;
}

.block-links li:before,
.block-links li:after {
  content: "";
  display: table;
  line-height: 0;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.inverse .block-links li a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.87);
  border-radius: 5px;
  display: block;
  padding: 6px 6px 6px 12px;
}

.inverse .block-links li a:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

.block-links li a {
  font-size: 18px;
  margin-bottom: 10px;
  padding: 0 20px 12px 15px;
}

.block-links li img.img-circle {
  border: 1px solid #332F24;
}

.block-links li .pull-left {
  margin-right: 10px;
}

.pull-left {
  float: left;
}

.pull-left {
  float: left;
}

.img-circle {
  border-radius: 500px;
}

small {
  font-size: 85%;
}

#slideshow {
  background: #000000 none repeat scroll 0 0;
  border: 2px solid #ffffff;
  float: left;
  height: 287px;
  width: 457px;
}

#slideshow img {
  height: 283px !important;
  width: 453px !important;
}

#leftstream {
  width: 100%;
  height: auto;
  /*float: left;*/
}

#latest {
  color: #D1BBAD;
  font-family: times new roman, serif;
  font-size: 14px;
  clear: both;
  width: 1080px;
  background: rgb(122, 0, 1);
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhMDAwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NzJjMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(122, 0, 1, 1) 0%, rgba(119, 44, 44, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(122, 0, 1, 1)), color-stop(100%, rgba(119, 44, 44, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(122, 0, 1, 1) 0%, rgba(119, 44, 44, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(122, 0, 1, 1) 0%, rgba(119, 44, 44, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(122, 0, 1, 1) 0%, rgba(119, 44, 44, 1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(122, 0, 1, 1) 0%, rgba(119, 44, 44, 1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a0001', endColorstr='#772c2c', GradientType=0);
  /* IE6-8 */
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#latest h2 {
  padding: 8px;
  background: #000000;
  color: #ffffff;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 20px;
  margin: 0;
  border: 1px solid #FFFFFF;
  border-top: 0px;
}

#latest p {
  margin: 0;
  padding: 10px;
  font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/*                  Hyperlinks category                   */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Hyperlink - Default */

A:link {
  /* Font: */
  font-family: inherit;
  /* Size: */
  font-size: 100%;
  /* Color: */
  color: #383838;
  /* Weight (lighter, bold, bolder, 400, 700, 900): */
  font-weight: normal;
  /* Style (italic, oblique): */
  font-style: normal;
  /* Text decoration (underline, overline, line-through): */
  /*text-decoration: none;*/
}


/* Hyperlink - Hover*/

A:hover {
  /* Font: */
  font-family: inherit;
  /* Size: */
  font-size: 100%;
  /* Color: */
  color: #000;
  /* Weight (lighter, bold, bolder, 400, 700, 900): */
  font-weight: normal;
  /* Style (italic, oblique): */
  font-style: normal;
  /* Text decoration (underline, overline, line-through): */
  /*text-decoration: underline;*/
}


/* Hyperlink - Visited */

A:visited {
  /* Font: */
  font-family: inherit;
  /* Size: */
  font-size: 100%;
  /* Color: */
  color: #A59A71;
  /* Weight (lighter, bold, bolder, 400, 700, 900): */
  font-weight: normal;
  /* Style (italic, oblique): */
  font-style: normal;
  /* Text decoration (underline, overline, line-through): */
  /*text-decoration: none;*/
}


/* Hyperlink - Active */

A:active {
  /* Font: */
  font-family: inherit;
  /* Size: */
  font-size: 100%;
  /* Color: */
  color: #A59A71;
  /* Weight (lighter, bold, bolder, 400, 700, 900): */
  font-weight: normal;
  /* Style (italic, oblique): */
  font-style: normal;
  /* Text decoration (underline, overline, line-through): */
  /*text-decoration: underline;*/
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Headers category (remember headers are block elements!)*/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1 {
  color: #A59A71;
  font-family: 'Bitter', serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 3px double #D38E00;
}

h2 {
  color: #D38E00;
  font-family: 'Bitter', serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
}

h3 {
  color: #A59A71;
  font-family: 'Bitter', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
}

h4 {
  color: #D38E00;
  font-family: 'Bitter', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
}

h5 {
  color: #A59A71;
  font-family: 'Bitter', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
}

h6 {
  /* Font: */
  font-family: inherit;
  /* Size: */
  font-size: 100%;
  /* Color: */
  color: #000099;
  /* Weight (lighter, bold, bolder, 400, 700, 900): */
  font-weight: normal;
  /* Style (italic, oblique): */
  font-style: normal;
  /* Text decoration (underline, overline, line-through): */
  /*text-decoration: none;*/
  /* Background Color: */
  background-color: transparent;
  /* Border: */
  border: 0px solid #000000;
  /* Margin: */
  margin: 0px;
  /* Padding: */
  padding: 0px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/*                 Other common elements                  */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {}

img {}

ul {}

li {}

li a {}

li a:link {}

li a:visited {}

li a:hover {}

li a:active {}


/* ====================================================== */


/*                         Sections                       */


/* =====================================================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/*                      Mini Cart                         */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#dvCart {
  /* You may wish to adjust the settings below */
  /* to match the values in the vertical menu. */
  background-color: #7795BD;
  color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  padding-left: 4px;
  border-width: 1px;
  border-color: #648ABD;
  border-style: solid;
  vertical-align: middle;
  /*text-decoration: none;*/
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: scroll;
}

.img_cart {
  /* Remove comment if you wish to not show  */
  /* the shopping cart icon image. You can   */
  /* then use a different image by setting   */
  /* the BACKGROUND-IMAGE property for       */
  /* #dvCart above.                          */
  /* display: none; */
  border: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/*                   Content areas                        */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* The logo image container--change to add a different background to a logo */

/* The logo image */

#imgLogo,
.dv_Logo img,
.dv_Logo input {
  margin: 0 auto;
  padding: 0;
}

#aspnetForm .dv_Logo {
  /* Remove comment characters to make the logo div fill the top of the page    */
  /*  position: absolute; */
  /*   top: 0; */
  /* left: 0; */
  /*  right: 0; */
  /*  width: 100%; */
}

#pagewrapper {
  /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); */
  margin: 0 auto;
  width: 1080px;
}

.div_right_sec div.AspNet-Menu-Vertical>ul>li>ul {
  /* The RIGHT value must match the WIDTH of */
  /* .vertical_menu ul (top-level options)   */
  /* to prevent overlap.                     */
  position: absolute;
  top: 0em;
  right: 100%;
}

.tblTop {
  width: 100%;
  margin: -30px auto 0;
}

.div_top_sec {
  width: 100%;
  /*  background: #FFFFFF; */
}

.tbl_left_cont_right {
  width: 100%;
  background: #FFFFFF;
}


/* Left Section */

td.div_left_sec {
  /* Remove comment characters below to set width. */
  /* Remember that if the content within the DIV   */
  /* is wider than the value you set, by default   */
  /* the column will widen to accommodate content. */
  /* width: 20%;*/
  /* min-width: 200px; */
}

.div_left_sec {
  width: 100%;
  /* display: none; */
}


/* Right Section */

td.div_right_sec {
  /* Remove comment characters below to set width. */
  /* Remember that if the content within the DIV   */
  /* is wider than the value you set, by default   */
  /* the column will widen to accommodate content. */
  /* width: 20%;*/
  /* min-width: 200px; */
}

.div_right_sec {
  width: 100%;
  /* display: none; */
}

td.div_content_sec {
  /* padding: 10px; */
}

div.div_content_sec {}

.div_bottom_sec {}

.tblBottom {
  width: 100%;
}

.div_footer_sec {
  text-align: center;
  width: 100%;
  display: none;
}

.div_privacy {
  text-align: center;
  width: 100%;
}


/* ====================================================== */


/*                         Pages                          */


/* ====================================================== */


/* SelectTermDept.aspx page  */

.selectCol1 {
  vertical-align: top;
  padding: 0;
}

.searchBox {
  height: auto;
  padding-top: 16px;
  text-align: center;
}

.divSelectDept {
  height: auto;
  margin-top: 0;
  overflow: auto;
  text-align: center;
  padding: 10px 0;
}

.courseSelect {
  padding-top: 7px;
}


/* Merch List styling (if using the merchlist script)*/

#myMTable {
  margin-left: auto;
  margin-right: auto;
}

.mTableCell {
  border: 1px dotted #DDDDDD;
  margin: 0;
  padding: 5px 5px 10px;
  text-align: center;
  vertical-align: bottom;
  width: 140px;
}

.mTableCellHover {
  background-color: #F8F8F8;
  border: 1px dotted #AAAAAA;
}

a.mDescriptionLink:link,
a.mDescriptionLink:visited {
  color: #000000;
  font-family: inherit;
  font-size: inherit;
  /*text-decoration: none;*/
}

a.mDescriptionLink:active,
a.mDescriptionLink:hover {
  color: #000088;
}

.mSKU {
  color: #777777;
  font-family: inherit;
  font-size: inherit;
}

.mPriceFields {
  font-family: inherit;
  font-size: inherit;
}

.mAddedMsg {
  color: #003300;
}

#MDtable td {
  vertical-align: top;
}

#MDrelated_merch {
  padding-left: 270px;
}


/* Checkout page */


/* This styles the "active" headers */

div[id$="CheckoutAccordian"] div.LocationBar {
  /* Weight (lighter, bold, bolder, 400, 700, 900): */
  font-weight: bold;
  /* Style (italic, oblique): */
  font-style: normal;
  /* Text decoration (underline, overline, line-through): */
  /*text-decoration: underline;*/
background-color: white;
}


/* This styles the "inactive" headers */

div[id$="DummyHeader"] {
  /* Color: */
  color: #000000;
  /* Weight (lighter, bold, bolder, 400, 700, 900): */
  font-weight: bold;
  /* Style (italic, oblique): */
  font-style: normal;
  /* Text decoration (underline, overline, line-through): */
  /*text-decoration: underline;*/
  /* Background Color: */
  background-color: #999999;
}


/*----------------------------*/


/*   Faculty Adoption Refresh */


/*----------------------------*/


/* Hides the faculty adoption logo  */

.div_content_sec .dv_Logo {
  display: none;
}


/* Change XXX to the width of your content section  */

#container {
  min-width: XXXpx;
  width: XXXpx;
}


/* Fixes font sizes so they are the same as main content  */

#content {
  font-size: inherit;
}


/* Takes gradient background off of the breadcrumbs, fixes font color and size to be consistent with rest of site  */

#breadcrumbs {
  background: none repeat scroll 0 0 transparent;
  color: inherit;
  font-size: inherit;
}


/* Fixes enlarged text on the steps in guided adoptions  */

#Steps {
  font-size: 24px;
}


/* Fixes changes between normal and bold on hover  */

#Steps a:hover {
  font-weight: bold;
}


/* Fixes tiny text on the ISBN search instructions in Quick Adoptions */

#quickInstruction P {
  font-size: 1em;
}


/* Remove comment characters to "float" the adoptions cart on the right side of the page */

.Container .Cart {
  /*     position: fixed; */
  /*     right: 10px; */
  /*     top: 30%; */
  /*     z-index: 101; */
}

.section .LocationBar {
  font-size: inherit;
}


/* Fixes text wrapping */

#content * {
  /*white-space: normal;*/
}


/* ====================================================== */


/*                 Insite Page Elements                   */


/* ====================================================== */


/* Main Content wrapper */

.main_content {
  background-color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  width: 100%;
}


/* Main Content header */

.LocationBar {
  background-color: transparent;
  border: 0 none;
  border-bottom: 3px double #383838;
  color: #000000 !important;
  font-family: 'Bitter', serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  padding-left: 0;
}


/* This controls the part of the form on the left (contact & login pages)*/

.formCellDark {
  background-color: transparent;
  color: #000;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}


/* This controls the part of the form on the right (contact & login pages)*/

.formCellLite {
  background-color: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
}


/* Main Content footer (button wrap)*/

.ButtonsBG {
  background-color: transparent;
  border: 0 none;
  text-align: right;
  width: 99%;
}


/* Errors text*/

.errors {
  background-color: #FFFFFF;
  color: #FF0000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}


/* Breadcrumbs text */

.breadCrumbs {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
}


/*FIXES FOR NEW ASPNET FORM*/

div[id$="menu_h"] a,
div[id$="menu_v"] a {
  white-space: normal !important;
}

div.horizontal_menu,
div.AspNet-Menu-Horizontal,
ul.AspNet-Menu {
  float: none !important;
}


/* ====================================================== */


/*                 Site-specific style                    */


/* ====================================================== */

h2.courseInfoLbl {
  font-size: 125%;
}


/* Begin styles for MerchList.js script. */


/* Prevents view of default item display */


/* while the MerchList script is loading. */

#ctl00_ctl00_Content_Content_dgMerch {
  display: none;
}


/* Table generated by the script. */

#myMTable {
  margin-left: auto;
  margin-right: auto;
}


/* Each cell added to the table has this */


/* class added to it. */

.mTableCell {
  text-align: center;
  vertical-align: top;
  width: 140px;
  margin: 0px 0px;
  padding: 5px 5px 10px 5px;
  border: 1px dotted #DDDDDD;
}


/* This class is added to a cell on hover, */


/* and removed when they mouse out. */

.mTableCellHover {
  border: 1px dotted #AAAAAA;
  background-color: #F8F8F8;
}


/* Controls the short description links. */

a.mDescriptionLink:link,
a.mDescriptionLink:visited {
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  color: #000000;
  /*text-decoration: none;*/
}


/* Controls short description hover state. */


.tblCourseSelect {
  margin: 0 auto;
}

.divSelectDept {
  padding: 0 20px;
}

.selectCol2 {
  padding: 0 20px;
}

.div#righthelp,
.righthelp {
  display: none;
}
#ctl00_ctl00_Content_Content_ddlSorter_lstSortMerch {
  display: none;
}
#ctl00_ctl00_Content_Content_ddlSorter_lblSort {
  display: none;
}
#ctl00_ctl00_Content_Content_btnBackTop {
  display: none;
}
#ctl00_ctl00_Content_Content_btnCartTop {
  display: none;
}
#ctl00_ctl00_Content_Content_btnBackBottom {
  display: none;
}

#closebox {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
}
#cartinfo {
  font-size: 14pt;
  padding: 10px 0 0 10px;
}
#cartinfo a {
  color: blue;
  font-size: 12pt;
  font-weight: bold;
  /*text-decoration: none;*/
}
.white_content div {
  margin-bottom: 5px;
}
#checkout {
  background-image: url(/SiteImages/121-SchoolImages/121-banner/121-check_gold.png
);
  background-position: 0 0;
  background-repeat: no-repeat;
  text-align: right;
  width: 100px;
}
#ctl00_ctl00_ctl14_dvHtmlContent div {
  text-align: center;
  padding-bottom: 10px;
}
#slideshow {
  border: 10px double #fff;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
#ctl00_ctl00_Content_ctl00_dvHtmlContent td {
  padding: 20px;
}
.column.half {
  width: 45%;
}
.selectCol1 {
  padding-right: 45px;
  padding-top: 12px;
}
.imgPreviewFullsize {
  height: auto !important;
  max-height: 220px;
  max-width: 220px;
  width: auto !important;
  margin-left: 10px;
}
.merchSearch {
  float: right;
  margin: 0 0 0 10px;
  width: 435px;
}
#ctl00_ctl00_Content_Content_lblClassName {
  margin: 0 0 0 5px;
  position: relative;
  top: 3px;
}
.button {
  -moz-appearance: none;
  background-color: #d4d4d4;
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: 0 0 10px #929292 inset;
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  padding: 1px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
div#TBLeftColumn {
  border: medium none;
  float: left;
  margin-left: 20px;
  padding: 42px;
  width: 30%;
}
#ctl00_ctl00_div_privacy>a {
  display: none;
}
.div_content_sec {
  margin: -15px auto 0;
}
.main_content>div {
  margin-top: 20px;
}
#ctl00_ctl00_div_privacy>a {
  display: none;
}
td.formCellLite span {
  color: black;
}