@charset "UTF-8";


*,
html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow: none;
}

[class*=" icon-"]:before,
[class^=icon-]:before,
[data-icon]:before {
    font-family: stmarys!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    background-image: url(/images/header_top.jpg);
    background-position: center top;
    background-repeat: no-repeat;
overflow-x: hidden;
background-size: 5120px auto;
}


#modal_screen {position: fixed;top: 0px;left: 0px;height: 100%;width: 100%;z-index: 1100;background-color: rgba(0, 0, 0, 0.7);}
#modal_screen.nope { background-color: rgb(0, 0, 0); }
#modal_content { position: fixed; z-index: 1101; margin: 0px auto; background-color: rgb(221, 221, 221); border: 4px solid rgb(77, 77, 86); width: auto; max-width: 290px; border-radius: 16px; }
#modal_content .content_wrapper { padding: 16px; margin: 0px auto; text-align: center; }
#modal_content h2 { font-size: 1.6em; }
.disclaimerlogo { text-align: center; float: left; width: 100%; }
.disclaimerlogo img { margin-bottom: 16px; width: 100%; }
#modal_content p { font-size: 1.1em; }
#modal_content div ul { padding: 0px; }
#modal_content div li { display: inline-flex; width: 100%; padding: 5px; }
#modal_content a.button { width: 100px; margin: 10px auto; background: rgb(255, 255, 255); color: rgb(136, 136, 136); padding: 12px; text-decoration: none; transition: background 0.15s ease-in 0s; }

#modal_content a.button {width: auto; font-size: 12px;margin: 10px auto;color: rgb(136, 136, 136);margin-top: 32px;background-color: rgba(0,0,0,0);padding: 8px;text-decoration: none;transition: background 0.15s ease-in 0s;}

.announcementlink a { background: rgb(213 27 48); margin-top: 32px;padding: 12px; color: #fff; font-size: 24px;}
.announcementimages {
    width: 100%;
    padding: 12px;
    margin-top: 12px;
     align-items: center;
     justify-content: center;
     display:inline-flex
}

.announcementimage {
    width: 50%;
    justify-content: center;
   }


#modal_content a.button:hover { background: rgb(87, 87, 96); }
.CMSmodal-bg { transition: all 1s ease 0s; background: rgba(0, 0, 0, 0) !important; z-index: -100 !important; }
.CMSmodal-home { display: block; }
.CMSmodal-home { background: rgba(0, 0, 0, 0.5); position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 10001; transition: all 1s ease 0s; visibility: visible; }
.CMSmodal-home a { background: none; }
.CMSmodal-home .message-CMSmodal { position: absolute; top: calc(50% - 300px); left: calc(((50% - 440px) - 40px) - 10px); width: 880px; height: auto; margin: 0px 30px; padding: 20px; background: rgba(240, 240, 240, 0.9); border: 1px solid rgb(220, 220, 220); transition: all 1s ease 0s; }
.CMSmodal-home .message-CMSmodal .CMSmodal-content { background: -120px 50px rgb(255, 255, 255); box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px inset; display: inline-block; width: 100%; height: 100%; text-align: center; }
.CMSmodal-home .message-CMSmodal .CMSmodal-content .CMSmodal-text { display: block; padding: 45px; }
.CMSmodal-home .message-CMSmodal .CMSmodal-content .CMSmodal-text p { margin: 0px; }
.CMSmodal-home .message-CMSmodal .CMSmodal-content a.close-CMSmodal { position: absolute; top: 31px; right: 31px; background: none; border-radius: 50%; padding: 0px; transition: all 1s ease 0s; }
.CMSmodal-home .message-CMSmodal .CMSmodal-content a.close-CMSmodal:hover { background: url("/inc/modal/close-black.png") center bottom no-repeat; padding: 0px; height: 42px; width: 42px; transition: all 1s ease 0s; }
.CMSmodal-home .message-CMSmodal .CMSmodal-content a.close-CMSmodal:hover img { opacity: 0; transition: all 1s ease 0s; }
.CMSmodal-home h1, .CMSmodal-home h1::before { background-color: rgb(255, 255, 255); background-image: none; color: rgb(137, 137, 137); }
.hide-CMSmodal { transition: all 1s ease 0s; visibility: hidden; top: -100vh !important; }
.hide-CMSmodal .CMSmodal-home { background: black; }
@media only screen and (max-width: 770px) {
  .CMSmodal-home .message-CMSmodal { width: calc(100% - 60px); margin: 0px 20px; left: 0px; top: 20%; padding: 0px; border: 10px solid rgb(220, 220, 220); }
  .CMSmodal-home .message-CMSmodal .CMSmodal-content .CMSmodal-text { padding: 3% 33px 3% 20px; }
  .CMSmodal-home .message-CMSmodal .CMSmodal-content a.close-CMSmodal { position: absolute; top: 0px; right: 0px; background: rgb(255, 255, 255); padding: 3px; border-radius: 0px 0px 0px 7px; width: 40px; height: 40px; }
}



.hamburger {

    display: none;
 }



.lg-icon,
[data-icon]:before {
    -moz-osx-font-smoothing: grayscale
}

body,
html {
    width: 100%;
    line-height: 1.4
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

@font-face {
    font-family: lg;
    src: url(/fonts/lg.eot?n1z373);
    src: url(/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg")
}

@font-face {
    font-family: stmarys;
    src: url(/fonts/stmarys.eot);
    src: url(/fonts/stmarys.eot?#iefix) format("embedded-opentype"), url(/fonts/stmarys.woff) format("woff"), url(/fonts/stmarys.ttf) format("truetype"), url(/fonts/stmarys.svg#stmarys) format("svg");
    font-weight: 400;
    font-style: normal
}

[data-icon]:before {
    content: attr(data-icon)
}

#leftcolumn h3,
.formerror,
strong {
    font-weight: 700;
}

.icon-facebook-official:before {
    content: "\61"
}

.icon-twitter:before {
    content: "\62"
}

.icon-twitter-circle:before {
    content: "\64"
}

.icon-search:before {
    content: "\63"
}

.icon-instagrem:before {
    content: "\65"
}

.icon-download:before {
    content: "\66"
}

.icon-chevron-down:before {
    content: "\67"
}

.icon-chevron-left:before {
    content: "\68"
}

.icon-chevron-right:before {
    content: "\69"
}

.icon-chevron-up:before {
    content: "\6a"
}

.icon-page-pdf:before {
    content: "\6b"
}

.icon-doc-file-format-symbol:before {
    content: "\6c"
}

.icon-docx-file-format-symbol:before {
    content: "\6d"
}

.icon-file:before {
    content: "\6e"
}

.icon-pdf-file-format-symbol:before {
    content: "\6f"
}

.icon-cutlery:before {
    content: "\70"
}

.icon-install:before {
    content: "\71"
}

.icon-medal-outline-star:before {
    content: "\72"
}

.icon-star-outline:before {
    content: "\73"
}

.icon-feed-rss-2:before {
    content: "\74"
}

.icon-calendar:before {
    content: "\75"
}

.icon-location:before {
    content: "\76"
}

.icon-thumb-tack:before {
    content: "\77"
}

.icon-pin-alt:before {
    content: "\78"
}

.icon-call-phone:before {
    content: "\79"
}

.icon-telephone:before {
    content: "\7a"
}

.icon-envelope-o:before {
    content: "\41"
}

.icon-at:before {
    content: "\42"
}

.icon-mail:before {
    content: "\43"
}

.icon-ptint:before {
    content: "\44"
}

.icon-print:before {
    content: "\45"
}

.icon-ios-football:before {
    content: "\46"
}

.icon-home:before {
    content: "\47"
}

.icon-art-gallery:before {
    content: "\48"
}

.icon-images:before {
    content: "\49"
}

.icon-camera:before {
    content: "\4a"
}

.headerbutton.icon-locked:before,
.icon-link:before {
    content: "\4b"
}

.icon-share:before {
    content: "\4c"
}

.icon-social-linkedin:before {
    content: "\4d"
}

.icon-graduation-cap:before {
    content: "\4e"
}

.icon-school:before {
    content: "\4f"
}

.icon-info-circled:before {
    content: "\50"
}

.icon-info:before {
    content: "\51"
}

.icon-lock:before {
    content: "\52"
}

.icon-unlock:before {
    content: "\53"
}

.icon-locked:before {
    content: "\54"
}

.icon-sign-in:before {
    content: "\55"
}

.icon-sign-out:before {
    content: "\56"
}

.icon-basket:before {
    content: "\57"
}

.icon-headphone:before {
    content: "\58"
}

.icon-youtube-play:before {
    content: "\59"
}



.TabbedPanels {
    overflow: hidden;
    float: left;
    margin: 0px;
    padding: 0px;
    clear: none;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
}

.TabbedPanelsContent li {
    list-style: disc;
    margin-left: 16px;
    padding-top: 4px
}

.TabbedPanelsTabGroup {
    margin: 0px;
    padding: 0px;
}

.TabbedPanelsTab {
    position: relative;
    top: 1px;
    float: left;
    padding: 4px 10px;
    margin: 0px 1px 0px 0px;
    font-size: 19px;
    background-color: #092d5b;
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    color: #aaa;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


#maincontent .contentbreak li.TabbedPanelsTab  {
    margin: 0px;
    list-style: none;
}


.TabbedPanelsTabHover {
    background-color: #CCC;
}


.TabbedPanelsTabSelected {
    background-color: #c31c36;
    color: #fff;
}

.TabbedPanelsTab a {
    color: black;
    text-decoration: none;
}


.TabbedPanelsContentGroup {
    clear: both;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background-color: #EEE;
}

.TabbedPanelsContent {
    overflow: hidden;
    padding: 16px;
    padding-top: 16px;
    background-color: #fff;
    text-align: left;
    color: #333;
}

.TabbedPanelsContent p{

    color: #333;
}


.TabbedPanelsContentVisible {
}

.VTabbedPanels {
    overflow: hidden;
    zoom: 1;
}


.VTabbedPanels .TabbedPanelsTabGroup {
    float: left;
    width: 10em;
    height: 20em;
    background-color: #EEE;
    position: relative;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}


.VTabbedPanels .TabbedPanelsTab {
    float: none;
    margin: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
    background-color: #EEE;
    border-bottom: solid 1px #999;
}


.VTabbedPanels .TabbedPanelsContentGroup {
    clear: none;
    float: left;
    padding: 0px;
    width: 30em;
    height: 20em;

}



.excerpt em {
    padding: 4px;
    background-color: #ddd;
    color: #c31c36;
    border-radius: 8px
}

.contentbreak li {
    margin-left: 20px;
    position: relative;
    margin-top: 4px
}

.contentbreak li:before {
    background-color: #9b0000;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/images/favicon.png);
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 6px
}

.cmsmap,
.google-thin,
div.map {
    height: 300px;
    width: 100%
}

.contentbreak .TabbedPanelsTabGroup li {
    margin: 0
}

.contentbreak .TabbedPanelsTabGroup li:before {
    display: none
}

div.map {
    display: block;
    margin-bottom: 40px
}

.cmsmap img {
    max-width: none
}

.google-thin {
    float: left;
    overflow: hidden;
    margin-bottom: 24px
}

.google-thin div.cmsmap {
    float: left
}


 .topicwebsarea {     
        float: left;
        width: 100%;
        background-color: #fff;
     margin-bottom: 12px;
        
   
        
    }
    
      .topicweb {     
        float: left;
        width: 100%;
        padding: 8px;
        background-color: #d4d4d4;
          border-top: 1px solid #ddd;
border-bottom: 1px solid #898989;
margin-bottom: 8px;
          border-radius: 4px;
          margin-top: 4px;
       
        
    }
    
    .topicimage {
        float:right;
        width: 60px;
        height: 60px;
        border: 1px solid #ccc;
        
        
    }

.topicheading {
    font-size: 20px;
}
.topicdescription {
    font-size: 14px;
    
    
}

    
    .topicwebright {
        float: left;
        width: 100%;
    }
    

.staffmembersmall {
    float: left;
    width: auto;
    border-radius: 4px;
    position: relative;
    background-color: #e6e6e6;
    padding-right: 54px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc
}

.staffmembersmall .staffname,
.staffmembersmall .stafftitle1 {
    float: left;
    width: auto;
    padding: 0;
    position: relative;
    text-align: left;
    line-height: 1.6
}

.staffsmallimage {
    width: 48px;
    height: 48px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 3px;
    position: absolute
}

.staffsmallimage img {
    float: left;
    width: 48px;
    border: 2px solid #fff;
    overflow: hidden
}

.smallnameandtitle {
    float: left;
    position: relative;
    margin: 4px;
    padding-left: 58px;
    width: 400px;
    overflow: hidden;
    height: 46px
}

.staffemailsmall a {
    width: 48px;
    padding: 4px;
    height: 48px;
    position: absolute;
    right: 3px;
    top: 3px;
    text-align: center;
    background-color: #cecece;
    color: #092d5b
}

.staffemailsmall a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 30px;
    text-align: center;
    color: #333;
    line-height: 1;
    content: "A";
    font-family: stmarys;
    right: 0;
    top: 8px
}

.student_profile_area {
    position: relative;
    width: 100%
}

.student_profile_area h3 {
    color: #f9c922
}

.studentitem img {
    width: auto;
    height: 100%;
    max-width: 400px;
    text-align: center
}

.studentitem {
    width: 33.333%;
    height: 300px;
    margin: 0;
    position: absolute;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background-position: top center
}

.filterform,
.filterform label {
    margin-bottom: 12px;
    float: left
}

.studentitem:after {
    content: "L";
    position: absolute;
    font-family: school;
    right: 12px;
    color: #FFF;
    font-size: 48px;
    bottom: 12px;
    background-color: #29a9b3;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 1
}

.caption1 span,
.caption2 span,
.filterform label,
.kidslinksbutton .kidslinksbuttontext,
.strapline {
    font-family: Laila, serif
}

.studentitem-overlay {
    display: none
}

.studentactive {
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center
}

.filterform {
    background-color: #c71137;
    width: 100%;
    color: #c71137;
    padding: 12px
}

.filterform label {
    width: 100%;
    color: #f7f7f7
}

.filterform input,
.headers_list {
    float: left;
    color: #333;
    width: 100%
}

.filterform input {
    background-color: #fff;
    padding: 8px;
    font-size: 16px;
    border-radius: 8px
}

.headers_list {
    height: auto;
    text-decoration: none;
    clear: both;
    overflow: visible;
    padding: 12px;
    background-color: #EEE;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-top: 12px;
    margin-bottom: 16px;
}

.staffimagefull {
    float: right;
    padding: 4px;
    border: 1px solid #eee;
    max-width: 100px
}

.staffcontactitem {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    padding: 8px 8px 8px 8px;
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    border-bottom: 4px solid #ccc
}

.staffimagelarge {
     float: right;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
  -webkit-box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.75);}


.staffimagelarge img {
    width: 180px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.75);
   }

.staffcontactitem .staffemailaddress,
.staffcontactitem .staffname,
.staffcontactitem .staffqualifications,
.staffcontactitem .stafftitle {
    line-height: 32px
}

.staffcontactitem .staffname {
    width: auto;
    font-size: 22px;
    color: #c71137;
}


}

.staffcontactitem .dateappointed,
.staffcontactitem .membership,
.staffcontactitem .position,
.staffcontactitem .smalldetails,
.staffcontactitem .staffqualifications {
    float: left;
    width: auto;
    width: 100%
}

.staffcontactitem .staffqualifications {
    float: left;
    line-height: 1.4
}

.staffcontactitem .stafftitle {
    border-top: 1px solid #39b3d3;
    float: left;
    clear: both;
    width: 100%;
    font-size: 14px;
    color: #888
}

.staffcontactitem .staffemailaddress a {
    float: right;
    width: auto;
    font-size: 14px;
    padding-right: 8px;
    line-height: 30px;
    background-color: #39b3d3;
    position: absolute;
    right: 4px;
    top: 17px;
    padding-left: 30px;
    border-radius: 4px
}

.staffmore,
h2.staffmorebutton {
    float: left;
    padding: 8px;
    font-size: 16px
}

.staffmore img {
    float: left;
    width: 20%
}

.staffmore p {}

.staffcontactitem .staffemailaddress a:after {
    content: "@";
    position: absolute;
    left: 2px;
    top: -4px;
    font-size: 24px
}

.staffmore {
    padding: 8px;
    background-color: rgba(256, 256, 256, .7);
    margin-top: 12px;
    border-top: 1px solid #ccc;
    width: 100%;
    display: none
}

.staffmorebutton {
    float: left
}

h2.staffmorebutton {
    width: auto;
    border-radius: 4px;
    background-color: #e6e6e6;
    color: #3c3c3c;
    padding: 4px;
    font-size: 16px;
    margin-top: 12px;
    cursor: pointer
}

.class_staff_area,
.kidslinks_area,
.usefullinks_area {
    font-size: 12px;
    float: left;
    text-decoration: none
}

.staffimagenew {
    float: left;
    padding: 0;
    margin-top: 8px;
    margin-right: 8px;
    width: 100%
}

.staffimagenew img {
    float: left;
    width: 120px;
    margin-right: 8px
}

.staffdescnew {
    float: left;
    padding: 8px;
    width: 80%
}

.class_staff_area,
.kidslinks_area {
    width: 100%;
    background-color: #EEE;
    color: #333;
    height: auto;
    overflow: visible
}

ul.headers_list li {
    list-style: none;
    margin: 0
}

.class_staff_area {
    clear: both;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 12px
}

.kidslinks_area {
    margin: 12px 0;
    padding: 8px;
    border: 1px dotted #CCC
}

.kidsweblinksouter {
    float: left;
    width: 24%;
    display: block;
    padding: 0 0 48px;
    height: auto;
    margin: .25%;
    background-color: #fff;
    text-align: center;
    position: relative
}

.kidsweblinksouter h3 {
    width: 100%;
    display: block;
    text-align: center
}

.kidsweblinksdescription a {
    font-size: 14px;
    padding: 4px 12px;
    border: 4px solid #fff;
    background-color: #c71136;
    color: #eee;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.imagesquare {
    float: left;
    width: 100%;
    display: block;
    padding: 4px;
    height: auto;
    background-color: #fff
}

.imagesquare img {
    float: left;
    width: 100%;
    height: auto
}

.usefullinks_area {
    width: 100%;
    height: auto;
    margin-right: 1%;
    overflow: visible;
    padding: 8px;
    background-color: #EEE;
    color: #333;
    margin-top: 12px;
    border: 1px dotted #CCC
}

.gallerycontainer {
    float: left;
    width: 100%
}

.gallerycontainer a {
    float: left;
    width: 32.3%;
    padding: 8px;
    border-bottom: 1px solid #ccc;
    margin: .5%;
    background-color: #eee
}

.albumsimple .photogallery_link a {
    width: 100%;
    background-color: #333;
    position: relative;
    margin-bottom: 0;
    color: #eee;
    text-indent: 0;
    display: inline-block;
    line-height: 34px;
    text-align: left;
    overflow: visible;
    padding-left: 8px;
    text-decoration: none;
    background-size: 40px
}

.photogallery_link a:after {
    position: absolute;
    top: -1px;
    right: -1px;
    content: "E";
    font-family: stmarys;
    font-size: 22px;
    height: 22px;
    width: 22px;
    padding: 6px;
    background-color: #FFF;
    color: #4D4D4D;
    line-height: 1;
    border: 1px solid #ddd
}

.weblinksinner,
.weblinksouter {
    width: 100%;
    display: block;
    height: auto
}

.weblinksouter {
    float: left;
    padding: 0;
    margin: 4px 4px 4px 0;
    background-color: #fff
}

.weblinksouter a {
    float: right;
    font-size: 14px;
    color: #eee;
    padding: 4px 12px;
    margin-top: 4px;
    background-color: #c71136;
}

.staffmembertext h3,
.staffmembertext_small h3 {
    display: block;
    margin-top: 12px;
    float: left;
    text-align: center;
    clear: both
}

.staffmemberbox,
.staffmemberbox_small {
    margin-bottom: 8px;
    background-color: #FFF;
    margin-right: .5%;
    font-size: 12px;
    text-align: center;
    text-decoration: none
}

.weblinksinner {
    float: left;
    padding: 8px
}

.weblinksdescription {
    float: left;
    border-right: 1px solid #eee;
    width: 70%;
    padding-right: 12px;
    display: block;
    height: auto;
    color: #666
}

.kidsweblinksdescription,
.kidsweblinksinner {
    width: 100%;
    float: left;
    height: auto;
    display: block;
    text-align: center
}

.kidsweblinksinner {
    padding: 0 8px 8px
}

.kidsweblinksdescription {
    margin-bottom: 8px;
    color: #666
}

.staffmemberbox {
    width: 24.5%;
    float: left;
    height: auto;
    padding: 1px;
    color: #333;
    position: relative;
    min-height: 100px;
    border-bottom: 1px solid #ccc
}

.staffmemberbox img {
    width: 100%;
    float: left;
    height: auto;
    min-height: 32px;
    border: 4px solid #fff
}

.staffmembertext h3 {
    padding: 0;
    color: #c71137;
    line-height: 1;
    width: 100%
}

.staffmembertext {
    float: left;
    width: 100%;
    min-height: 70px;
    padding-bottom: 12px
}

.staffmemberbox_small {
    width: 10.6%;
    float: left;
    height: auto;
    padding: 1px;
    color: #333;
    -webkit- text-align: center
}

.eventdocs a {
    margin-right: 4px;
    position: relative
}

.staffmemberbox_small img {
    width: 100%;
    float: left;
    height: auto;
    min-height: 32px;
    border: 1px solid #fff
}


.staffmembertext_small h3 {
    padding: 0;
    width: 100%
}


.indevent {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(00,0,0,0.1);
    padding: 8px 0px;
    position: relative;
    padding-bottom: 4px;
}

.singleeventdate {
    float: left;
    width: auto; 
    background-color: #eee;
    border-radius: 4px;
    padding: 2px 5px;
    margin-right: 1px;
   
    
    
}


.extendedinfo,
.icaldownload
{
    float: left;
    width: 100%; 
    border-radius: 4px;
    padding: 2px 5px;
    margin-top: 12px;
   
    
    
}

.moreeventlink {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 34%;
    width: auto;
    padding: 2px;
    background-color: rgba(0,0,0,0.1);
    
}

.moreeventlink a{
    color: #454545;
    
}

.singleeventdays, .singleeventtime {
    float: left;
    width: auto;
    padding: 4px;
    padding-left: 24px;
    position: relative; 
    padding-right: 8px;
    
}

.singleeventdays:after,
.singleeventtime:after {
    left: 0px;
    content: "u";
    position: absolute;
    font-family: stmarys;
    color: #333;
    background-color: #ccc;
    padding: 2px;
    top: 6px;
    width: 14px;
    height: 14px;
    line-height: 1;
    font-size: 14px;
    border-radius: 2px;
    
}
.singleeventtime:after
{

    content: "B";

}










.contactarea,
.testimonialouter {
    padding: 16px;
    float: left;
    width: 100%;
    margin-bottom: 16px
}

.staffmembertext_small {
    float: left;
    width: 100%;
    min-height: 70px
}

.contactarea {
    border: 1px solid #3ea8c0;
    border-radius: 8px
}

.testimonialouter h4 {
    color: #3ea8c0;
    margin-bottom: 16px
}

.testimonialouter p {
    color: #333;
    margin-bottom: 8px
}

.testimonialouter .test_person {
    color: #3ea8c0;
    margin-top: 16px;
    float: left;
    width: 100%
}

.loginarea {
    float: left;
    width: 100%;
    padding: 0
}

.marquee {
    overflow: hidden;
    background: #2F8440;
    width: 300px;
    padding: 5px;
    line-height: 1;
    border-left: 4px solid #9B0000;
    border-right: 4px solid #9B0000;
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 140px;
}

.endtime,
.eventcats,
.starttime {
    float: left
}

.marquee a {
    font-size: 20px;
    color: #A6CD3E;
}

.hidden {
    display: none
}

.visible {
    display: block
}

.endtime {
    padding-left: 4px
}

.eventcats {
    padding-left: 0;
    padding-bottom: 12px
}

.eventdocs a {
    float: left;
    padding: 4px 28px;
    clear: both;
    background-color: #002040;
    border-radius: 4px;
    color: #fff
}

.datetimes,
.datetimesdetail,
.event a {
    padding-bottom: 8px;
    float: left
}

.eventdocs a:after,
.eventdocs a:before {
    position: absolute;
    font-family: school;
    top: 2px;
    font-size: 20px
}

.eventdocs a:before {
    content: "K";
    left: 4px;
    color: #1bb1cf
}

.eventdocs a:after {
    content: "1";
    right: 4px;
    color: #fff
}

.datetimes {
    padding-right: 8px;
    clear: both
}

.datetimesdetail {
    padding-right: 8px;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px
}

.event a {
    font-size: 20px;
    width: 100%;
    color: #5D2037
}

.calendardaysmall .event a {
    font-size: 14px;
    padding-bottom: 0;
    float: left;
    width: auto;
    color: #002040
}

.vevent2 .datearea,
.vevent2 h3 a {
    color: #A0A0A0
}

.calendardaysmall .summary {
    float: left;
    width: 70%;
    padding: 8px
}

.centerbox {
    float: left;
    width: 100%;
    text-align: center
}

.vevent br {
    display: none
}

.vevent2 h3 a {
    font-size: 30px
}

.calendarwrap .vevent a {
    font-size: 22px;
    padding-bottom: 12px
}

.thirdcolumn .date {
    font-size: 12px;
    padding-bottom: 0;
    color: #eee;
}

.thirdcolumn .vevent a {
    font-size: 17px;
    padding-bottom: 4px
}


.paging {
    float: left;
    width: 100%;
    padding: 8px;
    background-color: #aaa;
    margin-top: 16px;
    color: #fff;
    text-align: center
}

.paging a {
    text-decoration: none;
    display: inline-block;
    color: #333
}

a.paging-prev {
    padding-left: 32px;
    float: left;
    position: relative
}

a.paging-next {
    padding-right: 32px;
    float: right;
    position: relative
}

a.paging-next:after,
a.paging-prev:before {
    position: absolute;
    font-family: stmarys;
    font-size: 24px;
    top: -4px
}

a.paging-prev:before {
    content: "s";
    left: 0
}

a.paging-next:after {
    content: "r";
    right: 0
}


.lg-icon,
.sb-icon-search {
    text-transform: none
}




.calendarwrap {
    float: left;
    width: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
}

.datesbox {
    position: absolute;
    width: 100%;
    width: 120px;
    height: 54px;
    right: 0;
    top: 0;
    background-color: #333
}

.calendardaysmall .datesbox {
    width: 80px;
    height: 32px;
    float: left;
    background-color: #333;
    position: relative
}

.calendardaysmall .vevent {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eee;
    min-height: 0
}

.eventtext {
    padding-right: 120px
}

.calendardaysmall .eventtext {
    padding-right: 0;
    width: 100%;
    float: left
}

.datesboxday {
    font-size: 20px
}

.datestart {
    float: left;
    position: relative;
    color: #092d5b;
    padding: 8px 2px;
    text-align: center;
    background-color: #E2E2E2;
    z-index: 1
}

.calendardaysmall .datestart {
    float: left;
    position: relative;
    color: #eee;
    padding: 0;
    text-align: center;
    height: auto;
    background-color: #002040;
    z-index: 1
}

.calendardaysmall .dateend:before,
.dateend:before {
    top: 6px;
    position: absolute;
    font-family: stmarys;
    content: "r";
    z-index: 1
}

.calendardaysmall .dateend {
    padding: 0;
    height: auto
}

.calendardaysmall .datesboxday {
    font-size: 14px
}

.calendardaysmall .dateend:before {
    font-size: 24px;
    left: -14px;
    color: #002040
}

.dateend:before {
    font-size: 48px;
    left: -24px;
    color: #e2e2e2;
    line-height: 1
}

.dateend {
    position: relative;
    float: left;
    color: #eee;
    padding: 8px;
    text-align: center;
    background-color: #c31c36
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, .45)
}

.lg-icon {
    font-family: lg;
    line-height: 1
}

.da-thumbs li a div span,
.grid figure button,
.lg-sub-html h4,
.person,
.stuff h1 {
    text-transform: uppercase
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #FFF
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none!important;
    outline: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.dropdown-content a,
.dropdown-menu a,
.usefulforms a,
a {
    text-decoration: none
}

.lg-toolbar .lg-icon:hover {
    color: #FFF
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 24px;
    color: #fff
}

.public .lg-sub-html h4 {
    display: none
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont,
.usefulforms a {
    overflow: visible
}




@media screen and (max-width:1080px) {




.hamburger {
 font:inherit;
 display:inline-block;
 overflow:visible;
 margin:0;
 padding:15px;
 cursor:pointer;
 transition-timing-function:linear;
 transition-duration:.15s;
 transition-property:opacity,filter;
 text-transform:none;
 color:inherit;
 border:0;
 background-color:transparent;
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: none;
  z-index: 8;
  
}
.hamburger:hover {
 opacity:.7
}
.hamburger-box {
 position:relative;
 display:inline-block;
 width:40px;
 height:24px
}
.hamburger-inner {
 top:50%;
 display:block;
 margin-top:-2px
}
.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
 position:absolute;
 width:40px;
 height:4px;
 transition-timing-function:ease;
 transition-duration:.15s;
 transition-property:transform;
 border-radius:4px;
 background-color:#e2dbdb;
}
.hamburger-inner:after,.hamburger-inner:before {
 display:block;
 content:""
}
.hamburger-inner:before {
 top:-10px
}
.hamburger-inner:after {
 bottom:-10px
}

.hamburger--spin .hamburger-inner {
 transition-timing-function:cubic-bezier(.55,.055,.675,.19);
 transition-duration:.22s
}
.hamburger--spin .hamburger-inner:before {
 transition:top .1s ease-in .25s,opacity .1s ease-in
}
.hamburger--spin .hamburger-inner:after {
 transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
}
.active .hamburger--spin .hamburger-inner {
 transition-delay:.12s;
 transition-timing-function:cubic-bezier(.215,.61,.355,1);
 transform:rotate(225deg)
}
.active .hamburger--spin .hamburger-inner:before {
 top:0;
 transition:top .1s ease-out,opacity .1s ease-out .12s;
 opacity:0
}
.active .hamburger--spin .hamburger-inner:after {
 bottom:0;
 transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
 transform:rotate(-90deg)
}


.hamburger .hamburger-inner,.hamburger .hamburger-inner:after,.hamburger .hamburger-inner:before {
 background-color:#fff;
}
.hamburger--header {
 margin-right:-5px;
 padding-right:0;
 padding-left:5px;
 cursor:default;
 vertical-align:middle
}
.hamburger--header .hamburger-inner,.hamburger--header .hamburger-inner:after,.hamburger--header .hamburger-inner:before {
 background-color:#222
}
.hamburger--header.hamburger--elastic .hamburger-inner,.hamburger--header.hamburger--slider .hamburger-inner {
 top:2px
}
.hamburger--header:hover {
 opacity:1
}
.hamburger-wrap {
 text-align:center
}
.hamburger--accessible {
 display:inline-block
}
.hamburger--accessible .hamburger-box {
 display:inline-block;
 vertical-align:middle
}
.hamburger--accessible .hamburger-inner,.hamburger--accessible .hamburger-inner:after,.hamburger--accessible .hamburger-inner:before {
 background-color:#222
}
.hamburger-label {
 font-weight:600;
 display:inline-block;
 margin-left:5px;
 vertical-align:middle;
 text-transform:uppercase
}
.hamburger-label-hidden {
 display:none
}
.hamburger--example {
 outline:1px dashed cyan
}
.hamburger--example .hamburger-box {
 outline:1px dashed green
}
.hamburger--example .hamburger-inner,.hamburger--example .hamburger-inner:after,.hamburger--example .hamburger-inner:before {
 background-color:#222
}



}




@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #ff5c39
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

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

.group:after {
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../img/loading.gif) center center no-repeat;
    display: none!important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block!important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto!important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s!important;
    -moz-transition: none 0s ease 0s!important;
    -o-transition: none 0s ease 0s!important;
    transition: none 0s ease 0s!important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.cbp-qtrotator {
    position: relative;
    max-width: 100%;
    width: 100%
}

.cbp-qtrotator .cbp-qtcontent {
    position: absolute;
    border-top: 8px solid #3ea8c0;
    padding: 8px;
    top: 0;
    z-index: 0;
    opacity: 0;
    width: 100%
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1
}

.cbp-qtrotator .cbp-qtcontent:after {
    clear: both
}

.cbp-qtprogress {
    position: absolute;
    left: 0;
    background: #ed1651;
    height: 8px;
    width: 0;
    top: 0;
    z-index: 1000
}

.cbp-qtrotator blockquote {
    margin: 0;
    padding: 0 80px
}

.cbp-qtrotator blockquote footer {
    color: #eee;
    font-size: 14px;
    padding-top: 12px
}

.caption1 span,
.caption2 span {
    font-weight: 300;
    text-shadow: 1px 1px 1px #000;
    color: #fff
}

.caption1,
.caption2 {
    position: absolute;
    text-align: center;
    padding: 12px;
    background-color: rgba(100, 154, 165, 0);
    z-index: 2
}

.cbp-qtrotator .cbp-qtcontent img {
    position: absolute;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #ed1651
}

.sb-search {
    float: right
}

.sb-search-input {
    width: 100%
}

.no-js .sb-search,
.sb-search.sb-search-open {
    width: 98%
}

.rslides1_nav,
.rslides2_nav,
.rslides3_nav {
    -webkit-tap-highlight-color: transparent;
    overflow: hidden
}

.rslides1_nav:focus,
.rslides2_nav:focus,
.rslides3_nav:focus,
button:focus {
    outline: 0
}

.da-thumbs li a,
.grid figure,
.productbox,
.rslides,
.rslides1_nav,
.rslides2_nav,
.rslides3_nav,
.rslides_tabs a {
    overflow: hidden
}

.da-thumbs,
.rslides,
.rslides_tabs,
ol,
ul {
    list-style: none
}

.caption1 {
    bottom: 8%;
    width: 100%
}

.caption1 span {
    font-size: 36px;
    width: 100%
}

.caption2 {
    bottom: 0;
    width: 100%;
    text-align: right
}

.caption2 span {
    font-size: 16px;
    width: 100%
}

.staffimage:after,
.staffmember:after {
    font-family: school;
    pointer-events: none
}

.da-thumbs {
    width: 100%;
    position: relative;
    margin: 20px auto;
    padding: 0
}

.da-thumbs li {
    float: left;
    margin: 0;
    background: #fff;
    padding: 1px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    width: 33.333333333333333%
}

.websitelaunchlink a {
    font-size: 16px;
    padding: 4px 8px;
    background-color: #ed1651;
    border-radius: 16px;
    position: absolute;
    top: 16px;
    right: 0
}

.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative
}

.da-thumbs li a div {
    position: absolute;
    background: #333;
    background: rgba(75, 75, 75, .7);
    width: 100%;
    height: 100%
}

.staffdesc,
.staffimage,
.staffimage img,
.staffimage2 img,
.staffmember {
    height: auto;
    float: left
}

.da-thumbs li a div span {
    display: block;
    padding: 10px 0;
    margin: 40px 20px 20px;
    color: rgba(255, 255, 255, .9);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 -10px 0 rgba(255, 255, 255, .3)
}

.expander,
.headerbutton {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-box-shadow: 0 1px 1px rgba(000, 000, 000, .5), inset 0 1px 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 1px 2px 2px rgba(000, 000, 000, .5), inset 0 1px 1px rgba(255, 255, 255, .5)
}

.noshow {
    display: none
}

.row {
    padding: 16px;
    width: 100%;
    float: left
}

.staffmember {
    width: 32%;
    position: relative;
    background-color: #eee;
    margin: 0 1% 1% 0;
    padding: 1px
}

.staffmember:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "L";
    font-size: 24px;
    color: #8BB31D;
    z-index: 2;
    padding: 0 8px 8px 0
}

.staffimage:after,
.strapline {
    color: #fff;
    position: absolute
}


.staffimage,
.staffimage img {
    width: 100%;
    padding: 0;
    position: relative
}

.staffimage:after {
    right: 8px;
    bottom: 8px;
    font-size: 32px;
    z-index: 2;
    padding: 0 8px 8px 0
}

.staffdesc {
    width: 100%;
    padding: 8px;
    font-size: 12px
}

.profileopenclose {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100
}

.detailwrap {
    float: left;
    text-align: left;
    width: 100%;
    padding-left: 0
}

.staffname2,
.stafftitle2 {
    font-weight: 600;
    padding-left: 8px;
    float: left;
    clear: both
}

.staffimage2 {
    float: left;
    text-align: left;
    width: 30%
}

.staffimage2 img {
    text-align: left;
    width: 100%
}

.colourboxright a,
.staffname1,
.stafftitle1,
header {
    text-align: center
}

.strapline {
    float: right;
    right: 12px;
    bottom: 12px;
    font-size: 23px;
    line-height: 1;
    text-shadow: 1px 1px 1px #333
}

.staffname1 {
    clear: both;
    font-size: 20px;
    color: #728532
}

.staffname2 {
    font-size: 21px
}

.headerbutton,
.stafftitle1,
.stafftitle2 {
    font-size: 14px
}

.stafftitle1 {
    clear: both;
    margin-bottom: 4px;
    color: #333
}

.headerbutton {
    background: #eee;
    background: -moz-linear-gradient(top, #fff 0, #ebebeb 50%, #dbdbdb 50%, #b5b5b5);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(.5, #fff), color-stop(.5, #fff), to(#ccc));
    border-radius: 16px;
    box-shadow: 0 1px 1px rgba(000, 000, 000, .5), inset 0 1px 1px rgba(255, 255, 255, .5);
    padding: 4px;
    line-height: 24px;
    height: 30px;
    float: left;
    width: 84px
}

.clienttext {
    float: right;
    padding-left: 4px;
    padding-right: 4px
}

.headerbutton.icon-locked:before {
    font-size: 20px
}

.lightgallery {
    display: inline-block;
    width: 100%;
    max-width: 1024px;
    margin-top: 16px
}

.lightgallery .ind_photo {
    width: 15%;
    position: relative;
    display: inline-block;
    padding: 1px;
    margin: 2px
}

.homeclassbuttons .kidslinksbutton,
.imagetitle,
.imagetitle.public,
.public .imagetitle {
    display: none
}

.lightgallery .ind_photo a {
    position: relative
}

.imagetitle {
    width: auto;
    padding: 4px;
    right: 6px;
    bottom: 6px;
    background-color: #3ea8c0;
    position: absolute;
    font-size: 10px;
    color: #eee
}

.wrapper,
.wrappertop {
    background-color: #f7f7f7;
    margin-left: auto;
    margin-right: auto
}

.classbuttons_outer,
.wrapper {
    width: 100%
}

.wrappertop {
    width: 100%
}

.wrapper {
    max-width: 1080px;
    position: relative
}

#columnleft {
    padding-right: 16px;
    width: 66.6666666%;
    float: left;
    text-align: left
}

#columnright {
    width: 33.333333333%;
    float: left
}


.allnewslink {
    float: left;
    width: 100%;
    padding: 12px;
    
    
}

.allnewslink a{
    float: left;
    width: 100%;
    padding: 12px;
    color: #eee;
    
    
}



.noticeitembox {
  float: left;
  width: 100%;
  margin-top: 36px;
}



  .noticeitem {

    width: 32%;
    margin: 0.3%;

}

.noticeitembox .noticeitem:nth-child(n) {
   -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
   
}

.noticeitembox .noticeitem:nth-child(2n) {
   -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
   
}

.noticeitem {
    float: left;
    position: relative;
    padding-bottom: 48px;
    padding: 4px;
    margin: 0.5%;
    padding-bottom: 32px;
  width: 320px;
    background-color: #eee;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f798cb', endColorstr='#e865ab',GradientType=1 );
    min-height: 200px;
    margin-bottom: 24px;
    box-shadow: 0px 4px 0px rgba(0,0,0,0.4);
}

.noticeitem:before {
    position: absolute;
    width: 16px;
    height: 8px;
    content: "";
    right: 2px;
    top: 2px;
    padding: 0px;
    padding-top: 8px;
    line-height: 0;
    background-color: #fff;
    border-radius: 50%;
    font-size: 64px;
    text-align: center;
    z-index: 20;
   
}


.noticeitem:after {
    position: absolute;
    width: 16px;
    height: 8px;
    content: "w";
    font-family: stmarys;
    right: 0px;
    top: -14px;
    padding: 0px;
    padding-top: 8px;
    line-height: 0;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    z-index: 20000;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    color: #2f8440;
}

.noticeitem h3 a{
   color: #fff;
   
}

.noticebox {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
}



.noticecontent {
float: left;
    width: 100%;
    font-size: 14px;
padding: 4px;
    padding-right: 24px;
}

.noticeitemsmall {
    float: left;
    width: 12%;
    position: relative;
    padding-bottom: 48px;
    padding: 2px;
    margin: 0.25%;
    border: 1px solid #eee;
    padding-bottom: 32px;
    background-color: #333;
    text-align: center;
}


.noticeitemsmall h2 {
   font-size: 14px;
   
}


.homeclassbuttons .classbuttonfive,
.homeclassbuttons .classbuttonfour,
.homeclassbuttons .classbuttonone,
.homeclassbuttons .classbuttonreception,
.homeclassbuttons .classbuttonsix,
.homeclassbuttons .classbuttonthree,
.homeclassbuttons .classbuttontwo {
    width: 13.2%;
    margin: .5%;
    height: 72px;
}

.homeclassbuttons {
    float: left;
    width: 100%
}

.classbuttons_outer {
    text-align: center;
    float: left;
    height: 100%;
    padding: 24px 8px;
    position: relative;
    z-index: 2;
    background-color: #2f8440;
}

.classbuttons_outer h2,
.colourboxright h3 {
    font-size: 24px;
    padding: 8px;
    text-align: center;
    margin: 0
}

.classbuttons_outer:after,
.classbuttons_outer:before {
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1
}

.classbuttons_outer:before {
    background-image: url(/images/div_top.png);
    background-size: 100% 40px;
    height: 40px;
    top: -1px;
    line-height: 0
}

.classbuttons_outer:after {
    background-image: url(/images/div_bottom.png);
    background-size: 100% 32px;
    height: 32px;
    bottom: -1px;
    line-height: 0
}

.kidslinksbutton {
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 16px;
    height: auto;
    border-radius: 4px;
    position: relative;
    border: 1px solid #1c4d25;
    margin-top: 12px;
}




.kidslinksbutton .kidslinksbuttoninnerone {
    padding: 12px;
    background-color: rgba(0,0,0,0.2);
    float: left;
    width: 100%;

}

.kidslinksbutton .kidslinksbuttoninnertwo {
    padding: 12px;
    border-radius: 12px;
    border: 2px dashed #eee;
    position: absolute;
    width: 98%;
    height: 94%;
    top: 4px;
    left: 1%
}

.kidslinksbutton .kidslinksbuttontext {
    padding: 0px;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 32px;
    color: #fff;
    line-height: 1;
    text-shadow: 1px 1px 1px #333;
    font-weight: 600
}



.classbuttonfive,
.classbuttonfour,
.classbuttonone,
.classbuttonreception,
.classbuttonsix,
.classbuttonthree,
.classbuttontwo {
    width: 100%;
    position: relative;
    float: left;
    padding: 0px;
    
}

.classbuttoninnerone {
    float: left;
    width: 100%;
    padding: 8px 8px 16px 8px;
    position: relative;
    z-index: 2;
}




.classbuttonfive:after,
.classbuttonfour:after,
.classbuttonone:after,
.classbuttonreception:after,
.classbuttonsix:after,
.classbuttonthree:after,
.classbuttontwo:after {
    width: 44px;
    height: 44px;
    position: absolute;
    content: "";
    padding: 4px;
    right: 4px;
    top: 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
     -webkit-transition: .3s ease 0s;
    -o-transition: .3s ease 0s;
    transition: .3s ease 0s;
    background-color: rgba(0,0,0,0);
    border-radius: 0%;
    border: 2px solid rgba(256,256,256,0.0)
}


.classbuttonfive:hover:after,
.classbuttonfour:hover:after,
.classbuttonone:hover:after,
.classbuttonreception:hover:after,
.classbuttonsix:hover:after,
.classbuttonthree:hover:after,
.classbuttontwo:hover:after {
   transform: rotate(25deg) scale(1.0);
        -webkit-transition: .3s ease 0s;
    -o-transition: .3s ease 0s;
    transition: .3s ease 0s;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
     border: 2px solid rgba(256,256,256,1.0);
    background-size: 80% 80%;
}





.homeclassbuttons .classbuttonfive:after,
.homeclassbuttons .classbuttonfour:after,
.homeclassbuttons .classbuttonone:after,
.homeclassbuttons .classbuttonreception:after,
.homeclassbuttons .classbuttonsix:after,
.homeclassbuttons .classbuttonthree:after,
.homeclassbuttons .classbuttontwo:after {
    width: 60px;
    height: 60px;
    position: absolute;
    content: "";
    padding: 0px;
    right: -8px;
    top:-8px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
    text-align: left;
    
    
}


.classbuttonfive:hover:after,
.classbuttonfour:hover:after,
.classbuttonone:hover:after,
.classbuttonreception:hover:after,
.classbuttonsix:hover:after,
.classbuttonthree:hover:after,
.classbuttontwo:hover:after {
   transform: rotate(25deg) scale(1.0);
        -webkit-transition: .3s ease 0s;
    -o-transition: .3s ease 0s;
    transition: .3s ease 0s;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
     border: 2px solid rgba(256,256,256,1.0);
    background-size: 80% 80%;
}



.homeclassbuttons .classbuttons_outer {
    text-align: left;
}


.classbuttonreception
 {
    background-color: #930d28;
    
}

.classbuttonreception:after
 {
background-image: url(/images/rowan_icon.png);
     
}


.classbuttonone {
    background-color: #c71136;
    
}

.classbuttonone:after
 {
background-image: url(/images/hazel_icon.png);
     
}


.classbuttontwo {
    background-color: #e3627b;
    
}

.classbuttontwo:after
 {
background-image: url(/images/willow_icon.png);
     
}

.classbuttonthree {
    background-color: #a6cd3e;
    
}

.classbuttonthree:after
 {
background-image: url(/images/maple_icon.png);
     
}


.classbuttonfour {
    background-color: #88bf01;
    
}

.classbuttonfour:after
 {
background-image: url(/images/chestnut_icon.png);
     
}

.classbuttonfive {
    background-color: #276e35;
    
}

.classbuttonfive:after
 {
background-image: url(/images/beech_icon.png);
     
}

.classbuttonsix {
    background-color: #1c4d25;
    
}


.classbuttonsix:after
 {
background-image: url(/images/oak_icon.png);
     
}




.classbuttoninnerone:hover {
border-radius: 24px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.kidslinksbuttontext {
float: left;
    padding: 4px;
    font-size: 24px;
    color: #fff;
    font-size: 24px;
color: #fff;
line-height: 1;
text-shadow: 1px 1px 1px #333;
font-weight: 300;
    font-family: Laila, serif;
}

.colourboxright {
    float: left;
    margin-top: -16px;
    width: 100%;
    height: 100%;
    padding: 40px 8px;
    position: relative;
    z-index: 0;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: bottom center
}

.colourboxright:after,
.colourboxright:before {
    display: block;
    background-position: top center;
    content: " ";
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    left: 0;
    z-index: -1
}

.colourboxright:before {
    background-image: url(/images/div_top.png);
    background-size: 100% 40px;
    height: 40px;
    top: 0
}

.colourboxright:after {
    background-image: url(/images/div_bottom.png);
    background-size: 100% 40px;
    height: 40px;
    bottom: 0;
    background-position: bottom right
}

.colourboxright a {
    width: 100%;
    float: left;
    padding: 5px;
    font-size: 15px;
}

.colourboxright a:hover {
    background-color: rgba(256, 256, 256, .3)
}

.colourboxright .selected a {
    background-color: rgba(17, 69, 135, .74);
    position: relative
}

.colourboxright .selected a:before {
    content: "r";
    z-index: 0;
    font-family: stmarys;
    font-size: 24px;
    position: absolute;
    top: 2px;
    left: 8px
}

.headerinner,
header {
    position: relative;
    min-height: 140px;
    width: 100%
}

header {
    float: left
}

.headerinner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block
}

footer:before,
header:after,
header:before {
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    background-size: cover
}

footer:before {
    background-image: url(/images/footer_top.png);
    width: 100%;
    height: 140px;
    top: -1px;
    left: 0;
    line-height: 0
}

footer:after {
    background-image: url(/images/colourblocks.png);
    width: 100%;
    content: "";
    display: block;
    height: 12px;
    bottom: 0;
    left: 0;
    z-index: 12;
    background-size: 400px 24px;
    position: absolute;
    line-height: 0
}

#keywordsarea:before {
    background-image: url(/images/div_top.png);
    width: 100%;
    height: 40px;
    top: 0;
    left: 0
}

#keywordsarea:after {
    background-image: url(/images/div_bottom.png);
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0
}

.orange header {
    background-color: #F3A723
}

.orange h2 {
    color: #F3A723
}

.colourblocks {
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: 0;
    right: 0;
    z-index: 4;
    display: none
}

.colourblocks div {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 4
}

.colourblocks div:nth-child(1) {
    bottom: 0;
    right: 0;
    background-color: #9a999a
}

.colourblocks div:nth-child(2) {
    bottom: 0;
    right: 30px;
    background-color: #4c5460
}

.colourblocks div:nth-child(3) {
    bottom: 0;
    right: 60px;
    background-color: #8562a4
}

.colourblocks div:nth-child(4) {
    bottom: 30px;
    right: 0;
    background-color: #484848
}

.colourblocks div:nth-child(5) {
    bottom: 30px;
    right: 30px;
    background-color: rgba(100, 154, 165, .34)
}

.colourblocks div:nth-child(6) {
    bottom: 30px;
    right: 60px;
    background-color: #a2a2a2
}

.colourblocks div:nth-child(7) {
    bottom: 60px;
    right: 0;
    background-color: #3ea8c0
}

.colourblocks div:nth-child(8) {
    bottom: 60px;
    right: 30px;
    background-color: rgba(31, 37, 56, .21)
}

.colourblocks div:nth-child(9) {
    bottom: 60px;
    right: 60px;
    background-color: rgba(31, 37, 56, .28)
}

.sitemapleft,
.sitemapright {
    width: 100%;
    float: left
}

.sitemapright .sitemaphtml a {
    width: 100%;
    color: #36A9AA;
    font-size: 13px;
    margin: 0;
    padding: 0
}

.usefulforms {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 16px
}

.usefulforms .box {
    float: left;
    width: 100%
}

.usefulforms a:after {
    position: absolute;
    top: -1px;
    right: -1px;
    content: "q";
    font-family: stmarys;
    font-size: 22px;
    height: 22px;
    width: 22px;
    padding: 6px;
    background-color: #FFF;
    color: #4D4D4D;
    border: 1px solid #ddd;
    line-height: 1
}

.docicon,
.xlsxicon,
docxicon,
pdficon,
xlsicon {
    position: relative;
    float: left
}

.docicon,
.docicon:before,
.docxicon,
.docxicon:before,
.pdficon,
.pdficon:before,
.xlsicon,
.xlsicon:before,
.xlsxicon,
.xlsxicon:before {
    position: absolute;
    font-size: 22px;
    background-color: #FFF;
    color: #333;
    border: 1px solid #ddd;
    line-height: 1;
    top: -1px;
    font-family: stmarys
}

.docicon,
.docxicon,
.pdficon,
.xlsicon,
.xlsxicon {
    right: 0
}

.docicon:before,
.docxicon:before,
.pdficon:before,
.xlsicon:before,
.xlsxicon:before {
    height: 22px;
    width: 22px;
    padding: 6px;
    right: 32px
}

.docicon:before {
    content: "l"
}

.xlsicon:before,
.xlsxicon:before {
    content: "n"
}

.docxicon:before {
    content: "m"
}

.pdficon:before {
    content: "o"
}

.next a,
.previous,
.previous a,
.usefulforms a {
    position: relative
}

.usefulforms a {
    width: 100%;
    background-color: #ededed;
    margin-bottom: 4px;
    color: #172344;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    line-height: 34px;
    text-align: left;
    padding-left: 8px;
    background-size: 40px
}

.filename,
.filesize {
    color: #333;
    padding-left: 0
}

#instarea,
.next a,
.previous a {
    background-color: #eee
}

.filesize {
    padding-right: 0;
    position: absolute;
    right: 80px;
    font-size: 11px;
    text-align: right
}

.filename {
    float: left;
    margin-right: 0;
    width: 100%;
    overflow: hidden;
    padding-right: 100px;
    height: 34px
}

.sitemapright .sitemaphtml li {
    margin: 0;
    padding: 0
}

.next,
.previous {
    display: inline-block;
    padding: 8px
}

.next a,
.previous a {
    background-color: #fff;
    display: block;
    border-radius: 8px
}

.previous a {
    padding: 8px 8px 8px 32px
}

.next a {
    padding: 8px 32px 8px 8px
}

#instafeed,
#relatedpages li,
.casevideoarea,
.videoarea,
button {
    display: inline-block
}

.next a:after,
.previous a:after {
    padding: 8px;
    position: absolute;
    top: -8px;
    font-size: 24px
}

.previous a:after {
    content: "<";
    left: 3px
}

.next a:after {
    content: ">";
    right: 3px
}

.formerror {
    color: #ed1650;
    padding-bottom: 12px
}

ul.sitemaphtml li,
ul.sitemaphtml ul li {
    font-weight: 400;
    font-size: 16px;
    width: 100%
}

ul.sitemaphtml li {
    margin-left: 0;
    list-style: none;
    color: #333;
    margin-top: 4px
}

ul.sitemaphtml li a {
}

ul.sitemaphtml ul li {
    color: #8562a4;
    border-bottom: none
}

ul.sitemaphtml li ul li {
    margin-left: 0;
    list-style: none;
    margin-top: 0
}

ul.sitemaphtml li ul li a {
    color: #333;
    font-size: 15px
}

.maindesc li {
    margin-left: 24px;
    position: relative;
    margin-top: 4px
}

#navigationarea {
    float: left;
    width: 100%;
    margin-top: 0;
    position: relative;
    z-index: 3;
    top: 0
}

#relatedpages {
    float: left;
    margin-top: 16px;
    width: 100%
}

#relatedpages h3 {
    padding: 4px;
    width: auto;
    margin-bottom: 12px
}

#relatedpages li {
    padding: 8px;
    width: 33%;
    margin: -8px -8px -4px
}

#relatedpages li a {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    background-color: #fff;
    font-size: 14px
}


.externalpagelinks a,
.internalpagelinks a {
    margin-bottom: 4px;
    text-indent: 0;
    display: inline-block;
    overflow: visible;
    background-size: 40px;
    text-align: left;
    text-decoration: none
}



.externalpagelinks a:after,
.internalpagelinks a:after {
    top: -1px;
    right: -1px;
    font-size: 22px;
    height: 22px;
    font-family: stmarys
}

.internalpagelinks {
    float: left;
    width: 100%
}

.internalpagelinks a {
    width: 100%;
    background-color: #c31c36;
    position: relative;
    color: #FFF;
    border: 1px solid #9f142a;
    line-height: 34px;
    padding-left: 8px
}

.internalpagelinks a:after {
    position: absolute;
    content: "1";
    width: 22px;
    padding: 6px;
    background-color: #FFF;
    color: #4D4D4D;
    border: 1px solid #ddd;
    line-height: 1
}

.externalpagelinks a {
    width: 100%;
    background-color: #eee;
    position: relative;
    border: 1px solid #d6d6d6;
    line-height: 34px;
    padding-left: 8px
}

.rslides1_nav,
.rslides2_nav,
.rslides3_nav,
.rslides_tabs a {
    text-indent: -9999px
}

.externalpagelinks a:after {
    position: absolute;
    content: "K";
    width: 22px;
    padding: 6px;
    background-color: #FFF;
    color: #4D4D4D;
    border: 1px solid #ddd;
    line-height: 1
}

.membersarea {
    float: left;
    width: 100%;
    background-color: #2b2b2b;
    margin-bottom: 24px;
    font-size: 12px;
    margin-top: 48px
}

.contentbreak {
    padding-left: 0;
    padding-right: 0;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 100%;
    float: left
}

.contentbreak p {
    padding-top: 8px;
    padding-bottom: 8px
}

.mainportfolioarea {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    float: left;
    width: 100%
}

.portfolioheader {
    padding-bottom: 24px;
    text-align: left;
    position: relative;
    float: left
}

.portfoliologo {
    position: absolute;
    width: 100px;
    top: -134px;
    right: 0;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg)
}

.logoscroll {
    position: absolute;
    width: 140px;
    top: -24px;
    left: 24px;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg)
}

.portfoliologo img {
    width: 140px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.textinnerleft {
    float: left;
    width: 50%;
    text-align: left;
    padding-right: 24px
}

.textinnerleft h3 {
    margin-top: 16px;
    color: #ed1651;
    width: 100%;
    margin-bottom: 8px
}

.textinnerright {
    float: left;
    width: 50%
}

#prevnext {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 24px;
    padding: 8px;
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #eee
}

.casevideoarea,
.videoarea {
    background-color: #333;
    padding: 8px
}

.videoarea {
    width: 100%;
}

.casevideoarea,
video {
    width: 100%
}

.diagonalgrey .videoarea h3,
.videoarea h3 {
    color: #ed1651
}

.videoarea video {
    margin-top: 12px
}

video {
    height: auto;
    background-size: cover;
    transition: 1s opacity;
    display: block;
    line-height: 0;
    padding: 0;
    margin: 0
}

video .controls {
    background-color: #ed1651
}

[id*=tabbedpanels],
[id^=tabbedpanels] {
    width: 100%;
    float: left;
    text-align: left;
    position: relative;
    margin-top: 12px;
    margin-bottom: 24px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.diagonalone [id*=tabbedpanels] p {
    color: #333
}

[id*=tabbedpanels] li,
[id^=tabbedpanels] li {
    margin-left: 24px;
    position: relative;
    margin-top: 4px
}

[id*=tabbedpanels] li:before,
[id^=tabbedpanels] li:before {
    background-color: #471729;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(/images/favicon.png);
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    left: -24px;
    top: 2px
}

[id*=tabbedpanels] h3,
[id^=tabbedpanels] h3 {
    font-size: 17px;
    line-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    color: #333
}

[id*=tabbedpanels] h3 a,
[id^=tabbedpanels] h3 a {
    width: 100%;
    float: left;
    color: #303030;
    position: relative;
    padding: 8px 8px 8px 32px;
    background-color: #eee;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

[id*=tabbedpanels] div,
[id^=tabbedpanels] div {
    padding: 8px;
    float: left;
    background-color: #fff;
    color: #333;
    width: 100%
}

[id*=tabbedpanels] td div,
[id^=tabbedpanels]td div {
    padding: 0;
    float: left;
    background-color: #fff;
    color: #333
}

[id*=tabbedpanels] td p,
[id^=tabbedpanels]td p {
    padding: 0;
    margin: 0;
    float: left;
    background-color: #fff;
    color: #333
}

[id*=tabbedpanels] h3 a:before,
[id^=tabbedpanels] h3 a:before {
    position: absolute;
    font-family: stmarys;
    top: 8px;
    left: 4px;
    content: 'i';
    font-size: 24px;
    color: #c71137;
    line-height: 1
}

[id*=tabbedpanels] .open a,
[id^=tabbedpanels] .open a {
    width: 100%;
    float: left;
    position: relative;
    padding: 8px 8px 8px 32px;
    background-color: #c71136;
    color: #eee
}

[id*=tabbedpanels] .open a:before,
[id^=tabbedpanels] .open a:before {
    position: absolute;
    font-family: stmarys;
    top: 8px;
    left: 4px;
    content: 'g';
    font-size: 24px;
    color: #fff;
    line-height: 1
}

.controls {
    padding: 0;
    color: #ed1651
}

.filterbox,
.filterbox label,
.sortbox,
.sortbox label {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%
}

.dropbtn,
button {
    padding: 4px;
    cursor: pointer
}

.filterbox label,
.sortbox label {
    float: left
}

label {
    margin: 0 .4em 0 0
}

button {
    border: 0 solid #ddd;
    color: #333;
    font-size: 14px;
    border-radius: 0
}

button.active {
    background: #f9c922
}

button+label {
    margin-left: 1em
}

.dropbtn {
    height: 40px;
    display: block;
    top: 0;
    font-size: 15px;
    text-align: center;
    color: #fff;
    width: 130px;
    border: 1px solid rgba(256, 256, 256, .2);
    background-color: #53b8f2
}

.dropbtn:focus,
.dropbtn:hover {
    background-color: #29A9B3
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 4px;
    float: left
}

ul.portallinks,
ul.portallinks li {
    margin: 0;
    padding: 0
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out
}

.dropdown-content a {
    color: #000;
    padding: 8px;
    display: block;
    width: 100%
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

ul.portallinks li {
    display: block;
    float: left;
    width: 100%
}

.show {
    display: block
}

.dropdown-menu {
    position: absolute;
    width: 160px;
    z-index: 2;
    top: 0;
    right: 64px
}

.dropdown-menu label {
    color: #fff;
    color: rgba(0, 0, 0, .6);
    border: 1px solid #fff;
    border: 1px solid rgba(0, 0, 0, .4);
    left: 1px;
    top: 1px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 10px 30px rgba(255, 255, 255, .3), 0 0 0 3px rgba(100, 100, 100, .05);
    background: #22b14c;
    width: 100%;
    display: block;
    float: left;
    position: relative;
    padding: 8px 20px 8px 0;
    cursor: pointer;
    border-radius: .3em;
    transition: all .3s ease-out
}

.dropdown-menu label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, .6);
    border-right: 6px solid transparent;
    margin-left: -3px;
    margin-top: -3px
}

.dropdown-menu label:hover {
    background: #4caffa
}

.dropdown-menu input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    top: 9999px
}

.dropdown-menu ul {
    position: absolute;
    top: 42px;
    background-color: #fff;
    list-style-type: none;
    padding: 5px 0;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: .3em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    display: none
}

.dropdown-menu ul:after,
.dropdown-menu ul:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    bottom: 100%;
    border: solid transparent
}

.dropdown-menu ul:after {
    border-bottom-color: #fff;
    border-width: 6px;
    left: 15%;
    margin-left: -6px
}

.dropdown-menu ul:before {
    border-bottom-color: #ddd;
    border-width: 7px;
    left: 15%;
    margin-left: -7px
}

.dropdown-menu a {
    color: #333;
    display: block;
    padding: 4px;
    width: 100%
}

.dropdown-menu li:last-of-type {
    margin-top: 4px
}

.dropdown-menu a:hover {
    background: #eee;
    color: #333
}

.dropdown-menu input[type=checkbox]:checked~ul {
    display: block
}

.dropdown-menu input[type=checkbox]:checked~label {
    left: 1px;
    top: 1px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 10px 30px rgba(255, 255, 255, .3), 0 0 0 3px rgba(100, 100, 100, .05);
    background: #22b14c;
    width: 100%
}

#google_translate_element {
    float: left;
    width: 48px;
    margin-right: 0;
    position: relative;
    display: none
}

#google_translate_element select {
    float: left;
    width: 40px;
    margin-right: 4PX;
    position: relative
}

#google_translate_element:before {
    content: "0";
    position: absolute;
    color: #333;
    left: 8px;
    top: 6px;
    font-family: school;
    font-size: 24px;
    z-index: 1;
    pointer-events: none
}

a.goog-logo-link,
goog-logo-link {
    display: none
}

.container {
    padding: 0;
    margin-top: 0;
    text-align: justify;
    -webkit-backface-visibility: hidden
}

.container:after {
    content: '';
    display: inline-block;
    width: 100%
}

.container .gap,
.container .mix {
    display: inline-block;
    width: 33.3333%;
    float: left
}

.container .mix {
    text-align: left;
    background: #3ea8c0;
    margin-bottom: 0;
    position: relative
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.grid a {
    float: left;
    width: 100%;
    color: #333
}

.grid figure {
    position: relative;
    font-size: 12px;
    margin: 0;
    background: #333
}

.grid figcaption,
.grid svg {
    width: 100%;
    position: absolute
}

.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .7s
}

.grid figcaption {
    top: 10%;
    padding: 10px;
    height: 40%;
    text-align: center
}

.grid figcaption h2 {
    color: #FFF;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    font-size: 19px
}

.grid figcaption p {
    padding: 0 20px;
    color: #eee;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s
}

.grid figcaption h2,
.grid figcaption p {
    -webkit-transform: translateY(80px);
    transform: translateY(40px)
}

.grid figcaption,
.grid figcaption h2,
.grid figcaption p,
.grid figure button {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#slider-wrapper:after,
.rslides li {
    -webkit-backface-visibility: hidden
}

.grid svg {
    top: -1px;
    z-index: 10;
    height: 100%
}

.grid svg path {
    fill: #fff
}

.grid a:hover figure img {
    opacity: 1
}

.grid a:hover figcaption h2,
.grid a:hover figcaption p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 18px
}

.grid a:hover figcaption p {
    opacity: 0
}

.grid figure button {
    position: absolute;
    padding: 4px 20px;
    letter-spacing: 1px;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    top: 50%;
    left: 50%;
    max-width: 100%;
    background: 0 0;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(.25);
    transform: translateY(-50%) translateX(-50%) scale(.25);
    border: 2px solid #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 40px
}

.grid a:hover figure button {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.mb-style-3 {
    width: 100%
}

.mb-style-3 blockquote {
    background: #eee;
    padding: 16px 16px 32px;
    border-radius: 5px;
    margin: 12px 0 0;
    color: #333;
    position: relative;
    float: left;
    width: 100%
}

.stuff h1,
.stuff h2 {
    background-color: rgba(0, 0, 0, .5)
}

.mb-style-3 blockquote p {
    font-size: 14px;
    color: #333;
    position: relative;
    padding-top: 8px
}

.mb-style-3 blockquote h4 {
    font-family: 'Over the Rainbow';
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    position: relative
}

.person,
.picturenavtext,
.staffname,
h1,
h2,
h3,
h4,
h5 {
    font-family: Laila, serif
}

::-moz-selection {
    color: #3c3c3c;
    background: #88bf01;
}

::selection {
    color: #3c3c3c;
    background: #88bf01;
}

.mb-style-3 blockquote:before {
    content: '\201C';
    position: absolute;
    font-size: 140px;
    top: -72px;
    left: -12px;
    color: #ed1651;
    text-shadow: 7px 14px 10px rgba(0, 0, 0, .1)
}

.mb-style-3 .mb-attribution {
    text-align: right;
    float: left;
    width: 100%;
    position: relative;
    padding-right: 90px;
    margin-bottom: 24px
}

.mb-style-3 .mb-attribution p {
    line-height: 1;
    padding-top: 12px;
    padding-right: 24px;
    margin: 0
}

cite {
    padding-right: 24px;
    font-size: 13px
}

.mb-style-3 .mb-thumb {
    display: block;
    width: 90px;
    height: 90px;
    border: 5px solid #ed1651;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: -25px;
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, .5), 0 2px 3px rgba(0, 0, 0, .6);
    overflow: hidden
}

.mb-style-3 .mb-thumb img {
    width: 100%;
    height: auto
}

.mb-style-3 .mb-author {
    font-size: 18px;
    color: #ed1651
}

.mb-style-3 cite a {
    color: #fff;
    line-height: 1;
    padding-right: 24px;
    margin: 0
}

.mb-style-3 cite a:hover {
    color: rgba(188, 147, 200, 1);
    text-shadow: 0 1px 1px rgba(255, 255, 255, .7)
}

#strapline,
.rslides h1 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .8)
}



.navigationarea {
    float: left;
    position: relative: z-index: 1000000000000000
}

#logoarea,
#logoarea.smaller {
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    line-height: 0;
    margin: 0
}

#logoarea,
#logoicon,
#logotext {
    float: left;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in
}

#logoarea {
    padding: 0;
    width: 20%;
}

#logoicon {
    width: 27%;
    display: none;
}

#logotext {
    width: 100%;
    padding-top: 8px;
}

#siamsarea {
    width: 15%;
    padding: 8px;
    float: left;
}

#ofstedarea {
    width: 12%;
    padding: 8px;
    float: left;
}

#strapline,
#strapline.smaller,
.burger span,
.burger span.colourchange {
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in
}

#strapline,
#strapline.smaller {
    line-height: 0;
    margin: 0
}

#strapline {
    padding-left: 24px;
    width: 300px;
    position: fixed;
    top: 100px;
    left: 0;
    text-align: center;
    color: #fff
}

#strapline.smaller {
    width: 100px;
    padding: 10px;
    border: 0;
    position: fixed;
    top: 20px;
    left: 140px;
    color: #cca952;
    text-shadow: none
}

.burger,
.has-push-right .burger {
    z-index: 100000000000000000;
    float: right;
    position: absolute
}

.stuff h1 {
    color: #a7aeb7;
    line-height: 1.4;
    margin: 0;
    padding: 0
}

.stuff h2 {
    color: #fff;
    line-height: 1;
    font-size: 17px;
    margin: 0;
    padding: 0 0 12px
}

.burger {
    width: 54px;
    height: 54px;
    border: 0 solid #e17200;
    right: 8px;
    top: 0;
    border-radius: 20%
}

.has-push-right .burger {
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    background-color: rgba(256, 256, 256, 0);
    right: 4px;
    top: 4px;
    border-radius: 50%
}

.testimonials,
.textinner {
    position: relative;
    z-index: 2;
    margin-right: auto;
    margin-left: auto
}

.has-push-right .burger.colourchange {
    border: 3px solid #333
}

.textinner {
    width: 100%
}

.testimonials {
    padding-top: 8px;
    font-size: 19px;
    line-height: 1.4;
    color: #1d1d1d
}

.testimonials h3 {
    color: #444;
    padding-bottom: 12px;
    font-size: 24px
}

.burger span {
    display: block;
    padding: 2px;
    background-color: #ed1651;
    color: #fff;
    width: 48px;
    position: absolute;
    right: -1px;
    text-align: right;
    transition: all .3s ease-in;
    opacity: 1
}

#mainarea,
.rslides_container_small,
footer,
h1,
h1 span {
    position: relative
}


.burger span.colourchange {
    background-color: #333;
    transition: all .3s ease-in
}

.has-push-right .burger span:nth-child(1),
.has-push-right .burger span:nth-child(2) {
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in
}

.has-push-right .burger span.colourchange:nth-child(1),
.has-push-right .burger span.colourchange:nth-child(3) {
    background-color: #333
}

.burger span:nth-child(1) {
    top: 8px
}

.burger span:nth-child(2) {
    top: 20px
}

.burger span:nth-child(3) {
    top: 32px
}

.has-push-right .burger span:nth-child(1) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    transition: all .3s ease-in;
    background-color: #fff
}

.has-push-right .burger span:nth-child(2) {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
    transition: all .3s ease-in
}

.has-push-right .burger span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background-color: #fff
}

#homelogoarea {
    width: 33%;
    max-width: 380px;
    display: none
}

#homelogoarea img {
    padding: 8px
}

footer {
    background-color: #1d5d2a;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 16px;
    padding: 140px 12px 12px;
    text-align: center
}

#mainarea,
#picturenav ul li a,
.diagonalone,
.rslides,
.rslides_container {
    position: relative
}

.rslides h1 {
    top: 30vw;
    font-size: 3.5vw;
    width: 100%
}

.rslides h2 {
    top: 36vw;
    font-size: 1.4vw;
    width: 100%;
    color: #fff
}

div.slide-left p {
    animation: slide-left 10s
}

.rslides_container_small {
    padding: 8px;
    background-color: #fff;
    border: 1px solid #eee;
    float: left
}

.rslides_tabs {
    font-size: 1.4vw;
    padding: 6px 0;
    z-index: 10000000
}

h3,
h4 {
    z-index: 3
}

.rslides_tabs a {
    width: 9px;
    line-height: 20px;
    padding: 2px
}

#picturenav,
.picturenavtext {
    line-height: 1;
    width: 100%;
    float: left
}

h1,
h1 span {
    width: auto
}

h1 span div:nth-child(1),
h1 span div:nth-child(2),
h1 span div:nth-child(3) {
    position: absolute;
    content: "";
    width: 33.333%;
    height: 8px;
    background-color: #3ea8c0;
    bottom: 0
}

.rslides_tabs a:hover {
    border: 0
}

.rslides_tabs li:first-child {
    margin-left: 0
}

.rslides_tabs .rslides_here a {
    color: #fff
}

.rslides1_nav {
    margin-top: 0;
    background-size: 190%
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

h3 {
    margin-top: 12px;
    font-size: 20px;
    color: #3C3C3C;
}

.footercolumn h3 {
    color: #fff
}

h4 {
    font-size: 22px;
    color: #5d2037
}

#leftcolumn h3 {
    margin-top: 16px;
    font-size: 16px;
    color: #555
}

#keywordsarea p,
h1,
h1 span {
    font-weight: 400;
}

.diagonalgrey .membersarea h3,
.membersarea h3 {
    color: #919191
}

h1 {
    font-size: 30px;
    color: #c71136;
    padding-top: 16px;
    padding-bottom: 0px;
    clear: both
}

h1 span {
    font-size: 34px;
    color: #3ea8c0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-width: 320px
}

h1 span div:nth-child(1) {
    left: 0
}

h1 span div:nth-child(2) {
    left: 33.333%
}

h1 span div:nth-child(3) {
    left: 66.666%
}

.loginarea h1 {
    font-family: 'Over the Rainbow';
    color: #8562a4
}

h2 {
    color: #084714;
    padding-top: 16px;
    padding-bottom: 0px;
    font-size: 1.3em
}

.thirdcolumn h4 {
    font-family: Laila, serif;
    color: #3c3c3c;
    font-size: 22px;
    padding: 12px
}

#leftcolumn,
#rightcolumn,
.fullwidth {
    padding: 16px;
    float: left
}

#leftcolumn {
    width: 50%;
    text-align: left
}

#contactlink a,
#keywordsarea,
#mainarea,
.fb-like,
.galleryitem,
.rslides_tabs,
.scrolllink,
.scrolllinkbottom a:after {}

#rightcolumn {
    width: 50%
}

.fullwidth {
    width: 100%
}

.galleryitem {
    padding: 4px;
    float: left;
    width: 16.666667%;
    margin-bottom: 16px
}

.galleryitem img {
    padding: 2px;
    float: left;
    width: 100%;
    border: 1px solid #eee
}

.gallerytitle {
    float: left;
    width: 100%;
    font-size: 12px;
    padding-top: 8px
}

#keywordsarea,
#mainarea {
    padding: 12px;
    float: left
}

#mainarea {
    width: 100%;
    background-color: #fff;
    overflow: visible
}

#mainarea:before {
    position: absolute;
    width: 200px;
    height: 200px;
    top: -140px;
    right: -30px;
    z-index: -1
}

#keywordsarea {
    width: 100%;
    background-color: #3ea8c0;
    color: #fff;
    position: relative
}


a {
    color: #c71136;
}

#leftcolumn a {
    text-decoration: underline;
    color: #3ea8c0
}

#contactlink {
    margin-top: 24px
}


#picturenav {
    z-index: 0
}

#footernav .breadcrumbs li:nth-child(1) a:before,
.rslides li {
    display: none
}

.sb-search,
.searchbox {
    min-width: 40px;
    overflow: hidden
}

#breadcrumbarea,
.breadcrumbs {
    padding-top: 0;
    margin-bottom: 0;
    width: 100%;
    float: left
}

#picturenav ul li {
    font-size: 18px;
    float: left;
    width: 33.3%;
    padding: 4px;
}

#picturenav ul li a {
    font-size: 18px;
    float: left;
    width: 100%;
    padding: 12px;
    border: 1px solid #eee;
    border-bottom: 2px solid #ccc;
    color: #1d5d2a;
}

#footernav .breadcrumbs li,
.breadcrumbs li {
    padding-right: 4px;
    float: left
}

.breadcrumbs {
    padding-bottom: 8px;
    position: relative;
    z-index: 1
}

.breadcrumbs:after {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute
}

.breadcrumbs li {
    color: #bebebe
}

.breadcrumbs a {
    color: #bebebe;
    padding: 4px;
    font-size: 13px
}

#footernav .breadcrumbs {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    background-color: rgba(256, 256, 256, .1);
    padding-top: 4px;
    padding-bottom: 4px
}

#slider-wrapper:after,
.rslides {
    z-index: 0;
    width: 100%
}

#footernav .breadcrumbs a {
    color: #eee;
    padding: 4px;
    font-size: 13px
}

#footernav .breadcrumbs li:nth-child(1) a {
    position: relative;
    padding-left: 4px
}

.breadcrumbs li:nth-child(1) a {
    position: relative;
    padding-left: 24px
}

.breadcrumbs li:nth-child(1) a:before {
    position: absolute;
    padding-left: 24px;
    content: "G";
    left: -24px;
    top: -2px;
    font-size: 20px;
    font-family: stmarys;
    color: #c01034;
}

.hoverlink:after,
.rslides:before {
    content: ""
}

.person {
    font-size: 12px;
    color: #ed1651
}

.clippingarea {
    float: left;
    width: 100%
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 12px
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.maindesc p {
    border-bottom: 1px dotted rgba(256, 256, 256, .2);
    padding-top: 12px;
    padding-bottom: 12px
}

.rslides {
    position: relative;
    padding: 0;
    margin: 0 auto
}

.rslides ul {
    padding: 0;
    margin: 0
}

.rslides li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0
}

body.sixthformstyle .rslides_container {
    margin-bottom: 0;
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    border: 0;
    margin-top: 12px
}

.rslides_container {
    margin-bottom: 12px;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0
}



#slider-wrapper,
.bannerwrapper {
    position: relative;
    float: left;
    height: auto;
    width: 100%
}

#overlaybox,
.rslides1_nav,
.rslides2_nav,
.rslides3_nav,
.rslides:before {
    position: absolute
}

#overlaybox {
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: url(/images/banner_overlay.png);
    height: 180px
}

#slider-wrapper {
    z-index: 1;
    border: 12px solid #fff;
}


#slider-wrapper:after
 {
    display: block;
    content: " ";
    position: absolute;
    width: 100%;
     height: 36px;
    position: absolute;
    left: 0;
     background-image: url(/images/div_bottom.png);
    background-size: 100% 36px;
    bottom: -4px;
}


#columnleft #slider-wrapper {
    border: 0px solid #fff;
    margin-top: 12px;
}

.rslides:before {
    background-repeat: repeat-x;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}

.whitepage #slider-wrapper img {
    width: 100%
}

#slider-wrapper p {
    font-size: 20px;
    line-height: 28px;
    padding-left: 290px
}

#slider-wrapper-small {
    max-width: 1080px;
    z-index: 0;
    margin-top: -8px;
    border: 8px solid #fff
}

.rslides1_nav {
    top: 45%;
    left: 8px;
    z-index: 1;
    opacity: .7;
    text-decoration: none;
    height: 48px;
    width: 48px;
    background: url(themes.png) left top no-repeat
}

.rslides1_nav:active {
    opacity: 1
}

.rslides1_nav.next {
    left: auto;
    background-position: right top;
    right: 8px
}

.rslides2_nav {
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=1);
    width: auto;
    height: 91%
}

.rslides2_nav.next {
    left: auto;
    right: 0
}

.rslides3_nav {
    opacity: .6;
    top: 0;
    bottom: 0;
    left: 0;
    background: url(themes.gif) left 50% no-repeat #000;
    width: 38px
}

.rslides3_nav:active {
    opacity: 1
}

.rslides3_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0
}

.rslides_tabs {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    padding-top: 12px
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 5px;
    z-index: 3;
    position: relative
}

#horizontal,
.hoverlink {
    position: relative;
    z-index: 1
}

.rslides_tabs a {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #3ea8c0;
    display: inline-block;
    height: 9px
}

#horizontal,
.hoverlink img.hover,
.hoverlink:hover img.portfolioimage,
.topline {
    display: none
}

.rslides_tabs .rslides_here a {
    background: #222;
    background: rgba(0, 0, 0, .8)
}

#horizontal {
    background-image: url(/images/animated1.gif);
    background-repeat: repeat-x;
    -webkit-transition: background 4s ease-in-out;
    -moz-transition: background 4s ease-in-out;
    -o-transition: background 4s ease-in-out;
    transition: background 4s ease-in-out;
    height: 120px;
    background-size: 300px 200px;
    border-top: 1px solid #eee;
    float: left;
    width: 100%;
    margin-top: 0;
    background-position: center center
}

#horizontal.moving {
    -webkit-transition: background 4s ease-in-out;
    -moz-transition: background 4s ease-in-out;
    -o-transition: background 4s ease-in-out;
    transition: background 4s ease-in-out
}

.hoverlink,
.mix .hoverlink {
    background-color: #333;
    overflow: hidden;
    position: relative;
    float: left
}

#hoverlinkarea {
    float: left;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 24px
}

.mix .hoverlink {
    width: 100%;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out
}

.hoverlink,
.hoverlink:hover {
    transition: all .8s ease-in-out
}

.hoverlink,
.hoverlink:after {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out
}

.hoverlink {
    width: 33.333333%
}

.hoverlink:after {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3ea8c0;
    height: 4px;
    width: 100%;
    opacity: .9;
    filter: alpha(opacity=90)
}

.hoverlink:hover,
.hoverlink:hover:after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.hoverlink:hover:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 140%
}

.hoverlink:hover {
    background-color: #4bbdd3
}

#hoverlinkarea a:nth-child(1) div.hoverlink:hover {
    background-color: #D346A2;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out
}

#hoverlinkarea a:nth-child(2) div.hoverlink:hover {
    background-color: #4bbdd3;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out
}

#hoverlinkarea a:nth-child(3) div.hoverlink:hover {
    background-color: #856898;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out
}

#hoverlinkarea a:nth-child(4) div.hoverlink:hover {
    background-color: #D346A2;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out
}

#hoverlinkarea a:nth-child(5) div.hoverlink:hover {
    background-color: #4bbdd3;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out
}

#hoverlinkarea a:nth-child(6) div.hoverlink:hover {
    background-color: #856898;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out
}

.hoverlink .bottomline,
.hoverlink .topline {
    width: 0;
    transition: all .8s ease-in-out;
    height: 2px;
    background-color: #fff;
    z-index: 200;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.hoverlink:hover .bottomline,
.hoverlink:hover .topline {
    height: 1px;
    position: absolute;
    background-color: #fff;
    z-index: 2
}

.hoverlink .topline {
    top: 12px;
    right: 0
}

.hoverlink .bottomline {
    left: 0;
    bottom: 12px
}

.hoverlink img,
.hoverlink:hover .topline {
    transition: all .3s ease-in-out;
    width: 100%
}

.hoverlink:hover .topline {
    top: 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.hoverlink:hover .bottomline {
    width: 100%;
    bottom: 12px
}

.hoverlink:hover .hovertextbox,
.hovertextbox {
    position: absolute;
    width: 100%;
    padding: 8px;
    bottom: 18px;
    text-align: center;
    color: #fff
}

.hovertextbox,
select[multiple],
textarea[rows] {
    height: auto
}

.scrolllink a,
.scrolllinkbottom a {
    background-color: rgba(256, 256, 256, .8)
}

.hoverlink img {
    top: 0;
    float: left;
    opacity: .9;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out
}

.hoverlink:hover img {
    float: left;
    opacity: 1;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out
}

.hovertextbox {
    z-index: 8;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.hoverlink:hover .hovertextbox {
    height: auto;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.hoverheader {
    font-size: 12px;
    text-transform: capitalize;
    padding: 4px;
    margin-top: 8px;
    position: relative;
    width: auto
}

.archivearea li,
.hoverexcerpt,
.hovermore {
    text-transform: uppercase
}

.hoverexcerpt {
    font-size: 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    line-height: 25px;
    text-shadow: 0 0 3px #333
}

.hoverlink:hover .hoverexcerpt {
    font-size: 27px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.hovermore {
    font-size: 16px;
    font-family: Oswald, sans-serif;
    padding: 0;
    width: 100%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto
}

.scrolllink a,
.scrolllinkbottom a:after {
    font-family: SocialMedia
}

.fb-like,
article.h-entry {
    padding: 8px
}

.hoverlink:hover img.hover {
    display: block
}

.scrolllink {
    position: absolute;
    width: 100%;
    z-index: 100000;
    bottom: 16px
}

.scrolllink a {
    width: 60px;
    height: 60px;
    font-size: 32px;
    position: relative;
    border: 2px solid #ed1651;
    border-radius: 50%;
    padding: 2px
}

.scrolllinkbottom a {
    border: 1px solid #ed1651;
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 20000;
    border-radius: 4px;
    right: 4px;
    bottom: 4px
}

.blogbanner img,
article.h-entry {
    background-color: #fff;
    float: left;
    width: 100%
}

.scrolllinkbottom a:after {
    content: "p";
    position: absolute;
    font-size: 24px;
    width: 100%;
    right: 0
}

.h-entry h1 a {
    font-family: Laila, serif;
    color: #930d28;
}

.fb-like {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    float: left;
    border: 1px solid #eee
}

.archivearea {
    float: left;
    width: 100%;
    padding: 12px;
    border-top: 4px solid #3ea8c0
}

.archivearea h3 {
    color: #3ea8c0;
    font-size: 12px
}

.archivearea li {
    color: #aaa;
    font-size: 14px
}

.meta {
    color: #333;
    float: left;
    width: 100%
}

.nuvo_textarea {
    float: left;
    width: 100%
}

#facebook {
    width: 100%
}

.blogbanner {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.h-entry p {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #333
}


.searchbox {
    position: absolute;
    z-index: 3;
    margin-top: 8px;
    margin-right: 0;
    width: 0;
    height: 40px;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    right: 0
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #dcddd8;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 55px 0 20px;
    font-size: 20px;
    color: red
}

#form1_search i,
#socialmedia i {
    font-size: 32px;
    text-align: center;
    cursor: pointer
}

.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b
}

.searchbox-input:-moz-placeholder {
    color: #d74b4b
}

.searchbox-input::-moz-placeholder {
    color: #d74b4b
}

.searchbox-input:-ms-input-placeholder {
    color: #d74b4b
}

.searchbox-icon,
.searchbox-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background: #002040
}

#form1_generalcontact label,
#form2_search input {
    padding: 4px
}

#headerbottom,
#socialmedia {
    position: absolute;
    right: 0;
    margin-bottom: 8px
}

#form1_search input#form1_q {
    float: left;
    width: 70%;
    margin-left: 0;
    height: 40px
}

#form1_search input {
    float: left;
    width: 15%;
    margin-left: 0;
    height: 40px
}

#form2_search {
    margin-top: 4px;
    float: right;
    width: 100%;
    max-width: 300px
}

#form2_q {
    width: 70%
}

#socialmedia {
    top: 8px;
    width: 320px;
    padding-right: 55px
}

#headerbottom {
    bottom: 0;
    width: 400px
}

#socialmedia a {
    float: right
}

#socialmedia i {
    width: 40px;
    height: 40px;
    display: block;
    top: 0;
    padding: 2px;
    color: #ffffff;
    margin-left: 2px;
}

.searchbox-open {
    width: 270px
}

#socialmedia i:hover {
    background-color: rgba(256, 256, 256, .8)
}

#form1_search i {
    width: 40px;
    height: 40px;
    display: block;
    top: 0;
    padding: 3px;
    color: #fff;
    border: 1px solid rgba(256, 256, 256, .2)
}

#form1_generalcontact,
#form1_generalcontact label {
    border-radius: 4px;
    width: 100%;
    float: left
}

#form1_search i:hover {
    background-color: rgba(256, 256, 256, .2)
}

#form1_generalcontact {
    padding: 8px;
    margin-bottom: 16px;
    background-color: #E6E6E6
}

form {
    text-align: left
}

fieldset[disabled] input[type=color],
fieldset[disabled] input[type=date],
fieldset[disabled] input[type=datetime-local],
fieldset[disabled] input[type=datetime],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=month],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=search],
fieldset[disabled] input[type=tel],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=time],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=week],
fieldset[disabled] textarea,
input[type=color]:disabled,
input[type=color][disabled],
input[type=color][readonly],
input[type=date]:disabled,
input[type=date][disabled],
input[type=date][readonly],
input[type=datetime-local]:disabled,
input[type=datetime-local][disabled],
input[type=datetime-local][readonly],
input[type=datetime]:disabled,
input[type=datetime][disabled],
input[type=datetime][readonly],
input[type=email]:disabled,
input[type=email][disabled],
input[type=email][readonly],
input[type=month]:disabled,
input[type=month][disabled],
input[type=month][readonly],
input[type=number]:disabled,
input[type=number][disabled],
input[type=number][readonly],
input[type=password]:disabled,
input[type=password][disabled],
input[type=password][readonly],
input[type=search]:disabled,
input[type=search][disabled],
input[type=search][readonly],
input[type=tel]:disabled,
input[type=tel][disabled],
input[type=tel][readonly],
input[type=text]:disabled,
input[type=text][disabled],
input[type=text][readonly],
input[type=time]:disabled,
input[type=time][disabled],
input[type=time][readonly],
input[type=url]:disabled,
input[type=url][disabled],
input[type=url][readonly],
input[type=week]:disabled,
input[type=week][disabled],
input[type=week][readonly],
select:disabled,
textarea:disabled,
textarea[disabled],
textarea[readonly] {
    background-color: #DDD;
    cursor: default
}

.textinner input,
.textinner textarea {
    text-align: center;
    font-size: 1.2em;
    color: #ed1651
}

.address:after,
.emailaddress:after,
.openingtimes:after,
.telephone:after {
    left: 0;
    top: 0;
    font-family: SocialMedia
}

fieldset,
fieldset a,
fieldset p {
    width: 100%;
    clear: both
}

input[type=color].radius,
input[type=date].radius,
input[type=datetime-local].radius,
input[type=datetime].radius,
input[type=email].radius,
input[type=month].radius,
input[type=number].radius,
input[type=password].radius,
input[type=search].radius,
input[type=tel].radius,
input[type=text].radius,
input[type=time].radius,
input[type=url].radius,
input[type=week].radius,
textarea.radius {
    border-radius: 3px
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    border-color: #cecece;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    color: rgba(0, 0, 0, .75);
    display: block;
    font-size: .875em;
    margin: 0;
    padding: .5em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .15s linear
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #999;
    outline: 0
}

form .row .prefix-radius.row.collapse button,
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse textarea {
    border-radius: 0 3px 3px 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px
}

form .row .postfix-radius.row.collapse button,
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse .prefix {
    border-radius: 3px 0 0 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0 3px 3px 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px
}

form .row .prefix-round.row.collapse button,
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse textarea {
    border-radius: 0 1000px 1000px 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px
}

form .row .postfix-round.row.collapse button,
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse textarea,
form .row .prefix-round.row.collapse .prefix {
    border-radius: 1000px 0 0 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0 1000px 1000px 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px
}

input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
    float: left;
    font-size: 14px;
    color: #5a5a5a;
    padding: 4px 12px;
    margin-top: 0;
    border: 0 solid #ccc;
    background-color: #cecece;
}

textarea {
    max-width: 100%
}

select {
    background-color: #FAFAFA;
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    padding: .5em;
    font-size: .875em;
    color: rgba(0, 0, 0, .75);
    line-height: normal;
    border-radius: 0;
    height: 2.3125em
}

.sb-icon-search,
.sb-search,
.sb-search-input,
.sb-search-submit {
    height: 40px;
    position: absolute;
    right: 0;
    top: 0
}

select::-ms-expand {
    display: none
}

select.radius {
    border-radius: 3px
}

select:hover {
    background-color: #f3f3f3;
    border-color: #999
}

.sb-search-input,
.sb-search-submit {
    background: #fff;
    border: none;
    outline: 0
}

.sb-search {
    margin-top: 0;
    margin-bottom: 0;
    width: 0;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    z-index: 1;
    position: absolute;
    right: 12px
}

.sb-search-input {
    margin: 0;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 14px
}

.sb-icon-search,
.sb-search-submit {
    width: 40px;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

.interestedarea,
.interestedarea div {
    padding: 8px;
    width: 100%;
    float: left
}

.sb-search-submit {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    z-index: -1
}

.sb-icon-search {
    color: #fff;
    background: #3c3c3c;
    z-index: 8;
    font-size: 18px
}

.sb-icon-search:before {
    content: "c";
    font-family: stmarys;
    font-size: 24px
}

.no-js .sb-search,
.sb-search.sb-search-open {
    max-width: 300px
}

.no-js .sb-search .sb-icon-search,
.sb-search.sb-search-open .sb-icon-search {
    background: #930D28;
    color: #fff;
    z-index: 11
}

.no-js .sb-search .sb-search-submit,
.sb-search.sb-search-open .sb-search-submit {
    z-index: 90
}

.interestedarea {
    background-color: #eee;
    margin-top: 12px;
    margin-bottom: 12px
}

input[type=checkbox] {
    margin-right: 4px;
    float: left;
    padding: 4px
}

input[type=checkbox]+label,
input[type=radio]+label {
    display: inline-block;
    margin-left: .5em;
    margin-right: 1em;
    margin-bottom: 0;
    vertical-align: baseline
}

input[type=file] {
    width: 100%
}

.thirdcolumn fieldset {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 8px;
    margin-top: 0
}

.thirdcolumn fieldset legend,
fieldset legend {
    padding: 0;
    margin-bottom: 12px;
    float: left;
    width: 100%
}

.thirdcolumn fieldset legend {
    background: #fff
}

fieldset {
    background-color: #e0e0e0;
    width: 100%;
    float: left;
    padding: 8px;
    margin-top: 32px
}

fieldset legend {
    background: #e0e0e0
}

[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] small.error,
[data-abide] span.error {
    display: block;
    padding: .375em .5625em .5625em;
    margin-top: -1px;
    margin-bottom: 1em;
    font-size: .75em;
    font-style: italic;
    background: #f04124;
    color: #FFF
}

[data-abide] small.error,
[data-abide] span.error {
    display: none
}

.error small.error,
small.error,
span.error {
    display: block;
    padding: .375em .5625em .5625em;
    margin-top: -1px;
    font-size: .75em;
    font-style: italic;
    background: #f04124
}

small.error,
span.error {
    margin-bottom: 1em;
    color: #FFF
}

.error input,
.error select,
.error textarea {
    margin-bottom: 0
}

.error input[type=checkbox],
.error input[type=radio] {
    margin-bottom: 1em
}

.error label,
.error label.error {
    color: #f04124
}

.error small.error {
    margin-bottom: 1em;
    color: #FFF
}

.error>label>small {
    color: #676767;
    background: 0 0;
    padding: 0;
    text-transform: capitalize;
    font-size: 60%;
    margin: 0;
    display: inline
}

.error span.error-message {
    display: block
}

input.error,
select.error,
textarea.error {
    margin-bottom: 0
}

label.error {
    color: #f04124
}

#form1_submit {
    float: right;
    margin-top: 12px;
    width: 20%;
    padding: 4px;
    margin-bottom: 4px
}

.hentry,
.hentrytwo,
.hfeed {
    width: 100%;
    float: left
}

.hfeed {
    text-align: left
}

.hfeed li {
    background-color: rgba(0,0,0,0.1);
    margin-top: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding: 8px;
    position: relative;
}

.thirdcolumn,
.thirdcolumn form {
    text-align: center
}



.hentry .blogimage {
    width: 33%;
    float: left;
    max-width: 160px;
    border: 4px solid #fff;
    position: relative;
}


.hentry .blogimage:after {
    position: absolute;
    pointer-events: none;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
   }


.blogimage {
    width: 100%;
    float: left;
}


.blogimage img {
    width: 100%;
    float: left;
}

.entry-published {
    padding-bottom: 8px;
    margin-bottom: 8px
}

.blogdetails {
    width: 66%;
    float: left;
    padding: 8px;
}

.blogicons {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: auto;
}

.receptionblogicon,
.yearoneblogicon,
.yeartwoblogicon,
.yearthreeblogicon,
.yearfourblogicon,
.yearfiveblogicon,
.yearsixblogicon,
.sportsblogicon
{
    float: right;
    content: "";
    width: 32px;
    height: 32px;
    margin-right: 2px;
    background-size: 80%;
    padding: 2px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.6);
}



.receptionblogicon
{
    background-image: url(/images/rowan_icon.png);
}



.yearoneblogicon
{
    background-image: url(/images/hazel_icon.png);

}

.yeartwoblogicon
{
       background-image: url(/images/willow_icon.png);

}



.yearthreeblogicon
{
    background-image: url(/images/maple_icon.png);

}




.yearfourblogicon
{
    background-image: url(/images/chestnut_icon.png);

}



.yearfiveblogicon
{
       background-image: url(/images/beech_icon.png);

}


.yearsixblogicon
{
       background-image: url(/images/oak_icon.png);

}



#slickslidesarea {
    width: 100%;
    float: left;
    background-color: #d7d5d5;
    padding-bottom: 24px
}

.blogdetails .shinybuttons a {
    float: left;
    font-size: 14px;
    padding: 4px 12px;
    margin-top: 4px;
    color: #333;
    background-color: #f7f7f7
}


.hi-icon,
.hi-icon:after,
.nuvo_imagearea.circularpic img {
    border-radius: 50%
}


blockquote,
q {
    quotes: none
}

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

.thirdcolumn:after,
.thirdcolumn:before {
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    content: " ";
    left: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background-color: #fff
}

table.govetable {
    font-size: 12px;
}

table.govetable thead {
    background-color: #eee;
}

table td {
    border: 1px solid #ccc;
    padding: 4px
}

.thirdcolumn {
    width: 33.3333333333%;
    float: left;
    padding: 12px 8px 32px;
    position: relative
}

.thirdcolumn:before {
    background-image: url(/images/div_top.png);
    background-size: 100% 30px;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0
}

.thirdcolumn:after {
    background-image: url(/images/div_bottom.png);
    background-size: 100% 20px;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0
}

.threecolshome {
    float: left;
    width: 100%
}

.thirdcolumn:nth-child(1),
.thirdcolumn:nth-child(2),
.thirdcolumn:nth-child(3) {
    width: 33.3333333333%;
    text-align: center;
    float: left
}

.thirdcolumn:nth-child(1) {
    background-color: #c71136;
    color: #333;
    padding-top: 24px;
}

.thirdcolumn:nth-child(2) {
    background-color: #2f8440;
    color: #a29e9b;
    padding-top: 24px;
}

.thirdcolumn:nth-child(2) h4 {
    color: #fff
}

.thirdcolumn:nth-child(3) {
    background-color: #d1cecb;
    color: #333;
    padding-top: 24px;
}

.shinybuttons a {
    font-size: 14px;
    padding: 4px 12px;
    margin-top: 4px;
    background-color: #444;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #fff;
}

.addressinfo {
    text-align: left;
    padding-left: 12px;
    padding-right: 12px
}

.address,
.emailaddress,
.openingtimes,
.telephone {
    padding-left: 32px
}

.address:after {
    content: "m";
    position: absolute
}

.openingtimes {
    position: relative
}

.openingtimes:after {
    content: "k";
    position: absolute
}

.telephone {
    position: relative
}

.telephone:after {
    content: "j";
    position: absolute
}

.emailaddress {
    position: relative
}

.emailaddress:after {
    content: "l";
    position: absolute
}

.thirdcolumn .hfeed li {
    margin-top: 0;
    width: 100%;
    float: left;
    margin-bottom: 1px
}

.thirdcolumn .blogthumb {
    margin-top: 0;
    padding-top: 0;
    width: 40%;
    float: left
}

.thirdcolumn .blogthumb img {
    width: 100%;
    padding: 0;
    border: 4px solid #fff;
}

.grouplogo,
.grouptext {
    float: left;
    border-radius: 12px
}

#footerlogos img,
.grouplogo img {
    margin-right: 4px;
    /* border-radius: 50%; */
}

.thirdcolumn .blogdetails {
    float: left;
    padding: 8px
}

.thirdcolumn .blogdetails a {
   color: #fff;
}

.thirdcolumn h3 {
    text-align: left;
    color: #471729;
    font-size: 18px
}

#footerbase {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    width: 100%;
    color: #eee;
    font-size: 12px;
    margin-bottom: 32px
}

.footercolumn,
.grouplogo,
.grouplogo img,
.grouptext {
    display: block;
    text-align: left
}

.grouplogo,
.grouplogo img {
    max-width: 200px
}

#footernav {
    float: left;
    width: 100%
}

.footercolumn {
    float: left;
    width: 33.33333%
}

.grouplogo {
    width: 20%
}

.grouptext {
    padding-left: 8px;
    width: 80%
}

.grouplogo img {
    width: 100%
}

#copyright,
#webdesigner,
#webdesigner a {
    width: 100%;
    text-align: right;
    float: left
}

#footerlogos {
    float: left;
    text-align: left;
    width: 100%;
    margin-top: 24px
}

#footerlogos img {
    width: auto;
    height: 100px;
    margin-left: auto;
    text-align: center;
    border: 2px solid #fff;
    background-color: #fff
}

#footertel {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #f9c922
}

#webdesigner {
    color: #3ea8c0
}

#webdesigner a {
    color: #88bf01;
    margin-top: 12px
}

#copyright {
    color: #eee
}

.hi-icon {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    margin: 8px;
    width: 54px;
    height: 54px;
    position: relative;
    z-index: 1;
    color: #fff
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.hi-icon:before {
    font-size: 32px;
    line-height: 54px;
    text-transform: none;
    display: block
}

.hi-icon-effect-1 .hi-icon {
    background: rgba(255, 255, 255, .1);
    margin: 0;
    -webkit-transition: background .2s, color .2s;
    -moz-transition: background .2s, color .2s;
    transition: background .2s, color .2s
}

.hi-icon-effect-1 .hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform .2s, opacity .2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform .2s, opacity .2s;
    transform: scale(.8);
    opacity: 0
}

.hi-icon-effect-1a .hi-icon:hover {
    background: rgba(255, 255, 255, 1);
    color: #333
}

.hi-icon-effect-1a .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.nuvo_imagearea {
    width: 33.333%;
    padding: 4px;
    margin-bottom: 8px;
    float: left;
    text-align: center
}

.nuvo_imagearea img {
    padding-bottom: 8px
}

.nuvo_imagearea figcaption {
    font-size: 12px;
    padding-bottom: 8px;
    color: #333
}

#profilesone {
    position: relative;
    width: 100%;
    color: #eee;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px
}

.box .description,
.box.clicked .description {
    position: absolute;
    top: 8px;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff
}

.box img {
    width: 100%;
    height: auto;
    float: left
}

.productcaption {
    float: left;
    height: 40px;
    width: 100%;
    color: #333;
    padding: 8px
}

.box .description {
    opacity: 0;
    width: 100%;
    background-color: #555;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    z-index: 10;
    left: 0;
    padding: 12px
}

.box .description p {
    color: #fff
}

.box.clicked .description {
    opacity: 1;
    display: block;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10000000;
    color: #fff
}

.ind_photo,
.ind_photo img {
    padding: 4px;
    position: relative;
    z-index: 0
}

.right {
    float: right;
    margin-right: 0;
    margin-left: 8px
}

.left {
    float: left;
    margin-left: 0;
    margin-right: 8px
}

img {
    max-width: 100%;
    vertical-align: top;
    height: auto
}

.ind_photo,
.ind_photo:before {
    height: 100%;
    width: 100%
}

.ind_photo:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: -1
}

.downloads {
    float: left;
    clear: both;
    width: 100%
}

.downloadtab {
    padding: 0;
    border: 2px solid #fff;
    background-color: #043465;
    float: left;
    color: #FFF;
    width: 33.3333%;
    margin-top: 24px;
    margin-bottom: 24px;
    position: relative
}

.downloadtab:after {
    content: "1";
    position: absolute;
    font-size: 32px;
    font-family: school!important;
    bottom: 4px;
    right: 4px;
    line-height: 32px;
    color: #4bbdd3;
    pointer-events: none
}

.downloadname,
.downloadtab img {
    color: #FFF;
    float: left;
    width: 100%
}

.downloadtab img {
    padding: 0;
    line-height: 0;
    margin: 0;
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg)
}

.downloadname {
    padding: 8px 8px 40px;
    margin-top: 20px;
    line-height: 100%;
    font-size: 20px
}

.downloadname .filesize {
    float: left;
    width: 100%;
    margin-top: 8px;
    padding-top: 4px;
    border-left: none;
    padding-left: 8px;
    padding-right: 0;
    font-size: 11px;
    color: #4bbdd3
}


@media screen and (max-width:768px) {



    #horizontal,
    .rslides1_nav.next,
    .rslides1_nav.prev,
    .scrolllink a {
        display: none
    }
    
    
     .homeclassbuttons .classbuttonfive,
    .homeclassbuttons .classbuttonfour,
    .homeclassbuttons .classbuttonone,
    .homeclassbuttons .classbuttonreception,
    .homeclassbuttons .classbuttonsix,
    .homeclassbuttons .classbuttonthree,
    .homeclassbuttons .classbuttontwo {
        width: 23%;
        margin: 1%;
        height: 80px
    }

    
    
    #mainarea:before {
        right: 80px
    }
    
    
    .colourboxright {
   
    margin-top: 0px;
   }
    
    
    .gallerycontainer a {
        width: 49%;
        margin: .5%
    }
    .staffmemberbox {
        width: 32.6%
    }
    #logotext {
        padding-top: 8px;
        /* padding-left: 8px; */
        /* width: 360px; */
    }
    .marquee {
        right: 8px
    }
    .caption1 span {
        font-size: 24px
    }
    .caption2 span {
        font-size: 12px
    }
    #headerbottom,
    #logoarea {
        transition: all .3s ease-in
    }
    .footercolumn {
        width: 100%;
        padding: 8px
    }
    #logoarea {
        /* float: left; */
        /* padding: 0; */
        /* max-width: 440px; */
        /* width: 45%; */
    }
    #headerbottom {
        bottom: 0
    }
    .headerinner {}
    #columnleft,
    #columnright {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
    .thirdcolumn .blogthumb {
        margin-top: 12px;
        padding-top: 0;
        width: 40%;
        float: left;
        max-width: 120px
    }
    .thirdcolumn:nth-child(1),
    .thirdcolumn:nth-child(2),
    .thirdcolumn:nth-child(3) {
        width: 100%;
        padding-bottom: 32px;
    }
    #hoverlinkarea {
        padding: 12px
    }
    #homelogoarea {
        max-width: 140px
    }
    .galleryitem {
        padding: 4px;
        float: left;
        width: 25%;
        text-align: center;
        margin-bottom: 16px
    }
    .productbox:nth-child(even) .proddesc,
    .productbox:nth-child(odd) .proddesc {
        padding-bottom: 16px;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
    #leftcolumn,
    #rightcolumn {
        padding: 16px;
        width: 100%;
        float: left
    }
    #leftcolumn,
    .portfolioheader,
    .proddesc,
    .textinnerleft {
        text-align: left
    }
    #picturenav ul li {
        width: 50%;
    }
    #relatedpages li {
        width: 50%
    }
    
    
    
   
    
    
    
    .hi-icon,
    .lightgallery .ind_photo {
        display: inline-block;
        position: relative
    }
    .hoverlink {
        float: left
    }
    .productbox:nth-child(even) .product_thumb,
    .productbox:nth-child(odd) .product_thumb {
        float: left;
        width: 100%;
        border: 4px solid #eee
    }
    .productbox:nth-child(odd) .proddesc {
        float: left
    }
    .productbox:nth-child(even) .proddesc {
        float: right
    }
    .box {
        width: 50%;
        height: auto;
        background-color: #fff
    }
    .lightgallery .ind_photo {
        width: 30%
    }
    .videoarea {
        width: 100%;
        max-width: 480px
    }
    .textinnerleft {
        width: 100%;
        padding-bottom: 24px
    }
    .textinnerright {
        width: 100%
    }
    .hentry,
    .hentrytwo {
        width: 100%;
        float: left;
        position: relative;
        padding: 12px;
        margin-bottom: 12px
    }
 
    .hentrytwo .blogimage {
        width: 100%;
        float: left
    }
    .container .gap,
    .container .mix {
        width: 50%
    }
    #horizontal {
        height: 80px
    }
    #slider-wrapper {
        margin-top: 0;
        border-left: 0;
        border-right: 0
    }
    .servicesarea a {
        width: 33.3333333%;
        padding: 4px
    }
    .serviceimage {
        width: 60%;
        opacity: 1;
        height: auto;
        line-height: 0;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        z-index: 0
    }
    .hoverlink {
        width: 50%;
        background-color: #333;
        transition: all .8s ease-in-out;
        -webkit-transition: all .8s ease-in-out;
        -moz-transition: all .8s ease-in-out;
        -o-transition: all .8s ease-in-out;
        position: relative
    }
    .hi-icon {
        font-size: 0;
        cursor: pointer;
        margin: 0;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        text-align: center;
        z-index: 1;
        color: #fff
    }
    .hi-icon:before {
        speak: none;
        font-size: 34px;
        line-height: 58px;
        font-variant: normal;
        text-transform: none;
        display: block;
        -webkit-font-smoothing: antialiased
    }
}


  

@media screen and (max-width:540px) {


      .caption1 {
        bottom: 8%;
        width: 100%
    }
    .caption1,
    .caption2 {
        display: none
    }

    .strapline {
        font-size: 18px;
    }
    .gallerycontainer a {
        width: 100%;
        margin: 0 0 12px
    }
    .kidsweblinksouter {
        width: 49%;
        margin: .5%
    }
    #logotext {
        /* width: 120px; */
        /* margin-top: 0; */
        padding: 8px;
    }
    .marquee {
        left: 8px;
        top: 160px
    }
    #headerbottom,
    #logoicon {
        transition: all .3s ease-in
    }
    .homeclassbuttons .classbuttonfive,
    .homeclassbuttons .classbuttonfour,
    .homeclassbuttons .classbuttonone,
    .homeclassbuttons .classbuttonreception,
    .homeclassbuttons .classbuttonsix,
    .homeclassbuttons .classbuttonthree,
    .homeclassbuttons .classbuttontwo {
        width: 48%;
        margin: 1%
    }
    #footernav,
    #logoicon {
        width: 100%
    }
    #picturenav ul li {
        width: 100%;
    }
    #headerbottom {
        bottom: 0
    }
    .headerinner {
        height: 120px
    }
    #logoarea img {}
    #footernav {
        text-align: center;
        padding: 12px
    }
    #copyright,
    #webdesigner,
    #webdesigner a {
        width: 100%;
        text-align: center;
        padding: 8px
    }
    .galleryitem {
        padding: 4px;
        float: left;
        width: 50%;
        text-align: center;
        margin-bottom: 16px
    }
    .container .gap,
    .container .mix,
    .hoverlink {
        width: 100%
    }
    .cbp-qtrotator blockquote {
        margin: 0;
        padding: 0 80px 0 0;
        text-align: left
    }
    #strapline {
        display: none
    }
    .hoverlink {
        background-color: #333;
        transition: all .8s ease-in-out;
        -webkit-transition: all .8s ease-in-out;
        -moz-transition: all .8s ease-in-out;
        -o-transition: all .8s ease-in-out;
        position: relative
    }
    .servicesarea a {
        width: 50%;
        padding: 4px
    }
    #relatedpages li {
        width: 100%;
        .productbox:nth-child(odd) .product_thumb,
        .productbox:nth-child(even) .product_thumb 
            float: left;
            width: 100%;
            border: 4px solid #eee;
        }
        .productbox:nth-child(odd) .proddesc,
        .productbox:nth-child(even) .proddesc {
            float: left;
            width: 100%;
            padding: 12px
        }
        #footerbase {
            height: 80px;
            text-align: left;
            padding: 12px
        }
        #footerbase:after {
            background-size: auto 60px;
            height: 60px;
            bottom: 8px
        }
        .picturenavtext {
            width: 70%;
            float: left;
            padding-top: 10vw;
            padding-left: 12px;
            text-align: left;
            font-size: 6vw
        }
        .picturenavimagearea {
            float: left;
            width: 30%
        }
        #picturenav ul li {
            width: 100%;
            max-width: 100%;
            margin-bottom: 8px;
            padding: 4px;
            border: 1px solid rgba(256, 256, 256, .2);
            border-radius: 8px
        }
        #picturenav ul li a {
            font-size: 18px;
            float: left;
            width: 20%;
            position: relative
        }
        #picturenav ul li img {
            border: 1px solid #222;
            border-radius: 4px
        }
        button {
            max-width: 60px;
            overflow: hidden;
            padding: 4px;
            margin: 0
        }
        .servicesarea a {
            width: 50%;
            padding: 4px
        }
        .container .gap,
        .container .mix,
        .hoverlink {
            width: 100%
        }
        .hoverlink {
            float: left;
            background-color: #333;
            overflow: hidden;
            transition: all .8s ease-in-out;
            -webkit-transition: all .8s ease-in-out;
            -moz-transition: all .8s ease-in-out;
        }
    }


