
body {
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #444444;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	background-color: #e2e2e2;
}

img {
	border: 0;
	padding: 0px;
	margin: 0px;
	outline: none;
	display: block;
}

img, a, span {
  vertical-align: top;
}

div {
	padding: 0px;
	margin: 0px;
}

form {
	display: inline;
	padding: 0px;
	margin: 0px;	
}

fieldset, input, select, button {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;
}

:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
}

button {
	cursor: pointer;	
}

ul, ol {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

ul span, ul a {

}

table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
    border-spacing: 0;
}

iframe {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

a {
	color: #178bc7;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

a:active, a:focus, audio:active, audio:focus {
	outline: none;
}

a:hover {
	color: #f8981d;
	text-decoration: none;
}

a .imgroller {
	opacity: 1.0;
	-webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

a:hover .imgroller {
	opacity: 0.7;
}​

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h2 {
	display: inline-block;
	color: #3a3a3a;
	font-family: 'Titillium Web', sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 28px;
	font-style: italic;
	letter-spacing: 2px;	
}

h2 a {
	color: #3a3a3a;
	text-decoration: none;	
}

h2 a:hover {
	color: #f8981d;
	text-decoration: none;	
}

h3 {
	display: inline-block;
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px	
}

h3 a {
	color: #3a3a3a;
	text-decoration: none;	
}

h3 a:hover {
	color: #f8981d;
	text-decoration: none;	
}

h4 {
	color: #3a3a3a;
	font-family: 'Titillium Web', sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	font-style: italic;
	letter-spacing: 0.5px;
}

b, strong {
	color: #3a3a3a;
	font-weight: 600;
}

.wrapper {
	max-width: 1150px;
	margin: 0 auto;
}

.common-pad {
	padding-left: 50px;	
	padding-right: 50px;
}

#open-menu {
	display: none;	
}

#mobile-menu {
	display: none;
	position: absolute;
	top: 0;
	top: -120%;
	z-index: 9999;
	background-color: #464646;
	width: 100%;
	text-align: center;
	-webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.open-it {
	top: 0px !important;	
}

#close-menu {
	padding-top: 14px;
	padding-right: 14px;
	text-align: right;
}

#close-menu img {
	display: inline-block;
	width: 30px;
	height: 30px;	
}

#mobile-navigation {
	padding-top: 7px;
	padding-bottom: 24px;
	text-align: center;
}

#mobile-navigation a {
	display: inline-block;
	color: #dbe226;
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 26px;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 4px 3px 4px 4px;
	margin-bottom: 8px;	
}

#mobile-navigation a:hover {
	color: #e8e8e8;
	text-decoration: none;	
}

#mobile-bottom {
	width: 160px;
	margin: 0 auto;
	border-top: 2px solid #8e8e8e;
	padding-top: 36px;
	padding-bottom: 37px;
	color: #e8e8e8;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#mobile-bottom a {
	display: inline-block;
	color: #e8e8e8;
	text-decoration: none;
	padding-left: 1px;
	margin-bottom: 20px;
}

#mobile-bottom a:hover {
	color: #dbe226;
	text-decoration: none;
}

#top-header {
	background-color: #f8981d;
	background-image: url(/img/common/header-background.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 1800px auto;
	padding-top: 50px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#top-header {
		background-image: url(/img/common/header-background@2x.png);
	}
}

.bar-height {
	height: 200px;	
}

#top-background {
	position: relative;
	top: 0px;
	left: 0px;	
	z-index: 990;
	width: 100%;
	background-color: #515151;
	background-image: url(/img/common/nav-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 200px 200px;
	overflow: hidden;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#top-background {
		background-image: url(/img/common/nav-background@2x.jpg);
	}
}

#logo-background {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 991;
	width: calc(50% - 475px);
	background-color: #262626;
	background-image: url(/img/common/logo-background.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	background-size: 200px 200px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#logo-background {
		background-image: url(/img/common/logo-background@2x.jpg);
	}
}

#top-bar {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 992;	
}

#top-wrapper {
	
}

#logo-text {
	display: none;	
}

#logo {
	float: left;
	width: 170px;
	padding-top: 32px;
	padding-left: 50px;
	background-image: url(/img/common/logo-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 200px 200px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#logo {
		background-image: url(/img/common/logo-background@2x.jpg);
	}
}

#logo img {
	width: 135px;
	height: auto;	
}

#navigation {
	float: right;
	text-align: right;
	padding-top: 71px;
	padding-right: 49px;	
}

#top-nav {
	color: #dbe226;
	font-family: 'Titillium Web', sans-serif;
	font-size: 26px;
	font-weight: 300;
	line-height: 26px;
	font-style: italic;
	letter-spacing: 1px;
}

#top-nav a {
	color: #dbe226;
	text-decoration: none;
	margin-left: 29px;
}

#top-nav a:hover {
	color: #e8e8e8;
	text-decoration: none;
}

#top-nav a.home {
	margin-left: 0px !important;	
}

#bottom-nav {
	color: #e8e8e8;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 12px;
}

#bottom-nav a {
	color: #e8e8e8;
	text-decoration: none;
	margin-left: 22px;
}

#bottom-nav a:hover {
	color: #dbe226;
	text-decoration: none;
}

#content-full {
	background-color: #ffffff;
	background-image: url(/img/common/content-background.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1800px auto;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#content-full {
		background-image: url(/img/common/content-background@2x.png);
	}
}

#content-wrapper {
	min-height: 300px;
}

#footer {
	color: #4d4d4d;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 44px;
	padding-bottom: 44px;	
}

#footer span {
	display: inline-block;
}

#footer br {
	display: none;
}

#footer a {
	color: #bb6e0b;
	text-decoration: none;	
}

#footer a:hover {
	color: #178bc7;
	text-decoration: none;	
}

#page-title {
	height: 144px;
	padding-top: 56px;
	text-align: center;
}

#page-title h1 {
	display: inline-block;
	color: #3a3a3a;
	font-family: 'Titillium Web', sans-serif;
	font-size: 50px;
	font-weight: 300;
	line-height: normal;
	font-style: italic;
	letter-spacing: 6px;
	margin-left: 6px;
}

#home-intro {
	
}

#home-intro-wrapper {
	position: relative;
}

#home-intro-text {
	width: calc(100% - 350px);
}

#home-intro-text-align {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 400px;
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 44px;
}

#home-intro-text-align a {
	display: inline-block;
	width: 219px;
	height: 44px;
	padding-top: 16px;
	padding-left: 1px;
	margin-top: 19px;
	background-color: #3a3a3a;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	-webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#home-intro-text-align a:hover {
	background-color: #178bc7;
	color: #ffffff;
	text-decoration: none;
}

#home-intro-photo {
	position: absolute; 
	bottom: 0px;
	right: -25px;
	z-index: 995;
	width: 325px;	
}

#home-intro-photo img {
	width: 100%;
	height: auto;
}

.content-pad {
	padding-left: 50px;
	padding-right: 50px;	
}

.content-area {
	padding-top: 43px;
}

.bottom-pad {
	padding-bottom: 56px;
}

.content-left {
	float: left;
	width: calc(100% - 400px);
}

#content-right {
	float: right;
	width: 350px;
}

#right-title {
	padding-bottom: 16px;
}

#right-text {
	border-top: 4px solid #f8981d;	
	padding-top: 15px;
}

#right-links {
	padding-top: 26px;
}

#right-links a {
	display: block;
	width: 100%;
	height: 79px;
	border-top: 1px solid #b1b1b1;
	color: #3a3a3a;	
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	-webkit-transition: border 0.2s linear;
    -moz-transition: border 0.2s linear;
    -o-transition: border 0.2s linear;
    transition: border 0.2s linear;
}

#right-links a span.pdf-text {
	float: left;
	padding-top: 13px;
}

#right-links a span.pdf-title {
	color: #f8981d;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;	
}

#right-links a i.fa {
	float: right;
	text-align: right;
	color: #989898;
	font-size: 18px;
	font-weight: normal;
	padding-top: 12px;
	padding-right: 12px;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;	
}

#right-links a:hover {
	border-top: 1px solid #f8981d;
	color: #3a3a3a;
	text-decoration: none;
}

#right-links a:hover span.pdf-title {
	color: #3a3a3a;
	text-decoration: none;
}

#right-links a:hover i.fa {
	color: #3a3a3a;
	text-decoration: none;
}

#photo-years {
	color: #adadad;
	padding-top: 44px;
	padding-bottom: 44px;
	text-align: center;
	border-bottom: 4px solid #f8981d;
	margin-bottom: 20px;
}

#photo-years span {
	color: #444444;
	font-weight: 600;
}

ul#photo-list {
	padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
}

ul#photo-list li {
	float: left;
	width: calc(25% - 22.5px);
	margin-top: 30px;
	margin-right: 30px;
	background-color: #f8981d;
}

ul#photo-list li:nth-child(4n+4) {
	margin-right: 0px;
}

ul#photo-list li:nth-child(4n+5) {
	clear: both;
}

ul#photo-list li img {
	display: inline-block; 
	width: 100%;
	height: auto;
}

ul#photo-list li a {
	display: block;
	opacity: 1;
	-webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
	-webkit-transition-delay: 0.0s;
	-moz-transition-delay: 0.0s;
	-o-transition-delay: 0.0s;
	transition-delay: 0.0s;
}

ul#photo-list li a:hover {
	opacity: 0.7;
}

#videos-content {
	padding-top: 50px;	
}

ul#video-list {
	padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
}

ul#video-list li {
	float: left;	
	width: calc(33.33% - 33.33px);
	margin-right: 50px;
}

ul#video-list li:nth-child(3n+3) {
	margin-right: 0px;
}

ul#video-list li:nth-child(3n+4) {
	clear: both;
}

ul#video-list li:nth-child(1n+4) {
	margin-top: 41px;
}

ul#video-list li .video-embed {
	
}

ul#video-list li .video-text {
	padding-top: 25px;
	text-align: center;
}

.news-divider {
	margin-top: 70px;
	border-top: 4px solid #f8981d;
	padding-top: 40px;	
}

.news-item {
	
}

.news-item h4 {
	position: relative;
	top: -1px;
	margin-bottom: 13px;	
}

.news-video {
	display: block;
	max-width: 300px;
	margin-bottom: 5px;
}

.news-img {
	display: block;
	max-width: 300px;
	margin-bottom: 5px;
}

.news-img img {
	display: inline-block;
	width: 100%;
	height: auto;
}

/* general paging div */
.paging {
	width: 100%;
	text-align: center;
	margin-top: 70px;
	padding-top: 40px;
	border-top: 4px solid #808080;
}

.paging a, .pagingbox2, .newslink, .newslink-active {
	display: inline-block;
	width: 32px;
	height: 26px;
	padding-top: 6px;
	border: 4px solid #e2e2e2;
	background-color: #e2e2e2;
	color: #178bc7;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	margin: 0px 10px;
	text-align: center;
}

/* buttons that are links */
.paging a {
	background-color: #e2e2e2;
	color: #58829b;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/* buttons when mousing over */
.paging a:hover {
	background-color: #ffffff;
	color: #f8981d;
}

/* the current page */
.pagingbox2 {
	font-weight: 700;
	background-color: #ffffff;
	color: #cecece;
}

/* this one is not a link */
.newslink, a.newslink-active {
	width: auto;
	height: auto;
	border: 0 none;
	background-color: transparent;
	padding-top: 9px;
}

a.newslink-active:hover {
	width: auto;
	border: 0 none;
	background-color: transparent;
}

.newslink {
	color: #c0c0c0;	
}

.prevlink {
	margin-left: 0px !important;
}

.nextlink {
	margin-right: 0px !important;	
}

.slash-numbers {
	display: none;
	color: #c0c0c0;
	padding-top: 11px;
}

.page-numbers {
	display: inline-block;	
}

#registration-left {
	float: left;
	width: calc(100% - 450px);	
}

#registration-right {
	float: right;
	width: 400px;
}

.registration-divider {
	margin-top: 32px;
	border-top: 1px solid #b1b1b1;
	padding-top: 33px;	
}

#coaches-intro {
	padding-top: 44px;
	padding-bottom: 44px;
	text-align: center;
	border-bottom: 4px solid #f8981d;
	margin-bottom: 28px;
}

ul#coaches-list {
	padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
}

ul#coaches-list li {
	width: 100%;
}

ul#coaches-list li:nth-child(1n+2) {
	margin-top: 29px;
	border-top: 1px solid #b1b1b1;
	padding-top: 28px;
}

.coaches-name {
	float: left;	
}

.coaches-title {
	float: right;
}

#practices-note {
	margin-top: 29px;
	border-top: 1px solid #b1b1b1;
	padding-top: 28px;
	font-style: italic;
}

.results-item {
	margin-top: 29px;
	border-top: 1px solid #b1b1b1;
	padding-top: 28px;
}

.results-item span {
	display: inline-block;
}

.results-item br {
	display: none;
}

ul#links-list {
	padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
}

ul#links-list li {
	width: 100%;
}

ul#links-list li:nth-child(1n+2) {
	margin-top: 29px;
	border-top: 1px solid #b1b1b1;
	padding-top: 28px;
}

ul#links-list li span {
	display: inline-block;
}

ul#links-list li br {
	display: none;
}

#home-content {
	
}

#home-registration {
	float: left;
	width: calc(100% - 450px);
}

#home-registration-title {
	padding-top: 43px;
	padding-bottom: 46px;
	border-bottom: 4px solid #f8981d;
}

#home-registration-content {
	padding-top: 45px;
}

#home-registration-links {
	padding-top: 26px;
	padding-bottom: 42px;
}

#home-registration-links a.brampton {
	float: left;
	width: calc(50% - 10px);	
}

#home-registration-links a.ontario {
	float: right;
	width: calc(50% - 10px);
}

#home-registration-links a {
	display: block;
	height: 79px;
	border-top: 1px solid #b1b1b1;
	color: #3a3a3a;	
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	-webkit-transition: border 0.2s linear;
    -moz-transition: border 0.2s linear;
    -o-transition: border 0.2s linear;
    transition: border 0.2s linear;
}

#home-registration-links a span.pdf-text {
	float: left;
	padding-top: 13px;
}

#home-registration-links a span.pdf-title {
	color: #f8981d;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;	
}

#home-registration-links a i.fa {
	float: right;
	text-align: right;
	color: #989898;
	font-size: 18px;
	font-weight: normal;
	padding-top: 12px;
	padding-right: 12px;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;	
}

#home-registration-links a:hover {
	border-top: 1px solid #f8981d;
	color: #3a3a3a;
	text-decoration: none;
}

#home-registration-links a:hover span.pdf-title {
	color: #3a3a3a;
	text-decoration: none;
}

#home-registration-links a:hover i.fa {
	color: #3a3a3a;
	text-decoration: none;
}

#home-bottom-line {
	display: none;	
}

#home-news {
	float: right;
	width: 400px;	
}

#home-news-title {
	padding-top: 43px;
	padding-bottom: 46px;
	border-bottom: 4px solid #808080;
}

#home-news-title h2 {
	color: #cf8509;
}

#home-news-content {
	padding-top: 45px;
	padding-bottom: 42px;
}

#home-news-content a.title {
	color: #444444;
	font-weight: 700;
	text-decoration: none;	
}

#home-news-content a.title:hover {
	color: #f8981d;
	text-decoration: none;	
}

#home-news-date {
	color: #b2b1b1;
	font-size: 12px;
	font-weight: 700;	
}

#home-photos {
	
}

ul#home-photos-list { 
	padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
}

ul#home-photos-list li {
	float: left;
	width: calc(25% - 3px);
	margin-right: 4px;
	border-top: 10px solid #f8981d;
	padding-top: 4px;
	padding-bottom: 4px;
}

ul#home-photos-list li img {
	width: 100%;
	height: auto;
}

ul#home-photos-list li:nth-child(1) {
	border-color: #f8981d;
}

ul#home-photos-list li:nth-child(2) {
	border-color: #f8b81d;
}

ul#home-photos-list li:nth-child(3) {
	border-color: #f8c71d;
}

ul#home-photos-list li:nth-child(4) {
	border-color: #f8e11d;
	margin-right: 0px;
}

a.button-orange {
	display: inline-block;
	height: 40px;
	padding: 0px 14px 0px 15px;
	background-color: #f8981d;
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.button-orange:hover {
	background-color: #3a3a3a;
	color: #ffffff;
	text-decoration: none;
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1249px) {

	/* ipad horizontal layout */
	
	.common-pad {
		padding-left: 62px;	
		padding-right: 62px;
	}
	
	#top-header {
		padding-top: 40px;
		background-size: 1480px auto;
	}
	
	.bar-height {
		height: 150px;	
	}
	
	#logo {
		width: 130px;
		padding-top: 20px;
		padding-left: 62px;
	}
	
	#logo img {
		width: 110px;
		height: auto;	
	}
	
	#navigation {
		padding-top: 48px;
		padding-right: 61px;	
	}
	
	#top-nav {
		font-size: 24px;
		letter-spacing: 1px;
	}
	
	#top-nav a {
		margin-left: 29px;
	}
	
	#bottom-nav {
		padding-top: 12px;
	}
	
	#content-full {
		background-size: 1480px auto;
	}
	
	#page-title {
		height: 105px;
		padding-top: 35px;
	}
	
	#page-title h1 {
		font-size: 40px;
		letter-spacing: 5px;
		margin-left: 5px;
	}
	
	#home-intro-text {
		width: calc(100% - 320px);
	}
	
	#home-intro-text-align {
		height: 320px;
		font-size: 18px;
		line-height: 38px;
	}
	
	#home-intro-text-align a {
		width: 190px;
		height: 37px;
		padding-top: 13px;
		margin-top: 13px;
		font-size: 14px;
	}
	
	#home-intro-photo {
		right: 18px;
		width: 260px;	
	}
	
	.content-pad {
		padding-left: 0px;
		padding-right: 0px;	
	}
	
	.content-left {
		width: calc(100% - 340px);
	}
	
	#content-right {
		width: 300px;
	}
	
	#right-title {
		padding-bottom: 13px;
	}
	
	#right-text {
		border-top: 4px solid #f8981d;	
		padding-top: 15px;
	}
	
	#right-links {
		padding-top: 26px;
	}
	
	#right-links a {
		display: block;
		width: 100%;
		height: 79px;
		border-top: 1px solid #b1b1b1;
		color: #3a3a3a;	
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 400;
		line-height: 20px;
		text-decoration: none;
		-webkit-transition: border 0.2s linear;
		-moz-transition: border 0.2s linear;
		-o-transition: border 0.2s linear;
		transition: border 0.2s linear;
	}
	
	#right-links a span.pdf-text {
		float: left;
		padding-top: 13px;
	}
	
	#right-links a span.pdf-title {
		color: #f8981d;
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		font-weight: 700;
		-webkit-transition: color 0.2s linear;
		-moz-transition: color 0.2s linear;
		-o-transition: color 0.2s linear;
		transition: color 0.2s linear;	
	}
	
	#right-links a i.fa {
		float: right;
		text-align: right;
		color: #989898;
		font-size: 18px;
		font-weight: normal;
		padding-top: 12px;
		padding-right: 5px;
		-webkit-transition: color 0.2s linear;
		-moz-transition: color 0.2s linear;
		-o-transition: color 0.2s linear;
		transition: color 0.2s linear;	
	}
	
	#photo-years {
		padding-top: 34px;
		padding-bottom: 34px;
		margin-bottom: 10px;
	}
	
	#videos-content {
		padding-top: 40px;	
	}
	
	ul#video-list li {
		width: calc(50% - 20px);
		margin-right: 40px;
	}
	
	ul#video-list li:nth-child(3n+3) {
		margin-right: 40px;
	}
	
	ul#video-list li:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	ul#video-list li:nth-child(3n+4) {
		clear: none;
	}
	
	ul#video-list li:nth-child(2n+3) {
		clear: both;
	}
	
	ul#video-list li:nth-child(1n+4) {
		margin-top: 36px;
	}
	
	ul#video-list li:nth-child(1n+3) {
		margin-top: 36px;
	}
	
	ul#video-list li .video-text {
		padding-top: 20px;
	}
	
	.news-divider {
		margin-top: 50px;
		padding-top: 32px;;	
	}
	
	/* general paging div */
	.paging {
		margin-top: 50px;
		padding-top: 40px;
	}
	
	#registration-left {
		float: left;
		width: calc(100% - 380px);	
	}
	
	#registration-right {
		float: right;
		width: 340px;
	}
	
	.registration-divider {
		margin-top: 27px;
		padding-top: 28px;	
	}
	
	#coaches-intro {
		padding-top: 34px;
		padding-bottom: 34px;
		margin-bottom: 23px;
	}

	ul#coaches-list li:nth-child(1n+2) {
		margin-top: 24px;
		padding-top: 23px;
	}
	
	#practices-note {
		margin-top: 24px;
		padding-top: 23px;
	}
	
	.results-item {
		margin-top: 24px;
		padding-top: 23px;
	}
	
	ul#links-list li:nth-child(1n+2) {
		margin-top: 24px;
		padding-top: 23px;
	}
	
	#home-registration {
		width: calc(100% - 310px);
	}
	
	#home-registration-title {
		padding-top: 33px;
		padding-bottom: 36px;
	}
	
	#home-registration-content {
		padding-top: 25px;
	}
	
	#home-registration-links {
		padding-top: 26px;
		padding-bottom: 34px;
	}
	
	#home-registration-links a.brampton {
		width: calc(50% - 15px);	
	}
	
	#home-registration-links a.ontario {
		width: calc(50% - 15px);
	}
	
	#home-registration-links a i.fa {
		padding-right: 5px;
	}
	
	#home-news {
		width: 280px;	
	}
	
	#home-news-title {
		padding-top: 33px;
		padding-bottom: 36px;
	}
	
	#home-news-content {
		padding-top: 25px;
		padding-bottom: 34px;
	}

	ul#home-photos-list li {
		width: calc(25% - 1.5px);
		margin-right: 2px;
		border-top: 6px solid #f8981d;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	ul#home-photos-list li:nth-child(4) {
		margin-right: 0px;
	}
	
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1023px) {

	/* ipad vertical layout */
	
	.common-pad {
		padding-left: 34px;	
		padding-right: 34px;
	}
	
	#logo {
		width: 142px;
		padding-top: 20px;
		padding-left: 34px;
	}
	
	#navigation {
		padding-top: 46px;
		padding-right: 33px;	
	}
	
	#top-nav {
		font-size: 20px;
		line-height: 26px;
	}
	
	#top-nav a {
		margin-left: 22px;
	}
	
	#bottom-nav {
		padding-top: 15px;
	}
	
	#page-title {
		height: 85px;
		padding-top: 35px;
	}
	
	#page-title h1 {
		font-size: 30px;
		letter-spacing: 4px;
		margin-left: 4px;
	}
	
	#home-intro-text {
		width: calc(100% - 280px);
	}
	
	#home-intro-text-align {
		height: 320px;
		font-size: 18px;
		line-height: 30px;
	}
	
	#home-intro-photo {
		right: 0px;
		width: 260px;	
	}
	
	#home-intro-text-align a {
		margin-top: 15px;
	}
	
	.content-area {
		padding-top: 38px;
	}
	
	.bottom-pad {
		padding-bottom: 51px;
	}
	
	.content-left {
		float: none;
		width: 100%;
	}
	
	#content-right {
		display: none;
	}
	
	#registration-left {
		float: none;
		width: 100%;	
	}
	
	#registration-right {
		float: none;
		width: 100%;
		margin-top: 27px;
		border-top: 1px solid #b1b1b1;
		padding-top: 28px;
	}
	
	.registration-divider {
		margin-top: 27px;
		border-top: 1px solid #b1b1b1;
		padding-top: 28px;
	}
	
	#home-registration {
		width: calc(100% - 305px);
	}
	
	#home-registration-links {
		padding-top: 23px;
		padding-bottom: 15px;
	}
	
	#home-registration-links a.brampton {
		float: none;
		width: 100%;	
	}
	
	#home-registration-links a.ontario {
		float: none;
		width: 100%;
	}
	
	#home-registration-links a i.fa {
		padding-right: 12px;
	}
	
	#home-news {
		width: 275px;	
	}
	
	#home-news-content {
		padding-bottom: 35px;
	}
	
	ul#home-photos-list li {
		width: calc(33.33% - 2px);
		margin-right: 3px;
		border-top: 8px solid #f8981d;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	ul#home-photos-list li:nth-child(3) {
		margin-right: 0px;
	}
	
	ul#home-photos-list li:nth-child(4) {
		display: none;
	}
	
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 839px) {

	/* in-between size */
	
	#top-nav a {
		margin-left: 17px;
	}
	
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 767px) {

	/* mobile layout */
	
	body {
		font-size: 13px;
		line-height: 20px;
	}
	
	h2 {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 2px;	
	}
	
	h3 {
		font-size: 13px;
		line-height: 20px	
	}
	
	.common-pad {
		padding-left: 30px;	
		padding-right: 30px;
	}
	
	#mobile-menu {
		display: block;	
	}
	
	#open-menu {
		display: block;
		float: right;
		width: 37px;
		padding-top: 35px;
		padding-right: 25px;
	}
	
	#open-menu img {
		width: 37px;
		height: 30px;	
	}
	
	#top-header {
		padding-top: 0px;
	}
	
	.bar-height {
		height: 100px;	
	}
	
	#top-background {
		background-color: #262626;
		background-image: url(/img/common/logo-background.jpg);
		background-repeat: repeat-x;
		background-position: right top;
		background-size: 200px 200px;
	}
	
	@media all and (-webkit-min-device-pixel-ratio: 1.5) {
		#top-background {
			background-image: url(/img/common/logo-background@2x.jpg);
		}
	}
	
	#logo-background {
		display: none;
	}
	
	#logo-text {
		display: block;
		float: left;
		padding-top: 26px;
		padding-left: 30px;
		color: #e8e8e8;
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 700;
		line-height: 26px;
		text-transform: uppercase;
	}
	
	#logo-text a {
		color: #e8e8e8;
		text-decoration: none;
	}
	
	#logo-text a:hover {
		color: #fba919;
		text-decoration: none;
	}
	
	#logo {
		display: none;	
	}
	
	#navigation {
		display: none;	
	}
	
	#page-title {
		height: 60px;
		padding-top: 10px;
	}
	
	#page-title h1 {
		font-size: 30px;
		letter-spacing: 4px;
		margin-left: 4px;
	}
	
	#home-intro-text {
		width: 100%;
		padding-top: 22px;
		padding-bottom: 16px;
	}
	
	#home-intro-text-align {
		display: block;
		vertical-align: top;
		width: 100%;
		height: auto;
		font-size: 15px;
		line-height: 28px;
		text-align: center;
	}
	
	#home-intro-text-align a {
		margin-top: 12px;
	}
	
	#home-intro-photo {
		position: static; 
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		width: 100%;	
		text-align: center;
	}
	
	#home-intro-photo img {
		display: inline-block;
		width: 200px;
		height: auto;
		padding-right: 30px;
	}
	
	.content-area {
		padding-top: 34px;
	}
	
	.bottom-pad {
		padding-bottom: 40px;
	}
	
	#photo-years {
		padding-top: 24px;
		padding-bottom: 24px;
		margin-bottom: 10px;
	}
	
	ul#photo-list li {
		width: calc(25% - 15px);
		margin-top: 20px;
		margin-right: 20px;
	}
	
	ul#photo-list li:nth-child(4n+4) {
		margin-right: 0px;
	}
	
	#videos-content {
		padding-top: 30px;	
	}
	
	ul#video-list li {
		width: calc(50% - 15px);
		margin-right: 30px;
	}
	
	ul#video-list li:nth-child(3n+3) {
		margin-right: 30px;
	}
	
	ul#video-list li:nth-child(2n+2) {
		margin-right: 0px;
	}

	ul#video-list li:nth-child(2n+3) {
		clear: both;
	}
	
	ul#video-list li:nth-child(1n+4) {
		margin-top: 36px;
	}
	
	ul#video-list li:nth-child(1n+3) {
		margin-top: 36px;
	}
	
	ul#video-list li .video-text {
		padding-top: 15px;
	}
	
	.news-divider {
		margin-top: 34px;
		padding-top: 30px;;	
	}
	
	.news-item h4 {
		position: relative;
		top: -2px;
		margin-bottom: 12px;	
	}
	
	/* general paging div */
	.paging {
		margin-top: 34px;
		padding-top: 30px;
	}
	
	#registration-right {
		margin-top: 17px;
		padding-top: 18px;
	}
	
	.registration-divider {
		margin-top: 17px;
		padding-top: 18px;
	}
	
	#coaches-intro {
		padding-top: 24px;
		padding-bottom: 24px;
		margin-bottom: 18px;
	}

	ul#coaches-list li:nth-child(1n+2) {
		margin-top: 19px;
		padding-top: 18px;
	}
	
	.coaches-name {
		float: none;	
	}
	
	.coaches-title {
		float: none;	
	}
	
	#practices-note {
		margin-top: 19px;
		padding-top: 18px;
	}
	
	.results-item {
		margin-top: 19px;
		padding-top: 18px;
	}
	
	.results-item span {
		display: none;	
	}
	
	.results-item br {
		display: block;	
	}
	
	ul#links-list li:nth-child(1n+2) {
		margin-top: 19px;
		padding-top: 18px;
	}
	
	ul#links-list li span {
		display: none;	
	}
	
	ul#links-list li br {
		display: block;	
	}
	
	#home-registration {
		float: none;
		width: 100%
	}
	
	#home-registration-title {
		padding-top: 25px;
		padding-bottom: 26px;
	}
	
	#home-registration-title h2, #home-news-title h2 {
		font-size: 25px;
		line-height: 28px;
		letter-spacing: 2px;
	}
	
	#home-registration-content {
		padding-top: 16px;
	}
	
	#home-registration-links {
		padding-top: 25px;
		padding-bottom: 10px;
	}
	
	#home-registration-links a i.fa {
		padding-right: 0px;
	}
	
	#home-bottom-line {
		display: block;
		width: calc(100% + 60px);
		margin-left: -30px;	
		border-top: 1px solid #808080;
		overflow: hidden;
	}
	
	#home-news {
		float: none;
		width: 100%	
	}
	
	#home-news-title {
		padding-top: 25px;
		padding-bottom: 26px;
	}
	
	#home-news-content {
		padding-top: 16px;
		padding-bottom: 30px;
	}
	
	ul#home-photos-list li {
		width: calc(50% - 1.5px);
		margin-right: 3px;
		border-top: 8px solid #f8981d;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	ul#home-photos-list li:nth-child(1) {
		display: none;
	}
	
	ul#home-photos-list li:nth-child(3) {
		margin-right: 0px;
	}
	
	ul#home-photos-list li:nth-child(4) {
		display: none;
	}
	
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 599px) {

	/* in-between size */
	
	ul#photo-list li {
		width: calc(33.33% - 13.33px);
		margin-top: 20px;
		margin-right: 20px;
	}
	
	ul#photo-list li:nth-child(4n+4) {
		margin-right: 20px;
	}
	
	ul#photo-list li:nth-child(3n+3) {
		margin-right: 0px;
	}
	
	ul#photo-list li:nth-child(4n+5) {
		clear: none;
	}
	
	ul#photo-list li:nth-child(3n+4) {
		clear: both;
	}
	
	ul#video-list li {	
		float: none;
		width: 100%;
		margin-right: 0px;
	}
	
	ul#video-list li:nth-child(3n+3) {
		margin-right: 0px;
	}
	
	ul#video-list li:nth-child(2n+2) {
		margin-right: 0px;
	}

	ul#video-list li:nth-child(2n+3) {
		clear: none;
	}
	
	ul#video-list li:nth-child(1n+4) {
		margin-top: 31px;
	}
	
	ul#video-list li:nth-child(1n+3) {
		margin-top: 31px;
	}
	
	ul#video-list li:nth-child(1n+2) {
		margin-top: 31px;
	}
	
	ul#video-list li .video-text {
		padding-top: 15px;
	}
	
	ul#home-photos-list li {
		width: calc(50% - 1px);
		margin-right: 2px;
		border-top: 6px solid #f8981d;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	ul#home-photos-list li:nth-child(3) {
		margin-right: 0px;
	}
	
}
	
	
/* -------------------- */
/* -------------------- */

@media all and (max-width: 479px) {

	/* mobile vertical layout */

	#footer {
		padding-top: 33px;
		padding-bottom: 33px;	
	}
	
	#footer span {
		display: none;
	}
	
	#footer br {
		display: block;
	}
	
	ul#photo-list li {
		width: calc(50% - 10px);
	}
	
	ul#photo-list li:nth-child(3n+3) {
		margin-right: 20px;
	}
	
	ul#photo-list li:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	ul#photo-list li:nth-child(3n+4) {
		clear: none;
	}
	
	ul#photo-list li:nth-child(2n+3) {
		clear: both;
	}
	
	.prevlink {
		margin-right: 0px !important;
	}
	
	.nextlink {
		margin-left: 0px !important;	
	}
	
	.slash-numbers {
		display: inline-block;
	}
	
	.page-numbers {
		display: none !important;	
	}
	
	#home-photos {
		display: none;	
	}
	
}


@media all and (min-width: 768px) {

	#mobile-menu, #open-menu {
		display: none !important;
	}

}