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

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

/* Type */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif;
  font-weight: 400;
  color: #000; }

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

p, .p {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.4em;
  color: #000;
  font-weight: 300;
  font-family: 'Roboto', 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; }

/* Blockquotes */
blockquote {
  padding: 20px;
  background: #e3e4e5;
  margin: 30px 0;
  border-left: 5px solid #006fbf; }

blockquote p {
  font-family: 'Lora', serif;
  font-style: italic;
  line-height: 1.5em; }

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

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

/* Spacing */
.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_top_40 {
  margin-top: 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_neg_r_50 {
  margin-right: -50px; }

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

/* Layout */
body {
  margin-top: 120px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.4em; }
  body.home.page {
    margin-top: 0; }

#footer {
  background: #e3e4e5;
  padding: 30px 0 0; }
  #footer img {
    margin: 0 auto;
    display: block; }
  #footer h6 {
    color: #006fbf;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 40px; }
  #footer ul {
    list-style: none; }
    #footer ul li {
      margin-bottom: 3px; }
  #footer p {
    font-size: 14px; }
    #footer p.address {
      padding: 30px 0 5px;
      margin: 0; }

#subfooter {
  background: #006fbf; }
  #subfooter p {
    color: #fff;
    padding: 12px;
    margin: 0;
    text-align: center;
    font-size: 14px; }

/**
 * Add Topnav style here
 */
/* Side Nav */
#sidebar .menu {
  font-size: 16px;
  margin: 20px;
  list-style: none;
  border: 1px solid #ddd;
  background: #fff; }

#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.sub-menu a {
  padding-left: 30px; }

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

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

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

.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"); }
#home-intro {
  background-size: cover;
  background-attachment: fixed;
  min-height: 300px;
}
#home-intro .filter-overlay {
  background: rgba(0, 0, 0, 0.4); }
#home-intro h1 {
  font-style: italic;
  text-align: center;
  color: #fff;
  margin: 250px 0 0;
  text-shadow: 1px 1px 1px #000; }
#home-intro h2 {
  font-style: italic;
  text-align: center;
  color: #fff;
  margin: 0 0 100px;
  text-shadow: 1px 1px 1px #000; }

#banner {
  padding: 10px 0;
  background: transparent;
  transition: 1s background;
  -webkit-transition: 1s background; }
#banner .menu-title {
  margin: 25px 0 2px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px; }
#banner .menu-sub {
  color: #fff;
  text-align: center;
  font-size: 12px; }
#banner.affix {
  background: #000; }

.welcome-video {
  max-height: 700px;
  overflow: hidden;
}

.video-new {
  padding-bottom: 0 !important;
  height: initial !important;
  margin-bottom: -6px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 700px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper video {
  width: 100%    !important;
  height: auto   !important;
}

.vert-center-text {
  position: absolute;
  top: 20%;
  left: 0;
  text-align: center;
  width: 100%;
}

.vert-center-text h1 {
  font-style: italic;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.vert-center-text h2 {
  font-style: italic;
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
  text-shadow: 1px 1px 1px #000;
}

#home-bishop {
  background: #e3e4e5; }
  #home-bishop .quote-author {
    margin: 0 0 30px;
    padding: 0;
    font-style: italic;
    text-align: center;
    font-weight: 700;
    font-size: 16px; }
  #home-bishop .quote-text {
    text-align: center;
    padding: 50px 40px 0; }
  #home-bishop .bishop-img {
    margin-top: -50px; }

.quote-intro img {
  margin: 10px auto;
  display: block;
  width: 70px; }

#home-verse {
  padding: 40px 0; }
  #home-verse .quote-author {
    margin: 0;
    padding: 0;
    font-style: italic;
    text-align: center;
    font-weight: 700;
    color: #006fbf;
    font-size: 20px;
    font-family: 'Lora', serif;
    font-style: italic; }
  #home-verse .quote-text {
    font-family: 'Lora', serif;
    font-style: italic;
    text-align: center;
    color: #006fbf;
    font-size: 50px;
    padding: 20px 40px 0;
    margin: 0 0 10px; }

#home-find {
  background-size: cover; }
  #home-find h2 {
    color: #fff;
    margin-top: 150px; }
  #home-find .btn {
    margin-top: 50px;
    margin-bottom: 150px; }
  #home-find .filter-overlay {
    background: rgba(0, 113, 188, 0.7); }

#home-appeal {
  background-size: cover; }
  #home-appeal h2 {
    color: #fff;
    margin-top: 150px; }
  #home-appeal p {
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 22px; }
  #home-appeal .center-btns {
    margin-top: 50px;
    margin-bottom: 150px; }
  #home-appeal .filter-overlay {
    background: rgba(235, 194, 0, 0.5); }

#home-subscribe {
  padding: 50px 0; }
  #home-subscribe h2 {
    color: #006fbf; }
  #home-subscribe .form-email-input {
    width: 400px;
    border-radius: 0;
    height: 41px;
    max-width: 100%; }
  #home-subscribe .get-social span {
    margin: 0 20px; }
  #home-subscribe .get-social .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    margin: 10px 5px;
    text-align: center; }
  #home-subscribe .get-social .fa-twitter {
    background-color: #299fd6; }
  #home-subscribe .get-social .fa-facebook {
    background-color: #3b5998; }
  #home-subscribe .get-social .fa-instagram {
    background-color: #783cb4; }

.centered {
  text-align: center; }
  .centered .btn {
    margin-right: 10px;
    margin-left: 10px; }

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

.align-left {
  text-align: left; }

.borderleft {
  border-left: 1px solid #ddd; }

.center-btns {
  text-align: center; }
  .center-btns .btn {
    margin-right: 10px;
    margin-left: 10px; }

.gmw-submit {
  background: #006fbf;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  padding: 0px 15px;
  height: 28px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 5px; }
  .gmw-submit:hover {
    background: #ebc200;
    color: #fff; }

.gform_button {
  background: #006fbf;
  color: #fff; }
  .gform_button:hover {
    background: #ebc200;
    color: #fff; }

.btn, .gform_button {
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 35px;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid transparent;
  transition: 0.5s all;
  -webkit-transition: 0.5s all; }
  .btn.btn-large, .gform_button.btn-large {
    padding: 15px 45px; }
  .btn.btn-blue, .gform_button.btn-blue {
    background: #006fbf;
    color: #fff; }
    .btn.btn-blue:hover, .gform_button.btn-blue:hover {
      background: #ebc200;
      color: #fff; }
  .btn.btn-yellow, .gform_button.btn-yellow {
    background: #ebc200;
    color: #fff; }
    .btn.btn-yellow:hover, .gform_button.btn-yellow:hover {
      background: #006fbf;
      color: #fff; }
  .btn.btn-center, .gform_button.btn-center {
    margin: 10px auto;
    display: block; }
  .btn.btn-shadow, .gform_button.btn-shadow {
    box-shadow: 1px 1px 3px #000; }

.section-title {
  color: #006fbf;
  text-align: center;
  font-size: 50px;
  margin: 0 0 20px;
  padding: 0;
  font-style: italic;
  letter-spacing: 2px; }
  .section-title.mar_top_30 {
    margin-top: 30px; }

.feature-box {
  margin: 0 0 30px; }
  .feature-box h6 {
    font-size: 20px;
    color: #006fbf;
    margin: 20px 0 15px;
    padding: 0;
    font-family: 'Roboto', sans-serif; }
  .feature-box a:hover h6 {
    color: #000; }
  .feature-box .feature-excerpt p {
    font-size: 16px; }
    .feature-box .feature-excerpt p a {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase; }
  .feature-box .feature-cats p {
    font-size: 12px;
    text-transform: uppercase;
    margin: -10px 0 0;
    letter-spacing: 1px;
    font-weight: 400; }
    .feature-box .feature-cats p a {
      color: #ebc200; }
  .feature-box.search-list-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-bottom: 0; }

.grow {
  height: 246px;
  width: 370px;
  overflow: hidden !important; }

.grow img {
  height: 246px;
  width: 370px;
  max-width: 400px !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.grow img:hover {
  height: 275px;
  width: 400px; }

.highlight-box {
  margin: 0 0 30px;
  position: relative; }
  .highlight-box .highlight-text {
    position: absolute;
    min-height: 246px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s all;
    -webkit-transition: 0.5s all; }
    .highlight-box .highlight-text h6 {
      font-size: 20px;
      color: #fff;
      margin: 0 0 10px;
      padding: 0;
      font-family: 'Roboto', sans-serif; }
    .highlight-box .highlight-text p {
      font-size: 12px;
      text-transform: uppercase;
      margin: 0;
      letter-spacing: 1px;
      font-weight: 400;
      color: #ebc200; }
  .highlight-box:hover .highlight-text {
    background-color: rgba(0, 0, 0, 0.8); }

#footer-search {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px; }
  #footer-search .form-search-input {
    width: 400px;
    border-radius: 0;
    height: 41px;
    max-width: 100%; }

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

.border_top_blue {
  border-top: 10px solid #006fbf; }

.pagetitle {
  font-size: 42px;
  padding: 0 0 5px;
  margin: 30px 0 10px; }
  .pagetitle .border_bottom_blue {
    border-top: 4px solid #006fbf; }

.byline {
  border-right: 4px solid #006fbf;
  margin: 0 0 30px;
  background: #e3e4e5;
  padding: 10px 20px; }
  .byline p {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0px; }

.articleimage {
  margin-bottom: 20px; }
  .articleimage img {
    width: 100%; }

article ul, article ol {
  margin-left: 20px;
  margin-bottom: 20px; }
  article ul li, article ol li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 7px; }

#sidebar .outer-wrapper {
  margin-top: 50px; }
  #sidebar .outer-wrapper .inner-wrapper .btn {
    margin-bottom: 30px; }
    #sidebar .outer-wrapper .inner-wrapper .btn.btn-attached {
      margin-top: -30px;
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    #sidebar .outer-wrapper .inner-wrapper .btn .fa {
      vertical-align: bottom;
      margin-right: 7px; }
  #sidebar .outer-wrapper .inner-wrapper .sidebar-title {
    background: #006fbf;
    font-style: italic;
    color: #fff;
    padding: 10px 20px;
    margin: -20px -20px 20px; }
  #sidebar .outer-wrapper .inner-wrapper .text-box-wrap {
    background: #e3e4e5;
    padding: 20px;
    margin-bottom: 30px; }
    #sidebar .outer-wrapper .inner-wrapper .text-box-wrap p {
      font-size: 16px; }
    #sidebar .outer-wrapper .inner-wrapper .text-box-wrap p:last-of-type {
      margin-bottom: 0; }
    #sidebar .outer-wrapper .inner-wrapper .text-box-wrap.text-small p {
      font-size: 16px; }
    #sidebar .outer-wrapper .inner-wrapper .text-box-wrap ul, #sidebar .outer-wrapper .inner-wrapper .text-box-wrap ol {
      margin-left: 20px;
      margin-top: 10px;
      font-weight: 300; }
      #sidebar .outer-wrapper .inner-wrapper .text-box-wrap ul li, #sidebar .outer-wrapper .inner-wrapper .text-box-wrap ol li {
        margin-bottom: 6px; }
  #sidebar .outer-wrapper .sidebar-nav {
    background: #e3e4e5; }
    #sidebar .outer-wrapper .sidebar-nav ul {
      margin-left: 0 !important; }
      #sidebar .outer-wrapper .sidebar-nav ul.nav-stacked .children {
        list-style: none;
        margin-top: 0 !important;
        margin-left: 15px !important; }
      #sidebar .outer-wrapper .sidebar-nav ul li {
        margin: 0 !important; }
        #sidebar .outer-wrapper .sidebar-nav ul li.current_page_item > a {
          background: #eee;
          color: #000; }
        #sidebar .outer-wrapper .sidebar-nav ul li a {
          padding: 5px 15px;
          display: block; }
          #sidebar .outer-wrapper .sidebar-nav ul li a:hover {
            background: #eee; }
        #sidebar .outer-wrapper .sidebar-nav ul li.menu-item-has-children ul {
          margin-left: 20px !important; }
          #sidebar .outer-wrapper .sidebar-nav ul li.menu-item-has-children ul li {
            display: block; }
            #sidebar .outer-wrapper .sidebar-nav ul li.menu-item-has-children ul li a {
              display: block; }
#sidebar .featured-image {
  border: 3px solid #e3e4e5;
  margin-bottom: 30px; }
  #sidebar .featured-image img {
    width: 100%; }

#comments .comment-form-comment label {
  display: block !important; }
#comments .form-submit #submit {
  background: #006fbf;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 35px;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid transparent;
  transition: 0.5s all;
  -webkit-transition: 0.5s all; }
  #comments .form-submit #submit:hover {
    background: #ebc200;
    color: #fff; }

#viewSpanish {
  position: fixed;
  display: none;
  bottom: 0;
  width: 100%;
  margin: 0;
  z-index: 5000;
  text-align: center;
  border-radius: 0; }
  #viewSpanish .btn {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px; }

.footer-links li a {
  color: #333; }
  .footer-links li a:hover {
    color: #ebc200; }

#policyTable_filter {
  float: left; }
  #policyTable_filter input {
    min-width: 200px;
    margin: 0 0 5px !important;
    font-weight: 300;
    padding: 5px;
    box-shadow: none;
    border: 2px solid #ddd; }

.person-row {
  margin: 20px 0;
  border-bottom: 1px solid #ddd; }
  .person-row h3 {
    margin-top: 0; }

@media (max-width: 767px) {
  .container > .navbar-collapse {
    margin: 0 !important; }

  #banner {
    background: #000; }

  #home-intro {
    background-attachment: scroll;
    background-position: center; }

  #home-intro h1 {
    margin-top: 150px;
    font-size: 40px !important; }

  #home-intro h2 {
    margin-bottom: 50px;
    font-size: 25px !important; }

  #intro-text {
    padding: 0 10px; }

  #home-intro .btn {
    margin-bottom: 10px; }

  .navbar-toggle .icon-bar {
    background: #fff; }

  .navbar-toggle {
    margin: 15px 0 0; }

  .grow img, .grow {
    max-width: 100%; }

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

  .bishops-welcome .btn {
    margin-bottom: 20px; }

  .section-title {
    font-size: 30px;
    padding: 0 10px; }

  #home-find h2, #home-appeal h2 {
    margin-top: 100px; }

  #home-find .btn, #home-appeal .center-btns {
    margin-bottom: 100px; }

  #home-appeal .center-btns .btn {
    margin: 0 0 20px; }

  #home-subscribe {
    padding: 50px 10px; }

  #home-verse .quote-text {
    font-size: 20px;
    padding: 20px 10px 0; }

  #footer h6, #footer li {
    text-align: center; }

  .borderleft {
    border-top: 1px solid #ddd;
    border-left: none; }

  .get-social.align-left, .get-social.align-right {
    text-align: center; }

  .highlight-box .highlight-text {
    top: 0;
    min-height: 1px;
    padding: 80px 10px 0; }

  .pad_h_40 {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .grow img, .grow {
    max-width: 100%; }

  #banner .menu-title {
    margin: 0 0 2px;
    font-size: 16px; }

  #home-intro h1 {
    font-size: 70px !important; }

  #home-intro h2 {
    font-size: 40px !important; }

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

  #home-bishop .bishop-img {
    margin: 50px 0 0; }

  .section-title {
    font-size: 40px;
    padding: 0 10px; }

  #home-verse .quote-text {
    font-size: 40px; }

  .highlight-box .highlight-text {
    top: 0;
    min-height: 1px;
    padding: 50px 10px 0; } }
@media (min-width: 1024px) and (max-width: 1100px) {
  .grow img, .grow {
    max-width: 100%; }

  .highlight-box .highlight-text {
    top: 0;
    min-height: 1px;
    padding: 80px 10px 0; } }
@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    /*enable dropdown menu on hover*/ } }
@media (min-width: 768px) {
  .container .col-sm-4:nth-child(3n+1) {
    clear: both; }

  #navbar-main {
    display: none !important; } }

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