/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   St Joseph's styles
   ========================================================================== */

body { 
	background: url(../img/background.jpg) repeat-x left top #C15B39;
	color: #FFF;
}
a { 
	text-decoration: none; 
	color: #FFF;
	font-weight: bold;
}
a:hover {
	color: #FFDC72;
}
h1 {
	margin: 0 0 8px 0;	
	letter-spacing: -0.03em;
	font-size: 2.3em;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial; font-weight: 800; font-style: normal;
}
h2 {
	margin: 0 0 12px 0;
	letter-spacing: -0.03em;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial; font-weight: 700; font-style: normal;
}
h3 {
	margin: 0 0 18px 0;
	letter-spacing: -0.03em;	
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial; font-weight: 400; font-style: normal;
}
h4 {
	margin: 0 0 18px 0;
	letter-spacing: -0.03em;	
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial; font-weight: 800; font-style: normal;
}
p {
	font-size: 0.9em;
	color: #FFDC72;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial; font-weight: 400; font-style: normal;
}
ul {
	padding: 0px;
	margin: 0px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial; font-weight: 400; font-style: normal;
}
.wrapper {
	width: 1050px;
	margin: 0 auto;	
	z-index: 1;
	position: relative;
	background: url(../img/brown-background.png) repeat top left;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
header {
	position: absolute;
	z-index: 2;
	width: 1140px;
	margin: 0 0 0 -52px;
}
hr {
	border-top: 1px solid #581E00;
	margin: 20px 0;
}
.home-header {
	background: url(../img/home-header.png) top center no-repeat;	
	height: 460px;
}
.content-header {
	background: url(../img/content-header.png) top center no-repeat;	
	height: 460px;
}
.content {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 1;	
}
img.img-border {
	border-bottom: 10px #000 solid;
}
.left-column {
		float: left;	
		width: 330px;
        margin-top: 25px;
}
.right-column {
		float: right;
		width: 580px;
}
.home-margin {
	margin-top: 360px;	
}
ul.main-menu {
	float: right;
	list-style: none;
	margin: 66px 0 0 0;
}
ul.main-menu li {
	float: left;	
	padding: 12px 20px;
	background: url(../img/main-menu.png) repeat-x top left;
	margin-left: 6px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	-webkit-box-shadow: 0px 9px 23px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 9px 23px rgba(0, 0, 0, 1);
	box-shadow:         0px 9px 23px rgba(0, 0, 0, 1);
}
ul.main-menu li a {
	color: #FFF;	
}
ul.main-menu li:hover {
	background-position: 0px -85px;	
}
ul.main-menu .active {
	background: url(../img/main-menu-active.png) repeat-x top left;	
	position: relative;
	z-index: 3;
}
ul.main-menu .active:before {
	background: url(../img/menu-arrow.png) top center no-repeat;
	width: 100%;
	height: 12px;
	top: 46px;
	left: 0px;
	display: block;
	content: ' ';
	position: absolute;
}
ul.main-menu .active:hover {
	background-position: 0px 0px;	
}
ul.main-menu img {
	margin: 0 8px 0 0;	
	float: left;
}
.text-yellow {
	color: #FFDC72;	
}
.text-black {
	color: #000;
}
.logo {
	float: left;
	margin: 16px 0 0 55px;
}
.search-form {
	float: right;	
	margin: 20px 60px 0 0;
}
.search-field {
	height: 36px;
	background: url(../img/search-form-background.png) -3px -1px no-repeat;
	padding: 0 0 0 32px;
	color: #444;
	border: 0 none;
	display: block;
	border-radius: 5px;
	-webkit-box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 6px 18px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 6px 18px rgba(0, 0, 0, 0.5);
	width: 180px;
	font-size: 0.9em;
}
.news-box {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	border: 4px solid #AE7700;
	background: url(../img/news-box-background.png) repeat-x top left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	color: #31313F;
	padding: 15px 15px 25px 15px;
}
.news-box p {
	margin: 0 0 4px 0;	
	font-size: 0.9em;
	color: #000;
}
ul.generic-list {
	padding: 0px;
	list-style: none;
	margin: 0 0 20px 0;
}
.brown-btn {
	background: url(../img/main-menu.png) repeat-x top left;
	margin-left: 6px;
	color: #FFF;
}
.brown-btn:hover {
	background-position: 0px -85px;	
}
.margin-80 {
	margin-top: 100px;
}
.btn-medium {
	padding: 12px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 9px 23px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 9px 23px rgba(0, 0, 0, 1);
	box-shadow:         0px 9px 23px rgba(0, 0, 0, 1);
	display: inline-block;
	margin: 0px;
	font-size: 1.2em;
}
ul.house-points {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.house-points li {
	float: left;
	margin-right: 12px;	
	text-align: center;
	font-size: 1.1em;
}
.circle {
	width: 110px;
	height: 110px;
	margin-bottom: 8px;
	color: #000;	
}
.circle p {
	padding-top: 40px;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
}
.blue {
	background: url(../img/house-blue.png) top center no-repeat;	
}
.yellow {
	background: url(../img/house-yellow.png) top center no-repeat;	
}
.red {
	background: url(../img/house-red.png) top center no-repeat;	
}
.green {
	background: url(../img/house-green.png) top center no-repeat;	
}
.twitter-bird {
	margin: 10px 0;
    visibility: hidden;	
}
.twitter-bird img {
	float: left;
	margin: 0 15px 0 0;
}
.base-margin {
	margin-bottom: 25px;	
}
footer {
	width: 100%;
	background: #003168;
min-width:1200px;
}
.content-base {
	padding-bottom: 140px;	
}
.footer-base {
	padding-bottom: 50px;
}
.top-padding {
	padding-top: 25px;
}
.grass {
	background: url(../img/grass-background.png) repeat-x top left;
	height: 168px;
	border-bottom: 5px solid #2A7E00;
	z-index: 10;
	position: relative;
	margin-top: -120px;
width:100%;
min-width:1200px;
}	
.logos-tube {
	height: 90px;
	background: url(../img/logos-tube-background.png) repeat-x top center;
	width: 100%;
	border-bottom: 6px solid #3D1500; 
	position: relative;
	z-index: 30;	
width:100%;
min-width:1200px;
}
.inner {
	width: 980px;
	margin: 0 auto;	
}
ul.base-logos {
	list-style: none;
	float: left;	
}
ul.base-logos li {
	float: left;	
}
.base-image {
	float: right;
	margin: -50px -30px 0 0;
}
ul.footer-links {
	list-style: none;	
}
ul.footer-links li {
	width: 230px;	
	border-bottom: 1px solid #591E00;
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	font-size: 0.9em;
}
ul.footer-links a {
	color: #FFDC72;
	font-weight: bold;
}
ul.footer-links a:hover {
	color: #FFFFFF;	
}
footer h2 { 
	margin: 0 0 20px 0;
}
.col-third {
	width: 300px;
	float: left;
}
.col-margin {
	margin-right: 40px;	
}
img.telephone-icon {
	margin: -4px 11px 0 0;
}
img.shield {
	float: right;	
}
.pull-right {
	float: right;
	text-align: right;	
}
ul.side-menu {
	list-style: none;	
	margin: 30px 0 50px 0;
	
}
ul.side-menu li {
	margin: 0 0 8px 0;	
	padding: 0 0 8px 0;
	border-bottom: 1px solid #602000;
}
ul.side-menu li a {
	font-weight: bold;
	font-size: 1.1em;	
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* Dropdown Menu */

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 900;
  display: none;
  float: left;
  width: 250px;
  padding: 2px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #F6C200;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

li.dropdown:hover ul.dropdown-menu{
    display: block;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
ul.dropdown-menu li {
  padding: 6px 0 6px 0;
  width: 240px;
  border-radius: 0px;
  font-size: 0.9em;
  font-weight: bold;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-bottom: 1px solid #E9B300;
  background-image: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
     -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

ul.dropdown-menu li a {
  display: block;
  padding: 3px 12px;
  clear: both;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  background-image: none;
  background: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-image: none;
}
.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}