/*
	Dark blue:	#2b405a
	Gold:		#f7d9b3

*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
section p {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}
ol, ul {
  list-style: none;
}
.italicise {
  font-style: italic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 16px;
}
h1 {
  text-align: center;
  font-size: 3.5vw;
  margin-top: .5em;
}
h1 main {
  text-align: center;
  font-size: 1.5em;
  margin-top: .5em;
}
body {
  line-height: 1.4;
  font-family: Geneva, Tahoma, sans-serif;
  min-width: 335px;
}
body > header > nav {
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
}
body > header > div img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
body > footer {
  padding-top: 0.5em;
  padding-bottom: 1em;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
}
.divSearch {
  height: 35px;
  width: 100%;
  margin-top: 1em;
}
#breadcrumb ol {
  list-style-type: none;
  font-size: 0px;
}
#breadcrumb li {
  display: inline-block;
  margin: 0;
  font-size: 2.4vw;
}
#breadcrumb li + li:before {
  display: inline-block;
  content: "\000BB";
  color: #bbb;
  font-size: 2.4vw;
}
#breadcrumb a, #breadcrumb span {
  padding: 1.5em 0.6em;
  display: inline-block;
}
#breadcrumb span {
  font-weight: bold;
}
#breadcrumb li:first-child a, #breadcrumb li:first-child span {
  padding-left: 1em;
}
img[src$=".svg"] {
  width: 100%;
}
img {
  width: 100%;
  height: auto;
}
ul {
  list-style: none;
}
a, a:link, a:hover, a:active, a:visited {
  text-decoration: none;
}
a:link, a:active, a:visited {
  color: #2b405a;
  transition: color 0.3s ease-out;
}
a:hover {
  color: #777;
}
main {
  padding-bottom: 8rem;
}
.logo {
  margin-right: auto;
  margin-left: auto;
  display: block;
  padding-top: 20%;
  max-width: 1000px;
  background-image: url(https://catholicpronetwork.com/images/CPN-Logo.svg);
  background-repeat: no-repeat;
}
.tagline {
  text-align: center;
  font-size: 1em;
  font-style: italic;
}
.title {
  font-size: 4.5vw;
  margin-top: 0;
}
p:not(:first-child) {
  margin-top: 0.8em;
}
.content-sizer, body > header > nav {
  padding-left: .3rem;
  padding-right: .3rem;
}
.content-sizer-text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.mid-narrow {
  max-width: 777px;
  margin-right: auto;
  margin-left: auto;
}
.text-center {
  text-align: center;
}
.desktop-only {
  display: none !important;
}
.stack {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.heavy {
  font-weight: bold;
}
.emphasis {
  font-style: italic;
}
.bottom-border {
  border-bottom: 4px solid #f7d9b3;
  padding-top: 1em;
}
.mtop {
  margin-top: 1em;
}
.mtop-large {
  margin-top: 2em;
}
.mbot {
  margin-bottom: 1em;
}
.mbot-large {
  margin-bottom: 2em;
}
#goldMbrTitle, #stdMbrTitle {
  padding: 0.5em 0;
  text-align: center;
  font-size: 1.5rem;
  width: 100%;
}
#goldMbrTitle {
  background-color: #f7d9b3;
  color: #2b405a;
}
.std-member-logo {
  width: 80px;
  height: 80px;
}
#stdMbrTitle {
  background-color: #2b405a;
  color: #FFF;
  margin-top: 1em;
}
.button {
  background-color: #f7d9b3;
  color: #2b405a;
  padding: 0.375em 0.75em;
  border: 2px solid #2b405a;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.5;
  transition: all 0.3s ease-out;
}
.button-nav {
  margin: 0.5em .5em;
  width: 44%;
  text-align: center;
  font-size: 1em;
}
.button:hover {
  background-color: #C0C0C0;
  color: #FFF;
}
.button.inverted {
  background-color: #2b405a;
  color: #f7d9b3;
  border-color: #f7d9b3;
}
.button.inverted:hover {
  background-color: #C0C0C0;
  color: #FFF;
}
.button-right {
  color: #2b405a;
  padding: 0.375em 0.75em;
  border: 1px solid #2b405a;
  border-radius: 4px;
  float: right;
  line-height: 1.5;
  transition: all 0.3s ease-out;
}
.button-right:hover {
  background-color: #C0C0C0;
  color: #FFF;
}
.button-center {
  color: #2b405a;
  padding: 0.375em 0.75em;
  border: 1px solid #2b405a;
  border-radius: 4px;
  line-height: 1.5;
  transition: all 0.3s ease-out;
}
.button-center:hover {
  background-color: #C0C0C0;
  color: #FFF;
}
.button-left {
  color: #2b405a;
  padding: 0.375em 0.75em;
  border: 1px solid #2b405a;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.5;
  transition: all 0.3s ease-out;
}
.button-left:hover {
  background-color: #C0C0C0;
  color: #FFF;
}
.button-large {
  margin: 0.5em 0;
  font-size: 1.5rem;
}
.button-array {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.5em;
}
.button-array .button {
  margin: 0.5em 0;
  text-align: center;
  font-size: 1em;
  flex: 0 0 48%;
}
ul.footer-links {
  margin-top: 4em;
  margin-bottom: 8em;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
ul.footer-links li {
  flex: 1 1 auto;
  text-align: center;
}
ul.footer-links a {
  display: inline-block;
  padding: 0.8em 0;
  width: 100%;
}
ul.footer-links a span {
  background-color: #fdf6ec;
  padding: 1px 2px;
  font-size: 1rem;
  font-weight: normal;
}
ul.social-media li {
  display: inline-block;
}
ul.social-media li img {
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
}
.social-media {
  margin: 0em;
}
.max-img {
  max-height: 200px;
}
h2 {
  font-size: 1.5em;
  color: #2a405b;
}
.social-media {
  margin: 0em;
}
.column-2, .column-3 {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 32em) {
  .button-array {
    padding: 0 1.5em;
  }
  ul.footer-links {
    padding-left: 0;
    padding-right: 0;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 48em) {
  #breadcrumb li {
    font-size: 0.8rem;
  }
  section p {
    max-width: 100%;
  }
  #breadcrumb li + li:before {
    font-size: 0.8rem;
  }
  h1 {
    text-align: center;
    font-size: 1.5em;
  }
  body > header > div img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
  }
  .tagline {
    text-align: center;
    font-size: 1.5em;
    font-style: italic;
    margin-top: 0;
  }
  #breadcrumb li {
    font-size: 1rem;
  }
  #breadcrumb li + li:before {
    font-size: 1rem;
  }
  .content-sizer, body > header > nav {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .content-sizer-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .button-array {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1em;
  }
  .button-array .button, .button-nav {
    font-size: 1.5rem;
  }
  .button-large {
    font-size: 2rem;
  }
  .row, .row-reverse {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .row-reverse {
    flex-direction: row-reverse;
  }
  .row > .column-2, .row-reverse > .column-2 {
    flex: 0 0 49%;
  }
  .row > .column-3, .row-reverse > .column-3 {
    flex: 0 0 49%;
  }
  .row > .column-one-third, .row-reverse > .column-one-third {
    flex: 0 0 32%;
  }
  .row > .column-two-thirds, .row-reverse > .column-two-thirds {
    flex: 0 0 65%;
  }
  .title {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 64em) {
  .button-large {
    font-size: 2.5rem;
  }
  .row > .column-3 {
    flex: 0 0 32%;
  }
  .not-desktop {
    display: none !important;
  }
  .title {
    font-size: 2.5vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 1190px) {
  .logo {
    padding-top: 17%;
  }
}
@media screen and (min-width: 1240px) {
  .content-sizer, body > header > nav {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-sizer-text {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*Bootstrap like*/
.mt-1, .my-1 {
  margin-top: .25rem !important
}
.mb-5, .mb-5 {
  margin-bottom: 5rem !important
}