/* Shared Wrappers */
/* ---------------------------------------------------------------------------------------------------- */
html, body, input, textarea {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #666666; }

html, body {
  background: white; }

#main {
  padding-top: 40px;
  border-top: solid 30px #fe682c; }
  @media only screen and (max-width: 768px) {
    #main {
      border-top: none;
      margin-left: 5px;
      margin-right: 5px; } }

#nav, .quoteContainer, .pageTitle {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

img {
  border: none; }

a.backToTop:link,
a.backToTop:visited {
  position: relative;
  display: block;
  border-top: solid 4px #f6f0e1;
  text-align: center;
  text-transform: uppercase;
  height: 120px;
  line-height: 150px;
  color: #f6f0e1;
  font-weight: 700; }

a.backToTop:hover,
a.backToTop:active {
  text-decoration: none; }

a.backToTop:before {
  content: "";
  width: 54px;
  height: 34px;
  background: url(../img/toTopArrow.png);
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -27px;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a.backToTop:before {
      background-image: url("../img/toTopArrow@2x.png");
      -webkit-background-size: 54px 34px;
      -moz-background-size: 54px 34px;
      -o-background-size: 54px 34px;
      background-size: 54px 34px; } }

a.backToTop:hover:before,
a.backToTop:active:before {
  top: 10px; }

/* Header */
/* ---------------------------------------------------------------------------------------------------- */
#header {
  overflow: visible; }
  @media only screen and (max-width: 480px) {
    #header {
      overflow: hidden; } }

@media only screen and (max-width: 480px) {
  #header .container {
    padding: 0; } }

#skipToContentContainer {
  background: #fe682c;
  height: 15px;
  overflow: hidden; }

#skipToContentContainer p {
  display: block;
  background: #db5d2a;
  height: 15px;
  margin: 0 -30px; }

#skipToContentContainer p span {
  display: block;
  height: 15px;
  background: #0d2c63;
  margin: 0 30px; }

#skipToContentContainer a:link,
#skipToContentContainer a:visited {
  color: white;
  font-size: 12px;
  text-align: center;
  display: block;
  outline: none;
  line-height: 15px; }

#headerRow {
  position: relative; }

#headerRow .description {
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 20px;
  margin: -28px 25px 0 0;
  font-size: 20px;
  font-style: italic;
  color: #0d2c63; }
  @media only screen and (max-width: 992px) {
    #headerRow .description {
      position: static;
      top: auto;
      right: auto;
      display: block;
      text-align: center;
      padding: 20px;
      line-height: 1.3em; } }

#logo {
  display: block;
  overflow: hidden;
  width: 279px;
  height: 112px;
  margin: 30px 0 25px 10px; }
  @media only screen and (max-width: 992px) {
    #logo {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; } }

#logo a:link,
#logo a:visited {
  display: block;
  width: 279px;
  height: 112px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #logo a:link,
    #logo a:visited {
      background-image: url("../img/accessLogo@2x.png");
      -webkit-background-size: 279px 112px;
      -moz-background-size: 279px 112px;
      -o-background-size: 279px 112px;
      background-size: 279px 112px;
      text-indent: -9999px; } }

/* Nav */
/* ---------------------------------------------------------------------------------------------------- */
#nav {
  display: block;
  font-size: 16px;
  border-top: solid 1px #cfd5e0;
  text-align: center; }
  @media only screen and (max-width: 992px) {
    #nav {
      position: static;
      text-align: center;
      bottom: auto;
      right: auto;
      width: 100%;
      border-top: solid 1px #f6f0e1;
      padding-top: 10px; } }
  @media only screen and (max-width: 480px) {
    #nav {
      border: none;
      padding-top: 0; } }

#nav li {
  position: relative;
  display: inline-block;
  margin: 0; }
  @media only screen and (min-width: 1200px) {
    #nav li {
      margin: 0 0 0 20px; } }
  @media only screen and (max-width: 1200px) {
    #nav li {
      margin-left: 15px; } }
  @media only screen and (max-width: 992px) {
    #nav li {
      float: none;
      display: inline-block;
      margin: 0 10px; } }
  @media only screen and (max-width: 480px) {
    #nav li {
      display: block;
      float: none;
      margin: 0; } }

#nav li:first-child {
  margin-left: 0; }

#nav li a:link, #nav li a:visited {
  display: block;
  padding: 15px 5px 20px 5px;
  margin: 0 2px;
  color: #666666; }
  @media only screen and (max-width: 480px) {
    #nav li a:link, #nav li a:visited {
      border-bottom: solid 1px #f6f0e1;
      padding: 15px 0; } }

#nav li a:hover, #nav li a:active,
#nav li a.current-page-ancestor:link, #nav li a.current-page-ancestor:visited {
  border-bottom: solid 5px #666666;
  padding-bottom: 15px;
  text-decoration: none; }
  @media only screen and (max-width: 480px) {
    #nav li a:hover, #nav li a:active,
    #nav li a.current-page-ancestor:link, #nav li a.current-page-ancestor:visited {
      border-bottom: solid 1px #f6f0e1;
      padding: 15px 0;
      color: #fe682c; } }

#nav li a.current-menu-item:link, #nav li a.current-menu-item:visited {
  color: #fe682c;
  border-bottom: solid 5px #0d2c63;
  padding-bottom: 15px;
  cursor: default; }

/* Sub Nav */
/* ---------------------------------------------------------------------------------------------------- */
.subMenuWrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 2px;
  width: 210px;
  background: #0d2c63;
  color: white;
  z-index: 999;
  font-size: 14px;
  line-height: 140%;
  text-align: left; }
  @media only screen and (max-width: 480px) {
    .subMenuWrapper {
      position: static;
      top: auto;
      left: auto;
      width: auto;
      margin: 0 2px;
      background: #f6f0e1;
      text-align: center; } }

.subMenu {
  background: #0d2c63; }
  @media only screen and (max-width: 480px) {
    .subMenu {
      background: #f6f0e1; } }

#nav li:hover .subMenuWrapper {
  display: block; }
  @media only screen and (max-width: 480px) {
    #nav li:hover .subMenuWrapper {
      overflow: hidden;
      height: 0px; } }

#nav li .subMenuWrapper.open,
#nav li:hover .subMenuWrapper.open {
  display: block;
  height: auto; }

#nav li .subMenuWrapper li {
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #354e7b;
  display: block; }

#nav .subMenuWrapper li a:link,
#nav .subMenuWrapper li a:visited {
  padding: 15px 15px;
  margin: 0;
  color: white; }
  @media only screen and (max-width: 480px) {
    #nav .subMenuWrapper li a:link,
    #nav .subMenuWrapper li a:visited {
      color: #0d2c63;
      border: none; } }

#nav .subMenuWrapper li a:hover,
#nav .subMenuWrapper li a:active {
  color: white;
  opacity: 0.8; }
  @media only screen and (max-width: 480px) {
    #nav .subMenuWrapper li a:hover,
    #nav .subMenuWrapper li a:active {
      color: #0d2c63;
      border: none; } }

#nav .subMenuWrapper li a:hover, #nav .subMenuWrapper li a:active {
  border: none;
  margin: 0; }

#nav .subMenuWrapper li.current-menu-item a:link,
#nav .subMenuWrapper li.current-menu-item a:visited {
  border: none;
  background: #244372;
  color: white;
  margin: 0; }

#nav .subMenuWrapper li.current-menu-item a:hover,
#nav .subMenuWrapper li.current-menu-item a:active {
  opacity: 1; }

#headerRow .col-sm-12 {
  padding: 0;
  margin: 0; }

/* Quote */
/* ---------------------------------------------------------------------------------------------------- */
.quoteContainer {
  background: #0d2c63;
  color: white;
  text-align: center;
  padding: 25px 0;
  font-size: 23px; }

/* Responsive Nav */
/* ---------------------------------------------------------------------------------------------------- */
#toggleMenuContainer {
  background: #0d2c63;
  color: white;
  text-align: center;
  padding: 0 0;
  font-size: 23px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  display: none; }
  @media only screen and (max-width: 480px) {
    #toggleMenuContainer {
      display: block; } }

@media only screen and (max-width: 480px) {
  #nav {
    display: none; } }

#nav.open {
  display: block; }

#toggleMenuContainer a.toggleMenu:link,
#toggleMenuContainer a.toggleMenu:visited {
  display: block;
  padding: 30px 0;
  color: white;
  font-size: 30px; }

#toggleMenuContainer a.toggleMenu:hover,
#toggleMenuContainer a.toggleMenu:active {
  text-decoration: none;
  opacity: 0.8; }

#toggleMenuContainer a.toggleMenu:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  font-size: 28px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: -15px 0 0 0; }

/* Top Widgets */
/* ---------------------------------------------------------------------------------------------------- */
#topWidgets {
  background: #0d2c63;
  color: white;
  text-align: center;
  padding: 15px 0;
  font-size: 23px; }

/* Page */
/* ---------------------------------------------------------------------------------------------------- */
.pageTitle {
  font-size: 30px;
  display: block;
  border-bottom: solid 4px #f6f0e1;
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  min-height: 40px;
  line-height: 1.2em; }

.pageTitle a:link,
.pageTitle a:visited,
.pageTitle span {
  display: block;
  float: left;
  min-height: 40px;
  margin-bottom: -4px;
  padding-bottom: 25px;
  color: #0d2c63; }

.pageTitle a:hover,
.pageTitle a:active {
  text-decoration: none; }

.pageTitle.archivePostTitle {
  font-size: 23px;
  border: none;
  margin: 0; }

.pageTitle.archivePageTitle {
  padding-bottom: 25px; }

/* Post Content */
/* ---------------------------------------------------------------------------------------------------- */
.postContent {
  font-size: 13px;
  line-height: 1.4em;
  padding-bottom: 40px; }

.postContent p, .postContent ul, .postContent ol {
  padding: 0 0 1.5em 0; }

.postContent ul, .postContent ol {
  padding-left: 2em; }

.postContent ul {
  list-style: disc; }

.postContent ol {
  list-style: decimal; }

.postContent li {
  padding-bottom: 0.5em; }

@media only screen and (max-width: 768px) {
  .postContent img {
    width: 100%;
    height: auto;
    margin-bottom: 20px; } }

.postContent a:link, .postContent a:visited {
  border-bottom: dotted 1px #fe682c;
  color: #fe682c; }

.postContent a:hover, .postContent a:active {
  border-style: solid;
  text-decoration: none; }

.postContent h1, .postContent h2, .postContent h3, .postContent h4 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.postContent h1 {
  color: #0d2c63;
  font-size: 30px;
  padding: 0.5em 0 1em 0;
  font-weight: 700; }

.postContent h2 {
  color: #fe682c;
  font-size: 19px;
  padding: 0.5em 0 1em 0; }

.postContent h3 {
  color: #0d2c63;
  font-size: 13px;
  padding: 0.5em 0 1em 0; }

.postContent h4 {
  border-top: dotted 1px #fe682c;
  color: #0d2c63;
  padding: 1em 0 1em 0;
  margin-top: 1em;
  font-size: 19px; }

.postContent h5 {
  color: #797979;
  padding: 0.5em 0 1em 0;
  font-size: 19px;
  font-style: italic; }

.postContent h6 {
  color: #fe682c;
  font-size: 13px;
  padding: 0.5em 0 0.5em 0;
  font-weight: 700; }

.postContent table {
  width: 100%;
  margin: 0 0 40px 0; }

.postContent tr {
  border-bottom: solid 1px #f6f0e1; }

.postContent table tr:first-child {
  border-bottom: solid 4px #f6f0e1; }

.postContent th {
  color: #890019;
  text-align: left; }

.postContent th, .postContent td {
  padding: 10px 10px 10px 0; }

.postMeta {
  color: #797979;
  font-style: italic; }

.pagination {
  padding: 0;
  margin: 0 0 40px 0; }

.pagination .page-numbers {
  padding: 5px 10px;
  background: white;
  border: solid 1px #ebedf0; }

.pagination .page-numbers.current {
  background: #ebedf0; }

/* Latest News */
/* ---------------------------------------------------------------------------------------------------- */
#latestNews .pageTitle {
  min-height: 30px;
  font-size: 23px;
  margin-bottom: 15px; }

#latestNews img {
  width: 100%;
  height: auto;
  margin-bottom: 15px; }

#latestNews .pageTitle a:link,
#latestNews .pageTitle a:visited {
  min-height: 30px; }

.latestNewsPost .postTitle {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 0.5em 0;
  color: #666666; }

.latestNewsPost .postTitle a:link,
.latestNewsPost .postTitle a:visited {
  color: #666666; }

.latestNewsPost .postTitle a:hover,
.latestNewsPost .postTitle a:active {
  text-decoration: none;
  opacity: 0.8; }

.homeWidget .postContent {
  font-size: 12px;
  line-height: 1.3em;
  padding-bottom: 25px; }

.homeWidget .postContent p {
  padding: 0 0 0.5em 0; }

a.readMoreLink:link, a.readMoreLink:visited {
  background: #a3d2e1;
  color: white;
  display: block;
  float: left;
  position: relative;
  padding: 5px;
  margin-top: 5px;
  border: none; }

a.readMoreLink:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 10px;
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #a3d2e1; }

a.readMoreLink:hover, a.readMoreLink:active {
  text-decoration: none;
  background: #fe682c; }

a.readMoreLink:hover:before,
a.readMoreLink:active:before {
  border-bottom: 7px solid #fe682c; }

/* Fixed Content Widgets */
/* ---------------------------------------------------------------------------------------------------- */
.fixedContentWidget {
  padding-bottom: 25px; }

.fixedContentWidget .postContent {
  position: relative; }

.fixedContentWidget .pageTitle {
  min-height: 30px;
  font-size: 23px;
  margin-top: 15px; }

.fixedContentWidget .pageTitle.purple a:link,
.fixedContentWidget .pageTitle.purple a:visited,
.fixedContentWidget .pageTitle.purple span {
  border-bottom-color: #6c276a; }

.fixedContentWidget .pageTitle.green a:link,
.fixedContentWidget .pageTitle.green a:visited,
.fixedContentWidget .pageTitle.green Span {
  border-bottom-color: #419639; }

.fixedContentWidget .fixedImage:link,
.fixedContentWidget .fixedImage:visited,
.fixedContentWidget .fixedImage {
  border: solid 4px #f6f0e1;
  display: block;
  margin: 0 0 15px 0; }

.fixedContentWidget .fixedImage img {
  width: 100%;
  height: auto; }

.fixedContentWidget .leftImage {
  margin: 0 0 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 115px; }
  @media only screen and (max-width: 992px) {
    .fixedContentWidget .leftImage {
      width: 80px;
      height: auto; } }

.fixedContentWidget .rightContent {
  padding-left: 125px;
  min-height: 110px; }
  @media only screen and (max-width: 992px) {
    .fixedContentWidget .rightContent {
      padding-left: 90px; } }

/* Slider */
/* ---------------------------------------------------------------------------------------------------- */
#sliderContainer,
.heroContainer {
  position: relative;
  overflow: hidden;
  background: white;
  min-height: 300px; }
  @media only screen and (max-width: 992px) {
    #sliderContainer,
    .heroContainer {
      min-height: 200px; } }
  @media only screen and (max-width: 768px) {
    #sliderContainer,
    .heroContainer {
      min-height: inherit; } }

.flex-control-paging li a {
  background-color: white; }

.flex-control-paging li a:hover {
  opacity: 0.7;
  background-color: white; }

.flex-control-paging li a.flex-active {
  background-color: #fe682c; }

.sliderControlsContainer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  height: 12px;
  display: block;
  text-align: left; }
  @media only screen and (max-width: 992px) {
    .sliderControlsContainer {
      bottom: 20px; } }

.flex-control-nav {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  height: 12px;
  display: block;
  text-align: left; }

.heroContainer .imageColumn {
  padding: 0; }

.heroContainer img {
  width: 100%;
  height: auto;
  display: block; }

.heroImage {
  position: relative; }

.heroImage:before,
.heroImage:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 170px;
  background: url(../img/heroGradient.png) repeat-y top left; }
  @media only screen and (max-width: 768px) {
    .heroImage:before,
    .heroImage:after {
      content: none; } }

.heroImage:after {
  left: auto;
  right: 0;
  background-position: -170px 0; }

#sliderInfoContainer {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  display: block; }
  @media only screen and (max-width: 992px) {
    #sliderInfoContainer {
      top: 0; } }
  @media only screen and (max-width: 768px) {
    #sliderInfoContainer {
      display: none; } }

.slideInfo {
  position: relative;
  padding: 60px 0 0 0;
  z-index: 900; }

.slideInfo .postTitle {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  padding: 0 0 14px 0;
  color: #0d2c63;
  font-style: italic;
  border-bottom: dotted 1px #6a7d9c;
  margin: 0 0 20px 0; }
  @media only screen and (max-width: 992px) {
    .slideInfo .postTitle {
      font-size: 23px; } }

.slideInfo .postTitle a:link,
.slideInfo .postTitle a:visited {
  color: #0d2c63; }

.slideInfo p {
  padding: 0 0 54px 0;
  line-height: 1.3em;
  font-size: 23px;
  font-style: italic;
  color: white; }
  @media only screen and (max-width: 992px) {
    .slideInfo p {
      font-size: 19px;
      padding-bottom: 30px; } }

.slideInfo a.readMore:link,
.slideInfo a.readMore:visited {
  background: #fe682c;
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 5px; }
  @media only screen and (max-width: 992px) {
    .slideInfo a.readMore:link,
    .slideInfo a.readMore:visited {
      padding: 10px; } }

.slideInfo a.readMore:hover,
.slideInfo a.readMore:active {
  opacity: 0.8;
  text-decoration: none; }

/* Forms */
/* ---------------------------------------------------------------------------------------------------- */
.postContent .inputs,
.postContent .inputs li {
  margin: 0;
  padding: 0;
  list-style: none; }

.postContent .inputs li {
  margin: 0 0 20px 0;
  display: block;
  float: left;
  width: 50%; }
  @media only screen and (max-width: 992px) {
    .postContent .inputs li {
      width: 100%; } }

.postContent .inputs li .inputText {
  padding: 3px 5px;
  width: 90%; }
  @media only screen and (max-width: 992px) {
    .postContent .inputs li .inputText {
      width: 100%; } }

.postContent .inputs li.fullWidth {
  width: 100%;
  clear: both; }

.postContent .inputs li.submitRow {
  min-height: inherit;
  margin-bottom: 20px; }

.postContent .inputs li.clearLeft {
  clear: left; }

.postContent .inputs li label {
  display: block; }

.inputs label {
  display: block;
  margin: 0 0 10px 0;
  color: #0d2c63; }

.inputCheckbox input {
  margin: 0 5px 0 0; }

.inputCheckbox label {
  color: #797979; }

span.wpcf7-list-item {
  display: block; }

div.wpcf7-validation-errors {
  display: block;
  clear: both; }

span.wpcf7-not-valid-tip {
  display: block;
  color: #890019;
  padding: 5px 0; }

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  border: none;
  background: #890019;
  color: white;
  padding: 10px;
  text-align: center;
  margin: 0 0 20px 0; }

div.wpcf7-mail-sent-ok {
  background: #419639; }

.submitRow button {
  background: #5a6270;
  color: white;
  border: none;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  padding: 8px 20px;
  font-size: 19px; }

/* Footer */
/* ---------------------------------------------------------------------------------------------------- */
#about {
  background: #fdf4ed;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  line-height: 1.3em; }

#about h1.title {
  color: #0d2c63;
  font-size: 23px;
  line-height: 1.1em;
  padding-bottom: 10px; }
  @media only screen and (max-width: 992px) {
    #about h1.title {
      text-align: center;
      font-size: 23px;
      padding: 0 0 10px 0; } }

#about .subtitle {
  font-size: 13px; }
  @media only screen and (max-width: 768px) {
    #about .subtitle {
      text-align: center;
      padding-bottom: 20px; } }

#copyright, #locations {
  background: #0d2c63;
  color: white; }

#logoCompact {
  display: block;
  overflow: hidden;
  width: 120px;
  height: 108px;
  margin: 0 0 15px 0; }
  @media only screen and (max-width: 768px) {
    #logoCompact {
      margin: 0 auto 30px auto; } }

#logoCompact a:link,
#logoCompact a:visited {
  display: block;
  width: 120px;
  height: 108px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #logoCompact a:link,
    #logoCompact a:visited {
      background-image: url("../img/centacareLogoCompact@2x.png");
      -webkit-background-size: 120px 108px;
      -moz-background-size: 120px 108px;
      -o-background-size: 120px 108px;
      background-size: 120px 108px;
      text-indent: -9999px; } }

.aboutWidget {
  border-left: solid 1px #c2c2c2;
  min-height: 100px;
  padding: 7px 0 7px 15px; }
  @media only screen and (max-width: 768px) {
    .aboutWidget {
      border: none;
      text-align: center;
      padding-right: 7px; } }

.aboutWidget.hideDivider {
  border-left: none; }

.aboutWidget .widgetTitle {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 0.5em 0; }

.aboutWidget.hideDivider .widgetTitle {
  font-style: italic;
  font-weight: 400;
  text-transform: none; }

.aboutWidget p {
  line-height: 1.4em;
  margin: 0 0 5px 0; }

#livingCatholicLogo {
  position: absolute;
  top: -15px;
  right: 0;
  display: block;
  overflow: hidden;
  width: 326px;
  height: 60px; }
  @media only screen and (max-width: 768px) {
    #livingCatholicLogo {
      position: static;
      top: auto;
      right: auto;
      margin: 15px auto 0 auto; } }

#livingCatholicLogo a:link,
#livingCatholicLogo a:visited {
  display: block;
  width: 326px;
  height: 60px; }

/* Home Content */
/* ---------------------------------------------------------------------------------------------------- */
.introParagraph {
  border-bottom: dotted 1px #cfd5e0;
  padding-bottom: 0;
  margin-bottom: 20px; }

.column h2 {
  color: #fe682c;
  font-size: 13px; }

@media only screen and (max-width: 480px) {
  .column {
    text-align: center;
    margin: 0; } }

@media only screen and (max-width: 480px) {
  .column li, .column ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 480px) {
  .column ul {
    margin-bottom: 30px; } }

/* Sidebar Widgets */
/* ---------------------------------------------------------------------------------------------------- */
#main .widgets {
  padding-left: 10px;
  padding-top: 30px;
  margin-top: 5px; }
  @media only screen and (max-width: 768px) {
    #main .widgets {
      padding-left: 0; } }

#main .widgets li {
  list-style: none; }

#main.mainHome .widgets {
  margin-top: 0; }

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

.pageListWidget .pageTitle {
  min-height: inherit;
  padding: 15px 0;
  font-size: 23px;
  border: none;
  border-top: solid 4px #f6f0e1;
  border-bottom: solid 1px #f6f0e1;
  margin: 0; }
  @media only screen and (max-width: 768px) {
    .pageListWidget .pageTitle {
      font-size: 19px; } }

.pageListWidget .pageTitle span {
  border-bottom: none;
  min-height: inherit;
  padding: 0;
  margin: 0; }

.pageList {
  display: block;
  font-size: 15px; }
  @media only screen and (max-width: 1200px) {
    .pageList {
      font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    .pageList {
      font-size: 13px; } }

.pageList li a:link,
.pageList li a:visited {
  display: block;
  border-bottom: solid 1px #f6f0e1;
  padding: 12px 0 12px 20px;
  margin: 0;
  color: #666666;
  text-transform: uppercase;
  line-height: 1.3em; }

.pageList li a:hover,
.pageList li a:active {
  color: #fe682c;
  text-decoration: none; }

.pageList li li a:link,
.pageList li li a:visited {
  padding-left: 20px;
  text-transform: none; }

.pageList li li a:before {
  content: ">";
  padding-right: 5px;
  width: 10px; }

.pageList li li li a:link,
.pageList li li li a:visited {
  padding-left: 30px; }

.pageList li li li li a:link,
.pageList li li li li a:visited {
  padding-left: 40px; }

.pageList .current_page_item a:link,
.pageList .current_page_item a:visited,
.pageList .current-page-parent .current_page_item a:link,
.pageList .current-page-parent .current_page_item a:visited,
.pageList .current_page_item a:hover,
.pageList .current_page_item a:active {
  color: #fe682c; }

.pageList .current_page_item .page_item a:link,
.pageList .current_page_item .page_item a:visited {
  color: #666666; }

.pageListWidget.flat .pageTitle {
  min-height: 35px;
  border-top: none;
  padding: 0;
  border-bottom: solid 4px #f6f0e1;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.pageListWidget.flat .pageTitle span {
  border-bottom: solid 4px #f7a11a;
  min-height: 35px;
  margin-bottom: -4px; }

.pageListWidget.flat .pageList li a:link,
.pageListWidget.flat .pageList li a:visited {
  padding: 12px 0 12px 0; }

.socialLinks {
  display: block;
  margin: 0 0 20px 0; }

.socialLinks li {
  display: block;
  float: left;
  margin: 0 5px 0 0; }

#topWidgets .socialLinks li {
  display: inline-block;
  float: none; }

.socialLinks li a:link,
.socialLinks li a:visited {
  display: block;
  float: left;
  border: solid 4px #f6f0e1;
  background: white;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 10px;
  color: #fe682c; }
  @media only screen and (max-width: 992px) {
    .socialLinks li a:link,
    .socialLinks li a:visited {
      font-size: 18px;
      line-height: 30px;
      height: 36px;
      width: 36px; } }
  @media only screen and (max-width: 768px) {
    .socialLinks li a:link,
    .socialLinks li a:visited {
      border-radius: 3px; } }

.socialLinks li a:hover,
.socialLinks li a:active {
  text-decoration: none;
  color: #45afc4; }

#topWidgets .socialLinks {
  text-align: right;
  margin-bottom: 0; }
  @media only screen and (max-width: 992px) {
    #topWidgets .socialLinks {
      text-align: left; } }
  @media only screen and (max-width: 768px) {
    #topWidgets .socialLinks {
      text-align: center;
      margin-bottom: 15px; } }

#topWidgets .socialLinks li a:link,
#topWidgets .socialLinks li a:visited {
  height: 36px;
  width: 36px;
  line-height: 34px;
  border-width: 2px;
  font-size: 20px;
  display: inline-block;
  float: none; }
  @media only screen and (max-width: 768px) {
    #topWidgets .socialLinks li a:link,
    #topWidgets .socialLinks li a:visited {
      display: block;
      float: left; } }

.searchWidget {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 50px 0 0; }

#topWidgets .searchWidget {
  margin-bottom: 0; }

.searchWidget .inputText {
  border: solid 1px #ebedf0;
  background: #ebedf0;
  width: 100%;
  line-height: normal;
  padding: 5px 10px;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.searchWidget button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: #5a6270;
  color: white;
  border: none;
  font-weight: 700;
  font-style: italic;
  text-align: center; }

#topWidgets .searchWidget button {
  background: #336a96;
  color: white;
  font-size: 13px; }

.linksWidget .linksList {
  display: block;
  margin: 0 0 20px 0; }

.linksWidget .linksList li {
  display: block;
  width: 50%;
  float: left;
  padding: 0 7px 7px 7px; }
  @media only screen and (max-width: 992px) {
    .linksWidget .linksList li {
      width: 100%; } }

.linksWidget .linksList li a:link,
.linksWidget .linksList li a:visited {
  position: relative;
  display: block;
  background: #fe682c;
  color: white;
  min-height: 22px;
  font-size: 19px;
  overflow: hidden;
  padding: 5px 20px;
  padding: 25px 30px;
  border-radius: 5px; }

.linksWidget .linksList li a:hover,
.linksWidget .linksList li a:active,
.linksWidget .linksList li.selected a:link,
.linksWidget .linksList li.selected a:visited {
  text-decoration: none;
  color: #f7a11a; }

.linksWidget .linksList.fullWidth li {
  display: block;
  width: 100%;
  float: none;
  padding: 0; }

.linksWidget .linksList.fullWidth {
  border-color: #cfd5e0; }

.linksWidget .linksList.fullWidth li a:link,
.linksWidget .linksList.fullWidth li a:visited {
  background: #ebedf0;
  color: #0d2c63;
  margin: 0 0 5px 0; }

.linksWidget .linksList.fullWidth li.highlighted a:link,
.linksWidget .linksList.fullWidth li.highlighted a:visited {
  background: #fe682c;
  color: white; }

.linksWidget .linksList.fullWidth li:hover {
  opacity: 0.7; }

.linksWidget .linksList.fullWidth li a:before {
  border-left: 16px solid #cfd5e0; }

/* Footer: Locations */
/* ---------------------------------------------------------------------------------------------------- */
#locations {
  padding: 40px 0 0 0;
  font-size: 12px; }

#locations .widgetTitle {
  background: #f7a11a;
  color: white;
  display: block;
  float: left;
  padding: 5px 10px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  position: relative;
  font-weight: 700; }
  @media only screen and (max-width: 768px) {
    #locations .widgetTitle {
      text-align: center;
      float: none; } }

#locations .widgetTitle:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 10px;
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #f7a11a; }
  @media only screen and (max-width: 768px) {
    #locations .widgetTitle:after {
      left: 50%;
      margin: 0 0 0 -7px; } }

.locationsList, .locationsList li {
  display: block;
  line-height: 1.35em; }

.locationsList li a:link,
.locationsList li a:visited {
  display: block;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  padding: 8px 0;
  color: white; }

.locationsList li a:hover,
.locationsList li a:active {
  color: #f6f0e1;
  text-decoration: none; }

/* Footer: Copyright */
/* ---------------------------------------------------------------------------------------------------- */
#copyrightContent {
  background: #264273;
  padding: 25px 20px;
  margin: 40px 0 40px 0;
  font-size: 12px;
  color: white;
  line-height: 1.4em; }
  @media only screen and (max-width: 768px) {
    #copyrightContent {
      text-align: center;
      color: white;
      line-height: 1.7em; } }

#copyrightContent br {
  display: none; }
  @media only screen and (max-width: 768px) {
    #copyrightContent br {
      display: block; } }

#footerLinks {
  display: block; }

#footerLinks li {
  display: block;
  float: left; }
  @media only screen and (max-width: 768px) {
    #footerLinks li {
      display: inline-block;
      float: none; } }

#footerLinks li:after {
  content: "|"; }

#footerLinks li:last-child:after {
  content: ""; }

#footerLinks li a:link,
#footerLinks li a:visited {
  margin: 0 5px 0 5px;
  color: white; }
  @media only screen and (max-width: 768px) {
    #footerLinks li a:link,
    #footerLinks li a:visited {
      color: white; } }

#footerLinks li:first-child a:link,
#footerLinks li:first-child a:visited {
  margin-left: 0; }

/* Modal */
/* ---------------------------------------------------------------------------------------------------- */
#modal {
  background: white;
  padding: 60px;
  margin: 40px;
  position: relative;
  opacity: 0; }
  @media only screen and (min-width: 1200px) {
    #modal {
      margin: 80px 120px; } }
  @media only screen and (max-width: 768px) {
    #modal {
      margin: 10px;
      padding: 30px; } }

#modal .postContent {
  padding: 0; }

.jobInfo {
  display: block;
  padding: 0 0 10px 0;
  font-size: 13px;
  line-height: 1.3em;
  border-bottom: solid 1px #f6f0e1;
  margin: 0 0 10px 0; }

.jobInfo label {
  display: block;
  font-weight: 700;
  padding: 0 0 5px 0; }

/* Locations */
/* ---------------------------------------------------------------------------------------------------- */
.map {
  width: 100%;
  height: 300px;
  border: #cccccc solid 1px;
  margin: 0 0 40px 0; }
  @media only screen and (max-width: 992px) {
    .map {
      height: 300px; } }
  @media only screen and (max-width: 768px) {
    .map {
      height: 300px; } }

/* */
/* ---------------------------------------------------------------------------------------------------- */
#wpmem_reg {
  display: none; }

/* Helpers */
/* ---------------------------------------------------------------------------------------------------- */
.animateAllProperties {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.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; }

.animateAllProperties {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/* Animation */
/* ---------------------------------------------------------------------------------------------------- */
.animated {
  visibility: visible !important; }

.veryFast {
  animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s; }

.fast {
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s; }

.medium {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s; }

.slow {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s; }

.verySlow {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s; }
