/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    /*background:url(../img/bg-fixedwidth.jpg) no-repeat fixed center top #000 !important;*/
	background-repeat: no-repeat;
	background-color: #1d1d1d;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Oswald",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	color:#000000;
}

p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

p a {
	color: #D31245;
}

p a:hover {
	color: #D31245;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
	font-family: "Oswald",Helvetica,Arial,sans-serif;
    font-weight: 900;
    letter-spacing: 0px;
	color:#FFFFFF;
	color: rgba(255,255,255,1);	
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #FFFFFF;
	background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 2px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.img-center {
	margin-left:auto;
	margin-right:auto;
}

.box-footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.box-footer p {
    margin: 0;
	font-size:10px;
}

footer p {
    margin-bottom: 25px;
	color: #FFFFFF;
	font-size:10px;
}

.img-tile {
	margin-bottom: 25px;
	
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	opacity:1;	
	-moz-opacity:1;
	filter:alpha(opacity=100);
}

.img-last-tile {
	margin-bottom: 0px;
	
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	opacity:1;	
	-moz-opacity:1;
	filter:alpha(opacity=100);
}

.img-tile:hover {
	opacity:0.5 !important;
	-moz-opacity:0.5 !important;
	filter:alpha(opacity=50) !important;	
}

.img-last-tile:hover {
	opacity:0.5 !important;
	-moz-opacity:0.5 !important;
	filter:alpha(opacity=50) !important;	
}

.logo {
	margin-left:auto;
	margin-right:auto;
}

.logo-footer {
	margin-left:auto;
	margin-right:auto;
	
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	opacity:1;	
	-moz-opacity:1;
	filter:alpha(opacity=100)
}

.logo-footer:hover {
	opacity:0.5 !important;
	-moz-opacity:0.5 !important;
	filter:alpha(opacity=50) !important;	
}

.dropdown-menu {
	font-size:12px;	
	letter-spacing:2px;
}

.btn-group-pathway {
	display: none;	
	}

.btn-rookies {
	background: #D31245;
	color: #FFFFFF;
	height: 50px;
	border: none;
	background-image: -moz-linear-gradient(top, #d31245, #79001d);
	background-image: -webkit-linear-gradient(top, #d31245, #79001d);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d31245), to(#79001d));
	background-image: -ms-linear-gradient(top, #d31245, #79001d);
	background-image: -o-linear-gradient(top, #d31245, #79001d);
	background-image: linear-gradient(top, #d31245, #79001d);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
}

.btn-rookies:visited {
	background: #D31245;
	color: #FFFFFF;
	height: 50px;
	border: none;
	background-image: -moz-linear-gradient(top, #d31245, #79001d);
	background-image: -webkit-linear-gradient(top, #d31245, #79001d);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d31245), to(#79001d));
	background-image: -ms-linear-gradient(top, #d31245, #79001d);
	background-image: -o-linear-gradient(top, #d31245, #79001d);
	background-image: linear-gradient(top, #d31245, #79001d);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
}

.btn-rookies:hover {
	background: #D31245;
	color: #FFFFFF;
	border: none;
	background-image: -moz-linear-gradient(top, #ed174e, #a30232);
	background-image: -webkit-linear-gradient(top, #ed174e, #a30232);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ed174e), to(#a30232));
	background-image: -ms-linear-gradient(top, #ed174e, #a30232);
	background-image: -o-linear-gradient(top, #ed174e, #a30232);
	background-image: linear-gradient(top, #ed174e, #da30232);
}

.btn-junior {
	background: #20ba0e; 
	color: #FFFFFF;
	height: 50px;
	border: none;
	background-image: -moz-linear-gradient(top,  #20ba0e 0%, #299a0b 100%);
	background-image: -webkit-linear-gradient(top,  #20ba0e 0%,#299a0b 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#20ba0e), color-stop(100%,#299a0b));
	background-image: -o-linear-gradient(top,  #20ba0e 0%,#299a0b 100%);
	background-image: -ms-linear-gradient(top,  #20ba0e 0%,#299a0b 100%);
	background-image: linear-gradient(to bottom,  #20ba0e 0%,#299a0b 100%);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
}

.btn-junior:visited {
	background: #20ba0e; 
	color: #FFFFFF;
	height: 50px;
	border: none;
	background-image: -moz-linear-gradient(top,  #20ba0e 0%, #299a0b 100%);
	background-image: -webkit-linear-gradient(top,  #20ba0e 0%,#299a0b 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#20ba0e), color-stop(100%,#299a0b));
	background-image: -o-linear-gradient(top,  #20ba0e 0%,#299a0b 100%);
	background-image: -ms-linear-gradient(top,  #20ba0e 0%,#299a0b 100%);
	background-image: linear-gradient(to bottom,  #20ba0e 0%,#299a0b 100%);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
}

.btn-junior:hover {
	background: #22c90f;
	color: #FFFFFF;
	height: 50px;
	border: none;
	background: ;
	background-image: -moz-linear-gradient(top,  #22c90f 0%, #2eaa0c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22c90f), color-stop(100%,#2eaa0c));
	background-image: -webkit-linear-gradient(top,  #22c90f 0%,#2eaa0c 100%);
	background-image: -o-linear-gradient(top,  #22c90f 0%,#2eaa0c 100%);
	background-image: -ms-linear-gradient(top,  #22c90f 0%,#2eaa0c 100%);
	background-image: linear-gradient(to bottom,  #22c90f 0%,#2eaa0c 100%);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
}

.btn-senior {
	background: #7abcff;
	color: #FFFFFF;
	height: 50px;
	border: none;
	background-image: -moz-linear-gradient(top,  #7abcff 0%, #3e85e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(100%,#3e85e8));
	background-image: -webkit-linear-gradient(top,  #7abcff 0%,#3e85e8 100%);
	background-image: -o-linear-gradient(top,  #7abcff 0%,#3e85e8 100%);
	background-image: -ms-linear-gradient(top,  #7abcff 0%,#3e85e8 100%);
	background-image: linear-gradient(to bottom,  #7abcff 0%,#3e85e8 100%);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
}

.btn-senior:visited {
	background: #7abcff;
	color: #FFFFFF;
	height: 50px;
	border: none;
	background-image: -moz-linear-gradient(top,  #7abcff 0%, #3e85e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(100%,#3e85e8));
	background-image: -webkit-linear-gradient(top,  #7abcff 0%,#3e85e8 100%);
	background-image: -o-linear-gradient(top,  #7abcff 0%,#3e85e8 100%);
	background-image: -ms-linear-gradient(top,  #7abcff 0%,#3e85e8 100%);
	background-image: linear-gradient(to bottom,  #7abcff 0%,#3e85e8 100%);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
}

.btn-senior:hover {
	background: #89c4ff;
	color: #FFFFFF;
	height: 50px;
	border: none;
	background-image: -moz-linear-gradient(top,  #89c4ff 0%, #5291ea 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89c4ff), color-stop(100%,#5291ea));
	background-image: -webkit-linear-gradient(top,  #89c4ff 0%,#5291ea 100%);
	background-image: -o-linear-gradient(top,  #89c4ff 0%,#5291ea 100%);
	background-image: -ms-linear-gradient(top,  #89c4ff 0%,#5291ea 100%);
	background-image: linear-gradient(to bottom,  #89c4ff 0%,#5291ea 100%);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
}

.btn-wallabies {
	background: #f1da36;
	color: #056839;
	height: 50px;
	border: none;
	background-image: -moz-linear-gradient(top,  #f1da36 0%, #eabd00 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1da36), color-stop(100%,#eabd00));
	background-image: -webkit-linear-gradient(top,  #f1da36 0%,#eabd00 100%);
	background-image: -o-linear-gradient(top,  #f1da36 0%,#eabd00 100%);
	background-image: -ms-linear-gradient(top,  #f1da36 0%,#eabd00 100%);
	background-image: linear-gradient(to bottom,  #f1da36 0%,#eabd00 100%);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
}

.btn-wallabies:visited {
	background: #f1da36;
	color: #056839;
	height: 50px;
	border: none;
	background-image: -moz-linear-gradient(top,  #f1da36 0%, #eabd00 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1da36), color-stop(100%,#eabd00));
	background-image: -webkit-linear-gradient(top,  #f1da36 0%,#eabd00 100%);
	background-image: -o-linear-gradient(top,  #f1da36 0%,#eabd00 100%);
	background-image: -ms-linear-gradient(top,  #f1da36 0%,#eabd00 100%);
	background-image: linear-gradient(to bottom,  #f1da36 0%,#eabd00 100%);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
}

.btn-wallabies:hover {
	background: #f4e25e;
	color: #056839;
	height: 50px;
	border: none;
	background: -moz-linear-gradient(top,  #f4e25e 0%, #ffd323 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4e25e), color-stop(100%,#ffd323));
	background: -webkit-linear-gradient(top,  #f4e25e 0%,#ffd323 100%);
	background: -o-linear-gradient(top,  #f4e25e 0%,#ffd323 100%);
	background: -ms-linear-gradient(top,  #f4e25e 0%,#ffd323 100%);
	background: linear-gradient(to bottom,  #f4e25e 0%,#ffd323 100%);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
}

.navbar {
	background-image: -moz-linear-gradient(top, #d31245, #79001d);
	background-image: -webkit-linear-gradient(top, #d31245, #79001d);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d31245), to(#79001d));
	background-image: -ms-linear-gradient(top, #d31245, #79001d);
	background-image: -o-linear-gradient(top, #d31245, #79001d);
	background-image: linear-gradient(top, #d31245, #79001d);		
}

.btn-menu {
	color:#6C62E3;
}

label {
		color:#000000;
}
	
.copyright {
    margin: 0;
	margin-bottom:20px;
    padding: 0;
    text-align: center;
 }
.copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.ie .copyright li {
   display: inline;
}
.copyright li:before {
    content: "\2022";
    padding-left: 6px;
    padding-right: 10px;
    color: #d31245;
}
.copyright  li:first-child:before {
    display: none;
	
}

.copyright a, .copyright a:visited { color: #727272; }
.copyright a:hover, .copyright a:focus { color: #fff; text-decoration:none; }

.no-gutter [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }



@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 7em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
		margin-bottom:15px;
    }
	
	.img-right {
        float: right;
        margin-left: 25px;
    }

    .navbar {
		-webkit-border-top-left-radius: 15px;
		-webkit-border-top-right-radius: 15px;
		-moz-border-radius-topleft: 15px;
		-moz-border-radius-topright: 15px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		background-image: -moz-linear-gradient(top, #d31245, #79001d);
		background-image: -webkit-linear-gradient(top, #d31245, #79001d);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d31245), to(#79001d));
		background-image: -ms-linear-gradient(top, #d31245, #79001d);
		background-image: -o-linear-gradient(top, #d31245, #79001d);
		background-image: linear-gradient(top, #d31245, #79001d);
		
    }
	
	.dropdown-menu {
	font-size:12px;	
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing:1px;
}

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0px;
		max-width:970px;
		margin-left:auto;
		margin-right:auto;
    }

    .navbar-default {
        border: none;

    }

    .nav>li>a {
        padding: 25px;
    }

    .navbar-nav>li>a {
        line-height: normal;
		font-family: "Oswald",Helvetica,Arial,sans-serif;
		letter-spacing:1px;
		color:#FFFFFF;
		
    }
	

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 14px;
    }
	
	.img-tile {
		margin-bottom: 0px;
		
	}
	
	.img-last-tile {
		margin-bottom: 0px;
	}
	
	.btn-group-pathway {
	display: inherit;
	font-family: "Oswald",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	}
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
	
	.btn-group-pathway {
	display: inherit;	
	}
	
	.navbar {
        min-height: 0px;
		max-width:1170px;
		margin-left:auto;
		margin-right:auto;
    }
	
}

@media screen and (max-width:768px) {

	.navbar-toggle {
		background: #000000;
	}
	
	
	
	.navbar-toggle a:visited {
		background: #000000;
	}
	
	td {
		font-size:10px;	
	}
	th {
		font-size:12px;	
	}
	.dropdown-menu {
	background-color:#3a3f44;
	}
	    .navbar-nav {
        font-size: 14px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {

	.navbar {
        min-height: 0px;
		max-width:750px;
		margin-left:auto;
		margin-right:auto;
		
    }
	
	    .navbar-nav {
        font-size: 10px;
    }

}

