﻿ /*------------------------- FIX SHAREPOINT DEFAULT BEHAVIOUR -------------------------*/


    body,
    body.v4.master {
        overflow: visible !important;
        height: inherit;
        width: inherit;
        margin: 0;
    }

    body #s4-workspace {
        overflow: visible !important;
        padding-top: 0px;
        height: auto !important;
        width: auto !important;
    }

    #suiteBar {
        position: fixed;
        z-index: 2000;
        top: 0px;
        width: 100%;
    }

    #DeltaSuiteBarRight {
        z-index: 2000;
    }

    body #s4-ribbonrow {
        position: fixed;
        top: 30px;
        z-index: 1000;
        width: 100%;
    }

    * html #s4-ribbonrow {
        position: absolute;
    }

    #DeltaPageStatusBar {
        margin-bottom: 150px !important;
    }

    #ms-designer-ribbon div {
        font-size: 13px;
    }

    #pageStatusBar {
        position: relative !important;
        display: block;
        top: 65px;
    }
    #s4-ribbonrow .ms-MenuUIPopupBody,
    #s4-ribbonrow .ms-popoutMenu, .ms-cui-menu[id ^= "Ribbon."], .ms-cui-tooltip {
        position: fixed !important;
    }

    * html #s4-ribbonrow .ms-MenuUIPopupBody, * html #s4-ribbonrow .ms-popoutMenu,
    * html .ms-cui-menu[id ^= "Ribbon."], * html .ms-cui-tooltip {
        position: absolute !important;
    }

    .ms-dlgOverlay {
        width: 100% !important 
    }

    #s4-bodyContainer {
        padding-bottom: 0px;
    }

    noscript div.noindex {
        display: none !important;
    }

    .ms-wpadder button {
        background-color: #494068 !important;
    }

    .single-page__content img#searchImg {
        max-width: none !important;
        margin: 0 !important;
        width: auto !important;
    }

    .ms-srch-sb-searchLink {
        background-image: none !important;
    }

    .ms-srch-item {
        width: 100%;
        padding: 1.2rem;
        margin: 0.5rem 0 0.5rem -25px;
    }

    .ms-srch-item-title h3 {
        margin: 0 0 0.5rem 0;
        padding: 0;
    }

    .ms-srch-item-path {
        width: 100%;
        color: #3757A4;
        margin: 0.5rem 0 0 0;
    }

    .ms-srch-item:hover, .ms-srch-resultHover:hover, .edisc-SearchResultItemContainer:hover {
        background-color: #F6F7FA;
    }

    .ms-srch-item-title h3 a:link {
        background-image: none;
        text-decoration: underline;
        text-shadow: none;
    }

    .ms-srch-item-path {
        word-break: normal;
        word-wrap: break-word;
    }

    div#SearchBox, .ms-srch-sbLarge {
        width: 100%;
    }

    .ms-srch-sbLarge > .ms-srch-sb-searchLink {
        float: right;
    }

    .ms-srch-sbLarge-fullWidth {
        width: calc(100% - 40px) !important;
        padding: 0 !important;
    }


#TableOfContent\.Menu {
    position: fixed !important;
}

/* - commented out issue SR-989112
.ms-webpart-chrome-vertical, .ms-webpart-cell-vertical {
display: block !important;
}
*/



.ms-cui-spn-txtbx {
padding: 7px !important;
height: 28px !important;
}


/* Sign In  */

.ms-signInLink{
	display:none!important;
}



    /*------------------------- Breadcrumbs -------------------------*/

    .breadcrumbs {
        padding: 0.8rem 0 0.7rem 0;
        /*! font-size: 0.7em; */
        /*! line-height: 2; */
        z-index: 3;
        /* top: -1px; */
        width: 100%;
        margin: 0;
        display: block;
        border-bottom: 1px solid #f1f3f5;
        color: #717171;
        background: #f7f7f7;
    }

    .breadcrumbs ul{padding-bottom: 0px!important; margin-bottom: 0px!important}

    .breadcrumbs li {
        display: inline-block;
        margin: 0 0.65rem 0 0;
        /*font-size:13px; */
        font-weight: 500;
        line-height: 22px;
    }

    .breadcrumbs span {
        display: none;
    }
    
    .breadcrumbs li:last-child {
        /*display: inline-block; */
        /*color: #004ea8; */
        /*font-size:13px; */
        color: #0f7eb4;
            
        
    }

    .breadcrumbs li:last-child span {
        /*display: inline-block; */
        color: #0f7eb4;
        
    }
  
        
    .breadcrumbs li:last-child:before {
        display: none;
    }

    .breadcrumbs a, .breadcrumbs li {
        color: #343741;
        text-decoration: none;
    }

    .breadcrumbs li:before {
        content: "";
        height: 1.0rem;
        width: 0.7rem;
        background: url(/_catalogs/masterpage/vcaa/images/arrow-right.svg);
        background-size: 100%;
        display: inline-block;
        background-repeat: no-repeat;
        margin: 0 0.50rem 0 0;
        vertical-align: middle;
    }

    .breadcrumbs li:first-child:before {
        display: none;
    }

    .breadcrumbs svg {
        height: 0.375rem;
        width: 0.375rem;
        display: inline-block;
        margin: 0px 0.5rem;
        fill: #fff;
    }


    .breadcrumbs a:hover {
        text-decoration: underline;
    }


/* SWITCH TO LAST BREADCRUMB ON MOBILE */
/*
@media screen and (max-width: 590px) {
    
    .breadcrumbs li {
        display: none;
    }
   .breadcrumbs--single-page li:nth-last-child(2), .breadcrumbs--topic li:nth-last-child(3) {
       display: inline;
       margin: 0;
    }
    .breadcrumbs--single-page li:nth-last-child(2):before, .breadcrumbs--topic li:nth-last-child(3):before {
        content: "\25C4";
        display: inline;
        position: relative;
        background-image: none;
        font-size: 1rem;
        margin-right: 0.5rem !important;
    }
    .breadcrumbs--single-page li:nth-last-child(2) a, .breadcrumbs--topic li:nth-last-child(3) a {
        font-size: 1rem;
        font-weight: bold;
    }
   
}

*/

        
/* search fixes */

div.quick-search {
	z-index: 30;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	padding: 5px 15px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

div.quick-search .div-control {
	border-radius: 2px 0 0 2px;
	width: calc(100% - 46px);
}

div.quick-search .div-control:focus + .btn {
	background: #004ea8;
	border-color: #004ea8;
}

div.quick-search .btn {
	width: 46px;
	height: 48px;
	background: #343741;
	color: #fff;
	border-radius: 0 2px 2px 0;
	padding: 4px 0 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	min-width: 0em !important;
}

div.quick-search .btn:hover {
	background: #004ea8;
}


@media (min-width: 992px) {

div.quick-search {
		right: 46px !important;
		top: 24px !important;
		left: auto !important;
		padding: 0;
		width: auto;
		margin: 0 !important;
		height: auto !important;
	}

	div.quick-search .div-control {
		width: 200px;
	}

	div.quick-search .btn {
		top: 0;
		right: 0;
	}

}

@media (min-width: 1280px) {
	div.quick-search .div-control {
		width: 243px;
	}
}

/* search fixes */


/* Calendar */
.dfwp-list, .dfwp-column .subtitle {
    font-weight: normal;
    display: block;
}

/* Comment due to impact 'Read more'
.more {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: 10px;
	float: right;
    position: relative;
    top: -25px;
    }
*/

 .moreinfo {
	-ms-flex-item-align: end;
	font-weight:600;
	align-self: flex-end;
	margin-left:10px;
	float: right;
	position:relative;
	top: -25px;		
}
    
.groupheader {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.item{
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}

@media (min-width: 768px)
.set-month {
    max-width: 262px!important;
}  


.ms-webpart-chrome
	{
	width:713px;
}



/* SR-910887 */

.tablestyle1 {
    background-color: #fff;
    border: 1px solid #004ea8;
    width: 100%;
}
.tablestyle1 tr {
    border-bottom: 1px solid #004ea8;
    height: 40px;
    vertical-align: middle;
}
.tablestyle2 {
    border: 1px solid #004ea8;
    margin: 1em 0;
    width: 100%;
}
.tablestyle2 tr {
    border-bottom: 1px solid #004ea8;
}
.tablestyle2 th {
    background-color: #004ea8;
   color: #fff;
    padding: 0.5em;
    text-align: left;
}
.tablestyle2 td {
    background-color: #fff;
    padding: 0.5em;
}
.tablestyle3 th {
    background-color: #004ea8;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    border: 1px solid #004ea8;
}
.tablestyle3 td {
    background-color: #fff;
    padding: 0.5em;
    border: 1px solid #004ea8;
}
.tablestyle4 {
    border: 1px solid #004ea8;
    margin: 1em 0;
    width: 100%;
}
.tablestyle4 tr {
    border-bottom: 1px solid #004ea8;
}
.tablestyle4 th {
    background-color: #004ea8;
    color: #fff;
    padding: 0.5em;
    text-align: center;
}
.tablestyle4 td {
    background-color: #fff;
    padding: 0.5em;
}

/* SR-1225930*/
.widetablestyle {
	background-color: #fff;
	border: 1px solid #004ea8;
	padding: 2px;
	width: 100%;
	font-size: 0.9rem;
}
.widetablestyle td {
	border: 1px solid #004ea8;
	padding: 0.5em;
	text-align: center;
}
.widetablestyle th {
	background-color: #004ea8; 
	color: #fff;
	border: 1px solid #004ea8;
	padding: 0.5em;
	text-align: center;
}

/* SR-974511 */

.past-examtable {
border: none;
background: #fff;
width: 100%;
}
.past-examtable td, .past-examtable th {
padding: 0.5em;
}
.alt-shading {
background: #f1fbfe;
}
.past-examtable .col1 {width: 10%;}
.past-examtable .col2 {width: 40%}
.past-examtable .col3 {width: 50%}


/* SR-992922 */

.imgRightWithCaption {
float: right;
margin: 10px 10px 15px 25px;
}
.imgLeftWithCaption {
float: left;
margin: 10px 25px 15px 15px;
}
.imgCenterWithCaption {
display: block;
margin-left: auto;
margin-right: auto;
}
.imgRightWithCaption p, .imgLeftWithCaption p, .imgCenterWithCaption p {
font-size: .9rem;
margin-top: 5px;
text-align: center;
}
.clear {
clear: both;
}

/* Breadcrumb further fix */

.coreBreadcrumbMenulist, .nav-sub ul, .nav-sub li, .no-list-style, .pagination ul, .indexlist ul, .gallery-list{
	margin:0;
	padding:0;
	list-style:none;
}

/*
.box-link {
	width:381px;
}

*/


/* Key Dates Start */
.jcf-select {
	border-radius:10px !important;
	height: 28px !important;
}
.jcf-select .jcf-select-text {
	line-height: unset !important;
	font-weight: 400 !important;
}
.jcf-select .jcf-select-opener:before {
	right: 15px !important;
	top: 9px !important;
}

/* VCAA Update CSS */

.ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2, .ms-rtestate-field h3, h3.ms-rteElement-H3, .ms-rtestate-field h4, h4.ms-rteElement-H4 {
	
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.25;
    color: #004ea8;
    margin-bottom: 2.5rem;
    margin-top:2.5rem;
}

#content-area .content a:link content a:visited {
    
    color: #0f7eb4;
    text-decoration: underline; 
    font-weight: 600;
    position: relative;
    display: inline-block;    
}

.link {

    text-decoration: underline;
    /* vertical-align:top; */
    display: inline!important;
}
    
ul li, ol li {
margin-bottom: 2%;	
}

/*
.readmore {
    color:white !important;
    margin-left:0px !important;
    float:left !important;
    top:0px !important;    
}
*/

/* - commented out due to impact SR-989112
.homebannertext {width: 45%;}	
.latestnewsbannertext { width: 60%;}
*/

.jcf-select .jcf-select-text {
	line-height:30px !important;
}

/* SR-989112 */
.visual .content .holder:after {
	width: 1000px !important;	
}

/* SR-1013090 */
.card.type-blue-dark .card-header {
background: #201547;
}

.card.type-blue-light .card-header {
background: #004c97;
}

.card.type-blue-extra-light .card-header {
background: #0072ce;
}




/* SR-1034377 */
@media print {
    #s4-workspace {background:none; color:#000;}
	#main {font-size:0.7em !important;}
	#header {position:relative !important;}
	.vcaa-container {width:600px!important; overflow: hidden;}
	#top-searchbox,
	#slider-container,
	#nav-container,
	#main-nav,
	#default-layouts .twocol-left,
	#footer-nav,
	#main .vcaa-breadcrumb,
	#homepage-layouts .onecol-bottom {display:none !important;}
	#default-layouts,
	#main.slider-logo-bg {background:none;}
	#ctl00_ctl47_g_317115c0_90d6_406c_8810_e7bdc6130f45_EventCalendarListPanel {background:none; moz-box-shadow:none !important; -webkit-box-shadow:none !important; box-shadow:none !important;}
	#default-layouts .twocol-right {width:100%;}
	#copyright-nav,
	#news .slideshow section img,
	#homepage-layouts .twocol-right .calendar7,
	#home-button {background:none !important; box-shadow:none !important; -moz-box-shadow:none !important; -webkit-box-shadow:none !important; border:none !important;}
	.color-gray,
	.color-gray a:link, 
	.color-gray a:visited {color: #000000 !important;}
	#centeredmenu, .three-elementimg {display: none;}
}







/* SR-1050119 */
.examplesAnchor {
background-color: #fff;
border-bottom: 2px solid #004ea8;
border-radius: 10px;
border-top: 2px solid #004ea8;
margin: 0px 0px;
padding: 2%;
}
.examplesAnchorImage {
margin: 9px;
float: right;
}
ul.examplebox li {
border-bottom: 1px solid #000;
padding: 13px 0;
}
ul li.exampleno-border {
border-bottom: none;
}
ul li ul li.examplenoborder {
border-bottom: none;
padding:0;
}

.visually-hidden { 
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
padding:0 !important;
border:0 !important;
height: 1px !important;
width: 1px !important;
overflow: hidden;
}

/* SR-1235209 */
.FA-quotebox {
border: 4px solid #ffc700;
border-radius: 50px 0;
box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
padding: 4% 5%;
margin: 0 0 3% 0;
position: relative;
}
.FA-quotebox {
background: #FCFCFC;
color: #333333;
font-size: 1.15rem;
}
.FA-quotebox p:before {
content: "\02018";
font-size: 3rem;
position: absolute;
top: -0.1rem;
left: -1rem;
margin-left: 7.5%;
font-family: Georgia;
}
.FA-quotebox p:after {
content: "\02019";
font-size: 3rem;
position: absolute;
bottom: -0.2rem;
right: 1rem;
margin-right: 7.5%;
font-family: Georgia;
}
.FA-quotebox p {
text-align: center;
}
.FA-tipbox {
background: #ffc700;
box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
padding: 25px;
color: #333333;
font-size: 1.15rem;
}
.FA-tipbox h3 {
color: #333333;
}


/* rectify MegaMenu scroll bar issue */
.desktop-menu .main-nav {
    height: 1000px;
}

.desktop-menu .holder {
    height:auto;
}


/* START LEFT NAVIGATION */


.vcaa-breadcrumb {
	margin-bottom:16px;
}

/*#nav-bar ul.root > li.static > .sub-container > ul.static > .row > li.static > ul.static > li.static > a.static:before {*/

#nav-bar ul.root > li.static > .sub-container > ul
{
	width:920px;
}
#nav-bar ul.root > li.static > .sub-container
{
	width:0px !important;
}
#nav-bar ul.root > li.static > .sub-container > ul.static > .row > li > ul li > a > span > span{
width:100%;
display:block;
}



ul.dynamic {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 50 !important;
    background-color: #fff;
    white-space: normal;
    word-wrap: break-word;
    padding: 10px;
    border: 0px;
    box-shadow: none;
    width: 100%;
}


#nav-bar ul.root > li.static > .sub-container > ul.static > .row > li > ul  li > a:before { 
   display: inline-block;
    width: 5%;
    font-family: 'icomoon';
    content: "\e90f";
    }
    
    
/*#nav-bar ul.root > li.static > .sub-container > ul.static > .row > li.static > ul.static li.static > a.static {*/
#nav-bar ul.root > li.static > .sub-container > ul.static > .row > li > ul li > a {
    display: block;
    width: 100%;
    padding: 0.5em 0;
    border-bottom: 1px dotted #cfcfcf;
}


#nav-bar ul.root > li.static > .sub-container > ul.static > .row > li > ul li > a {
    display: block;
    width: 95%;
    padding: 0.5em 0;
    border-bottom: 1px dotted #cfcfcf;
}


#nav-bar ul.root > li.static > .sub-container > ul.static > .row > li > ul li > a > span
{
	  display: inline-block;
    width: 95%;
}

/*#nav-bar ul.root > li.static > .sub-container > ul.static > .row > li > ul.dynamic*/
#nav-bar ul.root > li.static > .sub-container > ul.static > .row > li > ul

{
	padding-left:0px !important;
}

#nav-bar ul.root > li.static > .sub-container > ul.static > .row > li > ul > li ul
/*#nav-bar ul.root > li.static > .sub-container > ul.static > .row > li > ul.dynamic > li.dynamic ul.dynamic */
{
	padding-left:10px !important;
	padding-top:0px !important;
	padding-right:5px !important;
	padding-bottom:0px!important;
}
  
  
#nav-bar ul.root > li.static > .sub-container > ul.static > .row > li > ul  li > a:hover,
#nav-bar ul.root > li.static > .sub-container > ul.static > .row > li > ul  li > a:focus {
    background-color: #e5e5e5;
}


/*#nav-bar ul.root > li.static > .sub-container > ul.static > .row > li > ul  li > a*/
.collapsed > a:before{


	content:"\e90f" !important;

}

.expanded > a:before { 

   
    content: "\e90d" !important;

}

.nosubmenu > a:before{

	visibility:hidden;
		
}


#main-nav .vcaa-container > div
{
	display:none;
}
#main-nav{
	min-height:12px !important;
	padding:0px !important;
	
}





#nav-bar #nav-right
{
   display:none;
}


#homepage-layouts .onecol-bottom{
	display:none;
}

#main.slider-logo-bg
{  background-image:none !important;
}



#home-button
{
	
	padding:0.2% 3% !important;
    
    background:none !important;
    border:none !important;
    box-shadow:none !important;
		
}

#home-button a
{
width:28% !important;
   text-align:left;
   padding: 3% 0px 3% 12px !important;
   color:#0066CC !important;
   background-image:none !important;
   
   background-color:white !important;
   margin-right:10px !important;
   border-radius:8px;
   
  box-shadow: 2px 2px 7px #808080;
}
#home-button a:before{
color:#0066CC !important;
}

#home-button a:hover{
  color:#333333 !important;	
  box-shadow: 1px 1px 5px #808080;

}
#home-button a:hover:before{
	color:#929292 !important;
}



/***********************LEFT HAND NAV STYLING *******************************************/

#gobackbox span {
display: inline-block;
padding-left: 5px !important;
}
#sidebar h1#gobackbox {
border-bottom:3px double #0066CC !important;
margin-bottom:-7px !important;
}
a.goback:before {
font-family: 'icomoon';
content: "\e736" !important;
font-size:1.1em;
}

#sidebar
{
	box-shadow: #a2a2a2 3px 3px 10px;}

#sidebar h1{
	padding-bottom:0px !important;
	margin-bottom:0px !important;
	border-bottom: 2px solid #0066CC !important;
	font-size: 16px;
}

#sidebar > nav a
{
 /*background: url(/_catalogs/masterpage/vcaa/images/sidebar-bg.png) repeat-y;*/
  background-color:white;
  text-decoration: none;
  cursor: pointer;
  border-bottom:none !important;
  border-top: 1px dotted #cfcfcf;
  padding:0.41em 0 0.41em 5px !important;
  box-sizing: border-box;  
}
#sidebar h1 a
{
	/*background: url(/_catalogs/masterpage/vcaa/images/sidebar-bg.png) repeat-y;*/
  	background-color:white;
    text-decoration: none;
    color:#004ea8 !important;
    display:block !important;
    padding:0.5em 1em !important;
}

#sidebar > nav >ul > li > a:hover, #sidebar > nav >ul > li >  a.active, #sidebar h1 a:hover{
    background:none !important; /**/
    color:#0066CC !important;  
    background-color: #dedede !important;
}

#sidebar h1 a:hover
{
	text-decoration:none;
}

#default-layouts
{
	background-image:none !important;
}

#sidebar ul li span
{
	line-height:1.3em;
	display: inline-block;
    width: 92%;
}

#sidebar ul > li > a:before
{
	display:none;
}

/*left hand nav expanding and collapsing*/

										  
#sidebar > nav > ul > li > a:before
{
    display:inline-block;
    width: 5%;
    font-family: 'icomoon';
    content:"\e916" !important;
    visibility:hidden;
}

#sidebar > nav > ul > li.collapsed > a:before
{
	display: inline-block;
    width: 5%;
    font-family: 'icomoon';
    content: "\e90f";
    visibility:visible;
}
#sidebar > nav > ul > li.expanded > a:before
{
	display: inline-block;
    width: 5%;
    font-family: 'icomoon';
    content: "\e90d";
    visibility:visible;
}
#sidebar > nav > ul > li > ul > li
{
   padding: 0px 9px 0px 21px;
}
#sidebar > nav > ul > li > ul > li > a, #sidebar > nav > ul > li > ul > li
{
  cursor:pointer;  background-color:#f3f3f3;
}



										  


																							 







/***********************ACCORDION STYLING *******************************************/
.accordion-Q
{
	cursor:pointer;
	background-color:#0072C6;
	margin:0px;
	padding:6px;
	border:1px #c3c3c3 solid;
	
	
	
}  
.accordion-Q a,.accordion-Q a:hover
{
	color:white !important;
	font-size:17px !important;
	font-weight:100;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-box;
}    
.accordion-A
{
	display:none;
	overflow: auto;
	padding-left:11px;
	padding-right:11px;
    background-color: white;
}    

.accordion-Q:before {
    /*content: '\02795';  Unicode character for "plus" sign (+) */
    font-size: 14px;
    color: white;
    float: left	;
    margin:2px 5px 0px 3px;
    
    content:"\e90f";
    font-family:'icomoon';
}

.accordion-Q.active:before {
    /*content: "\2796";  Unicode character for "minus" sign (-) */
    content:"\e90d";
}
																					  



/***********************TEACHER ADVICE STYLING *******************************************/
.bottomNavigation
{
   padding-top:23px;
	clear:both;
	text-align:center;
}

.bottomNavigation a span
{
	padding-left:5px;
	padding-right:5px;
	vertical-align:top !important;
}



.bottomNavigation a:first-of-type:before
{
     font-size: 14px;
    content:"\e90c";
    font-family:'icomoon';
}
.bottomNavigation a:last-of-type:after
{
     font-size: 14px;
    font-family:'icomoon';
    content:"\e90f";

}


.bottomNavigation a:hover
{
  box-shadow: 1px 1px 2px #808080;

}


.bottomNavigation a
{
    text-align: center;
    padding: 6px 18px 6px 18px !important;
    /*color: #0066CC !important;*/
    background-color: white !important;
    border-radius: 8px;
    box-shadow: 1px 1px 4px #808080;
    margin-right:20px;
    text-decoration:none !important;
    height:14px;
    width:125px;
    display:inline-block;
}


.areaOfStudyButtonContainer
{
	text-decoration:none !important;
}

.areaOfStudyButton
{
	text-align: center;
    padding: 6px 18px 6px 18px !important;
    background-color: white !important;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #808080;
    text-decoration: none;
    margin-top:11px;
}
.areaOfStudyButton
{
    box-shadow: 1px 1px 1px #808080;
}


.examplesAnchor
{
    background-color: #fff;
    border-bottom: 2px solid #0066cc;
    border-radius: 10px;
    border-top: 2px solid #0066cc;
    margin: 0px 0px;
    padding: 2%;
 }
 .examplesAnchorImage
 {
	margin:9px;
}

 .maxwidth100
 {
	max-width:100%;
}

/* Further updates for left navigation */


#sidebar ul > li > a:before {
    font-family: 'icomoon';
    content: "\e90f";
}

#sidebar ul > li > a {
    display: block;
    width: 100%;
    padding: 0.5em 0;
    border-bottom: 1px solid #cfcfcf;
    cursor: pointer;
}

#sidebar > nav > ul > li.collapsed > ul { 
                display:none;
}

#sidebar > nav > ul li {
    margin-bottom: auto !important;
    list-style: none;
}

#sidebar ul > li > a:before {
    vertical-align:top;
}

.twocol-left .ms-webpart-zone .ms-webpartzone-cell {
    margin: -40px auto -20px;
}

#default-layouts .twocol-right {
    margin-top: -40px;
}

#default-layouts .twocol-left {
    margin-top: -20px;
}

#sidebar ul{
	padding: 0.0em 0.0em !important;
}

@media (max-width: 770px){
.visual.type-gray .image {
    display: none;
}
}


/* SR-1067305 */
.notebox {
background: #f1fbfe !important;
border: 1px solid #b5e2f1;
border-width: 2px 0;
padding: 15px 20px;
margin: 10px 0;
}
.action-required {
color: #424242 !important;
}

/** Homepage News Item **/
@media (max-width: 770px){
.visual.type-gray .image {
    display: none;
}
}

/** Left Nav **/

@media (max-width: 550px){

#default-layouts .twocol-left {
    display: inline-block;
    width: 100%!important;
    margin-right: 2.5%;
    padding-left: 2.5%;
    margin-bottom: 2.5%;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0)!important;
    float: right;
	}

#default-layouts .twocol-right {
    display: inline-block;
    width: 100%!important;
	}
}

/*SR-1077002*/
.examtimetable {
border-collapse: collapse;
width: 100%;
table-layout: fixed;
}
.examtimetable td, .examtimetable th {
border: 1px solid #b5e2f1;
padding: 10px;
text-align: left;
vertical-align: top;
}
.examtimetable th {
background-color: #f1fbfe;
color: #424242;
}
.examtimetable td {
background-color: #fff;
}
.examtimetable th.bttmborder {
border-bottom: 1px solid #fff;
}
.examtimetable td.holiday {
background-color: #ffffcc;
}
.examtimetable td.no-holiday {
background-color: #fff;
} 
td.weekdivider, th.weekdivider {
border-bottom-color: #009ca6;
border-bottom-width: 10px;
border-bottom-style: solid;
}

 /*SR-1116079 */
 
.topbottom-margins {
	margin:6.5em 0 !important;
}


/* SR-1108283 External link indicator 
#main a[href^="http://"]:not([href*="vcaa.vic.gov.au"])::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../images/a--external.svg);
    background-size: 95%;
    opacity: inherit !important;
    position: inherit !important;
    background-color: inherit !important;
}

#main a[href^="https://"]:not([href*="vcaa.vic.gov.au"])::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../images/a--external.svg);
    background-size: 95%;
    opacity: inherit !important;
    position: inherit !important;
    background-color: inherit !important;
} */

/* SR-1133944 - Correct logo size*/
#footer .logo img {
	width: auto !important;

}

	.banner {
		padding: 50px 0 50px !important;
	}



/* Print CSS */
 
@media print{
p, ul, li, a, table {
            font-size: 12pt!important;
}

.visual .content .holder {
    padding: 20px 20px !important;
    max-width: 1024px!important;
    margin: 0 auto!important;
 
}

.visual.no-mobile-image .image {
    display: none!important;
}

th{background: #004ea8!important}
.promo-box{background: #318dc2!important}

}

/* SR-1154391 */
li>*{
	 vertical-align: top;
}

/* SR-1178696 */
.tablestyle2 caption{
	caption-side: top !important;
	text-align:center;
	padding-bottom: 0rem !important;
	color:black !important;
}


/* --------------- styles for nested accordion - SR-1313554 -----------------------*/


  /* accordion */

h2.minimalist-noanim-accordion__title, h3.minimalist-noanim-accordion__title {
    margin: 0;
}
.minimalist-accordion__header, .minimalist-noanim-accordion__header, .minimalist-css-accordion__header {
    display: flex;
    background: none;
    /** fix typo inputs **/
    font-size: .6085em;
    line-height: 160%;
    /* padding: .25em 0; */
    text-align: left;
    width: 100%;
    background-color: #f1fbfe;
    color: #424242;
    border-color: #b5e2f1;
}
.minimalist-css-accordion__header {
    font-size: 1.5em;
}
.minimalist-accordion__header:focus, .minimalist-noanim-accordion__header:focus, .minimalist-css-accordion__header:focus {
    outline: 1px dotted;
}
.minimalist-accordion__header::before, .minimalist-noanim-accordion__header::before, .minimalist-css-accordion__header::before {
    content: "► ";
    display: inline-block;
    width: .75em;
    height: .75em;
    font-size: .7em;
    /* background-image: url(https://van11y.net/layout/images/icon-arrow-green_20180126.svg);
    background-repeat: no-repeat;
    background-position: 0 100%; */
    margin-right: .5em;
    transform: rotate(0deg);
}
.minimalist-css-accordion__header::before {
    background-size: 90%;
    width: .7em;
    height: .7em;
    -webkit-transition: transform .25s ease;
    transition: transform .25s ease;
}
[aria-expanded="true"].minimalist-accordion__header::before, [aria-expanded="true"].minimalist-noanim-accordion__header::before, [aria-expanded="true"].minimalist-css-accordion__header::before {
    transform: rotate(90deg);
    transform-origin: 50% 50%;
    margin-left: .5em;
    margin-top: .5em;
    margin-right: -.1em;
}
/*  .minimalist-accordion__header[aria-selected="true"]::after,
  .minimalist-noanim-accordion__header[aria-selected="true"]::after,
  .minimalist-css-accordion__header[aria-selected="true"]::after {
    content: "";
    position: relative;
    border-bottom: .4em solid transparent;
    border-top: .4em solid transparent;
    margin-left: .5em;
    top: .1em;
    border-left: .7em solid;
    display: inline-block;
    speak: none;
  }

  .minimalist-accordion__title,
  .minimalist-noanim-accordion__title,
  .minimalist-css-accordion__title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }*/

.minimalist-accordion__panel {
    display: block;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
    transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
    max-height: 100em;
    /* magic number for max-height = enough height */
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin: 0;
    padding: 0;
}
/* This is the hidden state */

[aria-hidden=true].minimalist-accordion__panel {
    display: block;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 1s, 0s, 0s;
    transition-delay: 1s, 0s, 0s;
    margin: 0;
    padding: 0;
}
.minimalist-css-accordion__panel {
    display: block;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: visibility 0s ease, max-height 1s ease, transform 1s ease, opacity 1s ease;
    transition: visibility 0s ease, max-height 1s ease, transform 1s ease, opacity 1s ease;
    transform: scaleY(1);
    max-height: 40em;
    /* magic number for max-height = enough height */
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin: 0;
    padding: 0;
}
/* This is the hidden state */

[aria-hidden=true].minimalist-css-accordion__panel {
    display: block;
    opacity: 0;
    transform: scaleY(0);
    max-height: 0;
    visibility: hidden;
    -webkit-transition-delay: 1s, 0s, 0s, 0s;
    transition-delay: 1s, 0s, 0s, 0s;
    margin: 0;
    padding: 0;
}
.minimalist-noanim-accordion__panel {
    display: block;
	padding-top: 1em;
}
[aria-hidden=true].minimalist-noanim-accordion__panel {
    display: none;
}

.btn {
    font-size: 22px !important;
    line-height: 1 !important;
    padding: 11px 21px !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #343741 !important;
    border-color: #343741 !important;
}
.btn.btn-primary:hover {
    box-shadow: none !important;
    border-color: #004ea8 !important;
    background: #004ea8 !important;
}

.promo-box-purple {
background: #87189d !important;
}
.promo-box-purple:before {
background: #9F1DB9 !important;
}
.adjustedtxt {
font-weight: 600;
padding-bottom: 20px;
text-align: center;
font-size: 1.25em;
}
.boldtxt {
font-weight: 600;
}

/*---------Updated for accordion 7/12/2022-----------------------------*/

ul.BulletColours li:nth-child(even) {
    background: #f1fbfe ;
}
ul.BulletColours li {
    list-style-type: none ;
    padding: 5px 5px 5px 10px ;
    margin-left: -45px ;
}
.ExamTitle {
    font-weight: 600;
    font-size: 1.1rem;
}

.SinglePageAnchors {
    padding-left: 2em;
    border-left: 10px solid #004ea8;
}
.SinglePageAnchors ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: .5rem auto;
}
.SinglePageAnchors h2 {
    margin-bottom: 1.5rem;
    color: #000;
}
