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

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

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

.stack-to-clear .col-sm-3:nth-child(4n+1) {
  clear: both;
}

article ul, article ol {
  margin-left: 20px;
  font-size: 18px;
  line-height: 1.4em;
  color: #000;
  font-weight: 300;
  font-family: "Oxygen", helvetica, sans-serif; }
  article ul li, article ol li {
    margin-bottom: 8px; }

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 20px 20px;
  margin: 30px 0 30px;
  border: 1px solid #ddd;
  border-left: 5px solid #bd942d; }

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

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

/* Spacing */
.art_pad {
  padding-top: 20px;
  padding-bottom: 40px; }

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

.pad_h_50 {
  padding-left: 50px;
  padding-right: 50px; }

.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 {
  background: #FFF;
  font-family: "Oxygen", helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 0px; }

#footer {
  background: transparent;
  padding: 0; }

/* Design Elements */
.tiny-badge {
  background: #c4282c;
  border-radius: 50%;
  color: #FFF;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px !important;
  display: inline-block;
  margin-right: 15px; }

.tiny-badge-light {
  background: #FFF;
  box-shadow: 0px 0px 0px 1px #f2f2f2;
  color: #2c2e2d; }

/* Navbar */
.navbar {
  background: #323232;
  border: none;
  margin-bottom: 0; }

.navbar-nav > li {
  float: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px; }

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

.navbar .navbar-nav > li:hover > a,
.navbar .navbar-nav > li > a:focus {
  color: #fff;
  border-bottom: 3px solid #FFF; }

.navbar-nav {
  float: none;
  margin: 0;
  text-align: center; }

.nav-logo {
  background: #FFF;
  /*width: 450px;*/
  display: inline-block;
  margin: 0px 0;
  padding: 0; }

.navbar-default .navbar-toggle {
  border: none;
  margin-top: 20px;
  right: 20px; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent; }

/* Subnav */
.subnav {
  background: #f2f2f2;
  z-index: 4000; }

.subnav.affix {
  top: 0;
  width: 100%; }

.subnav-nav > li {
  float: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px; }

.subnav .subnav-nav > li > a.collapsed {
  color: #FFF;
  background: #BBB;
  border-top: 1px solid #2c2e2d; }

.subnav .subnav-nav > li > a.collapsed .fa {
  color: #2c2e2d; }

.subnav .subnav-nav > li > a {
  background: #c4282c;
  color: #FFF;
  border-top: 1px solid #FFF;
  padding: 12px 25px;
  margin: 15px;
  letter-spacing: 1px; }

.subnav .subnav-nav > li > a .fa {
  margin-right: 12px;
  color: #FFF;
  opacity: .5; }

.subnav .subnav-nav > li:hover > a,
.subnav .subnav-nav > li > a:focus {
  color: #FFF;
  opacity: 0.9; }

.subnav-nav {
  float: none;
  margin: 0;
  text-align: center; }

.subnav-logo {
  background: transparent;
  /*width: 450px;*/
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  width: 60px; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Oxygen", helvetica, sans-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; }

h2.subtitle {
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  color: #2c2e2d;
  font-size: 16px;
  text-align: center;
  margin: 15px 0;
  padding-bottom: 100px;
  text-transform: uppercase;
  letter-spacing: 2px; }

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: "Oxygen", helvetica, sans-serif; }

b, strong {
  font-weight: bold; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

.modal-dialog {
  margin-top: 200px; }

.top-bar {
  position: absolute;
  width: 100%;
  z-index: 5000; }

.top-bar p {
  height: 50px;
  background-color: #1DAEEB;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 10px; }

.site-logo {
  margin: 0 auto;
  max-width: 250px; }

.billboard {
  background-size: 100%;
  background-repeat: no-repeat;
  height: 500px;
  position: relative; }

.billboard .over {
  background: rgba(0, 20, 74, 0.4);
  height: 500px; }

.billboard .content {
  position: absolute;
  bottom: 40px;
  left: 40px; }

.billboard .content img {
  width: 80%;
  border-radius: 50%;
  margin: 0 auto; }

.billboard .content h2 {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  margin-top: 30px;
  padding: 0 30px 0; }

.billboard .content p {
  color: #FFF;
  font-weight: 300;
  padding: 10px 30px 0; }

.billboard .badge {
  background: #168CC8;
  height: 70px;
  width: 70px;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  line-height: 70px;
  font-size: 36px; }

.featured-videos {
  padding: 50px; }

/* This is deprecated b/c section has been removed

.trending-topics .nav-tabs .nav-item {
  background: $dark_blue;
  border-radius: 15px 15px 0 0;
  padding: 30px 10px 10px 10px;
  margin-right: 30px;
}

.trending-topics .nav-tabs .nav-item.active {
  background: $blue;
}

.trending-topics .nav-tabs .nav-item a,
.trending-topics .nav-tabs .nav-item a.active,
.trending-topics .nav-tabs .nav-item a:hover {
  background: transparent;
  color: $white;
  border: none;
  position: relative;
}

.trending-topics .nav-tabs .nav-item.active:after{
  content:"";
  width:0;
  height:0;
  border-top:20px solid $blue;
  border-left:20px solid transparent;
  border-right:20px solid transparent;
  position: absolute;
  margin: 10px 0 0 13px;
}

.trending-topics .nav-tabs .nav-item .topic-logo {
  width: 50%;
  margin: 0 auto;
}
*/
.featured-videos .item .information {
  background: #168CC8;
  padding: 15px 20px; }

.featured-videos .item h2 {
  padding: 0;
  margin: 0 0 20px;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px; }

.featured-videos .item hr {
  padding: 0;
  margin: 0 auto 20px;
  border-top: none;
  border-bottom: 1px solid #FFF;
  width: 40%;
  opacity: 0.3; }

.featured-videos .item h3 {
  padding: 0;
  margin: 0 0 5px;
  color: #FFF;
  font-weight: 300;
  font-size: 14px;
  opacity: 0.5; }

.featured-videos .item .btn {
  padding: 5px 10px;
  margin: 15px auto 0;
  color: #FFF;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid #FFF;
  width: 100%; }

.featured-quote {
  background: #CCDAE8;
  padding: 40px 100px 20px;
  margin-top: 20px;
  position: relative; }

.featured-quote p {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #253254;
  line-height: 28px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 30px; }

.featured-quote h3 {
  padding: 0 30px 0 0;
  margin: 0 0 10px;
  color: #253254;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 15px;
  text-align: right; }

.featured-quote h4 {
  padding: 0 30px 0 0;
  margin: 0 0 5px;
  color: #253254;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  text-align: right; }

#speaker-letters {
  text-align: center;
  color: #fff;
}

#speaker-letters {
  text-align: center;
margin-top: 5px; }
#speaker-letters span {
  margin-right: 5px; }
#speaker-letters span:hover {
    cursor: pointer; }

.container > .col-sm-6:nth-child(2n+1) {
  clear: both;
}

body.home.page .container > .col-sm-6:nth-child(2n+1) {
  clear: inherit;
}

figure.gallery-item {
  width: 25%;
  float: left;
  padding: 0 20px;
  margin: 0 0 20px;
}

figure.gallery-item figcaption {
  display: none;
}

figure.gallery-item img {
  margin: 0 auto;
}

.featherlight .featherlight-content .caption {
  text-align: center !important;
  width: 100%;
  margin: 10px 0;
}

.gform_wrapper ul.gform_fields li.gfield input[type=radio] {
  margin: 0 2px 0 1px !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-size: 14px !important;
}

.gform_button.button {
  background: #4b5671;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 20px;
  padding: 8px 25px;
  border: none !important;
  box-shadow: none;
}

.session-speaker {
  border: none;
  margin-bottom: 30px; }
  .session-speaker .col-sm-4 {
    padding: 0; }
  .session-speaker h3 {
    font-size: 16px;
    margin: 20px 0 10px;
    font-weight: 600; }
  .session-speaker p {
    font-size: 14px; }
  .session-speaker .info-label {
    margin: 0 -15px; }

.related-articles {
  padding: 50px;
  position: relative; }
  .related-articles .badge {
    background: #168CC8;
    height: 70px;
    width: 70px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    line-height: 70px;
    font-size: 36px; }

.related-articles .item h2 {
  padding: 0;
  margin: 0 0 20px;
  color: #2c2e2d;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px; }

.related-articles .item p {
  padding: 0;
  margin: 0 0 20px;
  color: #2c2e2d;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px; }

.intro {
  background-image: url("//s3.amazonaws.com/fiat_wp/wp-content/uploads/river.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.intro .grad3 {
  max-width: 700px; }

.intro h1 {
  text-align: center;
  font-size: 55px;
  color: #FFF;
  margin: 350px 0 0;
  padding: 0;
  font-family: "Merriweather", georgia, serif;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px #333; }

.intro h6 {
  margin: 0 0 250px;
  color: #FFF;
  padding: 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.6em;
  font-family: "Merriweather", georgia, serif;
  text-shadow: 1px 1px 3px #333; }

.signup {
  background: #E7E7E9; }

.featured-block_large {
  background: #FFF;
  padding: 50px; }

.featured-card_large {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 50px; }

.featured-card_large.alt {
  border-left: 3px solid #c4282c; }

.featured-block_large .card-banner,
.featured-card_large .card-banner {
  background: #c4282c;
  color: #FFF;
  font-size: 22px;
  padding: 10px 20px;
  position: absolute;
  top: -15px;
  text-transform: none; }

.featured-block_large h2,
.featured-card_large h2 {
  color: #323232;
  font-size: 40px; }

.featured-block_large h3,
.featured-card_large h3 {
  color: #2c2e2d;
  font-size: 30px; }

.featured-block_large h4,
.featured-card_large h4 {
  color: #323232;
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 0px; }

.featured-block_large h6,
.featured-card_large h6 {
  color: #2c2e2d;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0 0 10px 0; }

.featured-block_large p,
.featured-card_large p {
  color: #323232;
  font-size: 18px;
  line-height: 1.6em; }

.featured-block_large .author,
.featured-card_large .author {
  color: #BBB;
  font-size: 16px; }

.featured-image_large img {
  width: 100%; }

.featured-image_large h6.sharecount {
  background: #168CC8;
  color: #FFF;
  padding: 8px 15px;
  position: absolute;
  bottom: 5px;
  right: -5px;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0 0 10px 0; }

.featured-block_large .btn,
.featured-card_large .btn {
  background: transparent;
  color: #c4282c;
  font-size: 18px;
  padding: 10px 20px;
  margin-top: 20px;
  border: 3px solid #c4282c; }

.featured-block_large .btn .fa,
.featured-card_large .btn .fa {
  color: #c4282c;
  margin-left: 15px; }

/* Content Entries */
.article-image_hero {
  margin-bottom: -400px; }

.article-content {
  display: inline-block;
  background: #FFF;
  padding: 50px 100px;
  border-top: 5px solid #BBB; }

.article-content h1 {
  font-size: 45px;
  color: #323232; }

.article-content .byline {
  font-size: 16px;
  color: #323232;
  padding: 30px 0; }

.article-sidebar {
  margin-top: 500px; }

#newsbar {
  background: #f2f2f2; }

.btn-newsbar {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin: -1px auto 0;
  display: block; }

.newsbar-entry {
  padding: 20px 0; }

.nopad {
  padding: 0 !important; }

#home-main {
  padding: 20px; }

.side-navbar {
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  position: fixed;
  padding-top: 50px;
  margin-top: 0px;
  width: 300px;
  max-width: 100%;
  border-right: 1px solid #ddd; }
  .side-navbar p {
    font-size: 14px;
    text-align: right;
    margin: 15px 25px 0 0; }
    .side-navbar p a {
      color: #011649;
      font-weight: 600; }
/*
::-webkit-scrollbar {
  display: none; }
  */

.side-navbar ul.nav {
  margin: 60px auto 0;
  font-family: "Oxygen", helvetica, sans-serif;
  font-weight: 300; }

.navbar-nav {
  text-align: center; }
  .navbar-nav li a {
    color: #2c2e2d;
    padding: 15px 25px; }

.topcatlist {
  background: #2c2e2d;
  border-top: 2px solid #bd942d; }
  .topcatlist li a {
    padding: 15px 35px;
    color: #fff; }
    .topcatlist li a:hover {
      color: #bd942d; }
  .topcatlist li.current-menu-item a {
    color: #bd942d; }
  .topcatlist .dropdown-menu li a {
    padding: 10px 25px;
    color: #000; }
    .topcatlist .dropdown-menu li a:hover {
      color: #bd942d; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: transparent; }

.side-navbar ul.nav.subscribe {
  margin-top: 0; }

.side-navbar ul.nav li {
  display: block;
  text-align: right;
  padding: 0px;
  font-size: 18px;
  font-weight: 300;
  margin: 0 10px 5px;
  border: 1px solid transparent;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer; }

ul.subscribe li a {
  color: #2c2e2d;
  padding: 15px 25px; }
  ul.subscribe li a .fa {
    margin-right: 5px;
    font-size: 12px;
    color: #f1ae39; }

.side-navbar li:hover {
  border: 1px solid #f1ae39 !important; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent; }

.footer {
  background: #2c2e2d;
  padding: 50px 0;
  text-align: center; }
  .footer p {
    color: #FFF;
    font-size: 14px; }

.artcard {
  padding: 10px;}
  .artcard h4 {
    text-align: center;
    color: #000;
    margin: 0;
    padding: 20px 0 0; }
  .artcard p {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 200;
    text-transform: uppercase;
    margin: 0; }
  .artcard p.byline {
    text-align: center;
    color: #000;
    padding: 15px 0; }
    .artcard p.byline span {
      color: #f1ae39;
      font-style: italic;
      text-transform: lowercase; }
    .artcard .artcard-body.border-top {
      border-top: 1px solid #ddd; }
      .artcard .artcard-body.border-top h4 {
        padding-bottom: 20px; }
  .artcard .artcard-img.bordered {
    border: 1px solid #ddd; }
  .artcard .artcard-foot {
    background: #4b5671;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px; }
    .artcard .artcard-foot p, .artcard .artcard-foot a {
      color: #fff; }
    .artcard .artcard-foot.artcard-foot-vatican {
      background: #2c2e2d; }

  body.page.home .artcard .artcard-body {
      border: 1px solid #ddd;
      padding: 0 10px;
      border-top: none;
    }

#cardwrap .col-sm-4:nth-child(3n+1) {
  clear: both; }

.social-side {
  margin-right: 35px;
  text-align: right; }
  .social-side .fa {
    height: 30px;
    width: 30px;
    background: #4b5671;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 3px; }
  .social-side .fa:hover {
    background: #2c2e2d; }

.archive-title {
  padding: 15px 20px 15px;
  border-top: 1px solid #bd942d;
  background: #4b5671; }
  .archive-title h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px; }

.author-bio {
  margin-top: 20px; }

.author-bio-meta h1 {
  margin: 20px 0 5px;
  padding: 0; }
.author-bio-meta .author-title {
  font-style: italic; }

#cardwrap {
  margin-top: 20px; }

#searchform {
  background: #ddd;
  padding: 20px 0;
  margin-bottom: 10px;
  text-align: center; }
  #searchform #mainsearch {
    width: 100%; }

.comment-form-comment label {
  display: none; }

#commentform .submit {
  background: #011649;
  border: 1px solid #011649;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px; }
  #commentform .submit:hover {
    background: #2c2e2d;
    color: #fff; }

.post-author-byline {
  font-size: 20px;
  line-height: 55px;
  color: #bd942d; }
  .post-author-byline .name {
    font-weight: 700;
    color: #000; }
  .post-author-byline .posted-date {
    color: #c1c1c1;
    font-size: 16px; }

.post-author-img img {
  width: 55px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  float: left; }

.published-in {
  float: right;
  margin: 15px 0;
  font-size: 16px;
  color: #adadad; }

.load-more {
  text-align: center;
  padding: 0;
  margin: 0 0 30px; }
  .load-more a {
    color: #fff;
    border-radius: 15px;
    background: #4b5671;
    padding: 5px 20px; }

.author-link {
  margin-bottom: 7px; }
  .author-link .fa {
    margin-right: 8px; }

#mc_embed_signup input.button {
  margin: 10px auto !important; }

#mc_embed_signup form {
  padding: 0 10px 10px !important; }

#mc_embed_signup input.email {
  width: 100% !important; }

.form-select-set {
  width: 100% !important;
  height: 34px; }

.vatican-intro {
  padding: 20px 20px 0; }

.people-title-wrap {
  padding: 20px 20px 0; }
  .people-title-wrap h2 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: center;
    color: #4b5671;
    font-family: 'Vollkorn', serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px; }

.person-card {
  padding: 0 !important;}
  .person-card h4 {
    padding-bottom: 20px; }
  .person-card img {
    margin: 0 auto;
    display: block;}

.person-card p.byline {
  margin: -10px 0 15px;
  padding: 0;
}

article h2 {
  color: #4b5671;
  font-weight: 300;
  font-size: 30px;
  font-family: 'Vollkorn', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 30px 0 5px; }
article h3 {
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
  font-size: 24px; }

.btn-center {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 10px; }

.btn-main {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 15px;
  color: #4b5671; }
  .btn-main:hover {
    background: #4b5671;
    color: #fff; }

@media (max-width: 767px) {
  .side-navbar {
    height: auto;
    background: #fff;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
    border-right: none; }

  #home-main {
    padding: 0; }

  .site-logo {
    max-width: 150px; }

  .navbar {
    background: transparent;}

  .navbar-header {
    margin: 0 !important;}

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

  .navbar-mobile {
    background: #2c2e2d;
    margin: 0 !important; }

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

  .navbar-nav li {
    display: block;}

  .navbar-nav li a {
    color: #fff;}

  .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;

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

  .navbar-fixed-bottom {
    margin: 0;
    background: transparent !important; }

  .pad_h_50 {
    padding-right: 20px;
    padding-left: 20px; } }
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .side-navbar {
    width: 25% !important; }

  .site-logo {
    padding: 0 20px;
    max-width: 100%; }

  .topcatlist li a {
    padding: 15px 15px; } }
@media (min-width: 768px) {
  #cardwrap .col-sm-4:nth-child(3n+1) {
    clear: both; } }
@media (min-width: 1200px) {
  .col-sm-9.nopad {
    border-right: 1px solid #ddd; }

  .dropdown:hover .dropdown-menu {
    display: block;
    /*enable dropdown menu on hover*/ } }

  @media (max-width: 768px) {

    #searchwrap #searchform {
      padding: 25px;
    }
    
    #searchwrap #searchform .form-group {
      width: 100% !important;
    }
  }
/*# sourceMappingURL=custom.css.map */
