/*@import url("sizes.css");*/
/****** General  ********/
@font-face {
  font-family: 'tempus-sans';
  src: url('fonts/TEMPSITC.TTF');
  src: url('fonts/TEMPSITC.TTF')  format('truetype'),
       url('fonts/TEMPSITC.woff') format('woff');
}
/*
@font-face {
  font-family: 'tempus-sans';
  src: url('fonts/TEMPSITC.TTF')  format('truetype'),
  src: url('fonts/TEMPSITC.woff') format('woff');
}
*/
.hidden {
  display: none;
}
.smaller {
  font-size: .8em;
}
.smallest {
  font-size: .7em;
}
.tighter {
  line-height: 1em;
}
.bigger {
  font-size: 1.2em;
}
.required {
  color: red;
  font-size: 1.2rem;
  font-style: italic;
}
/****** Images  ********/
.pic-centre img {
    max-width: 90%;
    display: block;
    margin: .5rem auto 2rem;
}

/********************************/
/*        For This Site         */
/********************************/

/****** Variables  ********/
:root {
/*  --main-color: #8fa2bc;*/
  --main-colour: #4477c0;
  --mid-colour: #d4e8f7;
  --mid-colour: #7faedc;
  --light-colour: #ffffff;
  --title-font: tempus-sans, sans-serif;
/*  --body-font: 'Arial Narrow', Arial, sans-serif;*/
  --body-font: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
/****** IE fix for vars  ********/
body {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
a {
  color: #4477c0;
}
a:hover {
  color: #7faedc;
}
h1, h2 {
  font-family: tempus-sans, sans-serif;
  color: #4477c0;
}
h3, h4 {
  font-family: tempus-sans, sans-serif;
  color: #4477c0;
}
.headertext-td,
.headertext-roes,
.headertext1,
.headertext2 {
  color: #4477c0;
  font-family: tempus-sans, sans-serif;
}
.cal-top,
.top-bar-section .dropdown {
  background: #4477c0;
}
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar {
    color: #4477c0;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
    color: #7faedc !important;
}
.top-bar-section ul li:hover > a,
.top-bar-section li.hover > a:not(.button),
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #7faedc !important;
}
.footer p {
  color: #4477c0;
}
.vws {
  color: #4477c0;
}
.footer a,
.vws a {
  color: #4477c0;
}
.footer a:hover,
.vws a:hover {
  color: #7faedc;
}
.bold1 {
  color: #4477c0;
  font-family: tempus-sans, sans-serif;
}
.bold2 {
  color: #4477c0;
  font-family: tempus-sans, sans-serif;
}
.bold3 {
  color: #4477c0;
}
.top-bar .toggle-topbar.menu-icon a {
  color: #4477c0;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0 0 0 1px #4477c0, 0 7px 0 1px #4477c0, 0 14px 0 1px #4477c0;
}
/****** Body  ********/
body {
/*
  background: linear-gradient(rgba(112,127,86,0.33), rgba(112,127,86,0.33)),
                  url('images/background.jpg') center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
*/
/*  background: var(--mid-colour);*/
/*  background: url('images/flowers.png') 24rem -6rem no-repeat;*/
/*  background: white url('images/ribbons.jpg') no-repeat fixed center -1rem;*/

/*
  background: white url('images/ribbons.png') no-repeat fixed center -1rem;
  font-family: var(--body-font);
*/

}
a {
  color: var(--main-colour);
  text-decoration: none;
}
a:hover {
  color: var(--mid-colour);
}
.content {
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem 2rem;
}
body,
ul,
p {
  font-size: 1.2rem;
  line-height: 1.4;
}
/****** Text  ********/
h1, h2 {
  font-family: var(--title-font);
  font-size: 2rem;
  line-height: 1.2;
  color: var(--main-colour);
  border: none;
}
h3, h4 {
  font-family: var(--title-font);
  color: var(--main-colour);
}
.script-text {
  font-family: var(--title-font);
  font-size: 1.5rem;
  line-height: 1.2;
}
.script-text,
h2 {
  font-family: var(--title-font);
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--main-colour);
  border: none;
}
.script-text {
  font-size: 1.2rem;
}
.bold1 {
  font-weight: bold;
  color: var(--main-colour);
  font-family: var(--title-font);
  font-size: 1.5rem;
}
.bold2 {
  font-weight: bold;
  color: var(--main-colour);
  font-family: var(--title-font);
  font-size: 1.2rem;
}
.bold3 {
  font-weight: bold;
  color: var(--main-colour);
}
ul + p {
  margin-top: -1rem;
}
ul {
  list-style-type: circle;
}
/*********************** Internet Explorer hacks  ****************************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /************  For placement of bullets on Home page     */
  ul {
    list-style-position: inside;
  }
  #art31 img {
    margin: 1rem auto;
  }
}       
/******************************  Banner, Top Bar ******************/

.contain-to-grid {
  background: transparent;
  background: rgba(255, 255, 255, 0.9);
/*  border-bottom: var(--mid-colour) solid 1rem;*/
}
.contain-to-grid.fixed {
  background: white;
}
.contain-to-grid .top-bar {
/*  margin: -.5rem auto .5rem;*/
  padding: 1rem 0 2rem;
}
.top-bar-section .dropdown {
  background: #333333;
}
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar {
    background: transparent;
    line-height: 1.3;
    height: 1.6rem;
    color: var(--main-colour);
    font-size: 1.2rem;
}
.admin-menu {
  margin-top: -3.5rem !important;
}
.fb {
  position: absolute;
  right: 1rem;
  bottom: .8rem;
  text-align: right;
}
/******************************  Different banner for different pages ******************/
.header {
  padding: 2rem 2rem 0;
}
.header-right,
.header-left {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  max-width: 245px;
}
.header-right {
  width: 25%;
  max-width: 320px;
}
.header-right p {
  font-size: .92rem;
}
.header-centre {
  display: inline-block;
  width: calc(100% - 580px);
  vertical-align: top;
  position: relative;
}
.header-logo {
	max-width: 75%;
	margin-top: 1rem;
	margin-left: 2rem;
}

.headertext-roes {
  display: inline-block;
  vertical-align: top;
  color: var(--main-colour);
  font-family: var(--title-font);
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 2rem 1rem;
  margin: 0 0 1rem 3.5rem;
  font-weight: bold;
}
.headertext-td {
  position: absolute;
  top: 5.5rem;
/*    left: 50%; */
  left: 4rem;
  color: var(--main-colour);
  font-family: var(--title-font);
  font-size: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.header-youth {
  display: none !important;
}
.youth .header-all,
.yjc-summer .header-all,
.youthlink .header-all {
  display: none;
}
.youth .header-youth,
.yjc-summer .header-youth,
.youthlink .header-youth {
  display: inline-block !important;
}
.banner {
  display: none;
}
.cojg .header,
.secondcareer .header {
  display: none;
}
.cojg .banner,
.secondcareer .banner {
  display: block;
}
.headertext1 {
  color: var(--main-colour);
  font-family: var(--title-font);
  font-size: 2.6rem;
  line-height: 1.2;
  padding: 2rem 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.headertext2 {
  position: absolute;
  top: 6.5rem;
/*    left: 50%; */
  left: 2rem;
  color: var(--main-colour);
  font-family: var(--title-font);
  font-size: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.headertext3,
.headertext4,
.headertext5,
.headertext6 {
  position: relative;
  bottom: 1rem;
  text-align: center;
  font-family: futura, arial, sans-serif;
  color: #861338;
  font-weight: bold;
}
.headertext6 p,
.headertext5 p,
.headertext3 p {
  margin-top: 1rem;
  margin-bottom: 0;
}
.headertext3 p,
.headertext4 p {
  width: 35%;
  margin: auto;
}
.headertext5 p,
.headertext6 p {
  width: 30%;
  margin: auto;
  font-size: .8rem;
  text-align: left;
}
.headertext3 img {
  max-width: 11rem;
}
.headertext4 img {
  margin-top: 2rem;
}
.divider {
  height: .5rem;
  background: #861338;
  margin-bottom: 1rem;  
}
.logo {
	max-width: 75%;
	margin-top: 20%;
	margin-left: 20%;
}
.headertext4,
.headertext5,
.headertext6 {
  display: none;
}
.home .banner,
.youth .headertext3,
.yjc-summer .headertext3,
.youthlink .headertext3,
.secondcareer .headertext3,
.cojg .headertext3 {
  display: none;
}
.youth .headertext4,
.yjc-summer .headertext4,
.youthlink .headertext4 {
  display: block;
}
.secondcareer .headertext5 {
  display: block;
}
.cojg .headertext6 {
  display: block;
}
/********   Show mobile menu on white background   *************/
.top-bar .toggle-topbar.menu-icon a {
  color: var(--main-colour);
}
.top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0 0 0 1px var(--main-colour), 0 7px 0 1px var(--main-colour), 0 14px 0 1px var(--main-colour);
}
/********   To overwrite Foundation stupid styles   *************/
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: transparent;
    font-size: .9rem;
    padding-top: .2rem;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
    color: var(--mid-colour) !important;
    background: transparent !important;
}
.top-bar-section ul li:hover > a,
.top-bar-section li.hover > a:not(.button),
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: var(--mid-colour) !important;
    background-color: transparent !important;
    background: transparent !important;
}
.top-bar-section .dropdown li.title h5 {
  margin-top: -.8rem;
}
/******************************  Footer ******************/
.footer {
  padding: 1rem 0;
  margin-top: 2rem; 
  border-top: 1px #a1c8ee solid;
}
.border-lo {
  border-bottom: 1px #a1c8ee solid;
  padding-bottom: .5rem;
}
.border-lo.footer1 {
  border-bottom: .2rem #a1c8ee solid;
  margin-bottom: .5rem;
}
.footer .headertext1 {
  font-size: 2rem;
}
.footer .headertext2 {
  font-size: 1.5rem;
  position: relative;
  top: -2rem;
  left: 0;
}
.footer p {
  color: var(--main-colour);
  font-size: .9rem;
}
.footer1 {
  background: rgba(255, 255, 255, 0.9);
}
.footer1 p {
  font-size: 1.2rem;
}
.vws {
  color: var(--main-colour);
  font-size: .8rem;
}
.footer a,
.vws a {
  color: var(--main-colour);
}
.footer a:hover,
.vws a:hover {
  color: var(--mid-colour);
}
/******************************  Content ******************/
.info-text {
  display: none;
}
/************   Images   ***************/
.pic-left {
    float: left;
    margin-right: 1rem;
}
.pic-right {
    float: right;
    margin-left: 1rem;
}
.pic-centre {
    max-width: 90% !important;
    margin: auto !important;
    display: block;
}
.pic-left img,
.pic-right img {
    max-width: 96%;
    margin: 0 auto;
    display: block;
}
.pic-centre img {
/*    max-width: 90%;*/
    display: block;
    margin: .5rem auto 2rem;
}
.panels-row .pic-centre img {
  max-width: 96%;
}
.pic-caption {
    text-align: center;
    color: #0E3DA6;
    font-style: italic;
    width: 90%;
    margin: auto;
}
.small{
    width: 48% !important;
}
.tiny {
  width: 36% !important;
}
.no-border {
    border: 0 none !important;
    padding: 0 !important;
}
.popup {
  cursor: zoom-in; 
}
.clicktozoom {
    margin: -1.5rem 1rem -1rem 0;
    text-align: right;
    font-size: 0.8rem;
    color: white;
}
/************   Product image pop-up   *****************/
#page-shader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 12;
    text-align: center;
    background: rgba(0,0,0,0.7);
}
#page-shader img {
  position: relative;
  margin-top: 4%;
  max-height: 90%;
  cursor: zoom-out; 
}
#shade-closer {
  display: none;
  position: fixed;
    margin: auto;
    width: 90%;
    z-index: 20;
    text-align: right;
  color: red;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: default;
  top: 3rem;
}
.noscroll {
  overflow-y: hidden;
}
/******************************************/
/**************   Calendar    ****************/
/******************************************/
#calendar {
    width: 100%;
    font-family: tahoma, sans-serif;
}
.cal-top {
    text-align: center;
    background: var(--main-colour);
    color: white;
    border-radius: 10px 10px 0 0;
    padding: 1% 5%
}
.cal-top .bigger{
    margin-top: 1%;
}
.cal-top span {
    width: 48%;
    display: inline-block;
}
#calendar-choose span {
    width: 95%;
}
#calendar-choose {
  display: none;
    position: absolute;
    top: 1%;
    left: .1%;
    background: white;
    width: 25%;
    border-radius: 10px;
    border: 1px solid #748fbc;
}
.cal-top .prev {
    text-align: left;
    margin-bottom: 1%;
}
.cal-top .next {
    text-align: right;
    margin-bottom: 1%;
}
.cal-top a {
    color: white;
}
.cal-top a:hover {
    color: #cccccc;
}
#calendar th,
.cal-dark {
    width: 14%;
    background: #cccccc;
    text-align: center; 
}
.cal-light {
    border: #cccccc solid 1px;
    vertical-align: top;
    height: 6rem;
}
.date-number {
    font-weight: bold;
}
.date-event {
    font-size: .9em;
}
.eventsshow .meetings a {
    color: blue;
}
.eventsshow .events a {
    color: green;
}
.eventsshow .all-events a {
    color: #65638c;
}
.instruction-wrapper {
/*  display: none;*/
}
 
/******************************  Home Page Photos ******************/
body.home {
/*  background: white url('images/ribbons.jpg') no-repeat center 6rem;*/
}
.home .content {
/*  background: none;*/
}
.home .content img {
  max-width: 76%;
  display: block;
  position: relative;
}
.b-pics, 
.e-pics {
  display: inline-block;
  width: 48%;
}
.picb01 {
  top: 3rem;
  left: -2rem;
  transform: rotate(-20deg);
}
.picb02 {
  left: 10rem;
  transform: rotate(15deg);
}
.picb03 {
  transform: rotate(-5deg);
}
.pice01 {
  top: 1rem;
  left: 8rem;
  transform: rotate(-20deg);
}
.pice02 {
  right: -6rem;
  transform: rotate(15deg);
}
.pice03 {
  transform: rotate(-5deg);
  right: -8rem;
}
.b-pics, 
.e-pics {
  display: inline-block;
  width: 48%;
}
.picb04 {
  top: 3rem;
  left: -2rem;
  transform: rotate(-20deg);
}
.pice04 {
  top: 2rem;
  left: 25rem;
  transform: rotate(-20deg);
}

/********************************/
/*        Specific pages         */
/********************************/
.workshops li {
  margin-bottom: 1.25rem;
}
/********************************/
/*        Editor - Tiny MCE         */
/********************************/
body#tinymce {
  background: white;
}

/********************************/
/*        Responsiveness This Site         */
/********************************/
/* Small screens */
@media only screen {  /* iPhone screens are as small as 320px */
/* peach */ 
  .pic-left,
  .pic-right {
      max-width: 100%;
      margin-bottom: 2rem;
  }
  .small {
    width: 96% !important;
  }
  .two-up {
    width: 100%;
  }
  #fb {
    left: 12rem;
  }
  #fb img {
    width: 50px;
  }
  #fb .bold1 {
    font-size: .8rem;
    line-height: 1.2;
  }
/******************************  Banner, Top Bar ******************/
  .headertext1 {
    font-size: 1.1rem;
    padding: 1rem;
    margin-top: -.8rem;
  }
  .headertext2 {
    top: 3.0rem;
    font-size: 0.8rem;
  }
  .headertext3 img {
    max-width: 100%;
    margin-top: 2rem;
  }
  .fb {
    left: 1rem;
    bottom: 0;
    width: 25%;
  }
/******************************  Footer ******************/
  .footer1 p {
    font-size: .8rem;
  }
  .footer .headertext1 {
    font-size: 1.1rem;
  }
  .footer .headertext2 {
    font-size: 1.0rem;
  }
  .footer .logo {
  	max-width: 65%;
  	margin: -30% auto 10% 20%;
  }
  .footer .govt + p {
    font-size: .7rem;
    margin-top: .2rem;
  }
  .vws {
    font-size: .8rem;
  }
  .footer .text-right {
    margin-left: -3rem;
    font-size: .6rem;
    padding-right: 2rem;
  }
/****** Text  ********/
  h1, h2 {
    font-size: 1.3rem;
  }
  body,
  ul,
  p {
    font-size: .8rem
  }
  
}   /*  End of Small Screen  ******************/

@media only screen and (min-width: 22em) { /* 360px to 480px */
 /* white */
  .headertext2 {
    top: 1.5rem;
    font-size: 0.8rem;
  }
  .footer .logo {
  	max-width: 50%;
  	margin: -20% auto 10% 20%;
  }
}
@media only screen and (min-width: 30em) { /* 480px to 560px */
 /* mauve */
  .headertext1 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 35em) { /* 560px to 640px */
 /* grey */
} 

/*  ******************************************/
/* Medium screens */
@media only screen and (min-width: 40.063em) {  /* min-width 641px, medium screens */
/* yellow */  
  .pic-left,
  .pic-right {
      max-width: 60%;
      margin-bottom: 1rem;
  }
  .small{
      width: 36% !important;
  }
  .two-up {
    width: 48%;
  }
  .pic-left {
      margin-right: .5rem;
  }
  .pic-right {
      margin-left: .5rem;
  }
/******************************  Banner, Top Bar ******************/
  .headertext1 {
    font-size: 1.4rem;
    padding: 2rem 1rem;
  }
  .headertext2 {
    top: 5.0rem;
    font-size: 1.3rem;
  }
  .headertext3 {
    left: -25%;
  }
  .headertext3 img {
    max-width: 120%;
    margin-top: 2.5rem;
  }
  .logo {
    max-width: 60%;
    margin-top: 5%;
    margin-left: 25%;
  }
  .top-bar-section ul li,
  .top-bar-section li:not(.has-form) a:not(.button),
  .top-bar {
      font-size: .9rem;
  }
  .fb {
    right: 1rem;
    left: auto;
  }
/******************************  Footer ******************/
  .footer1 p {
    font-size: 1.1rem;
  }
  .footer .logo {
  	max-width: 75%;
  	margin: 15% auto 10% 20%;
  }
  .footer .headertext1 {
    font-size: 1.4rem;
  }
  .footer .govt {
    max-width: 80%;
  }
/****** Text  ********/
  h1, h2 {
    font-size: 1.6rem;
  }
  body,
  ul,
  p {
    font-size: 1.0rem
  }
  
}   /*  End of Medium Screen  ******************/
/*  ******************************************/

/*  ******************************************/
/* Medium screens 2 */
@media only screen and (min-width: 48.063em) {  /* min-width 740px, medium screens 2*/
/* blue */  
  .headertext3 {
    left: -15%;;
  }
  .headertext3 img {
    max-width: 120%;
  }
}   /*  End of Medium Screen2  ******************/
/*  ******************************************/

/*  ******************************************/
/* Large screens */
@media only screen and (min-width: 64.063em) {  /* min-width 1025px, large screens */
/* green */  
  .pic-left {
      margin-right: 1rem;
  }
  .pic-right {
      margin-left: 1rem;
  }
/******************************  Banner, Top Bar ******************/
  .logo {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .headertext1 {
    font-size: 2.6rem;
    padding: 2rem 1rem;
    margin-top: 0;
  }
  .headertext2 {
    top: 5rem;
    font-size: 1.5rem;
  }
  .headertext3 {
    left: 0;
  }
  .headertext6 img,
  .headertext5 img,
  .headertext3 img {
/*    max-width: 50%;*/
    margin-top: 2rem;
    max-width: 84%;
  }
  .top-bar-section ul li,
  .top-bar-section li:not(.has-form) a:not(.button),
  .top-bar {
      font-size: 1.2rem;
  }
/******************************  Footer ******************/
  .footer .headertext1 {
    font-size: 1.6rem;
  }
  .footer .headertext2 {
    font-size: 1.4rem;
  }
  .footer .logo {
    max-width: 65%;
  }
/****** Text  ********/
  h1, h2 {
    font-size: 2rem;
  }
  body,
  ul,
  p {
    font-size: 1.2rem
  }
}   /*  End of Large Screen  ******************/
/*  ******************************************/

/*  ******************************************/
/* Extra Large screens */
@media only screen and (min-width: 81.25em) {  /* min-width 1300px, extra large screens */
/* pink */  

}   /*  End of Extra Large Screen  ******************/
/*  ******************************************/

/********************************/
/*        Responsiveness For New Banner         */
/********************************/
@media only screen and (max-width: 1300px) { 
  .header-centre {
    width: 50%;
  }
  .headertext-roes {
/*    font-size: 1.8rem;*/
    margin: 0 0 1rem 0;
  }
  .headertext-td {
    left: 0;
  }
}
@media only screen and (max-width: 1024px) { 
  .headertext-roes {
    font-size: 2.0rem;
  }
  .headertext-td {
    font-size: 1.4rem;
    left: 1rem;
  }
  .header-right p {
    font-size: .7rem;
  }
}
@media only screen and (max-width: 800px) { 
  .headertext-roes {
    font-size: 1.3rem;
  }
  .header-left {
    width: 30%;
  }
  .header-centre {
    width: 68%;
  }
  .header-right {
    width: 35%;
    display: block;
    margin: auto;
  }
  .header-right p {
    font-size: .55rem;
  }
  .headertext-roes {
    font-size: 1.8rem;
    padding-bottom: 0;
    margin-bottom: .5rem;
  }
  .headertext-td {
    position: relative;
    top: 0;
    left: 3rem;
    font-size: 1.4rem;
    margin-bottom: .5rem;
  }
}
@media only screen and (max-width: 600px) { 
  .header {
    padding: 0;
  }
  .header-left,
  .header-centre,
  .header-right {
    width: 100%;
  }
  .header-centre {
    margin: 1rem 0;
  }
  .header-right {
    padding: 1rem;
  }
  .header-right p {
    font-size: .9rem;
  }
  .headertext-roes {
    padding: .5rem 1rem .3rem 2rem;
    margin-bottom: 0;
    font-size: 1.7rem;
  }
  .headertext-td {
    position: relative;
    font-size: 1.1rem;
    top: 0;
  }
}
/*  2021 - notice  */
#art54 {
  background: url(images4content/ribbons-2021.jpg) no-repeat top left;
  background-size: 30%;  
}
#art54 h2 {
  margin-top: 6rem;
}

/*  2021 - shutdown  */

.footer,
.contain-to-grid,
.header-right,
.headertext-td {
  display: none;
}
.home p {
  margin: auto;
  width: 75%;
  font-size: 1.2rem;
}
.header-logo {
  margin-bottom: 2rem;
}
