.btn-primary {
  background-color: #602d89 !important;
  border-color: #602d89 !important; }

.btn-primary:hover {
  background-color: #532776 !important;
  border-color: #532776 !important; }

.bg-primary {
  background-color: #602d89 !important; }

.border-primary {
  border-color: #602d89 !important; }

#term_select {
  display: inline;
  font-size: 24px; }

#term {
  vertical-align: text-bottom; }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
html {
  position: relative;
  min-height: 100%; }

.breadcrumb-item a, a.list-group-item {
  color: #602d89; }

.breadcrumb-item a:hover, a.list-group-item:hover {
  color: #602d89;
  font-weight: bold; }

body {
  background-color: black;
  background: url(/images/header_3512lpr.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  resize: both;
  font-family: 'Catamaran', serif;
  color: white;
  margin-bottom: 180px !important; }

li.nav-item {
  border-bottom: 1px solid #333; }

li.nav-item a svg:last-child {
  width: 30px !important; }

ul.navbar-nav li.nav-item:last-child {
  border-bottom: 0px; }

.navbar-brand {
  font-family: 'Playfair Display', sans-serif; }

.navbar-brand img {
  height: 40px; }

.navbar-brand h1 {
  font-size: 1.6em;
  display: inline-block;
  margin-bottom: 0px; }

h1 {
  font-family: 'Roboto', sans-serif; }

header {
  padding: 100px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), transparent;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1.3s;
  /* Firefox < 16 */
  -ms-animation: fadein 1.3s;
  /* Internet Explorer */
  -o-animation: fadein 1.3s;
  /* Opera < 12.1 */
  animation: fadein 1.3s;
  padding-left: 1em;
  padding-right: 1em; }

header.home {
  max-width: 1200px;
  border-radius: 5px;
  margin: 10px auto 10px auto; }

header h1 {
  color: white;
  font-family: 'Playfair Display', sans-serif;
  font-size: 2.5em; }

header h2 {
  font-family: 'Playfair Display', sans-serif;
  color: white; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

header h1 img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px; }

section {
  -webkit-animation: fadein 1.3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1.3s;
  /* Firefox < 16 */
  -ms-animation: fadein 1.3s;
  /* Internet Explorer */
  -o-animation: fadein 1.3s;
  /* Opera < 12.1 */
  animation: fadein 1.3s; }

section.half {
  float: left;
  width: 50%;
  padding: 5px; }

section.third {
  float: left;
  width: 33%;
  padding: 5px; }

section.half div, section.third div {
  border: 1px solid #666666; }

section.blockhead h2 {
  font-family: 'Roboto', sans-serif;
  background-color: #602d89;
  color: white;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 10px; }

.devise_links {
  margin-top: 30px;
  text-align: center; }

.devise_links a {
  margin-bottom: 15px; }

.inner_lfloat {
  margin: 5px;
  float: left; }

.inner_rfloat {
  margin: 5px;
  float: right; }

.mono {
  font-family: 'Cutive Mono';
  font-weight: bold; }

.right {
  text-align: right; }

h1.main_heading {
  font-size: 2em;
  margin-top: 5px; }

section.blockhead p {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
  font-size: 1.1em; }

section.blockhead sub {
  text-align: center;
  font-size: 0.8em; }

section.blockhead p:nth-child(odd) {
  background-color: #EEE; }

section.blockhead p span {
  float: right;
  font-family: 'Cutive Mono';
  font-size: 1em;
  font-weight: bold; }

section.bill_header {
  display: block; }

#main {
  background-color: white;
  color: black;
  padding: 20px;
  border-radius: 5px; }

a.action {
  margin: 5px;
  border: 1px solid black;
  padding: 10px;
  text-decoration: none;
  background-color: #333;
  color: white;
  display: inline-block; }

section.student_details {
  margin-left: 10px;
  margin-right: 10px; }

section.student_details form select {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1em;
  padding: 5px; }

/* Main */
.tilecontainer {
  background-color: #000;
  z-index: -3;
  padding: 5px;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1.3s;
  /* Firefox < 16 */
  -ms-animation: fadein 1.3s;
  /* Internet Explorer */
  -o-animation: fadein 1.3s;
  /* Opera < 12.1 */
  animation: fadein 1.3s; }

.main section {
  display: block;
  position: relative;
  height: 300px;
  float: left;
  transition: box-shadow 0.2s;
  z-index: 1; }

.main section h1 {
  font-family: 'Cormorant', sans-serif;
  color: white;
  line-height: 300px;
  text-align: center;
  font-size: 6vmin;
  margin: 0; }

.main section:hover h1 {
  color: #fff;
  text-shadow: -1px -1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,1px 1px 0 #000; }

.main section::after {
  background-image: url(/images/bg.jpg);
  background-size: cover;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; }

.main section p {
  color: white;
  text-align: center; }

.main a:nth-child(1) section {
  box-shadow: inset 0 0 0 10px white;
  transition: box-shadow 0.2s;
  width: 60%; }

.main section h1:hover {
  font-size: 6.3vmin;
  transition: font-size 0.2s;
  opacity: 1.0; }

.main a:nth-child(4) section {
  box-shadow: inset 0 0 0 10px white;
  transition: box-shadow 0.2s;
  width: 60%; }

.main a:nth-child(4) section::after {
  background-image: url(/images/cookie.jpg); }

.main a:nth-child(3) section {
  box-shadow: inset 0 0 0 10px #CCC;
  transition: box-shadow 0.2s;
  width: 40%; }

.main a:nth-child(2) section::after {
  background-image: url(/images/3545scr.jpg);
  background-position: bottom; }

.main a:nth-child(2) section {
  box-shadow: inset 0 0 0 10px #CCC;
  transition: box-shadow 0.2s;
  width: 40%; }

.main a:nth-child(3) section::after {
  background-image: url("https://www.holycross.edu/sites/default/files/styles/feature_box_full_width_50_50/public/visit_rs74768_100314_fall_9_0.jpg?itok=9Kh_DUno"); }

.main a section:hover::after {
  opacity: 0.8; }

.main a section:hover::after {
  box-shadow: inset 0 0 0 10px #602d89; }

header div.row div.center-block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

#student_select {
  margin: 30px 30px 50px 30px;
  color: white; }

#student_select h1 {
  font-family: 'Playfair Display', sans-serif; }

#student_select a {
  font-family: 'Playfair Display', sans-serif; }

/* end main */
.footer-basic-centered {
  background: black;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  font: normal 18px sans-serif;
  padding: 45px;
  margin-top: 0px;
  position: absolute;
  bottom: 0;
  height: 170px; }

.footer-basic-centered .footer-company-motto {
  color: #8d9093;
  font-size: 24px;
  margin: 0;
  z-index: 2; }

.footer-basic-centered .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  margin: 0; }

.footer-basic-centered .footer-links {
  list-style: none;
  font-weight: bold;
  color: #ffffff;
  padding: 35px 0 23px;
  margin: 0; }

.footer-basic-centered .footer-links a {
  display: inline-block;
  text-decoration: none;
  color: inherit; }

table {
  width: 100%;
  border-collapse: collapse; }

table td {
  color: black; }

/* Zebra striping */
tr:nth-of-type(odd) {
  background: #eee;
  border: 1px solid #666; }

th {
  background: #333;
  color: white;
  font-weight: bold; }

td, th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left; }

tbody tr th:nth-of-type(2) {
  background: #666; }

tbody tr:nth-child(2) th:nth-of-type(1) {
  background: #666; }

tbody tr:nth-child(4) th:nth-of-type(1) {
  background: #666; }

tbody tr:nth-child(5) th:nth-of-type(1) {
  background: #666; }

tbody tr:nth-child(7) th:nth-of-type(1) {
  background: #666; }

tbody tr:nth-child(8) th:nth-of-type(1) {
  background: #666; }

table.bill tbody tr td:nth-child(n+3) {
  text-align: right; }

table.bill {
  margin-bottom: 30px; }

section.footnotes {
  padding: 30px;
  box-shadow: inset 0 0 0 10px #CCC; }

#sdetails_table th {
  background: #666;
  font-size: 0.8em;
  text-align: right; }

#statement_details h2 {
  margin: 0; }

/* shop */
section.care {
  margin: 30px 0px 30px 0px;
  border: 3px solid #CCC;
  padding: 10px; }

.card-body p span {
  float: right; }

/* If you don't want the footer to be responsive, remove these media queries */
#main > section:nth-child(3) > div > table.stats > tbody > tr > th {
  background-color: #666; }

#main > section:nth-child(3) > div > table.stats > tbody > tr:nth-child(8) > th:nth-child(1),
#main > section:nth-child(3) > div > table.stats > tbody > tr:nth-child(1) > th:nth-child(1),
#main > section:nth-child(3) > div > table.stats > tbody > tr:nth-child(4) > th:nth-child(1) {
  background-color: #333; }

@media (max-width: 600px) {
  .footer-basic-centered {
    padding: 35px; }
  .footer-basic-centered .footer-company-motto {
    font-size: 18px; }
  .footer-basic-centered .footer-company-name {
    font-size: 12px; }
  .footer-basic-centered .footer-links {
    font-size: 14px;
    padding: 25px 0 20px; }
  .footer-basic-centered .footer-links a {
    line-height: 1.8; } }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  tr {
    border: 1px solid #ccc; }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 50%; }
  table.nolabel td {
    padding-left: 3px; }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }
  #statement_details {
    float: none;
    width: 100%;
    clear: both; }
  #statement_details tr th {
    display: none; }
  .full_mobile {
    width: 100%; }
  /*
	Label the data
	*/
  table.bill td:nth-of-type(1):before {
    content: "Date"; }
  table.bill td:nth-of-type(2):before {
    content: "Description"; }
  table.bill td:nth-of-type(3):before {
    content: "Term"; }
  table.bill td:nth-of-type(4):before {
    content: "Charge"; }
  table.bill td:nth-of-type(5):before {
    content: "Credit"; }
  table.finaid td:nth-of-type(1):before {
    content: "Award"; }
  table.finaid td:nth-of-type(2):before {
    content: "Fall"; }
  table.finaid td:nth-of-type(3):before {
    content: "Spring"; }
  table.finaid td:nth-of-type(4):before {
    content: "Total"; }
  table.account td:nth-of-type(1):before {
    content: "Date"; }
  table.account td:nth-of-type(2):before {
    content: "Description"; }
  table.account td:nth-of-type(3):before {
    content: "Charge"; }
  table.account td:nth-of-type(4):before {
    content: "Credit"; }
  table.grade td:nth-of-type(1):before {
    content: "Class"; }
  table.grade td:nth-of-type(2):before {
    content: "Description"; }
  table.grade td:nth-of-type(3):before {
    content: "Units"; }
  table.grade td:nth-of-type(4):before {
    content: "Grading"; }
  table.grade td:nth-of-type(5):before {
    content: "Grade"; }
  table.grade td:nth-of-type(6):before {
    content: "Grade Points"; }
  table.grade td:nth-of-type(5) {
    font-weight: bold; }
  table.stats td:nth-of-type(1):before {
    content: "From Enrollment"; }
  table.stats td:nth-of-type(2):before {
    content: "Cumulative Total"; }
  td.nolabel:before {
    content: "" !important; }
  td.nolabel {
    padding-left: 3px; }
  table.bill tbody tr td:nth-child(n+3) {
    text-align: left; }
  #sdetails_table tr:nth-of-type(1) td:before {
    content: "TERM:"; }
  #sdetails_table tr:nth-of-type(2) td:before {
    content: "BILL NO:"; }
  #sdetails_table tr:nth-of-type(3) td:before {
    content: "ISSUE DATE:"; }
  #sdetails_table tr:nth-of-type(4) td:before {
    content: "DUE DATE:"; }
  #sdetails_table tr:nth-of-type(5) td:before {
    content: "AMOUNT DUE:"; }
  #sdetails_table tr:nth-of-type(6) td:before {
    content: "STUDENT NAME:"; }
  #sdetails_table tr:nth-of-type(7) td:before {
    content: "STUDENT ADDRESS:"; }
  #sdetails_table tr:nth-of-type(8) td:before {
    content: "STUDENT NO:"; }
  .inner_rfloat {
    margin: 0; } }

@media all and (max-width: 768px) {
  section.half {
    width: 100%; }
  a.action {
    width: 100%; } }

@media all and (max-width: 991px) {
  header div.inner {
    width: 70vw; } }

@media all and (max-width: 768px) {
  header div.inner {
    width: 70vw; }
  .main section {
    width: 50% !important; } }

@media all and (max-width: 575px) {
  header div.inner {
    width: 70vw; }
  header div.inner p {
    font-size: 1em; }
  .main section {
    width: 100% !important; }
  .main section h1 {
    font-size: 10vmin; }
  .main section h1:hover {
    font-size: 11vmin; }
  #mpay a {
    width: 100%;
    font-size: 1.2em; } }

#announcementModal {
  color: #000000; }
