@charset "UTF-8";
/* Highlighting */
::selection {
  background: #fff2a8; }

::-moz-selection {
  background: #fff2a8; }

/* Type */
h1, h2, h3, h4, h5, h6 {
  font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: #666; }

h1 {
  font-size: 28px;
  padding: 0 0 10px;
  line-height: 1.2em; }

h2 {
  font-size: 24px;
  padding: 0 0 5px; }

h3 {
  font-size: 22px;
  padding: 0 0 5px; }

h4 {
  font-size: 20px;
  padding: 0 0 5px; }

h5 {
  font-size: 18px;
  padding: 0 0 5px; }

h6 {
  font-size: 16px;
  padding: 0 0 5px; }

.listing-entry-title {
  margin: 0 0 10px;
  font-size: 24px;
  color: #000;
  font-weight: 700; }

p, .p {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.6em;
  color: #182a54;
  font-weight: 300;
  font-family: "Segoe UI", "Open Sans", "Tahoma", "Lucida Grande", sans-serif; }

p small {
  font-size: 14px;
  color: #888; }

b, strong {
  font-weight: bold; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

/* Large intro paragraph for posts */
.single .textcontent > p:first-of-type {
  font-size: 1.5em;
  color: #444; }

/* Colors */
.white {
  color: #fff; }

.black {
  color: #000; }

/* Design */
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff; }

.btn {
  white-space: normal; }

/* Lists */
ol {
  list-style: decimal; }

ul {
  list-style: square; }

ul.styled {
  list-style: none;
  color: #999;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 200; }

ul.styled > li:before {
  content: "»";
  margin-right: 10px; }

#contentcontainer ul {
  font-size: 18px;
  margin-left: 30px;
  margin-bottom: 20px;
  line-height: 1.6em;
  color: #182a54;
  font-weight: 300;
  font-family: "Segoe UI", "Open Sans", "Tahoma", "Lucida Grande", sans-serif; }

/* Blockquotes */
blockquote {
  background: #f1f1f1;
  padding: 20px 20px 20px;
  margin: 30px 0 30px;
  border-left: 5px solid #ddd;
  border-right: 5px solid #afd9f9;
  box-shadow: 0 0 15px #ccc; }

blockquote p {
  color: #666;
  margin-bottom: 18px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22.5px; }

/* Links */
a {
  text-decoration: none;
  color: #002856; }

a:hover, a:active, a:focus {
  color: #0061AA;
  text-shadow: none;
  text-decoration: none; }

/* Spacing */
.nopad {
  padding: 0; }

.pad_v_0 {
  padding-top: 0;
  padding-bottom: 0; }

.pad_v_10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pad_v_20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad_v_30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pad_v_40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pad_h_0 {
  padding-left: 0;
  padding-right: 0; }

.pad_h_10 {
  padding-left: 10px;
  padding-right: 10px; }

.pad_h_20 {
  padding-left: 20px;
  padding-right: 20px; }

.pad_h_30 {
  padding-left: 30px;
  padding-right: 30px; }

.pad_h_40 {
  padding-left: 40px;
  padding-right: 40px; }

.mar_h_0 {
  margin-left: 0;
  margin-right: 0; }

.mar_h_10 {
  margin-left: 10px;
  margin-right: 10px; }

.mar_h_20 {
  margin-left: 20px;
  margin-right: 20px; }

.mar_h_30 {
  margin-left: 30px;
  margin-right: 30px; }

.mar_h_40 {
  margin-left: 40px;
  margin-right: 40px; }

.mar_v_0 {
  margin-top: 0;
  margin-bottom: 0; }

.mar_v_10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mar_v_20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mar_v_30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mar_v_40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mar_v_80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.mar_neg_r_50 {
  margin-right: -50px; }

.mar_neg_l_50 {
  margin-left: -50px; }

/* Layout */
body {
  background: #fff;
  font-family: "Segoe UI", "Open Sans", "Tahoma", "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 148px; }

#footer {
  background: #333E48;
  padding: 50px 0 0; }

#footer h6 {
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px; }

#footer ul {
  list-style: none; }

#footer li a {
  color: rgba(255, 255, 255, 0.6); }

#footer li a:hover {
  color: white; }

.footer-sub {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding: 10px 0 !important;
  margin: 30px auto 0; }

.footer-copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6); }

.footer-social {
  text-align: right; }

.footer-social .fa {
  color: rgba(255, 255, 255, 0.6);
  margin-left: 15px; }

.footer-social .fa:hover {
  color: white; }

/**
 * Add Topnav style here
 */
/* Side Nav */
#sidebar .menu {
  font-size: 16px;
  margin: 20px;
  list-style: none;
  border: 1px solid #ddd;
  background: #fff;
  font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 1px;  }

#sidebar .menu ul {
  font-size: 16px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
  background: #fff;
  font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#sidebar .menu li a {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  border-left: 3px solid transparent;
  display: block; }

#sidebar .menu li:nth-child(even) {
  background: transparent; }

#sidebar .menu li ul.children a {
  padding-left: 30px; }

#sidebar .menu li ul.children li ul.children a {
  padding-left: 50px; }

#sidebar .menu li a:hover {
  border-left: 3px solid transparent;
  background: #f4f7f7; }

#sidebar .menu li.current_page_item > a {
  background: #fff;
  border-left: 3px solid transparent; }

a[data-toggle]:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  display: block; }

.tags {
  font-style: italic;
  color: #777;
  font-size: 12px; }

.widget {
  margin-bottom: 20px; }

/*** Carousel Fade alternative to slide  ***/
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .active {
  opacity: 1; }

.carousel-fade .active.left,
.carousel-fade .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .next.left,
.carousel-fade .prev.right {
  opacity: 1; }

.carousel-caption {
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  width: 100%; }

.carousel-caption p {
  margin-bottom: 0;
  font-size: 130%;
  color: #fff; }

body.logged-in.admin-bar .navbar-fixed-top {
  top: 32px !important; }

textarea,
iframe,
iframe *,
.video-wrapper * {
  max-width: 100% !important; }

.center {
  text-align: center; }

.alignleft {
  float: left;
  margin: 10px 10px 10px 0; }

.alignright {
  float: right;
  margin: 10px 0 10px 10px; }

.aligncenter,
.alignnone {
  display: block;
  margin: 10px auto; }

.borderbox {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  padding: 0;
  width: 100%; }

.grad0 {
  width: 100%;
  max-width: 1800px; }

.grad11 {
  width: 100%;
  max-width: 1125px; }

.grad1 {
  width: 100%;
  max-width: 1200px; }

.grad2 {
  width: 80%;
  max-width: 1000px; }

.grad3 {
  width: 60%;
  max-width: 800px; }

/*
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('assets/fonts/bootstrap/glyphicons-halflings-regular.eot');
  src: url('assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), url('assets/fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype'), url('assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
*/
.topnav {
  background: #333E48; }

.topnav-menu {
  text-align: right;
  margin: 0;
  padding: 0; }

.topnav-menu li {
  display: inline-block;
  padding: 10px;
  font-size: 14px; }

.topnav-menu li a {
  color: rgba(255, 255, 255, 0.8); }

.topnav-menu li a:hover {
  color: #fff; }

.topnav form {
  float: right;
  margin-left: 20px; }

.topnav form input {
  border-radius: 0;
  border: none;
  height: 45px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: none !important;
  color: #fff; }

.topnav form .btn {
  margin: 0;
  margin-left: -4px;
  height: 45px;
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff; }

.topnav form .btn:hover {
  background: #0061AA; }

#menu-quicklinks .give-box a {
  border: 1px solid #ddd;
  padding: 3px 6px; }

#menu-quicklinks .give-box a:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #333E48; }

body.home.page {
  margin-top: 183px; }

.navbar-home {
  margin: 0;
  background: #fff;
  top: 45px; }

.navbar-home .navbar-nav {
  margin-top: 45px;
  transition: all 1s;
  -webkit-transition: all 1s; }

.navbar-brand-home img {
  max-height: 142px;
  padding: 25px 0;
  transition: all 1s;
  -webkit-transition: all 1s; }

.navbar-home .navbar-nav > li {
  font-size: 16px;
  font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

.navbar-home .navbar-nav > li > a {
  padding: 15px 13px 10px;
  background: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #808080;
  transition-timing-function: ease-out;
  border-left: 3px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF; }

.navbar-home .navbar-nav > li > a {
  color: #002856; }

.navbar-home .navbar-nav > li:hover > a {
  background: #FFFFFF;
  color: #0061AA;
  border-left: 3px solid #D18A00;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee; }

.navbar-home.affix .navbar-nav {
  margin-top: 25px; }

.navbar-home.affix .navbar-brand-home img {
  padding: 5px 0;
  max-height: 102px; }

.navbar-home.affix {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); }

.caret {
  display: none; }

.navbar-home .dropdown-menu {
  opacity: 0;
  display: block;
  visibility: hidden;
  box-shadow: none;
  border-radius: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-timing-function: ease-out;
  padding: 15px 20px 0;
  margin: 0;
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #eee;
  border-left: 3px solid #D18A00;
  min-width: 300px; }

.navbar-home .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  background: #FFFFFF;
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #eee;
  border-left: 3px solid #D18A00; }

.navbar-home .dropdown-menu > li > a {
  padding: 20px 0;
  font-size: 14px;
  border-top: 1px solid #eee; }

.navbar-home .dropdown-menu > li:hover > a,
.navbar-home .dropdown-menu > li > a.active,
.navbar-home .dropdown-menu > li > a.focus {
  background: #FFFFFF;
  color: #0061AA; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: transparent; }

.navbar-brand {
  margin: 0;
  padding: 0; }

.navbar-brand img {
  height: 100px;
  margin: 5px 0 0; }

.navbar-nav {
  float: right; }

.navbar-nav > li {
  text-align: center;
  font-size: 14px; }

.navbar-nav > li > a > .fa {
  margin-bottom: 5px; }

.navbar.navbar-site {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); }

.navbar-site .navbar-nav > li > a {
  padding: 15px 20px;
  background: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  color: #808080; }

.navbar-site .navbar-nav > li:hover > a {
  background: #f2f2f2;
  color: #808080; }

.twitter-single-tweet .fa {
  text-align: center;
  color: #e0e0e0;
  display: block;
  margin: 10px auto;
  font-size: 26px; }

.twitter-single-tweet .twitter-at {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 15px;
  font-weight: 700;
  letter-spacing: 1px; }

.twitter-single-tweet .twitter-tweet {
  text-align: center; }

.twitter-single-tweet .twitter-time,
.twitter-single-tweet .twitter-time a {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #808080;
  font-size: 14px;
  text-align: center; }

.instagram-single-pic .fa {
  text-align: center;
  color: #e0e0e0;
  display: block;
  margin: 10px auto;
  font-size: 26px; }

.instagram-single-pic .instagram-at {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 15px;
  font-weight: 700;
  letter-spacing: 1px; }

.instagram-single-pic .instagram-content {
  text-align: center; }

#home-feature-story {
  background-size: cover;
  background-clip: content-box;
  padding-right: 300px;
  background-position: right;
  height: 600px;
  background-repeat: no-repeat;
  position: relative; }

#home-feature-story .box-card-outer {
  position: absolute; }

#home-feature-story .box-card {
  position: absolute;
  background-color: #f9f9f9;
  padding: 30px 50px;
  margin-top: 100px;
  border-right: 30px solid #fff; }

#home-feature-story .box-card h3 {
  color: #0061AA;
  font-size: 36px; }

.box-card-inner {
  padding-top: 20px;
  padding-bottom: 20px; }

.box-card-inner p {
  font-size: 16px; }

.box-card-inner h3 {
  color: #E31F26;
  font-size: 22px;
  margin: 10px 0; }

.col-sm-4:nth-child(2) .box-card-inner {
  background: #f9f9f9;
  padding-left: 30px;
  padding-right: 30px; }

#diocese-map {
  padding-top: 10px; }

.home-feature-story-small {
  background-size: cover;
  background-clip: content-box;
  background-position: center;
  height: 500px;
  background-repeat: no-repeat;
  position: relative; }

.home-feature-story-small .box-card-outer {
  position: relative;
  height: 500px;
  padding: 0; }

.home-feature-story-small .box-card {
  position: absolute;
  bottom: -50px;
  background-color: #002856;
  padding: 30px 50px; }

.home-feature-story-small .box-card h3 a {
  color: #FFFFFF;
  font-size: 26px; }

.fact-card {
  padding: 30px;
  position: relative;
  margin-bottom: 20px; }

.fact-card .fact-number {
  font-size: 80px;
  margin-top: 0;
  line-height: 70px;
  margin-bottom: 30px;
  font-weight: 700; }

.fact-card .fact-title {
  text-transform: uppercase;
  margin: 0;
  font-size: 14px; }

.fact-red {
  background: #E31F26; }

.fact-red p {
  color: #fff; }
/*
.fact-card .btn {
  border-color: rgba(255, 255, 255, 0.2);
  color: transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s; }

.fact-card .btn .fa {
  color: #fff;
  opacity: .5;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  font-size: 30px;
  line-height: 30px; }

.fact-card:hover .btn .fa {
  margin-left: 10px;
  font-size: 14px;
  opacity: 1; }

.fact-card .btn:hover .fa {
  margin-left: 15px; }

.fact-card:hover .btn {
  border-color: #fff;
  color: #fff; }

.fact-card .btn:hover {
  border-color: #0061AA; }
  */

.small-card {
  background-color: #333E48;
  padding: 30px 50px; }

.small-card h3 {
  color: #fff;
  font-size: 26px; }

.small-card {
  margin-bottom: 20px; }

#home-institutes .small-card h3 {
  min-height: 61px; }

#home-institutes .small-card {
  margin-bottom: 20px; }

a.mar_b_first:first-child .small-card {
  background: #E31F26;
  margin-bottom: 20px; }

.watermark {
  background-image: url("/wp-content/uploads/watermark-bottom-side-cut.png");
  background-repeat: no-repeat;
  background-position: bottom right; }

.area-heading {
  color: #002856;
  font-size: 40px;
  padding: 0 15px;
  margin: 0 0 40px;
  line-height: 30px; }

.area-heading span {
  color: #0061AA;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Segoe UI", "Open Sans", "Tahoma", "Lucida Grande", sans-serif; }

.institute-heading {
  color: #fff;
  line-height: normal;
  margin: 50px 0 -50px; }

.i-box-excerpt p {
  font-size: 14px;
  color: #fff; }

.i-box-excerpt {
  opacity: 0;
  height: 0; }

.institute-wrapper:hover .i-box-excerpt {
  opacity: 1;
  height: auto;
  transition: 0.5s opacity;
  -webkit-transition: 0.5s opacity;
  margin-top: -26px; }

.institute-wrapper:hover .i-box-excerpt p {
  height: 68px; }

.institute-wrapper:hover h3 {
  height: 0;
  opacity: 0;
  min-height: 0 !important; }

#home-institutes-outer {
  background: #002856;
  margin-top: 50px;
  background-image: url("/wp-content/uploads/watermark-bottom-side-cut.png");
  background-repeat: no-repeat;
  background-position: bottom right; }

#home-institutes {
  background-size: 60% 700px;
  background-repeat: no-repeat;
  background-position: right; }

.i-box-large-inner h6 {
  color: #fff;
  margin: 0;
  padding: 20px 0 20px;
  font-size: 40px; }

.i-box-large-inner p {
  color: #fff; }

.i-box-image {
  position: absolute;
  margin-top: -50px;
  right: 0; }

.i-box-overlay-outer {
  position: relative; }

.i-box-overlay {
  position: absolute;
  width: 100%;
  height: 600px;
  top: 0;
  background: rgba(0, 0, 0, 0.5); }

.i-box {
  max-width: 100% !important; }

.i-box:nth-child(1) .i-box-inner {
  background: #0061AA; }

.i-box:nth-child(2) .i-box-inner {
  background: #002856; }

.i-box:nth-child(3) .i-box-inner {
  background: #D18A00; }

.i-box:nth-child(4) .i-box-inner {
  background: #002856; }

.i-box:nth-child(5) .i-box-inner {
  background: #333E48; }

.i-box:nth-child(6) .i-box-inner {
  background: #AB0B11; }

#home-social .col-sm-4 {
  padding: 0 30px; }

.tagline-text {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  padding: 0 0 20px;
  margin: -20px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #D18A00; }

.see-more a {
  color: transparent; }

.fact-card:hover .see-more a {
  color: #fff; }

.smokescreen {
  background: rgba(0, 0, 0, 0.2); }

#titlebar {
  background-size: cover;
  background-position: top center;
  position: relative; }

#titlebar h1 {
  margin: 0;
  padding: 220px 0 50px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 45px; }

#titlebar.titlebar-image-center {
  background-repeat: no-repeat;
  background-size: inherit; }

.titlebar-tab {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.titlebar-tab-inner {
  background: #0061AA;
  padding: 10px 10px;
  display: inline-block; }

.titlebar-tab p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  letter-spacing: 0.5px; }

#crumbtrail {
  background: #0061AA;
  padding: 40px 0; }

#crumbtrail h6 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700; }

#crumbtrail ul {
  list-style: none; }

#crumbtrail p, #crumbtrail li {
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  line-height: 1.4em; }

#crumbtrail a {
  color: #D0EBFF; }

#crumbtrail li.current_page_item a {
  color: #fff;
  font-weight: 400; }

#crumbtrail a:hover {
  color: #fff; }

#breadcrumbs span a, .breadcrumb_last {
  margin: 0 6px;
  color: #fff; }

#news-events-archive {
  padding: 50px 0; }

.story-wide {
  background-size: cover;
  background-position: top; }

.story-wide .storypad {
  height: 500px;
  padding: 40px;
  background: rgba(209, 50, 57, 0.86); }

.story-wide .storypad p, .story-wide .storypad h3 {
  color: #fff; }

.news-item {
  background-size: cover;
  background-position: top;
  margin-bottom: 50px; }

.news-item .itempad > .fa {
  background: #E31F26;
  color: #FFFFFF;
  font-size: 26px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  left: -40px;
  top: -10px;
  position: absolute; }

.news-item .itempad {
  height: 300px;
  padding: 40px;
  background: rgba(0, 97, 170, 0.9);
  border-left: 10px solid #002856; }

.news-item .itempad p,
.news-item .itempad h3 {
  color: #fff; }

.subheading {
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 25px; }

.btn-main {
  border-radius: 0;
  border: 1px solid #fff;
  padding: 10px 40px;
  color: #fff;
  background: transparent;
  margin: 20px 0; }

.btn-main:hover {
  background: #fff;
  color: #333; }

.btn-box {
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 10px 35px;
  color: #5F5F5F;
  background: transparent;
  margin: 20px 0;
  font-weight: 700;
  text-transform: uppercase; }

.btn-hover-right .fa {
  margin-left: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s; }

.btn-hover-right:hover .fa {
  margin-left: 30px; }

.btn-hover-left .fa {
  margin-right: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s; }

.btn-hover-left:hover .fa {
  margin-right: 30px; }

.btn-box:hover {
  background: #0061AA;
  color: #fff;
  border-color: #0061AA; }

.btn-color-white {
  color: #fff; }

#maincontent h2,
#diocese-map h2 {
  margin: 20px 0;
  padding: 0;
  color: #0061AA;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 700; }

.section-container:first-child {
  padding-top: 60px; }

.section-container {
  padding-bottom: 60px; }

.section-quote {
  padding-top: 0 !important; }

.section-quote-inner {
  padding: 30px 0;
  background: #F4F6FF; }

.section-quote-author {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  font-weight: 700;
  letter-spacing: 2px; }

.section-quote-text p {
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px; }

.section-video p {
  text-align: center;
  font-size: 14px;
  margin: -6px 0 0;
  background: #f1f1f1;
  padding: 10px; }

.section-image img {
  margin: 0 auto; }

.section-image p {
  text-align: center;
  margin: 5px 0; }

.section-info-block {
  background: #002856;
  padding: 30px 0; }

.section-info-block p.info-block-title {
  color: #FFFFFF;
  font-size: 28px;
  font-family: "Palatino Linotype", Georgia, "Times New Roman", serif; }

.section-info-block .info-block-content p {
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Segoe UI", "Open Sans", "Tahoma", "Lucida Grande", sans-serif; }

.panel-heading {
  background: #E31F26 !important; }

.panel-title a {
  color: #fff; }

.panel-title:hover a, .panel-title:active a, .panel-title:focus a {
  color: #ddd !important; }

.section-number-card {
  text-align: center; }

.section-number-number {
  text-align: center;
  font-size: 66px;
  color: #0061AA;
  font-weight: 900;
  margin: 0;
  display: inline-block;
  background: #ddd;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  line-height: 190px; }

.section-number-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  background: #E31F26;
  color: #fff;
  padding: 20px;
  display: inline-block;
  width: 100%;
  border-radius: 25px;
  margin-top: -35px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 1px; }

.section-number-column-top {
  background: #E31F26;
  min-height: 50px;
  border-radius: 25px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin: 0;
  border-top: 5px solid #f1f1f1; }

.section-number-column-number {
  background: #f1f1f1;
  font-size: 55px;
  text-align: center;
  color: #0061AA;
  font-weight: 900;
  margin: 0 30px;
  padding: 20px; }

.section-number-column-title {
  background: #E31F26;
  min-height: 90px;
  color: #fff;
  border-radius: 25px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 5px solid #f1f1f1;
  text-align: center;
  margin: 0;
  padding: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 1px; }

.staff-person img,
.rector img {
  border-radius: 50%; }

.staff-person,
.rector {
  border-bottom: 1px solid #eeeeee; }

.staff-person:last-child,
.rector:last-child {
  border-bottom: none; }

.event-meta p {
  color: #fff;
  text-align: center;
  font-size: 20px !important; }

.section-subpages {
  background: #002856;
  padding: 10px 0 !important;
  margin-bottom: 30px; }

.section-buttons {
  margin-top: -50px; }

.section-buttons .btn {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%; }

.btn-blue {
  background: #0061AA;
  color: #fff;
  border-color: #0061AA; }

.btn-red {
  background: #E31F26;
  color: #fff;
  border-color: #E31F26; }

.btn-dark {
  background: #333E48;
  color: #fff;
  border-color: #333E48; }

.btn-blue-outline {
  color: #0061AA;
  border-color: #0061AA; }

.btn-hover-red:hover {
  background: #E31F26;
  color: #fff;
  border-color: #E31F26; }

.sharebar .btn {
  width: 100%; }

.sharebar .btn .fa {
  margin-right: 10px; }

.minor-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px; }

.section-table.no_horizontal table > thead > tr > th {
  border-bottom: none !important; }

.section-table.no_horizontal table > tbody > tr > td {
  border-top: none !important; }

.section-table.show_vertical table > thead > tr > th,
.section-table.show_vertical table > tbody > tr > td {
  border-left: 1px solid #ddd !important; }

.section-gallery ul {
  list-style: none;
  margin: 0 !important; }

.section-gallery ul li {
  text-align: center; }

.section-gallery ul li img {
  display: block;
  margin: 0 auto; }

.section-gallery ul li p {
  padding: 10px 15px;
  font-size: 14px; }

.mapp-layout {
  margin: 0 0 20px !important; }

.mapp-map-links {
  border: none !important; }

/** Gravity Forms **/
.gform_body ul {
  list-style: none; }

.gfield {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px; }

.gfield_label {
  display: inline;
  margin: 17px auto;
  padding: 0 20px;
  color: #0061AA; }

.ginput_container label {
  color: #D18A00;
  padding: 5px 20px;
  font-weight: normal; }

.ginput_container input,
.gform_wrapper input[type=text],
.ginput_container textarea {
  background: #fff;
  padding: 15px !important;
  border: 1px solid #ddd;
  width: 100%; }

.gfield_select,
.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
  display: inline;
  margin: 0 15px 0 0; }

.ginput_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #ddd;
  padding: 15px;
  width: 100%; }

.gfield_password_strength {
  background: #eee;
  padding: 10px 20px; }

.gform_validation_container {
  visibility: hidden;
  height: 0; }

.gform_button {
  background: #0061AA;
  color: #FFFFFF;
  padding: 15px 20px;
  width: 100%;
  border: 0px solid #ddd; }

.gform_button:hover {
  opacity: .9; }

.gfield_required,
.gform_card_icon_container,
.ginput_card_security_code_icon {
  display: none; }

.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
  width: 100% !important; }

#author-byline p {
  font-style: italic; }

.tag-single {
  padding: 5px 9px;
  background: #f1f1f1;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 7px;
  border-left: 2px solid #0061AA;
  font-size: 14px; }
.col-sm-4:nth-child(3n+1){
  clear: both;
  }

ul.sidebar-nav, ul.sidebar-nav ul.sub-menu {
  list-style-type: none;
}

ul.sidebar-nav > li > a {
  padding: 15px 30px;
  border-bottom: 1px solid #ddd;
  display: block;
}

ul.sidebar-nav > li:first-child > a {
  border-top: 1px solid #ddd;
}

/* New Sidebar Menu */

.btn-side-open {
  padding: 5px 10px;
  margin-top: -7px;
  background: rgba(0,0,0,0.3);
  margin-left: 5px;
  margin-bottom: -5px;
}
#sidebar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 6000;
  padding: 0;
  box-shadow: 0px 0px 19px #666;
  background: #fff;
  overflow-y: scroll;
}
#sidebar h2 {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding: 25px 5px 15px;
  margin: 0;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000;
}
#sidebar .menu {
  border: none;
}
#sidebar .menu li.page_item_has_children > a::before,
#sidebar .menu li.menu-item-has-children > a::before {
font-family: fontawesome ;
content: "\f067" !important;
color: #000 ;
margin-right: .5em;
}
#sidebar .menu li ul.children a::before,
#sidebar .menu li ul.collapse a::before {
font-family: fontawesome ;
content: "\f105";
color: #000 ;
margin-right: .5em;
}
#sidebar .menu li ul.children a,
#sidebar .menu li ul.collapse a {
  padding-left: 20px;
  transition: all 1s;
}
#sidebar .menu li a {
  font-size: 14px;
}
#sidebar .menu li ul.children li ul.children a {
  padding-left: 40px;
}
#sidebar .menu li ul.children li ul.children a::before {
  font-family: fontawesome ;
  content: "\f101";
  color: #000 ;
  margin-right: .5em;
}
#sidebar .menu li.current_page_item > a, #sidebar .menu li.current_page_ancestor > a {
  border-left: 3px solid #D18A00;
  color: #0061AA;
  background: #f4f7f7;
}
#sidebar .menu {
  margin: 0;
}
#titlebar {
  border-bottom: 10px solid #0061AA;
}
.btn-hide {
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 10px;
}
.menu-left-tab {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5900;
}
.menu-left-tab .btn {
  border-radius: 0;
  padding: 20px;
  border-radius: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  height: 100px;
  width: 100px;
  }

/* Media Queries */

@media (max-width: 767px) {
  #sidebar {
    width: 100%;
  }
  .btn-side-open {
    margin-top: 0;
  }
  .topnav #searchform .form-group {
    display: inline-block; }
  ul.sidebar-nav {
    margin: 20px;
  }
  .fact-card .fact-number {
    font-size: 40px;
  }
  .mobile-nav-left {
    padding-right: 10px;
    border-right: 1px solid #ddd; }

  .mobile-nav-right {
    padding-left: 10px; }

  .mobile-nav-left li {
    text-align: right; }

  .mobile-nav-right li {
    text-align: left; }

  .fact-card .btn {
    color: #fff;
    padding-right: 15px;
    padding-left: 15px; }

  .navbar-header {
    text-align: center; }

  nav.navbar-home .navbar-toggle {
    display: none; }

  .navbar-fixed-bottom .navbar-toggle {
    background: #333E48;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    box-shadow: 0px 0px 10px #FFF;
    margin-right: 10px; }

  .navbar-fixed-bottom .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 28px; }

  .navbar-fixed-bottom .container > .navbar-collapse {
    margin: 0;
    background: #333E48; }

  .navbar-nav > li > a {
    padding: 5px;
    color: #fff; }

  .navbar-nav {
    float: none; }

  #home-feature-story {
    padding: 0;
    background-size: 100%;
    background-position: top;
    height: auto; }

  #home-feature-story .box-card {
    position: relative;
    margin-top: 200px;
    border-right: none; }

  .container > .navbar-header {
    margin: 0; }

  #home-feature-story .box-card-outer {
    position: relative; }

  .navbar-brand-home img {
    padding: 5px !important;
    width: 225px;
    margin: 0 auto;
    display: block; }

  body {
    margin-top: 138px; }

  body.home.page {
    margin-top: 75px; }

  .home-feature-story-small {
    margin-bottom: 60px; }

  body.home.page .mar_v_80 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .area-heading {
    line-height: 1em; }

  #footer h6 {
    margin: 30px 0 10px; }

  .footer-social {
    text-align: center; }

  .institute-heading {
    margin: 30px 0 -20px; }

  .i-box {
    margin-bottom: 20px; }

  .i-box-image {
    position: relative; }

  .i-box-large-inner h6 {
    padding-top: 0; }

  .story-wide .storypad {
    height: auto; }

  .tagline-text {
    padding: 0 20px 20px;
    margin-bottom: 0; }

  #footer img {
    margin: 20px auto 0 !important;
    width: 100px !important; }

  #titlebar h1 {
    padding: 200px 10px 70px;
    font-size: 25px; }

  #crumbtrail {
    padding: 0; }

  #crumbtrail h6 {
    padding: 15px 0 0; }

  .grad3, .grad2 {
    width: 90%; }

  .news-item .itempad > .fa {
    margin: 0 auto;
    top: -40px;
    right: 0;
    left: 0;
    font-size: 24px;
    line-height: 60px;
    height: 60px;
    width: 60px; }

  .event-meta p {
    font-size: 18px !important;
    padding: 10px;
    line-height: 1em !important; }

  .pad_h_40 {
    padding-right: 20px;
    padding-left: 20px; }

  .pad_v_40 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .sharebar .btn-box {
    margin: 10px 0; }

  .staff-person.container .col-xs-3 {
    padding: 10px; }

  .staff-person.container .col-xs-9 {
    padding: 10px 20px; }

  .listing-entry-title {
    font-size: 20px; }

  .panel .pad_h_40 {
    padding-right: 0;
    padding-left: 0; }

  .fact-card .btn .fa {
    font-size: 18px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .navbar-brand-home img {
    width: 200px;
    margin-left: 10px; }

  body {
    margin-top: 130px; }

  #titlebar h1 {
    padding-left: 10px; }

  .twitter-single-tweet .twitter-tweet {
    font-size: 16px; }

  .navbar-home .navbar-nav > li {
    font-size: 14px; }

  #news-events-archive.grad2, .section-article-medium {
    width: 100%;
    max-width: 1000px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .navbar-home .navbar-nav > li {
    font-size: 13px; }

  .navbar-home .navbar-nav {
    margin-top: 0 !important; }

  .navbar-brand-home img {
    max-height: 80px !important;
    padding: 10px 0 0 !important;
    margin: 0 auto; }

  .navbar-header {
    width: 100%; }

  .navbar-brand-home {
    display: block; }

  .grad2 {
    width: 90%; }

  .grad3 {
    width: 80%; }

  #titlebar h1 {
    padding-left: 10px; }

  #news-events-archive .news-item img, .section-article-medium .news-item img {
    height: 300px;
    max-width: inherit;
    width: 100%; }

  .news-item .itempad {
    background: #0061aa; }

  .sharebar.grad2 {
    width: 100%; } }
@media (min-width: 900px) {
  .i-box {
    max-width: 285px; }
  }
@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    /*enable dropdown menu on hover*/ } }

/*# sourceMappingURL=custom.css.map */
