/* -------------------------- STYLE RULES FOR TEXT & HEADINGS ------------------------------*/

* {
  font-family: 'Open Sans',Arial,Verdana,Helvetica,sans-serif;
}

h1 {
  color: #005293;
  font-size: 3em;
  font-weight: normal;
  margin: 7px 0 27px 0;
  padding: 0;
  line-height: 1;
}

h2 {
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 4px solid #005293;
  text-transform: uppercase;
  margin: 10px 0 30px 0;
}

h3 {
  color: #005293;
  font-size: 1.1em;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  margin: 15px 0 20px 0;
}

a {
  text-decoration: none;
  color: #0067BD;
}

ul a:hover {
  border-bottom: 1px solid;
}

/* -------------------------- STYLE RULES FOR SECTIONS ------------------------------*/

#section1 {
  padding-top: 45px;
  padding-bottom: 30px;
}

#section2 {
  padding-bottom: 45px;
}

#section1, #section2 {
  margin: 0; background-color: #F2F2F2;
  background: rgb(0,24,40);
  background: -webkit-linear-gradient(90deg, rgba(0,24,40,1) 0%, rgba(0,82,147,1) 35%, rgba(0,78,141,1) 62%, rgba(0,33,59,1) 100%);
  background: -o-linear-gradient(90deg, rgba(0,24,40,1) 0%, rgba(0,82,147,1) 35%, rgba(0,78,141,1) 62%, rgba(0,33,59,1) 100%);
  background: -moz-linear-gradient(90deg, rgba(0,24,40,1) 0%, rgba(0,82,147,1) 35%, rgba(0,78,141,1) 62%, rgba(0,33,59,1) 100%);
  background: linear-gradient(90deg, rgba(0,24,40,1) 0%, rgba(0,82,147,1) 35%, rgba(0,78,141,1) 62%, rgba(0,33,59,1) 100%);
}

#LOGIN_BOX, #UPDATES {
  background-color: white;
}

.white_bg {
  background-color: white;
  padding: 20px;
}

.white_bg2 {
  background-color: white;
}

.blue_bg {
  background-color: #DAF2FF;
  padding: 20px;
  border: 1px solid #83BEEC;
}

.red_bg {
  background-color: #f7e4e1;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #FCA8A8;
}

.red_bg p {
  color: #000 !important;
}


/* -------------------------- STYLE RULES FOR HEADER & NAVIGATION -------------------------------*/


header {
  color: white;
}


nav div, nav ul {
  background: #005293 !important;
}

nav li {
  text-align: center;
}

nav li a {
  color: white;
}

.active {
  color: white;
}

.active:hover {
  background: white;
  color: #005293;
  border-radius: 20px;
}

nav li a:hover {
  background-color: #2AA9E0;
  border-radius: 5px;
  border-bottom: none;
}

.menu-text {
  font-size: 1.2em !important;
  font-weight: 500 !important;
}

.title-bar-title {
  font-weight: 500;
}


/* -------------------------- STYLE RULES FOR COLOUR BAR -------------------------------*/


.colour_bar div{
  width: 11.111%
}

.orange, .light_orange, .light_purple, .purple, .light_blue, .blue, .yellow, .light_green, .green {

}

.orange {
  background-color: #FF6D22;
}

.light_orange {
  background-color: #FFA100;
}

.light_purple {
  background-color: #C9A5D7;
}

.purple {
  background-color: #7577B9;
}

.light_blue {
  background-color: #72C7E7;
}

.blue {
  background-color: #00A1DE;
}

.yellow {
  background-color: #FECB00;
}

.light_green {
  background-color: #99CC66;
}

.green {
  background-color: #00AF3F;
}

.gbc_blue {
  background-color: #005293;
}


/* -------------------------- STYLE RULES FOR LOGIN BOX ------------------------------*/

#LOGIN_BOX img {
  border: 2px solid white;
}

.bt_login {
  background: #005293;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid white;
  -webkit-transition-property: background;
  -o-transition-property: background;
  -moz-transition-property: background;
  -ms-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  transition-timing-function: linear;
}

#employee_login:hover{
  background: #008800;
}

#employee_login {
  background: #005293;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid white;
  -webkit-transition-property: background;
  -o-transition-property: background;
  -moz-transition-property: background;
  -ms-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  transition-timing-function: linear;
}

#student_login:hover, #myaccount:hover , #logout:hover{
  background: #008800;
}

p.intro {
  font-weight: bold;
  color: #005293;
  font-size: 1em;
  margin: 10px;
}

ul {
  list-style-type: circle;
  margin-left: 40px;
  padding-left: 0px;
}

#intro li {
  margin-left: 0;
  font-size: 0.8em;
}

#intro a{
  text-decoration: underline;
  cursor: pointer;
}

.reveal p {
  font-size: 0.9em;
}

.reveal h2 {
  font-size: 1.5em;
  text-align: center;
  margin: 15px 0 40px 0;
}

.reveal li {
  font-size: 0.8em;
}

/* -------------------------- STYLE RULES FOR LATEST UPDATES BOX ------------------------------*/

#UPDATES ul li {
  margin-bottom: 40px;
}

.news_item {
  color: #0067BD;
  font-weight: bold;
}

.news_item_red {
  color: red;
  font-weight: bold;
}

/* -------------------------- STYLE RULES FOR INFO BOX-------------------------------*/

.accordion {
  background: GAINSBORO;
  background: linear-gradient(gainsboro, white);
  border: 2px solid #F2F2F2;
}

.accordion-title, .accordion-title a {
  color: black;
  font-size: 1.6em;
  font-variant: small-caps;
  text-decoration: none;
}

.accordion-title a:hover{
  background-color: inherit;
  color: #005293;
  text-decoration: underline;
}

.is-active > .accordion-title {
  background-color: #005293 !important;
  color: white;
  border: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 0;
}

#info-box {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul#info-box {
  padding-left: 0px;
}

ul, menu, dir {
  -webkit-padding-start: 0px;
  -o-padding-start: 0px;
  -moz-padding-start: 0px;
  -ms-padding-start: 0px;
}

.up_arrow {
  width: 32px;
  height: 32px;
  margin: 25px auto;
  background-image: url('../img2/png/003-up-arrows.png');
}

.up_arrow:hover {
  background-image: url('../img2/png/003-up-arrows-hover.png');
}

.pic img {
  padding: 20px;
  margin: 0 auto;
}


/* -------------------------- STYLE RULES FOR FOOTER ------------------------------*/


footer {
  background-color: #231F20;
  min-height: 200px;
}

footer p {
  text-align: center;
  color: white;
  font-size: .9em;
}

.social_media {
  text-align: center;
  padding-top: 30px !important;
}

.social_media img {
  margin: 10px;
  width: 40px;
}
