html {
  overflow-y: scroll;
}

/*Special heading style for additional headers on page that need to look like heading 1 but comply with W3C*/
.h1StyleHeading h2 {
    color: #0065A3;
    font: 700 38px/42px 'Yanone Kaffeesatz', sans-serif;
    text-transform: uppercase;
    margin: 26px 0 20px;
}
/*End special heading style*/

/*Start Browse Aloud Speak icon*/
#speakicon{font:bold 15px/16px Arial, Helvetica, sans-serif;}
/*End Browse Aloud Speak icon*/

.bulletsenabled ul {
    list-style-type:disc;
    margin-left: 5px;
}

.bulletsenabled ol {
    list-style-type: decimal;
    margin-left: 5px;
}

.bulletsenabled ol li ol {
    list-style-type: lower-roman;
    margin-left:5px;
}

.bulletsenabled ol li ol li ol {
    list-style-type: lower-alpha;
    margin-left:5px;
}

.indentlist {
    margin-left: 5px;
    padding-bottom: 30px;
}

.indentlist li li {
    margin-left: 5px;
}

.indentlist li li li {
    margin-left: 5px;
}

.indentlistnobottompadding {
    margin-left: 5px;
    padding-bottom: 0px;
}

.indentlistnobottompadding li li {
    margin-left: 0px;
}

.indentlistnobottompadding li li li {
    margin-left: 0px;
}



.indentlistDS {
    margin-left: 5px;
    padding-bottom: 30px;
}

.indentlistDS li {
    margin-bottom:2em;
}

/*Special class for a tag to allow buttons to be used in menu encompassed in a list item*/
.no-hover-bullets:before, .no-hover-bullets:after {
    content: "" !important;
}

.no-hover-bullets:hover {
    color: #ffffff !important;
}
/*End special class for a tag*/

.imageright {
float:right;
padding:5px;
margin: 0px 0px 0px 20px;

}


.imageleft {
    float: left;
    padding: 5px;
    margin: 0px 20px 0px 0px;
}

.iframesquare {
    margin: 0px auto !important;
    max-height: 550px !important;
}

.iframewide {
    margin: 0px auto !important;
    height: 523px !important;
}

/*START - ACCORDION AND TOGGLE BOXES STYLE*/
.content-wrap .accordionHeader {
    margin-left: auto;
    margin-right: auto;
    table-layout: auto;
    color: #000000;
    background-color: #edf1f3;
    text-align: left;
    min-height: 30px;
    padding: 5px 15px 5px 0;
    margin-top: 5px;
    word-wrap: break-word;
    cursor: pointer;
    padding-left: 35px;
    background-image: url('/images/Accordion-Open.png');
    background-repeat: no-repeat;
    background-position: left;
}

.content-wrap .accordionHeaderSelected {
    margin-left: auto;
    margin-right: auto;
    table-layout: auto;
    color: #000000;
    background-color: #edf1f3;
    text-align: left;
    min-height: 30px;
    padding: 5px 15px 5px 0;
    margin-top: 5px;
    word-wrap: break-word;
    cursor: pointer;
    padding-left: 35px;
    background-image: url('/images/Accordion-Close.png');
    background-repeat: no-repeat;
    background-position: left;
}

.content-wrap .accordionContent {
    background-color: #f9f9f9;
    /*padding: 10px 10px 0px 35px;*/
    padding: 15px;
    margin-bottom: 15px;
}

.content-wrap .accordionSubHeader {
    margin-left: auto;
    margin-right: auto;
    table-layout: auto;
    color: #000000;
    background-color: #edf1f3;
    text-align: left;
    min-height: 30px;
    padding: 5px 15px 5px 0;
    margin-top: 5px;
    word-wrap: break-word;
    cursor: pointer;
    padding-left: 35px;
    background-image: url('/images/Accordion-Open.png');
    background-repeat: no-repeat;
    background-position: left;
}

.content-wrap .accordionSubHeaderSelected {
    margin-left: auto;
    margin-right: auto;
    table-layout: auto;
    color: #000000;
    background-color: #edf1f3;
    text-align: left;
    min-height: 30px;
    padding: 5px 15px 5px 0;
    margin-top: 5px;
    word-wrap: break-word;
    cursor: pointer;
    padding-left: 35px;
    background-image: url('/images/Accordion-Close.png');
    background-repeat: no-repeat;
    background-position: left;
}

.content-wrap .accordionHeader h3, .content-wrap .accordionHeaderSelected h3 {
    color: #000000;
    margin-bottom: 0px;
    font-size: 20px;
}

.content-wrap .accordionSubHeader h3, .content-wrap .accordionSubHeaderSelected h3 {
    color: #000000;
    margin-bottom: 0px;
    font-size: 16px;
}

.content-wrap .accordionSubContent {
    margin-left: 15px;
    font-size: 95%;
}

.content-wrap .masterToggleBox {
    /*padding: 10px 10px 10px 20px;*/
    padding:15px;
}

.toggleBoxSize {
    width: 90%;
    min-height: 250px;
    max-height: 490px;
    position: absolute;
    z-index: 998;
}

.masterToggleBox .roundedToggleBox {
    width: 95%;
    min-height: 250px;
    max-height: 490px;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow-wrap: break-word;
    background-color: #ffffff;
    position: absolute;
    z-index: 998;
    padding: 5px;
    border: thin silver solid;
    border-radius: 10px;
}



.masterToggleBox .closeToggleBox {
    position: relative;
    top: -25px;
    right: -30px;
    float: right;
    z-index: 999;
}




.content-wrap .childOneToggleBox {
    /*padding: 10px 10px 10px 20px;*/
    padding: 15px;
}

.content-wrap .temporaryToggleBox {
    /*padding: 10px 10px 10px 20px;*/
    padding: 15px;
}

/*END - ACCORDION AND TOGGLE BOXES STYLE*/
@media only screen and (max-width: 449px), (max-width: 768px), (max-width: 1200px) {
    .imageright, .cmsData .imageright, .cmsData figure .imageright, .imageleft, .cmsData .imageleft, .cmsData figure .imageleft, .imagecenter, .cmsData .imagecenter, .cmsData figure .imagecenter {
        width: 100% !important;
        padding: 0px;
        margin: 0px auto !important;
    }

    /*Fix image from stretching vertically on smaller devices*/
    img, .imageright img, .cmsData .imageright img, .cmsData figure .imageright img, .imageleft img, .cmsData .imageleft img, .cmsData figure .imageleft img, .imagecenter img, .cmsData .imagecenter img, .cmsData figure .imagecenter img {
        height: auto !important;
    }

    .cmsData .videoLink {
        width: 100%;
    }

    .box {
        margin: 0px !important;
    }

    figure, .cmsData figure {
        width: 100% !important;
        padding: 0px;
        margin: 0px auto !important;
    }

    figcaption, .cmsData figcaption {
        width: 100% !important;
        padding: 0px;
        margin: 0px auto !important;
    }

    /*.iframesquare {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 680px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 523px !important;
    }*/
}

@media only screen and (min-width: 320px) {
    .iframesquare {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 320px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 180px !important;
    }
}

@media only screen and (min-width: 360px) {
    .iframesquare {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 390px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 200px !important;
    }
}

@media only screen and (min-width: 568px), (min-width: 667px), (min-width: 736px) {
    .iframesquare {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 450px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 250px !important;
    }
}

@media only screen and (min-width: 768px) {
    .iframesquare {
        width: 98% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 550px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 300px !important;
    }

    .content-wrap .accordionHeader h3, .content-wrap .accordionHeaderSelected h3 {
        font-size: 25px;
    }

    .content-wrap .accordionSubHeader h3, .content-wrap .accordionSubHeaderSelected h3 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1024px) {
    .iframesquare {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 700px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 390px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .iframesquare {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 930px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 520px !important;
    }

    /*Fix image from stretching vertically on large devices*/
    img, .imageright img, .cmsData .imageright img, .cmsData figure .imageright img, .imageleft img, .cmsData .imageleft img, .cmsData figure .imageleft img, .imagecenter img, .cmsData .imagecenter img, .cmsData figure .imagecenter img {
        height: auto !important;
    }
}

@media only screen and (min-width: 1366px) {
    .iframesquare {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 930px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 523px !important;
    }
}

@media only screen and (min-width: 1920px) {
    .iframesquare {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 930px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 523px !important;
    }
}

.programstable {
    margin-left: auto;
    margin-right: auto;
    table-layout:auto;
}
.programstable th
{
    padding-left:15px;
}
.programstable th a, .programstable th a:hover {
    color: #ffffff !important;
}
.programstable td
{
	height: 30px;
	padding: 5px 15px 5px 15px;
	word-wrap: break-word;
}
.content-wrap .programstable a {
    text-decoration: none !important;
}

.policiestable
{
	margin-left: auto;
	margin-right: auto;
	table-layout:auto;
}
.policiestable td
{
	padding: 5px;
	word-wrap: break-word;
}

.white-text
{
	color: #fff;
	font-size: 14px;
}

/* Start Page Rating system */
.ratingStar {
    font-size: 0pt;
    width: 40px;
    height: 37px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(/images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(/images/SavedStar.png);
}
/* End Page Rating system */


/* Start Program Landing page image re-aligner */
#landingPageImageBoxContainer{
	text-align: center;
	height: 100%;
	padding: 0.5em 0 0.5em 0;
	width: 100%;
}
.landingPageImageBox{
	/*width: 24%;*/
	display: inline-block;
	padding: 0.5em;
	margin: 0.5em 0 0.5em 0;
}

.landingPageImageBox a{
    color: white;
}
/* End Program Landing page image re-aligner */

/*Start Info, question, error and exclamation boxes*/
.infomessagebox
{
	background-color: #D9F3F8;
	background-image: url(/images/img07-medium.png);
	color: #00529B;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	border: 0px solid;
	margin: 10px 0;
	padding: 15px 10px 15px 55px;
}

.questionmessagebox
{
	background-color: #D9F3F8;
	background-image: url(/images/img-question.png);
	color: #00529B;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	border: 0px solid;
	margin: 10px 0;
	padding: 15px 10px 15px 60px;
}

.error
{
	background-color: #FFBABA;
	background-image: url(/images/error.png);
	color: #D8000C;
}

.errormessagebox {
margin-left: auto;
margin-right: auto;
padding: 15px 10px 15px 60px;
border-style: solid;
border-color: red;
color: Red;
background-color: #f1f1f1;
background-image: url('/images/img-error.png');
background-repeat: no-repeat;
background-position: 10px 10px;
}

.roundedgreenbox {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px; 
    width: 200px;
    height: 150px;
}

.inline-error {
    color: red;
    background-image: url('/images/inline-error-bg.gif');
    margin: 10px 0px;
    padding: 0px 0px 0px 20px;
    background-repeat: no-repeat;
}
/*End Info, question, error and exclamation boxes*/

/*News Release Articles CSS*/
.news_release
{
	float: right;
	font-size: 12px;
	margin-bottom: 16px;
	padding: 0 0 0 10px;
	width: 265px;
	color: #0065A3;
}
.news_release .box
{
	border: thin silver solid;
	padding: 5px;
	width: 250px;
	text-align:left;
}
.news_release span.date
{
	background: #fff;
	border: 1px solid #f1f1f1;
	display: block;
	float: right;
	height: 45px;
	padding-top: 3px;
	text-align: center;
	width: 48px;
}
.news_release span.date img
{
	display: block;
	margin: 0 auto;
}
.news_release span.date strong
{
	color: #5f6060;
	float: right;
	line-height: 14px;
	padding-top: 2px;
	width: 48px;
}
.news_release .box img.scaled
{
	width: 100%;
}

@media only screen and (max-width: 449px) {

    /*Resize font for small screens if class grid table is used*/
    table.gridtable th {
        font-size: 0.67em !important;
    }

    table.gridtable td {
        font-size: 0.67em !important;
    }

    /*Resizing of newsrelease images for old style news release on a small screen*/
    .news_release {
        width:100%;
    }
    .news_release .box {
        width:auto;
    }
}

/*End News Release Articles CSS*/

/*Adds a thin border around table elements*/
table.gridtable {
    border: #edf1f3 1px solid;
    border-collapse: collapse;
    width: 90%;
}
table.gridtable th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #808285;
	background-color: #dedede;
}
table.gridtable td {
    border: #edf1f3 1px solid;
    padding:3px;
    background-color: #ffffff;
}


.adobetext 
{
 font-size:11px;
 
}

/*Start Pagination class for Page numbers in repeaters and grids*/
.pagegridview {
    background-color: #ECF9FC;
    text-align:center;
}

    .pagegridview a {
        background-color: #ECF9FC;
        color: #fff;
        text-decoration: none;
        text-align: center;
        display: block;
    }

.pagegridview a:hover{
    background-color:#D9F3F8;
    color:#fff;
}

    .pagegridview span {
        background-color: #41c4dd;
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
    }
/*End Pagination class for Page numbers in repeaters and grids*/

/*Start Class for Responsive full width youtube iframe video containers*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*End Class for Responsive full width youtube iframe video containers*/

/*Start Class for Responsive full width iframes*/
.iframe-container {
    position: relative;
    padding-bottom: 100%;
    padding-top: 0px; height: 0; overflow: hidden;
}
 
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*End Class for Responsive full width youtube iframe */

/*highlight any text*/
.highlight {
    background-color:#D9F3F8;
}




/*div used for buttons blue rectangular buttons*/



#box-links {
    display: inline;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    margin-right: 3px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #00a1e6;
    /*width:150px;*/
    text-align: center;
    margin-bottom: 15px !important;
}

#box-links a 
{
    color: white;
}

.box-links {
    display: inline;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    margin-right: 3px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #00a1e6;
    /*width:150px;*/
    text-align: center; 
    margin-bottom: 15px !important;
}

.box-links a 
{
    color: white;
}

@media only screen and (max-width: 767px){
    .cmsData {
        font-size: 16px !important;
        line-height: 1.57143 !important;
    }

    .courses_right_inner th {
        font-size: 16px !important;
        padding: 5px 3px 5px 3px;
    }

    .courses_right_inner td {
        font-size: 16px !important;
        padding: 5px 3px 5px 3px;
        border: #edf1f3 1px solid;
    }

    .courses_right_inner td a {
        font-size: 16px !important;
    }

    table.gridtable th {
        font-size:14px;
    }

    table.gridtable td {
        font-size: 14px;
    }

    .box-links {
        display:block;
        width:100%;
        margin-bottom:5px;
    }

    .box-links {
        display:block;
        width:100%;
         margin-bottom:5px;
    }

    /*Side menu*/
    .sidecol {
        border-top: 1px solid #dce4ea;
    }

    .IconicSideMenu a {
        width: auto;
        margin: 0 0 6px;
        padding: 0 8px;
        font-size: 14px;
        line-height: 14px;
    }

    .IconicSideMenu {
        float:left;
    }
}



.arrow-list
{
	list-style-type: none!important;
	margin-bottom: 30px;
	width: auto;
	margin-bottom:20px;
}
.arrow-list li
{
	margin-bottom: 5px;
	list-style-type: none!important;
}
.arrow-list li a
{
	background: url(/images/pointer-16px.png) no-repeat 7px center transparent;
	color: #000;
	font-size: 16px;
	height: 30px;
	line-height: 20px;
	padding: 0 15px 0 30px;
	text-decoration: none;
}
.arrow-list li a:hover
{
	
}

.arrow-list li li
{
list-style-type: none;
font-size:12px;
}

.arrow-list li li a
{
    font-size:14px;
    margin-left:30px;
    background: url(/images/sep-list-right.png) no-repeat 7px center transparent;   
}

.arrow-listbullet
{
	list-style-type: none;
	margin-bottom: 30px;
	width: auto;
}
.arrow-listbullet li
{
	
	background: url(/images/pointer-16px.png) no-repeat 7px center transparent;
	color: #000;
	font-size: 16px;
	height: 24px;
	line-height: 20px;
	padding: 0 15px 0 30px;
	text-decoration: none;
}

/*image auto resize with window size */
.auto-resize {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
/*end image auto resize with window size */

.IconicSideMenu {
    text-align: center;
    min-width: 96px;
}

.IconicSideMenu div {
    padding-top: 5px;
    padding-bottom:15px;
}

.IconicSideMenu a {
    color: #666666 !important;
    text-decoration: none !important;
}

.IconicSideMenu a:hover, .IconicSideMenu a:focus {
    color: #0897e2 !important;
    text-decoration: underline !important;
}

/*START IMAGE BOX STYLE*/
.box {
    border: thin silver solid;
    border-radius: 10px;
    padding: 5px;
    width: 250px;
    margin: 10px;
    text-align: center;
    font-style: italic;
    /*font-size: smaller;*/
}

/*START IMAGE BOX STYLE*/
.box-schools {
    border: thin silver solid;
    border-radius: 10px;
    padding: 5px;
    margin: 10px;
    text-align: left;
    font-style: italic;
    /*font-size: smaller;*/
}

/*Start CSS for Data coming from AamirSoft CMS (styles for <div class="cmsData">*/

.cmsData {
    font-size: 23px;
    line-height: 1.67143;
    color: #424242;
}
.cmsData ul {
    margin-left: 30px !important;
    list-style:disc !important;
    margin-bottom: 30px !important;
}

.cmsData ul li li {
    margin-left: 40px;
}

.cmsData ol {
    margin-left: 5px;
}

    .cmsData ol li li {
        margin-left: 5px;
    }

.cmsData h2 {
    padding-top:30px;
}

.cmsData p {
    margin-bottom: 30px;
}

.cmsData br {
    line-height:2.5em;
}

.cmsData table {
    width:100% !important;
}

.cmsData td {
    vertical-align: top;
    height: 50px !important;
    text-align: left !important;
    word-wrap: break-word !important;
    word-break: break-word;
}


.cmsData a {
    color: #0897e2 !important;
    text-decoration:underline !important;
}

.cmsData a:hover, .cmsData a:focus {
    color: #dc2217 !important;
    text-decoration: underline !important;
}

.cmsData figure a {
    color: #424242 !important;
}

.cmsData figure a:hover, .cmsData figure a:focus {
    color: #666666 !important;
    text-decoration: underline !important;
}

.cmsData .imageright {
    float: right;
    padding: 5px;
    /*margin: 0px 0px 0px 20px;*/
    max-width: 500px;
}

.cmsData .imageleft {
    float: left;
    padding: 5px;
    /*margin-right: 20px;*/
    max-width: 500px;
}

.cmsData .imagecenter {
    text-align:center;
    padding: 5px;
    max-width: 940px;
}

.cmsData figure {
    outline: solid 1px #ccc;
    background: rgba(0,0,0,0.05);
    padding: 10px;
    /*margin: 10px 20px;*/
    display: inline-block;
}

.cmsData .imageright figcaption, .imageleft figcaption {
    max-width: 500px;
}

.cmsData figcaption {
    max-width: 940px;
    font-size: 12px;
    font-style:italic;
    text-align: left;
}

.cmsData .videoLink {
    max-width: 940px;
    padding: 5px 5px 5px 5px;
    background-color:#000000;
}


.cmsData blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-size:23px;
    font-style:italic;
}

.cmsData blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.cmsData blockquote:after {
    visibility: hidden;
    content: no-close-quote;
}

.cmsData blockquote *:first-child {
    display: inline;
}

.cmsData .nobullet, .nobullet {
    list-style-type: none !important;
}

.cmsData .noindent, .noindent, .cmsData .noindent li, .noindent li {
    margin-left: 0px !important;
}

.lineHeightFix br {
    line-height: 1.5em;
}

.offset-top-less-10 {
    margin-top: -10px !important;
}

.pointer {
    cursor: pointer;
}

/*@media (min-width: 1300px) {
    .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-transparent.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-center.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li > a {
        font-size: 14px;
    }
}*/