@charset "utf-8";
/* CSS Document */

/* **************** background, color, margin overrids **************** */

.bg-black {
    background-color: #121214!important;
}

.bg-lt-gray {
    backgroud-color: #fafafa!important;
}

.bg-med-gray {
    background-color: #f7f7f7; /*#E0E0E0;*/
}

.bg-highlight {
    background-color: #a0d4ff; /*#6ab9fb; #52ACF7;*/;
}

.bg-graybox {
    background-color: #F8F9FA!important;
    border: 1px solid #ddd;
    padding: 10px;
}

.bg-white {
    background-color: #fff!important;
}

.bg-primary2 {
    background-color: #007bff!important;
}

.text-primary2 {
    color: #007bff!important;
}

.text-navy {
    color: #1C3D70!important;
}

.card {
    border-top: 5px solid #f8b018;/*#007bff;*/
}


#content-aside .block h2:before {
    font-size: 1.5rem;
    /* position: relative; */
    /* color: #373f51; */
    margin-bottom: 0;
}

.rt-col-margin {
    margin-top: 30px;
}




/* **************** header overrides **************** */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  color: #1d4597;
}



h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #027ce1; /*#56627f;*/
    text-decoration: underline;
 /* -webkit-text-decoration-line: none;
  text-decoration-line: none;*/
}


#header-brand img.logo {
    max-height: 60px;
    min-width: 60px;
}



/* ****************** footer override classes  ***************/

.footer-modal {
    color: rgba(255, 255, 255, 0.6); /*#4E5D5F;*/
    padding-top: 1.3rem;
    font-weight: 400;
}

.footer-copyright a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
    font-size: .9rem;
}

.footer-copyright a:hover{
    color: #006acc!important;
    text-decoration: none;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
   /* font-size: .9rem; */
}

.footer-contact a:hover {
    color: #fff!important;
    text-decoration: none;
}



/* ************** Nav bar overrides *****************/

.navbar-dark .navbar-nav .nav-link{
    color: #0a0a0a; 
    font-weight: 600;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #005bb7!important; /*#007bff;*/
}



/* **** SUPERFISH CLASSES  **** */

a.sf-depth-1 {
    color: #0a0a0a!important;
    font-weight: 500;
}

.sf-depth-1 a:hover {
    color: #005bb7!important; 
}

ul.sf-menu .sf-sub-indicator {
    right: 1rem;
}

ul.sf-menu.sf-style-white {
    margin-bottom: 0;
}

ul.sf-menu.sf-style-white li,
ul.sf-menu.sf-style-white.sf-navbar {
  background: #fff; /*#fafafa;*/
}

ul.sf-menu {
    line-height: 1.2;
}

div.sf-accordion-toggle.sf-style-white a {
    background: #fff;
    color: #210c02;
    border: 1px solid #fff;
}


/***************** Magazine Paragraphs overrides ************/

.paragraph.paragraph--type--bp-image.paragraph--width--full>.paragraph__column {
    padding-right: 2px;
    padding-left: 10px;
}

/* ************************ button overrides ************** */

.btn {
    font-weight: 600;
}


/* **************** global font weight/color ************* */

body {
    font-size: 1rem;
 /*   font-family: Verdana, "Helvetica Neue", Helvetica, Arial, "sans-serif";*/
    font-weight: 400!important;
    color: #0a0a0a!important;
    line-height: 1.35!important;
}

html {
     font-size: 1rem;
/*    font-family: Verdana, "Helvetica Neue", Helvetica, Arial, "sans-serif";*/
    font-weight: 400!important;
    color: #0a0a0a!important;
    line-height: 1.35!important;
}

a:hover {
    text-decoration: underline;
}


blockquote {
    background: #f7f7f7;
    margin: 25px 0px;
    padding: 15px 30px;
    border-left: 5px solid #33A1FD; /*#007bff;  #00f;*/
    font-weight: 500;
    font-style: italic;
}


.blockquote-footer {
    font-weight: 400;
}

blockquote.image-field-caption {
    font-size: 0.9rem;
    padding: 0 0 10px 5px;
    width: 100%;
    margin: 0 0 20px 0;
    font-weight: 400px;
    border-left: 0px solid #fff;
    font-style: normal;
    
}

.dropcap::first-letter {
   /* display: block;
    float: left;
    padding: 15px 10px 10px 0;*/
    font-size: 2.5rem;
   /* font-weight: 500;*/
}

.breadcrumb a {
    font-size: .9rem;
    color: #37474f;
}

.breadcrumb {
    padding: 0.5rem 1rem;
}

.breadcrumb-item {
    font-size: .9rem;
    color: #37474f;
}

.lead {
    font-weight: 400;
    font-size: 1.25rem;
}



.head-red {  
    text-transform: none; 
    color: rgb(153, 0, 0); 
    font-size: x-large; 
    font-weight: bold; 
    padding-bottom: 15px;
}

.maroon {
    color: maroon;
}

.bluegreen {
    color: #099;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0a0a0a;
    line-height: 1.3;
}

h1 {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.sticky-top{
    background-color: #fff;
}

figcaption {
    padding: 0 1rem;
    /*border-left: 5px solid #449af5;*/
    color: #333;
    font-size: 0.9rem;
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1rem;
}


.text-date {
    font-weight: 500;
    font-size: 16px;
}

.text-navyblue {
    color: navy;
}

.field--name-field-publication-date {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 1rem;
}


.field--name-field-author {
    padding-top: 1rem;
}

article.node img[class*="image-style"] {
    margin-bottom: 1rem;
}

/********** Columban Mission Stories Home Page ******/

.general-title hr {
    width:100px;
    margin-top:0;
    border-width: 2px 0 0;
    border: 2px solid #2C50BD;
}

.card-title a {
    color: #2C50BD; 
    font-size: 1.25rem;
    font-weight: 500;
}

.card-title a:hover {
    color: #33A1FD;
}



/*********** Magazine Current Issue page overrides ******************/

.carousel-caption {
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0px;
    left: 0%;
    right: 0%; 
/*    margin-bottom: 0px;*/
    padding: 10px 0 0 0;
}

.carousel-caption h3 {
    color: #fff;
}

.carousel-caption p {
    background-color: #000;
    margin-bottom: 0;
    padding-bottom: 2px;
}


.teaser-link a {
    display: inline-block;
    margin-bottom: 2rem;
    /*vertical-align: middle;*/
    font-family: "Montserrat", Verdana, "sans-serif";
    font-size: .8rem;
    font-weight: 600;
   /* text-align: center;*/
    text-transform: uppercase;
}

.teaser-link a:hover,
.teaser-head a:hover {
    color: #e30000; /*#fd0301;*/
    text-decoration: underline;
}

.teaser-head a {
/*  -webkit-text-decoration-line: none;*/
    text-decoration-line: none;
    font-size: 1.3rem;
    font-weight: 500;
    color: #222; /*#365ac0; #1d4597;*/
}

.teaser-block {
    display: inline-block;
    background: #2b4fbd;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px;
    margin-right: 5px;
}

/*.teaser-head a:hover {
    text-decoration: underline;
    color: #027ce1;
}*/

.teaser-date-author {
    display: inline-block;
    margin-bottom: .7rem;
    color: rgba(38,50,56,0.95);
    font-size: .75rem;
    font-weight: bold;
    text-transform: uppercase;   
}

.date-icon {
    font-size: .75rem;
}


/* ********** staff page css ******************** */

h4.staff-name-text {
    color: #222;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 5px;
}

.job-title {
    font-size: 1rem;
}

/*h6.staff-title-text {
    color: #2b4fdb;
    font-size: 18px;
    font-weight: 500;
    margin-top: 4px;
    font-style: italic!important;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; 
    padding-bottom: 5px;
}*/

/*.staff-title-bottom {
    border-top: 4px solid #e1e1e1;
    width: 30%;   
}

.staff-phone-email {
    font-size: 16px;
}*/

/* ************** MEDIA QUERIES hacks **************** */

@media (min-width: 768px) {
  body {
    font-size: 1.1rem;
}
  #page-content p {
    text-align: left;
}
}
  
/**************** FLEXSLIDER HOME PAGE ***********/

.flex-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.51);
    color: #fff;
    padding: 10px;
}


@media (max-width: 480px) {
 
  .flex-caption  {
    background: #000;
    position: static;
}
}
    