* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
   .swiper-container {
	width: 280px;
        	height: 186px;
        	margin-left: auto;
        	margin-top: auto;
    }


    .swiper-slide {
        background-position: center;
        background-size: cover;
    }


@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}


   .swiper-container {
	width: 400px;
        	height: 226px;
        	margin-left: auto;
        	margin-top: auto;
    }


    .swiper-slide {

        background-position: center;
        background-size: cover;

    }
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

 .swiper-container {
        	width: 600px;
        	height: 400px;
        	margin-left: auto;
        	margin-top: auto;
    }


    .swiper-slide {
        	background-position: center;
        	background-size: cover;
    }

}
html {
	font-family: Georgia, Rockwell, serif;
	font-size: 14px;
}


	
body {
	background-color: rgb(255,255,255);
	background-image:url(Images/oac_bg_02.jpg);
	background-repeat:repeat-x;
	}



header	 {
	width:100%;
	min-width:320px;
	max-width:1100px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Tahoma, arial, sans-serif;
	font-size:36px;
	font-weight:bold;
	text-align: center;
	color:rgb(230,200,2);
	border:5px solid rgb(36,61,143);
	background-color: rgb(255,255,255);
	}

section {
	padding: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	width:100%;
	min-width:320px;
	max-width:1100px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Tahoma, arial, sans-serif;
	font-size:16px;
	text-align: left;
	color:rgb(36,61,143);
	background-color:white;
	background-image:url(Images/allOntarioLogoLighter750.jpg);
	background-repeat:no-repeat;
	background-position: center;
	border-left:5px solid rgb(36,61,143);
	border-bottom:5px solid rgb(36,61,143);
	border-right:5px solid rgb(36,61,143);
	min-height:576px;
	}


#adcontent {

	width:100%;
	min-width:320px;
	max-width:1100px;	
	font-family:Verdana, Tahoma, arial, sans-serif;
	font-size:16px;
	text-align: left;
	color:rgb(36,61,143);
	border:none;
	/*padding: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;*/
	}

#navBox{
	width:100%;
	//border:3px solid rgb(230,200,2);
	//border-bottom:3px solid rgb(36,61,143);
	//border-right:3px solid rgb(36,61,143);
	min-width:320px;
	max-width:1100px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}


footer {

	width:100%;
	min-width:320px;
	max-width:1100px;		
	margin:0px;
	padding:0px;
	padding-top:2px;
	padding-bottom:2px;
	border-top: 0px black solid;
	font-family:"Times New Roman",sans-serif;
	font-size:12px;
	text-align:center;
	color:rgb(36,61,143);
	border-left:5px solid rgb(36,61,143);
	border-bottom:5px solid rgb(36,61,143);
	border-right:5px solid rgb(36,61,143);
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	}


.box1   {
	height:auto;
	width:auto;
	float:right;
	border:0;
	}

.box2	{
	height:auto;
	width:atuo;
	border:0;
	}

.box3	{
	height:auto;
	width:100%;
	max-width:240px;
	border:0;
	float:right;
	}

.adBox 	{
	height:auto;
	width:100%;
	max-width:289px;
	border:0;
	}

.centre 	{
	text-align:center;
}
	
.justifyLeft  {
	text-align:left;
}

.justifyRight {
	text-align:right;
}

.justifyAll {
	text-align:justify;
}



.imgAutoSize {
	width:100%;
	height:auto;
	padding:5px;
}


.imgAutoSizeLeft {
	width:100%;
	height:auto;
	float:left;
	padding:5px;
}


.imgAutoSizeRight {
	width:100%;
	height:auto;
	float:right;
	padding:5px;
}


.img_right {
	margin:0px;
	padding:0px;
	border:0px;
	float:right;
	vertical-align:middle;
	}
.img_right_padded {
	margin-top:10px;
	margin-right:10px;
	padding-left:4px;
	padding-right:0px;
	padding-top:0px;
	border:0px;
	float:right;
	vertical-align:middle;
	}


.img_left {
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
	vertical-align:middle;
	}

.img_left_padded {
	margin-top:10px;
	margin-left:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:0px;
	border:0;
	float:left;
	vertical-align:middle;
	position:relative;
	}


.ads 	{
	border:3px rgb(36,61,143) solid;
	}

.address {
	font-family:Tahoma, arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	}

.address2 {
	font-family:Verdana, Tahoma, arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	}

.medium {
	font-size:18px;
	color:rgb(0,51,102);
	}

.theme {
	font-size:24px;
	font-style:italic;
	}


.white {
	color:#ffffff;
	}

.light_green {
	color:rgb(0,102,51);
	}

.cadetWhite {
	/*color:rgb(0,51,102);*/
	color:rgb(255,255,255);
	}


.cadetBlue {
	/*color:rgb(0,51,102);*/
	color:rgb(36,61,143);
	}
.cadetGold {
	color:rgb(230,200,2);
	}

.goldBackground {
	background-color:rgb(230,200,2);
	}

.blueBackground {
	background-color:rgb(36,61,143);
	}
	
.paddingFullMin {
	padding:1em;
	}	
.paddingFullMed{
	padding:1.5em;
	}
	
.paddingFullMax {
	padding:2em;
	}




.menu {
	list-style-type: none;
	margin: 0;
	padding: 1px;
	overflow: hidden;
   // background-color: #333;
	}

.item {
    	float: right;
	padding-right:1px;
	margin-right:.25em;
	font-weight: bold;
	font-size:9pt;
	text-align: center;
    	color: rgb(36,61,143);
	}

.item a, .dropbtn {
    	display: inline-block;
	//min-width:100px;
    	color: rgb(230,200,2);
    	text-align: center;
    	padding: .5em 1em .5em 1em;
    	text-decoration: none;
	border-top: 2px #cce3ff solid;
	border-left: 2px #cce3ff solid;
	border-bottom: 2px #31557f solid;
	border-right: 2px #31557f solid;
	border-radius: 25px;
	background-color:rgb(36,61,153);
}

.item a:hover, .dropdown:hover .dropbtn {
	background-color: rgb(230,200,2);
	color:rgb(36,61,153);
}

.item.dropdown {
    	display: inline-block;
    	//border:0px red solid;
    	border-radius:0px;
}




.mybutton {
	font-weight: bold;
	font-size:9pt;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
	}


.mybutton a {
	padding: 4px;
	text-decoration: none;
	width: 95%;
	display: block;
	color: #224059;
	background-color: #8fc9d3;
	border-top: 2px #cce3ff solid;
	border-left: 2px #cce3ff solid;
	border-bottom: 2px #31557f solid;
	border-right: 2px #31557f solid;
	}

.mybutton a:hover {
	background-color: #99aabf;
	border-top: 2px #31557f solid;
	border-left: 2px #31557f solid;
	border-bottom: 2px #cce3ff solid;
	border-right: 2px #cce3ff solid;
	}

.foot_link a {
	background-color: rgb(230,200,2);
	width:auto;
	font-size:12px;
	}

.foot_link a:link {
	background-color: rgb(230,200,2);
	color: rgb(0,51,102);
	text-decoration:none;
	}

.foot_link a:visited {
	color: rgb(36,61,143);
	text-decoration:none;
	}

.foot_link a:hover {
	color: rgb(230,200,2);
	background-color: rgb(36,61,143);
	}


.mylink {
	text-align:center;
	text-decoration:none;
	font-family:Georgia,'Times New Roman',serif;
	font-size:10pt;
	color:
	}


.mytable {
	font-size:12pt;
	}