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

* Filename:     style.css
* Version:      1.0.0 (2015-03-21)
* Website:      http://www.zymphonies.com
                http://www.freebiezz.com
* Description:  System Styles
* Author:       Zymphonies Team
                info@zymphonies.com

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

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, 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: baseline;
}

html, body {
  width: auto;
  overflow-x: hidden;
}

#overlay-content {
	margin-top: 170px !important;
}

/* 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;
}

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

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:1%;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', 'Arial';
  line-height: 160%;
  color: #666;
  font-size:13px;
}

a {
  color: #ba0c2f;
  text-decoration: none;
}

.content .node-page a {
	font-weight: 500;
}

a:hover { color: #ba0c2f; text-decoration:underline;}

.red { color: red; }

.green{ color: green; }

.blue { color: blue; }

.yellow { color: yellow; }

.orange { color: orange; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom:10px;
  color: #555;
}

h1 {
  font-size:18px;
}

h2 {
  font-size:16px;
}

h3 {
	color: #ba0c2f;
	font-size: 16px;
	font-weight: 500;
	margin-top: 30px;
}

.employment {
  color: #002855 !important;
  margin-bottom: 0.2em;
}

h4 {
  font-size:13px;
}

h5 {
  font-size:13px;
}

h6 {
  font-size:14px;
}

p {
  color: #111;
  margin-bottom: 18px;
  font-weight: 400;
}

.boldhead {
	font-family: arial;
	font-size: 14px;
	color: #002855;
}

.tableh{
	font-size: 16px;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

.page-node-8 .field-type-text-with-summary {
	width: 100% !important;
	float: left;
	position: relative;
	z-index: 200;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

table {
  background: #ececec;
  border: 1px solid #bbbbbb;
}

th {
  color: #fff;
  padding: 8px 0 8px 15px;
  background: #002855;
}

td {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dbdbdb;
  color: #111;
  padding: 10px;
  text-align: left;
  font-weight: 300;
}

code {
  background: rgb(250, 250, 250);
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}


.theme-default .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	/*background: url(arrows.png) no-repeat;*/
	text-indent: -9999px;
	border: 0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	margin-top: 18px;
}


del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type: disc;
  margin-bottom: 15px;
  margin-left: 10px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.3em;
}

cite,
em {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  background: rgb(250, 247, 247) url("../images/quote.png") no-repeat scroll 25px 20px;
  border: 1px solid rgb(226, 220, 220);
  margin: 5px 0 15px;
  padding: 30px 10px 22px 80px;
  quotes: none;
  text-shadow: 1px 1px #fff;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

strong {
  color:#002855;
  font-weight:700;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img,
video {
  max-width:100%;
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}

b{ font-weight: bold; color: #333; }

#inner_header_wrapper {
  margin: 0 auto;
  position: relative;
}

#site-title a,
#site-description {
  font-weight: normal;
}

#site-title,
#site-description {
  float:left;
}

#site-title {
  margin: 10px 0 0px 0;
  font-size:30px;
  font-weight:bold;
  display:none;
}

#site-title a{
  float: left;
}

#site-description {
  margin: 4px 0 0 0;
  float: left;
  clear: both;
  font-size: 13px;
  line-height: 100%;
}

#main-menu {
	background-color: #fff;
	position: relative;
	margin-bottom: 13px;
	float: right!important;
	padding-right: 50px;
}

#main-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 13px;
}

#main-menu li a.active {
	color: #ba0c2f;
	background:#fff;
}

#main-menu li {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  float: left;
}

#main-menu ul li:first-child {
  padding-left:0;
}

ul.menu{
  padding: 0;
  margin: 5px 0 5px 0;
}

.region ul.menu li, 
.region ul.links li, 
.region .item-list ul li a {
background: url("../images/marker.png") no-repeat scroll 99% center;
}

.region ul.menu li, .region ul.links li, .region .item-list ul li {
	border-bottom: 1px solid #eee;
	color: #ba0c2f;
	font-size: 1em;
	list-style: outside none none;
	margin: 0 0 2px;
	padding: 10px 0 15px;
	text-align: left;
	font-weight: 500;
}

#main-menu a {
	color: #002855;
	display: block;
	font-size: .9em;
	font-weight: 500;
	padding: 0px 16px 8px;
	text-decoration: none;
}

#main-menu li:hover > a {
	color: #ba0c2f;
	background: #fff;
}

.block .agenda-block p {
	background: #ba0c2f;
	font-weight: 500;
}

.field-items ul li {
  background: rgba(0, 0, 0, 0) url("../images/marker.png") no-repeat scroll 4px center !important;
  color: #002855;
  font-size: 13px;
  list-style: outside none none;
  margin-bottom: 5px;
  padding-left: 20px;
  font-weight: 300;
}

 li.red{
  color:#ba0c2f !important;
}

.drop-down-toggle {
  position: absolute;
  top: 7px;
  right: 16px;
  display: none;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  background: rgb(73, 71, 71);
  border: rgb(170, 170, 170) 2px solid;
}

.drop-down-arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 8px 0 0 5px;
  border-top: 5px solid #aaa;
  border-left: transparent 5px solid;
  border-right: transparent 5px solid;
}

#main-menu li li {
  float:none;
  min-width:150px;
  padding:0;
  margin:0;
  position: relative;
}

#main-menu li ul ul{
  left: 151px;
  top: 0;
}

#main-menu li li a {
	background: #fff;
	color: #002855;
	font-size: 1em;
	min-width: 180px;
	padding: 14px 18px;
}

#main-menu li ul {
  display:none;
  position:absolute;
  z-index:9999;
  padding:0;
  margin:0;
  background: #2E3D4A;
  overflow: visible !important;
}

#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display:block;
}

#main-menu .nav-toggle {
  display:none;
}

#main-menu ul li.leaf, 
#main-menu ul li.expanded, 
#main-menu ul li.collapsed {
  list-style:none;
}

#main-menu ul.menu li li{
  border: 0;
  margin: 0;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}

#header_wrapper {
	position: fixed;
	z-index: 25;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 7px 33px -10px rgba(5,28,64,0.42);
}
#header {
	padding: 0 60px;
}

#container {
  clear: both;
  overflow: hidden;
}

.container-wrap {
	margin-top: 230px;
	overflow: hidden;
	padding-bottom: 50px;
	padding-left: 4%;
	padding-right: 4%;
}

#block-nivo-slider-nivo-slider {
  margin: 0 auto;
}

#slider {
  background: transparent;
  position:relative;
  box-shadow: none;
  overflow: visible;
}

.nivo-caption {
  background: #002855;
  bottom: 0px;
  color: #eee;
  font-family: 'Montserrat' !important;
  font-size: 1.7em;
  font-weight: 500 !important;
  height: 40px;
  margin: 0;
  padding: 1.2% 2% 2% 160px;
  text-transform: none;
  width: 100%;
  opacity: .8;
}

.nivo-caption h2{
  padding: 10% 6% 2% 6%;
  font-size: 22px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #414141;
}

.nivo-caption p{
  padding: 6%;
}

.slider-wrapper #slider{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-default .nivo-controlNav{
  text-align: right;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img{
  width: 100px;
}

.theme-default .nivo-controlNav{
max-width: 1500px;
padding: 20px 0 0;
position: absolute;
text-align: center;
width: 100%;
}

.theme-default .nivo-controlNav a {
  text-indent: 9999px;
  font-size: 0;
}

.theme-default .nivo-controlNav a:hover img{
  background: #999;
}

#node-157{  
  background-image:url(images/absentee.png);
}

#node-14{
  display:none;
}

#block-system-navigation{
float: left;
width: 31%;
}

.content-sidebar-wrap #content .node h2.title a{
  color:#fff;
}

.content-sidebar-wrap #content article {
  color: #fff;
  margin-right: 30px;
  max-height: 310px;
  padding: 20px 30px;
  width: 350px;
}

.content-sidebar-wrap #content {
display: inline;
margin-bottom: 6px;
width: 100%;
}

#sidebar-first {
  color: #888;
  float: left;
}

#sidebar-second {
  color: #888;
}

aside .block .content {
  padding: 0px 0px;
}

aside #user-login-form input.form-text{
  width: 90%;
}

aside #user-login-form .form-actions{
  padding-top: 0;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:80%;
}

body.two-sidebars #content {
  width:75%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 80%;
  float:right;
}

body.sidebar-first #sidebar-first {
  width: 19%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
width: 68%;
float: left;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
	margin-top: 93px;
	width: 25%;
	float: right;
}

.breadcrumb a{
  color:#8f1010;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-bottom: 30px;
  text-align: left;
  width: 132%;
}

#head, #content, #sidebar-second, #sidebar-first {
  margin-top: 10px;
}

.node {
  margin:15px 0;
}

.node h2.title, .page-title {
	color: #003375;
	font-size: 1.9em;
	font-weight: 510;
	margin-bottom: 30px;
	text-align: left;
}

.node h2.title a{
  color: #555;
}

.block {
  margin-bottom: 2%;
}

.block:last-child{
  margin: 0;
}

.block > h2{
  font-size: 18px;
  margin: 5px 0px 15px 0px;
  padding: 10px;
  overflow: hidden;
 }

#sidebar-second .block ul li a:hover{
  color:#ba0c2f !important;
  font-weight:600;
  text-decoration:none;
}

#sidebar-second .block ul li a{
  transition: all 0.4s ease-in-out;
}

.theme-default .nivo-directionNav a {
  opacity: 9 !important;
}

.nivo-directionNav {
  bottom: 65px;
  position: absolute;
  left: 55px;
}

.theme-default .nivo-caption p,
.theme-default .nivo-caption h3,
.theme-default .nivo-caption h2,
.theme-default .nivo-caption h1{
  font-family: 'News Gothic', 'Arial';
  color: #fff;
  font-weight: normal;
}

.theme-default .nivo-caption a{
  border: 0;
}

.theme-default a.nivo-nextNav{
  left: 45px;
}

.theme-default a.nivo-nextNav:hover{
  background-position: -30px bottom;
}

.theme-default a.nivo-prevNav:hover{
  background-position: left bottom;
}

.theme-default a.nivo-nextNav {
  background-position: -30px 0;
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

.region-front-welcome {
	background: #ba0c2f;
	height: 50px;
	padding-left: 60px;
}

.region-front-welcome .block h2{
color: #fff;
font-size: 1.5em;
font-weight: normal;
padding: 0 0 5px;
text-align: left;
display:none;
}

.region-front-welcome p {
  color: #555;
  font-size: 0.87em;
  line-height: 1.5em;
  margin-bottom: 13px;
  margin-top: -10px;
  min-height: 70px;
  padding: 4% 5% 3% 0;
}

.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  clear: both;
  color: rgb(56, 56, 56);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
}

.links {
  color: #000;
  margin-top: 10px;
}

ul.links {
  margin:0;
}

#block-views-bottom-news-articles-2019-block a,
#block-views-quicklinks-2019-block a{
	color:#002855;
}

#block-views-bottom-news-articles-2019-block{
  width:46%;
}

#block-views-quicklinks-2019-block a{
	float:left;
}

.view-bottom-news-articles-2019 .views-row-odd, .view-bottom-news-articles-2019 .views-row-even {
	float: left;
	text-align: left;
	margin-right: 35px;
	width: 26%;
}
/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
  background: transparent;
  border: 0;
}

table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
	padding: 8px;
	border-radius: 15px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/

.item-list ul {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/

.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 35px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li{
  float: left;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/

.field-name-field-tags {
  margin: 30px 0 10px;
}

.field-name-field-tags a{
  background: url(../images/tag.png) no-repeat;
  padding: 0px 8px 15px 16px;
  height: 22px;
  border-radius: 2px;
  font-size: 12px;
  color:#fff!important;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/

.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/

.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

.centre{
  text-align:center;
}

#forum td.forum .icon, #forum .icon div {
  background: url(../images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

li a.active, li a.active:hover {
	/* color: #000; */
	font-weight: 600;
	color: #002855;
}

/* Images */

img { outline: 0; }

img.scale-with-grid { max-width: 100%; height: auto; }

/* Comments */

.comment h2.title { 
  margin-bottom: 1em; 
}

.comment .user-picture img { 
  margin-left: 0; 
}

.comment { 
  margin-bottom: 20px; 
  display: table; 
  vertical-align: top; 
}

.comment .attribution {
  display: table-cell; 
  padding: 0 35px 0 0; 
  vertical-align: top; 
  overflow: hidden; 
}

.comment .attribution img { 
  margin: 0; 
  border: 1px solid #d3d7d9; 
}

.comment .attribution .username { 
  white-space: nowrap; 
}

.comment .comment-submitted p { 
  margin: 4px 0; 
  font-size: 1.071em; 
  line-height: 1.2; 
}

.comment .comment-submitted .comment-time { 
  font-size: 0.786em; 
}

.comment .comment-submitted .comment-permalink { 
  font-size: 0.786em; 
  text-transform: lowercase; 
}

.comment .content { 
  font-size: 0.929em; 
  line-height: 1.6; 
}

.comment .comment-arrow { 
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left: 1px solid; 
  border-right: 1px solid; 
  height: 40px; 
  margin-left: -36px; 
  margin-top: 15px; 
  position: absolute;
  width: 20px; 
}

.comment .comment-text { 
  padding: 0 25px 10px 35px; 
  display: table-cell; 
  vertical-align: top;
  position: relative; 
  width: 100%; 
  border-left: 1px 
  solid #d3d7d9; 
}

.comment .indented { 
  margin-left: 40px; 
}

.comment-unpublished { 
  margin-right: 5px; 
  padding: 5px 2px 5px 5px; 
}

.comment .comment-text .comment-arrow { 
  border-left: 1px solid #ffffff; 
  border-right: 1px solid #ffffff; 
}

/* -------------- Form Elements   ------------- */

fieldset { 
  background: #ffffff; 
  border: 1px solid #cccccc; 
  margin-top: 10px; 
  margin-bottom: 32px;
  padding: 0 0 10px; 
  position: relative; 
  top: 12px;
  -khtml-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
}

.fieldset-wrapper { 
  margin-top: 25px; 
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0; 
}

.filter-wrapper { 
  top: 0; padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0; 
  -khtml-border-radius-topleft: 0; 
  -moz-border-radius-topright: 0; 
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0; 
  -webkit-border-top-right-radius: 0; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
}

.filter-help a { 
  font-size: 0.857em; 
  padding: 2px 20px 0; 
}

.filter-wrapper .form-item label { 
  margin-right: 10px; 
}

.filter-wrapper .form-item { 
  padding: 0 0 0.5em 0.5em; 
}

.filter-guidelines { 
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed { 
  background: transparent;
  -khtml-border-radius: 0; 
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
   border-radius: 0;
}

fieldset legend { 
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display:none;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px; width: 100%;
  -khtml-border-radius-topleft: 4px; 
  -moz-border-radius-topleft: 4px; 
  -webkit-border-top-left-radius: 4px; 
  border-top-left-radius: 4px; 
  -khtml-border-radius-topright: 4px; 
  -moz-border-radius-topright: 4px; 
  -webkit-border-top-right-radius: 4px; 
  border-top-right-radius: 4px; 
}

fieldset.collapsed legend { 
  -khtml-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
}

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select {
  border: 1px solid #ccc;
  }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }


#block-webform-client-block-48 .form-text{
	width:100%;
}


#block-webform-client-block-48 h2{
	color:#002855;
	padding-left:0;
}

.page-node-243 #sidebar-second{
margin-top:20px!important;
}

#block-webform-client-block-48 {
	background: #f1f1f1;
	float: left;
	padding: 40px;
	padding-top: 20px;
	width: 100%;
	margin-top: 40px;
}

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background:#002855;
  -moz-border-radius: 15px; 
  -webkit-border-radius: 15px; 
  -o-border-radius: 15px; 
  -ms-border-radius: 15px; 
  -khtml-border-radius: 15px; 
  border-radius: 15px;
  color: #fff; 
  position: relative; font-weight:bold; 
  padding: 10px;
  border:none;
  font-weight:normal;
  width:90px;
  font-family: 'Montserrat';
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #4e5877;
  cursor: pointer;
}

a.read_more{
  background: #00AC00;
  padding: 5px 9px;
  text-decoration: none;
  margin: 10px 0;
  border: 0 !important;
}

a.read_more:hover{ background: green; }

#block-search-form .content {
margin-top: 0;
}

#block-search-form input:focus{
  outline: none;
}

#block-search-form .form-submit {
	height: 32px;
	padding: 0;
	cursor: pointer;
	border-color: #E4E4E4 #D2D2D2 #B4B4B4;
	overflow: hidden;
	position: absolute;
	right:60px;
	background-color: #002855;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

#block-search-form .form-submit:hover {
	background-color: #ba0c2f;
	-webkit-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

#search-block-form .form-actions{ float: left; padding: 0; }

#search-block-form .form-actions input { margin: 1px 0; }

#search-form .form-item-keys label { display: block; }

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom:0; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

.top_right .region-user-menu ul.menu { float: right; }

.search_block{ margin: 9px 0; overflow: hidden; }

.top_right .region-user-menu{ overflow: hidden; width: 100%; }

.top_right ul.menu li a.active{ color: #6CDCFF; }

#edit-search-block-form--2 {
	width: 20%;
	float: right;
}

#block-multiblock-2 .calendar_title{
	color:#002855;
	font-size: 12px;
	text-transform: none;
	font-weight: 500;
}

#block-multiblock-2 .agenda-block p {
	background: #fff;
	font-weight: 500;
	color: #ba0c2f;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 14px;
}

#block-multiblock-2 .agenda-block ol{
	text-align:left;
}

#block-multiblock-2{
	width:20%;
}

#top-area {
	clear: both;
	margin-bottom: 1%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 3% 60px 60px;
}

.newarthead a{
	color:#002855;
}

#top-area .block {
  margin: 0;
  float:left;
}

#top-area .column {
  float: left;
  width: 100%;
  margin: 1.8% 0;
  margin: 0 5px;
}

#top-area .column:last-child{
  float: right;
  margin-right: 0;
}

#top-area h2 {
  color: #002855;
  font-size: 18px;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  font-weight: 530;
}

#top-area .column .content{
  padding: 10px 0;
}

#top-area .column:first-child {
  margin-left:0;
}

#top-area .column-title {
  color:#e0e0e0;
}

#footer h4 {
  color: #eee;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 4px;
  font-weight:500;
}

#footer {
  background: #f1f1f1 none repeat scroll 0 0;
  overflow: hidden;
  padding-top: 70px;
}

#footer p {
  color: #eee;
}

#footer-area .column:first-child {
  margin-left:0;
}

#footer-area .column-title {
  color:#eee;
}

#copyright {
clear: both;
padding: 0 0 0 1%;
display:none;
}

.copyright {
  float:left;
  max-width:728px;
}

.credits {
  float:right;
  margin-right:12px;
  text-align:right;
}

#copyright p {
  margin:0;
}

.footer_inner_credit{
  margin: 10px auto;
}

/*---------------------------
    Social Icons
----------------------------*/

.social-icons{
  text-align: center;
  display:none;
}

.social-icons ul{ margin: 0; }
 
.social-icons li{
  display: inline-block;
}

#footer .social-icons li a {
  width: 30px;
  color: white;
  padding: 5px 10px;
  display: block;
  overflow: hidden;
  background: #16A085;
  border-radius: 50%;
}

#footer .social-icons li a:hover{
  background: #fff;
  color: #16A085;
}

/*---------------------------
    User Menu
----------------------------*/

.region-user-menu h2{ display: none; }

.region-user-menu ul li{ 
  display: inline-block;
  background: none;
  padding: 0 10px;
  border-right: 1px solid #636363;
  line-height: 100%;
}

.region-user-menu ul li.last {
  border: 0;
  padding-right: 0;
}

/*---------------------------
    Footer
----------------------------*/

.footer_block{ clear: both; }

.bottom_widget #footer-area .column{ width: 100%; }

.top_widget #footer-area .column{ width: 49.5%; }

.page-blog article{
  padding-bottom: 40px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 40px;
}

.page-blog article footer{
  background: #F3F3F3;
  padding: 5px 10px;
  border: 1px solid #E7E7E7;
}

.field-name-field-tag{
  margin: 20px 0;
  overflow: hidden;
}

.field-name-field-tag .field-item{
  display: inline-block;
}

.field-name-field-tag .field-item a{
  display: block;
  background: #5183AF;
  color: #FFF;
  padding: 4px 8px;
  margin: 2px;
  border-radius: 3px;
}

a.btn{
  display: inline-block;
  color: #FFF;
  margin: 10px 0 0;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
  background: #1ABC9C;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

a.btn:hover{
  opacity: .7;
  color: #fff;
}

.btn.red { background: red; }

.btn.green{ background: green; }

.btn.blue { background: blue; }

.btn.yellow { background: yellow; }

.btn.orange { background: orange; }

#block-block-1 {
	float: left;
	margin-left: 60px;
}

.top_left {
	padding: 45px 0 0 0;
	width: 26%;
}

.top_right {
	margin-bottom: 75px;
	margin-top: -70px;
}

.user-menu-wrapper a{
  color:#fff;
  margin-right:30px;
}

.user-menu-wrapper {
	background: #002855;
	color: #fff;
	height: 40px;
	padding-top: 10px;
}
.user-menu-wrapper ul.menu{
  text-align: right;
  margin: 0;
  float: right;
}

.user-menu-wrapper ul.menu li{
  margin: 0;
  padding: 0;
  border-color: #2E3D4A;
  float: left;
  background: none;
}

.user-menu-wrapper ul.menu li a{
  display: block;
  padding: 9px 13px;
  color: #798997;
}

.user-menu-wrapper ul.menu li a:hover,
.user-menu-wrapper ul.menu li a.active{
  background: #2E3D4A;
  color: #fff;
}

.full-wrap {
  margin: 0 auto;
  text-align: right;
  width: auto;
}

#footer .column li{
  display: block;
  padding: 3px 0 3px 1px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-color: #555;
}

#footer ul{
  margin: 0;
}

#footer a:hover{
  text-decoration: none!important;
}

#footer a {
  color: #444;
}

.block .agenda-block ol li .calendar_title {
  cursor: pointer;
  text-transform: uppercase;
  color: #444;
  font-weight: 300;
}

/*Temp style*/

.region-clients{
  margin: 2% 0;
}

.region-clients ul{
  margin: 10px 0;
  overflow: hidden;
}

.region-clients li{
  display: inline-block;
  width: 20%;
  float: left;
  text-align: center;
}

.block-search.block .content{ padding: 0; }

.feature{
  text-align: center;
}

.feature .fa{
  background: #F3F3F3;
  padding: 26px;
  font-size: 58px;
  margin: 0 auto;
  border-radius: 50%;
  width: 110px;
  text-align: center;
  height: 110px;
  margin: 3% 0;
}

/*Error Style*/

div.error,
div.status,
div.warning{
  background: #FEF5F1;
  border-radius: 3px;
  border-color: #EC7F58;
  padding: 15px 20px;
}

div.status{
  background: #F8FFF0;
  border-color: #BE7;
}

div.warning{
  background-color: #FFFCE5;
  border-color: #ED5;
}

/****************************************NEW CODE*****************************************************/
.content article {
	float: left;
	margin-right: 40px;
}
#block-views-news-block .views-row .views-row-1 .views-row-odd .views-row-first{ 
  margin-left:9%!important;
}

#block-views-news-block .views-row {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  margin-bottom: 10px;
  margin-right: 3.6%;
  min-height: 203px;
  text-align: left;
  width: 20.7%;
}

#block-views-news-block {
  margin: 0 auto;
  max-width: 2200px;
  padding-bottom: 0 !important;
  padding-left: 130px;
}

.view-frontpage-righthand-tile-links .view-content .views-row .views-field-title a:hover{
 background:none!important;
}

.view-frontpage-righthand-tile-links .view-content .views-row .views-field-title a{
color: #fff;
}

.view-frontpage-righthand-tile-links .view-content .views-row .views-field-title h2{
  width:100%;
}

.view-frontpage-righthand-tile-links .view-content .views-row .views-field-title{
background: none repeat scroll 0 0 #002855;
color: #fff;
font-size: 140%;
margin-top: 8.8%;
padding: 0.7% 0 1% 1%;
position: absolute;
text-align: left;
width: 18.55%;
}

#block-views-de8c791df71e2b5afceb1ce89c08c3ec .views-row h2{
  width:100%;
}

#block-views-de8c791df71e2b5afceb1ce89c08c3ec .views-row a:hover{
background: none repeat scroll 0 0 #fff;
opacity: 0.6;
}

#block-views-de8c791df71e2b5afceb1ce89c08c3ec .views-row a,
#block-views-news-block .views-row a {
width: 100%;
transition: opacity .35s ease-in-out;
-moz-transition: opacity .35s ease-in-out;
-webkit-transition: opacity .35s ease-in-out;
}

h6.news-article-title a:hover {
  background: transparent none repeat scroll 0 0 !important;
  text-decoration: none;
}

h6.news-article-title a {
  background: #fff none repeat scroll 0 0;
  color: #002855;
  font-size: 1.2em;
  font-weight: normal;
}

#block-views-news-block .views-row a img {
  background: #fff none repeat scroll 0 0;
  margin-top: -10px;
}

#block-views-news-block .views-row a:hover {
  opacity:.6;
}

#block-views-de8c791df71e2b5afceb1ce89c08c3ec .views-row{
background: none repeat scroll 0 0 #fff;
float: left;
margin: 3% 2% 1%;
width:44%;
}

#block-views-de8c791df71e2b5afceb1ce89c08c3ec .views-row img{
  width:100%;
}

#block-views-de8c791df71e2b5afceb1ce89c08c3ec{
float: left;
margin-bottom: 30px;
padding-left: 30px;
margin-top:-20px;
}

.html .front .logged-in .one-sidebar .sidebar-first .page-node .toolbar .toolbar-drawer .content #post-content{
  display:none!important; 
}

#post-content {
  min-height: 650px;
  margin-top: 60px;
}
.front #post-content {
  min-height:0;
}

#block-views-bottom-homepage-tiles-block .views-row-3 a.more-link{
  display:none;
}

#block-views-bottom-homepage-tiles-block .views-row .field-content p{
font-size: 95% !important;
margin-left: -8px;
}

#block-views-bottom-homepage-tiles-block .views-row a{
color: #ccc;
padding-left: 10px;
}

#block-views-bottom-homepage-tiles-block .view-id-bottom_homepage_tiles .views-row .views-row-1 .views-row-odd .views-row-first{ 
  background:red!important;
}

#block-views-bottom-homepage-tiles-block .views-row{
background: #172039 none repeat scroll 0 0;
color: #fff;
float: left;
margin-right: 30px;
min-height: 140px !important;
padding: 22px 20px 0 30px;
width: 22%;
}

#block-views-bottom-homepage-tiles-block {
margin-top: 40px;
width: 96%;
}

/****************************************BOTTOM TILES BACKGROUND IMGE CLASSES*********************************/

.app{
background-repeat: no-repeat;
background-position: 4% 0;
color: #333 !important;
margin-top: -13px !important;
overflow: visible;
padding-bottom: 75px;
padding-right: 0;
}

.pay{
background-repeat: no-repeat;
background-position: 4% 0;
color: #fff !important;
margin-top: -13px !important;
overflow: visible;
padding-bottom: 75px;
padding-right: 0;
}

.calendar{
background-position: 4% 0;
background-repeat: no-repeat;
color: #333 !important;
margin-top: -13px !important;
overflow: visible;
padding-bottom: 75px;
padding-right: 0;
}

a.upper {
	margin-right: 10px;
	position: relative;
	z-index: 99;
	text-transform: uppercase;
	font-size: .73em;
	font-family: 'MOntserrat';
	font-weight: 500;
}

.pportal{
  margin-right:0px!important;
}

#block-block-1 {
  margin-top: 0;
}

.views-field .views-field-field-image .field-content a img{
  max-width:90%!important;
}

div.blubg{
background: none repeat scroll 0 0 #172039 ;
color: #fff;
font-size: 130%;
margin-top: -6px;
padding: 2% 3% 3% 5.5%;
position: relative;
}

div.blubg2{
  width:99.9%;
}

#block-menu-menu-junior-school-curriculum h2, #block-menu-menu-curriculum-secondary- h2, #block-menu-menu-our-school h2, #block-menu-menu-co-curricular h2, #block-menu-menu-primary-pastoral-care-disci h2, #block-menu-menu-community h2, #block-menu-menu-enrolments h2, #block-menu-menu-facilities h2, #block-menu-menu-parent-links h2, #block-menu-menu-publications h2 {
  background: #002855 none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 12px 0 12px 25px;
}

#block-menu-menu-junior-school-curriculum, #block-menu-menu-curriculum-secondary-, #block-menu-menu-our-school, #block-menu-menu-co-curricular, #block-menu-menu-primary-pastoral-care-disci, #block-menu-menu-community, #block-menu-menu-enrolments, #block-menu-menu-facilities, #block-menu-menu-parent-links, #block-menu-menu-publications {
	margin-bottom: 20px;
}

#block-menu-menu-parent-links a:active{
  color: #002855;
  font-weight: 700;
}

.content .node-article{
  width:100%;
}

.art-image-left{
 margin-bottom:30px; 
}

#block-agenda-2 h2 {
  font-size: 18px!important;
}

body.sidebar-first .content-sidebar-wrap .agenda-block{
margin-top: -20px !important;
padding-top: 0 !important; 
}

.content .node-page {
  width: 100%;
}

.content .node-page #post-content img{
  margin-bottom:20px!important;
}

.field-name-field-image img {
  margin-bottom: 20px;
}

iframe{
  width:100%!important;
}

.file-icon{
  float:left;
  margin-right:10px;
  margin-bottom:0!important;
}

.content .node-page img{
  margin-bottom:20px;
}

/*************************************FOOTER MENUS****************************************/

#footer-area .block h2 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 0 !important;
}

#footer-area .block{
min-width: 200px;
}

#footer-area .region ul.menu li, .region ul.links li, .region .item-list ul li{
  background:none;
  border:none;
}

#block-block-2 a{
	color:#fff;
}

#block-block-2 .content {
	background-image: url("../images/footer-bg.png");
	background-position: 5PX 48px;
	background-repeat: no-repeat;
	padding-left: 110px;
	padding-top: 10px;
}

#block-menu-menu-footer-menu a,
#block-menu-menu-footer-menu-2 a{
  color: #ddd;
}

#block-menu-menu-footer-menu a:hover,
#block-menu-menu-footer-menu-2 a:hover {
  color: #fff;
}

#block-menu-menu-footer-menu {
	width: 30%;
	min-width: 0;
	width: 10%;
	float: left;
	color: #fff;
	margin-left: 120px;
	padding-top: 20px;
}

#block-menu-menu-footer-menu-2 {
  width: 30%;
	min-width: 0;
	width: 20%;
	float: left;
	color: #fff;
	margin-left: 70px;
	padding-top: 20px;
}

#block-menu-menu-footer-menu-2 h2{
  display:none;
}

#block-block-2 {
	/* background-color: #002855; */
	float: left;
	/* margin-top: 30px; */
	padding: 60px 0 75px 7%;
	/* width: 30%; */
  margin-bottom: 0;
  padding-top:0;
}

.region-footer-third{
    background-color: #002855;
    height: 30%;
    float: left;
    width: 105%;
    margin-left:-10px;
    padding-top:60px;
}

#block-menu-menu-contact-community,
#block-menu-menu-our-school-footer,
#block-menu-menu-curriculum,
#block-menu-menu-co-curricular-footer,
#block-menu-menu-enrolments-footer {
float: left;
margin-bottom: 60px;
margin-top: 40px;
min-width: 0 !important;
width: 18%;
margin-right:10px;
}

#block-menu-menu-our-school-footer {
  margin-left:0%;
}

.region .region-footer-first {
  background:#ccc!important;
}

.bottom-heading {
  color: #fff !important;
  font-size: 130%;
  margin-bottom: 12px;
  margin-left: 25px;
  border: none;
  margin-top:0;
}

.view-bottom-homepage-tiles .views-row-1 h3
{
  margin-left:15px!important;
}

.view-bottom-homepage-tiles .views-row-4 h3{
   margin-left:18px!important; 
}

.view-bottom-homepage-tiles .views-row-1 {
background-image: url("../images/absentee-icon.png") !important;
background-position: 20px 20px !important;
background-repeat: no-repeat !important;
}

.view-bottom-homepage-tiles .views-row-2 a.more-link,
.view-bottom-homepage-tiles .views-row-1 a.more-link{
  display:none;
}

.view-bottom-homepage-tiles .views-row-2 {
background-image: url("../images/cal-icon.png") !important;
background-position: 20px 20px !important;
background-repeat: no-repeat !important;
}
.view-bottom-homepage-tiles .views-row-3 {
background-image: url("../images/payment-icon.png") !important;
background-position: 20px 20px !important;
background-repeat: no-repeat !important;
}
.view-bottom-homepage-tiles .views-row-4 {
background-image: url("../images/app-icon.png") !important;
background-position: 20px 20px !important;
background-repeat: no-repeat !important;
}

.calendar-front-link{
  color:#fff;
  margin-left:-10px;
}

.bold {
	color: #ba0c2f;
	font-size: 18px;
	font-weight: 500;
}

.boldblueUpper a{
  text-decoration:underline;
  font-size:12px; 
  text-transform: none;
}

.boldblueUpper{
  color:#002855;
  font-size:12px;
  text-transform:uppercase;
}

.boldblue{
   color:#002855;
  font-size:14px;
  margin-right:10px;
}

.head {
  color:#002855!important;
}

.headred{
  color:#ba0c2f!important;
}
.content .node-page a:hover{
  color:#ba0c2f!important;
  text-decoration:underline!important;
}

a.underline{
  text-decoration:underline;
}

a.colorbox {
  float: left;
  margin-right: 20px;
}

.field-name-field-colorbox-image {
width:100%!important;
float:left;
}

.field-type-text-with-summary {
width:100%!important;
float:left;
}

.page-node-44 .field-name-field-image img
{
  width:95%;
}

.page-node-11 .field-name-field-image img{
  width:auto;
}

/*************************************HIDE MAIN IMAGES ON PAGE NODES*************************/
.page-node-1 .art-image-left img,
.page-node-4 .art-image-left img,
.page-node-64 .art-image-left img,
.page-node-90 .art-image-left img,
.page-node-93 .art-image-left img,
.page-node-99 .art-image-left img,
.page-node-122 .art-image-left img,
.page-node-143 .art-image-left img,
.page-node-209 .art-image-left img{
  display:none!important; 
}

/********************************display text on hover on homepage mid tiles***********************************/
#block-views-new-image-tiles-block h2{
  display:none;
}

#block-views-new-image-tiles-block{
  width:100%;
 }

#node-151 a:hover, #node-154 a:hover, #node-155 a:hover, #node-153 a:hover {
}

#node-151 a, #node-153 a, #node-154 a, #node-155 a {
color:#fff;
}


/***************************************end display text on hover tiles****************************************/

.page-taxonomy-term .content-sidebar-wrap #content article {
  background: #eee none repeat scroll 0 0;
  padding-bottom:50px;
}

.page-taxonomy-term .content-sidebar-wrap #content article p {
 margin-bottom:5px;
 }
 
.page-taxonomy-term .content-sidebar-wrap #content article h2.title a {
  color: #002855;
  font-size: 15px;
}

.region.region-slideshow {
  margin-top: 210px;
}

#webform-client-form-65{
  margin-top:30px;
  background:#eee;
  padding:30px;
}

#webform-client-form-116 {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ccc;
  margin-bottom: 40px;
  margin-top: 30px;
  padding: 20px;
}

/********************webform block sidebar******************/
#block-webform-client-block-223 h2{
	margin-left:0;
	padding-left:0;
	color: #002855;
}

#block-webform-client-block-223 input.webform-submit {
	width: 30%;
	font-family: 'Montserrat';
	padding: 10px;
}

#block-webform-client-block-223 input {
	width: 100%;
	border-radius: 15px;
}

#block-webform-client-block-223 {
	margin-top: 40px;
	background-color: #f1f1f1;
	padding: 20px 40px;

}

/********************webform block sidebar******************/


/********************webform block chairman contact form******************/
#webform-client-form-254{
	background-color: #f1f1f1;
	padding: 30px;
}

#edit-submitted-attachment-upload-button{
  margin-left:-40px;
}

.page-node-20 .field-type-text-with-summary{
  margin-bottom:30px;
}

#block-webform-client-block-254 h2 {
	color: #002855;
	background: #f1f1f1e6;
	margin-bottom: -20px;
	padding: 30px;
}

/********************webform block chairman contact form******************/

.form-item .description {
  font-size: 0.85em;
  margin-top: 10px;
}

.view-id-news h6 {
  background: #fff none repeat scroll 0 0;
  color: #fff !important;
  font-size: 14px;
  padding-bottom: 10px;
  width: 100%;
}
.page-node-73 #mediafront_video{
  height:600px!important;
}

.page-node-68 .art-image-left,
.page-node-74 .art-image-left,
.page-node-78 .art-image-left,
.page-node-89 .art-image-left,
.page-node-102 .art-image-left,
.page-node-103 .art-image-left,
.page-node-104 .art-image-left,
.page-node-110 .art-image-left,
.page-node-112 .art-image-left,
.page-node-113 .art-image-left,
.page-node-114 .art-image-left,
.page-node-116 .field-name-field-basic-page-image,
.page-node-118 .art-image-left,
.page-node-120 .art-image-left,
.page-node-121 .art-image-left,
.page-node-124 .art-image-left,
.page-node-126 .art-image-left,
.page-node-127 .art-image-left,
.page-node-129 .art-image-left,
.page-node-152 .art-image-left,
.page-node-182 .newnews,
.page-node-184 .newnews,
.page-node-185 .newnews,
.page-node-186 .newnews,
.page-node-188 .newnews,
.page-node-189 .newnews,
.page-node-191 .newnews,
.page-node-193 .newnews,
.page-node-199 .newnews,
.page-node-207 .newnews,
.page-node-209 .newnews,
.page-node-211 .newnews,
.page-node-215 .newnews,
.page-node-216 .newnews,
.page-node-217 .newnews,
.page-node-161 .newnews,
.page-node-221 .newnews,
.page-node-224 .newnews,
.page-node-226 .newnews,
.page-node-228 .newnews,
.page-node-230 .newnews,
.page-node-231 .newnews,
.page-node-232 .newnews,
.page-node-234 .newnews,
.page-node-235 .newnews,
.page-node-238 .newnews,
.page-node-240 .newnews,
.page-node-242 .newnews,
.page-node-250 .newnews,
.page-node-252 .newnews
{ 
  display:none;
}

#field-slideshow-1-wrapper{
  margin-left:-13px;
}

.page-node-152 .field-name-field-basic-page-image img{
  width:50%;
}

.field-name-field-basic-page-image img{
  width:100%;
}

.logged-in #block-agenda-2{
  margin-top:30px!important;
}

.front .logged-in #block-agenda-2{
  margin-top:0px!important;
}

.front .not-logged-in #block-agenda-2{
  margin-top:0px!important;
}

#block-agenda-2 {
  float: right;
  margin-right: 10%;
  margin-top: 0px;
  width: 18% !important;
}

.logged-in #container, .not-logged-in #container {
  background: transparent;
}
 .not-front #container{
 background:#fff!important;
 }
 
#block-block-4{
  background:#fff;
}

.bqafter{
color:#ba0c2f;
font-style:normal!important;
}

.page-node-20 blockquote {
  float: right;
  width: 82%;
}

.page-node-20 .field-items ul.directors li{
  background:none!important;
  padding-left:0!important;
  margin-left:-10px;
}

ul.directors{
  margin-bottom:28px;
}

blockquote p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.7em;
  margin-bottom: 10px;
  font-family: Montserrat;
}

blockquote{
  font-family:'Open Sans';
}

#block-block-4{
  width:100%;
  position:absolute;
}

img.marie{
  float:left;
  width:15%;
}

.osmplayer-default {
  float: left;
  font-family: "Trebuchet MS",Helvetica,sans-serif;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100% !important;
}

.page-taxonomy .region ul.menu li, .region ul.links li, .region .item-list ul li a{
  background:none;
}

span.name{
  font-size:17px;
}

#post-content #block-views-valedictory-2016-block{
  width:100%;
}

.page-node-136 .container-wrap {
  background-image: url("../images/testbg.jpg") !important;
  background-repeat: repeat-x;
  margin: 0 auto;
  max-width: none !important;
  overflow: hidden;
  padding: 0;
  width: 100% !important;
}

/*****************************************TEST PAGE*********************************************************/

.page-node-136 .view-id-success_view .views-row article h2{
  display:block!important;
}

.page-node-136 .view-id-success_view .views-row article{
 margin:0 auto !important;
 float:none!important;
 width:50%!important;
}

.view-id-success_view .views-row{
width:100%;
}

#block-views-new-bottom-tiles-block h2{
display:none;
}

#block-views-success-view-block {
  background: #555 none repeat scroll 0 0;
  float: left;
  width: 100%;
}

#block-views-new-bottom-news-articles-block {
  float: left;
  margin-left: 6%;
  width: 30%;
}

#block-views-new-bottom-tiles-block {
  float: left;
  width: 32%;
}

.views-field-field-link {

}

/**********************************NEW BOTTOM TILES********************************************/

.view-new-bottom-tiles span {
	color: #ba0c2f;
	display: block;
	font-size: 1.12em;
	font-weight: 500;
	margin-bottom: -20px;
	margin-left: 10%;
}

#footer-area .block h2 {
  color: #002855;
  font-size: 1.6em;
  padding-bottom: 25px;
  padding-top: 1px;
  font-weight:600;
}

.view-new-bottom-tiles .views-row p, .view-new-bottom-tiles .views-row a {
  color: #555;
  display: block;
  font-size: 1em;
  height: 120px;
  line-height: initial;
  padding-left: 19%;
  padding-top: 30px;
}

.view-new-bottom-tiles .views-row {
  height: 124px;
}

  .view-new-bottom-tiles .views-row-2 a:hover,
   .view-new-bottom-tiles .views-row-3 a:hover,
   .view-new-bottom-tiles .views-row-4 a:hover{
    opacity: 0.7;
    text-decoration: none!important;
 }

.view-new-bottom-tiles .views-row-1 a {
  background-image: url("../images/webkit/absent.png");
  background-position: left 63%;
  background-repeat: no-repeat;
  background-size: 13.5% auto;
  font-weight: 400;
  transition: opacity 0.35s ease-in-out 0s;
}
 
.view-new-bottom-tiles .views-row-2 a {
  background-image: url("../images/svg/CALENDAR.svg");
  background-position: left 60%;
  background-repeat: no-repeat;
  background-size: 13.5% auto;
  font-weight: 400;
  transition: opacity 0.35s ease-in-out 0s;
}

.view-new-bottom-tiles .views-row-3 a {
  background-image: url("../images/svg/PAY.svg");
  background-position: left 60%;
  background-repeat: no-repeat;
  background-size: 13.5% auto;
  font-weight: 400;
  transition: opacity 0.35s ease-in-out 0s;
}
 
.view-new-bottom-tiles .views-row-4 a {
  background-image: url("../images/svg/MOBILE.svg");
  background-position: left 60%;
  background-repeat: no-repeat;
  background-size: 13.5% auto;
  font-weight: 400;
  transition: opacity 0.35s ease-in-out 0s;
}

.view-new-bottom-tiles {
	margin-left: 60px;
	margin-top: 20px;
}

/***************************************END NEW BOTTOM TILES*************************************************/

.view-new-bottom-news-articles .views-row {
  height: 150px;
}

.view-new-bottom-news-articles .views-row a:hover {
  color:red!important;
  text-decoration:none!important;
  opacity:.7;
}

.view-new-bottom-news-articles .views-row a {
  color: #ba0c2f !important;
  display: block;
  font-size: .9em;
  line-height: initial;
  transition: all 0.5s ease-in-out 0s;
  font-weight:500;
}

.view-new-bottom-news-articles .views-field-title {
  color: #ba0c2f;
  font-size: 1.4em;
  font-weight: 500;
}

.view-new-bottom-news-articles img:hover{
transform: scale(1.1); 
overflow: hidden;
}

.view-new-bottom-news-articles img {
  float: left;
  margin-right: 30px;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

.view-new-bottom-news-articles p{
  color:#555!important;
}

.bottomtile:hover{
  color:red;
  cursor:pointer;
}

.bottomtile{
  display:block!important;
  transition: all 0.5s ease-in-out 0s;
  position: relative;
  z-index: 3;
}

.art-date {
  color: #810909;
  font-size: 14px !important;
  font-style: italic;
  margin-bottom: 5px;
}

/****************************NEW AGENDA*************************************/

#block-agenda-3 {
  float: right;
  margin-right: 5%;
  width: 21%;
}
#block-agenda-3 li{
  border:0!important;
}

/******************************END NEW AGENDA**************************/

.welcomepara {
  font-size: 1.4em;
  font-weight: 200;
  line-height: 1.3em;
  margin: 0 auto;
  width: 74%;
  font-weight: 300;
}

#block-block-6 h3 {
  color: #fff;
  font-size: 3em;
  margin-bottom: 30px;
  margin-top: 0px;
  text-transform: none;
   font-weight:500;
}

#block-block-6 h2{
  display:none;
}

#block-block-6 {
	background-attachment: fixed;
	background-color: #002855;
	background-image: url("../images/blue-bg.png");
	background-position: -300px center;
	background-size: cover;
	float: left;
	height: 320px;
	margin-bottom: 6em;
	margin-top: 60px;
	padding-top: 4.3%;
	text-align: center;
	width: 100%;
}

.badge {
	margin-left: -1%;
	margin-top: -6.3%;
	position: absolute;
	width: 2.5%;
}

.region .region-footer-first{
  margin-top:30px!important;
}

/**********************************IE EDGE CODE****************************************/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */

.badge {
    margin-left: 48%;
    margin-top: -6.5%;
    position: absolute;
    width: 3%;
}

#views_slideshow_cycle_div_academic_view-block_0{
  margin-top:40px!important;
}

#node-151 a:hover, #node-154 a:hover, #node-155 a:hover, #node-153 a:hover {
    background-image: url("../images/tilebg.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 13% auto;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    opacity: 0.7;
    padding-bottom: 20.5%;
    padding-top: 20.5%;
    text-decoration: none;
    transform: scale(1.49);
    font-size: 1em;
}

#node-151 a, #node-153 a, #node-154 a, #node-155 a {
    background-image: url("../images/tilebg.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 2% auto;
    color: #fff;
    display: block;
    font-family: "Open Sans",sans-serif;
    opacity: 0.3;
    text-align: center;
    text-decoration: none;
    transition: all 300ms ease-out 0s;
    font-size: 0px;
    height: 210px;
}

.nivo-caption {
    background: #000 none repeat scroll 0 0;
    bottom: 0px;
    color: #fff;
    font-family: "Open Sans",sans-serif !important;
    font-size: 2em;
    font-weight: 300 !important;
    height: 25%;
    margin: 0;
    opacity: 0.7;
    padding: 1.5% 2% 0!important;
    right: 0px !important;
    text-transform: none;
    width: auto;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 

.view-new-bottom-tiles .views-row-1 a {
  background-image: url("../images/webkit/absent.png");
  background-repeat: no-repeat;
  background-size: 13.5%;
   background-position:0 0;
}
 
  .view-new-bottom-tiles .views-row-2 a{ background-image: url("../images/webkit/calendar.png");
  background-repeat: no-repeat;
    background-size: 13.5% auto;
     background-position: 0 0;
 }

 .view-new-bottom-tiles .views-row-3 a{ background-image: url("../images/webkit/pay.png");
  background-repeat: no-repeat;
    background-size: 13.5% auto;
     background-position: 0 0;
 }
 
.view-new-bottom-tiles .views-row-4 a{
  background-image: url("../images/webkit/app.png");
  background-repeat: no-repeat;
  background-size: 13.5% auto;
  background-position: 0 0;
}
}

#block-block-7 {
	float: right;
	padding-bottom: 30px;
	padding-left: 7%;
	width: 100%;
	padding-top: 25px;
  display:none;
}

span.qlbold{font-weight:bold;}
span.qlitalic{font-style:italic;}
span.qlred{font-size:20px;}

.page-node-171 img{
  display:none;
}

.page-node-170 img,
.page-node-169 img
{
  width:auto!important;
}

#block-views-academic-view-block h2{
display:none;
}

#block-views-academic-view-block{
  text-align:center;
}

#views_slideshow_cycle_div_academic_view-block_0 img{
  display:none;
}

#views_slideshow_cycle_div_academic_view-block img{
  margin-top:20px;
}

#views_slideshow_cycle_div_academic_view-block_0 .acaimg{
  display:none;  
}

#views_slideshow_cycle_div_academic_view-block_0{
  margin-top:40px;
}

#views_slideshow_cycle_div_academic_view-block_0,
#views_slideshow_cycle_div_academic_view-block_1,
#views_slideshow_cycle_div_academic_view-block_2{
  width:100%!important;
}

.academictitle span {
	color: #ba0c2f;
	font-size: 3em;
	padding-bottom: 30px;
	font-weight: 500;
}

div .academictitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#block-views-academic-view-block {
  text-align: center;
}

.views-slideshow-cycle-main-frame-row-item {
  overflow: visible;
  width: 100%;
}

.front .container-wrap {
  display: none;
}

#views_slideshow_cycle_div_academic_view-block_0{
  text-align: center;
  width:100%!important;
  margin-top:20px;
}

#views_slideshow_cycle_teaser_section_academic_view-block_1,
#views_slideshow_cycle_teaser_section_academic_view-block_2{
margin-top:0px;
}

#views_slideshow_cycle_teaser_section_academic_view-block{
	overflow: visible!Important;
}

.acaimg img {
  height: 3%;
  width: 7%;
}

.acaimg {
  margin-top: 20px;
}

.acabody p {
	color: #002855 !important;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.3em;
	margin: 0 auto;
	width: 75%;
	font-family: Montserrat;
}

.acabody {
  font-family: Arial;
  margin-bottom: 20px;
  margin-top: 10px;
}

#views_slideshow_controls_text_academic_view-block{
  background-color: transparent;
  width:100%!important;
}

#views_slideshow_controls_text_previous_academic_view-block hover{
  text-decoration: none;
}

#views_slideshow_controls_text_previous_academic_view-block{
  background-image: url("../images/webkit/left.png");
  display: block;
  float: left;
  height: 133px;
  margin-left: 80px;
  margin-top: -80px;
  width: 84px;
  position: relative;
  z-index: 20;
  background-size: 40%;
  background-repeat: no-repeat;
}

#views_slideshow_controls_text_next_academic_view-block {
  background-image: url("../images/webkit/right.png");
  display: block;
  float: right;
  height: 133px;
  margin-right: 50px;
  margin-top: -80px;
  position: relative;
  width: 84px;
  z-index: 20;
  background-size: 40%;
  background-repeat: no-repeat;
}

#views_slideshow_controls_text_academic_view-block a{
  color: transparent!important;
}

#views_slideshow_controls_text_pause_academic_view-block{
display:none;
}

.views-slideshow-controls-bottom {
  margin-top: -80px;
}

welquote {
  font-style: italic;
  font-weight: 300;
}

span.newarthead {
  font-size: 1em;
  font-weight: 400;
}

.paststu {
  color: #ba0c2f !important;
  margin-top: 10px !important;
  overflow: visible;
  position: relative;
  z-index: 999;
}

.page-visual-arts .views-nivo-slider-view{
  margin-bottom:20px;
}

a.teach img,
a.engage img,
a.learn img{
height:40px;  
}

a.teach{
  margin-right:15px; 
}
a.engage{
    margin-right:15px;
}
a.learn{
    margin-right:15px;
}

/*************************SEQTA HEADER TILES*********************************/
#block-block-8{
  float:left;
  margin-right:20px;
  display: none;
}

#block-block-8 p{
  margin-bottom:0;
}

#block-block-8 h2{
  display:none;
}

a.teachtop, a.engagetop, a.learntop {
  float: right;
  margin-right: 20px;
  margin-top: -23px;
  width: 22%;
}

a.engagetop{
  width:25.5%!important;
}

a.learntop{
  width:24.5%!important;
  margin-right:10px!Important;
}

/*************************END SEQTA HEADER TILES*********************************/

.address{
  background-image: url('../images/footer-bg.png')!important;
  display: block;
}

.staffdesc{
  max-width:133px!important;di
}

.art-body-left p{
  max-width:1200px;
}

.field-collection-container{
  border:none;
}

/***********************************NEWS ARCHIVE********************************************/
.view-id-news_archive article{
  background: #f1f1f1;
}

.view-id-news_archive article img{
  margin-bottom:5px;
}

.view-id-news_archive article h2.title a {
	color: #002855 !important;
	font-size: 18px;
}
.view-id-news_archive span.date-display-single{
  color: #ba0c2f;
}

/***********************************END NEWS ARCHIVE********************************************/

#views-nivo-slider-facilities-pac-block,
#views-nivo-slider-facilities-vce-block,
#views-nivo-slider-facilities-sci-block,
#views-nivo-slider-facilities-sport-block,
#views-nivo-slider-visual-arts-slider-view-page-1,
#views-nivo-slider-music-page-slider-block-1{
  width:100%!important;
}

.views_slideshow_controls_text span:hover{
  text-decoration: none;
}

/*************PARENTAL CONSENT FORM********************/

#edit-submitted-parents-details-email{
	margin-left:95px;
}

.italic{
	font-style: italic;
	color: #ba0c2f;
}

span.biglink{
	font-size:16px;
}

a.enrol:hover, a.tour:hover{
	opacity: .75 !important;
}

a.enrol {
  color: #fff;
  background-color: #ba0c2f;
  background-image: url("http://www.caseygrammar.vic.edu.au/sites/all/themes/software_responsive_theme/enrolarrow.png");
  background-repeat: no-repeat;
  background-position: 85% 50%;
  height: 90px;
  margin-top: 50px;
  font-size: 20px;
  text-decoration: none;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  display: block;
  padding-top: 35px;
  font-weight: 500;
  padding-right: 15px;
}

a.tour {
	color: #fff;
	background-color: #ba0c2f;
	background-image: url("http://www.caseygrammar.vic.edu.au/sites/all/themes/software_responsive_theme/enrolarrow.png");
	background-repeat: no-repeat;
	background-position: 85% 50%;
	height: 90px;
	margin-top: 50px;
	font-size: 20px;
	text-decoration: none;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	display: block;
	font-weight: 600;
	padding: 35px 150px;
}

#block-block-9 h2{
	display:none;
}

#block-block-9 {
	text-align: center;
	font-color: #fff:;
	color: #fff !important;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0;
}

.campion:hover{
	background-color: #ebebeb;
}

.campion{
padding:15px;
-webkit-box-shadow: 10px 10px 23px 0px rgba(179,175,179,1);
-moz-box-shadow: 10px 10px 23px 0px rgba(179,175,179,1);
box-shadow: 10px 10px 23px 0px rgba(179,175,179,1);

}

a.fb_foot{
margin-left:10px;
}

#vcat {
	background: #f1f1f1;
	padding: 30px;
	padding-top: 5px;
	padding-left: 40px;
	margin-top: 60px;
	margin-bottom: 30px;
}


#block-imageblock-2 .block-body p {
	color: #002855;
	margin: 0 auto;
	font-size: 25px;
	line-height: 27px;
}


#block-imageblock-2 a.imageblock-link:hover{
	opacity:.3;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}

#block-imageblock-2 .block-body {
	position: absolute;
	/* color: #fff !important; */
	margin: 0 auto;
	display: block;
	width: 100%;
	text-align: center;
	top: 33%;
	z-index: 3;
}

#block-imageblock-2 h2 {
	color: #fff;
	padding-left: 20%;
	position: absolute;
	/* margin-left: 16%; */
	/* margin-top: 40px; */
	font-size: 2.7em;
	bottom: -42px;
	/* text-align: center; */
	/* margin: 0 auto; */
	/* margin-top: 40px; */
	display: block;
	background: #002855;
	width: 100%;
	/* padding-bottom: 10px; */
	height: 40%;
	padding-top: 27px;
}

#block-imageblock-2{
	margin-top:50px;
	height:200px;
}