@charset "UTF-8";

@import url("../../../css/common.css");


/*colors*/
.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.container {
  padding: 0;
background-color: #fff;}

main .content-row {
  margin: 0;
  padding-bottom: 20px; }

main .main-block-text {
  font-family: Times New Roman,serif;
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  margin: 0; }
  main .main-block-text .main-block-wrapper {
    background-color: #e2d1ad;
    padding: 10px 30px;
    margin-bottom: 10px; }
  main .main-block-text h2 {
    font-weight: 600;
    font-size: 3.6rem; }
  main .main-block-text p {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.2rem; }

main .left-col,
main .right-col {
  padding: 0 10px; }

main .statement-block {
  /*font-family: Times New Roman,serif;
  font-style: italic;
  background-color: #f7da64;
  text-align: center;*/
  height: 100%;
  /*padding: 10px 30px;*/
  padding: 0px; }
  main .statement-block h2 {
    font-weight: 600;
    font-size: 3.6rem; }
  main .statement-block p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.2rem; }

main .times-block {
  color: #fff;
	font-family: Arial, sans-serif;
  /*font-style: italic;
  background-color: #a03731;*/
  text-align: left;
  height: 100%;
  padding: 5px; }
  main .times-block h3 {
    font-weight: 600;
    font-size: 2.5rem; }
  main .times-block span {
    display: block;
    text-align: left;
    /*
	font-size: 1.8rem;
    line-height: 2.3rem;
	*/
	font-size: 1rem;   
     }


main .block-header {
  /*border-bottom: 1px solid #a03731;
  border-bottom: 1px solid;*/
  margin: 0 0 20px; }
  main .block-header a {
    position: relative; }
    main .block-header a:after {
      position: absolute;
      top: 0;
      right: 0;
      content: "»"; }
  main .block-header h3 {
    font-family: Arial,serif;
    font-size: 2.2rem;
    font-weight: 600;
    /*color: #a03731;*/
    position: relative;
    padding: 0; }
    main .block-header h3:before {
      position: absolute;
      content: "";
      bottom: -5px;
      /*height: 3px;*/
      height: 0px;
      width: 100%;
      /*background-color: #a03731;*/}
  main .block-header a {
    font-family: Ubuntu,serif;
    font-size: 1.4rem;
    font-style: italic;
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-align: right;
    /*color: #a03731;*/ }
    main .block-header ahover {
      text-decoration: none; }

main .news-block {
  font-family: Ubuntu,serif;
  margin: 0 0 40px; }
  main .news-block img {
    float: left;
    padding-right: 20px; }
  main .news-block a {
    font-size: 1.6rem;
    color: #3f3f3f;
    margin-bottom: 0;
    display: block; }
  main .news-block .art-date {
    font-size: 1.4rem;
    color: #626262; }
  main .news-block p {
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #888888;
    padding-left: 100px;
    font-weight: 300; }

main .weekly-block {
  font-family: Ubuntu,serif;
  margin: 0 0 20px;
  position: relative; }
  main .weekly-block:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;}
  main .weekly-block a {
    font-size: 1.6rem;
    color: #3f3f3f;
    margin-bottom: 2px;
    display: block; }
  main .weekly-block .art-date {
    font-size: 1.2rem;
    font-style: italic; }

main .col-weekly-bulletin {
  padding: 0 25px; }
  main .col-weekly-bulletin .image-block {
    float: left;
    margin-right: 20px; }

main .col-news-events {
  padding: 0 25px; }
  main .col-news-events .image-block {
    float: left;
    margin-right: 20px; }

main .col-twitter {
  padding: 0 25px 0 0; }
  main .col-twitter img {
    width: 100%; }
.art-date-home {
	color: #626262;
}
/*media*/
@media screen and (max-width: 1240px) {
  .container .row {
    margin: 0; }
  main .col-weekly-bulletin,
  main .col-news-events,
  main .col-twitter {
    padding: 0 10px !important; } }

@media (max-width: 1199px) {
  .container {
    max-width: 100%; }
    .container .row {
      margin: 0; }
  main .block-header h3 {
    font-size: 1.6rem; } }

@media (max-width: 991px) {
  .container {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%; }
  .row {
    margin: 0; }
  main .block-header h3,
  main .block-header a {
    font-size: 1.2rem; }
  .col-twitter {
    padding: 0 20px !important;
    margin-bottom: 20px; }
    .col-twitter img {
      width: 100%; } }

@media (max-width: 767px) {
  footer .social-icons {
    text-align: left !important;
    padding-left: 0; }
  .right-col {
    margin-top: 20px; } }

header {
	/*
	background: #c3e0fc;
background: -moz-linear-gradient(top, #c3e0fc 2%, #9ec6ed 99%);
background: -webkit-linear-gradient(top, #c3e0fc 2%,#9ec6ed 99%);
background: linear-gradient(to bottom, #c3e0fc 2%,#9ec6ed 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e0fc', endColorstr='#9ec6ed',GradientType=0 )	;
	/*height: 168px;*/
	height: auto; }
  header .logo {
    /*padding: 20px 0 20px 40px;*/
    padding: 0px 0 10px 40px; }
    header .logo img {
      float: left;
      max-width: 100%; }
  header a:hover {
    text-decoration: none; }
  header .title-text {
    margin-top: 20px;
    float: left; }
    header .title-text span:nth-child(2) {
      padding-left: 100px; }
  header h1 {
    font-family: Georgia,Times,Times New Roman,serif;
    font-style: italic;
    font-size: 3.6rem;
    font-weight: 600;
    color: #770801; }
    header h1 span {
      display: block; }
  header .donate-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: right;
    padding-right: 40px; }
    header .donate-block a {
      font-family: Myriad pro,Times,Times New Roman,serif;
      font-size: 2.85rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #770801;
      position: relative; }
      header .donate-block a:hover {
        text-decoration: none; }
      header .donate-block a:before {
        position: absolute;
        content: "";
        top: -20px;
        left: -60px;
        display: block;
        width: 60px;
        height: 60px;
        /*background: url("../images/donateimg.png") no-repeat;*/ }

/*media*/
@media (max-width: 1199px) {
  header h1 {
    font-size: 3rem; } }

@media (max-width: 767px) {
  header .logo {
    padding: 0; }
  .logo img {
    float: none !important;
    margin: 0 auto;
    display: block; }
  header h1 {
    font-size: 3rem; }
    header h1 span {
      padding-left: 0 !important; }
  header .title-text {
    float: none;
    text-align: center;
    margin-bottom: 30px; }
  header .donate-block {
    text-align: center;
    padding: 20px 30px 10px 70px !important; } }

@media (max-width: 575px) {
  header h1 {
    font-size: 2rem; } }

footer {
  /*bottom black block*/
padding-top:20px;}
  footer a[href^="tel:"] {
    color: #fff; }
footer a {
    color: #fff; }
footer a:hover {
    color: #fff; }
  footer .footer-block {
    background-color: #053b70;
    color: #fff;
    font-size: 1.6rem;
    font-family: Ubuntu,serif;
    margin: 0;
    /*padding: 20px 0;*/
    padding: 20px; }
    footer .footer-block span {
      display: block; }
    footer .footer-block p {
      margin-bottom: 20px; }
    footer .footer-block .footer-left {
      padding-left: 25px; }
    footer .footer-block .footer-right {
      padding-right: 25px; }
  footer .head-text {
    font-size: 1.8rem;
	  line-height: 40px;
}
  footer .copyright-block {
    color: #8d8d8d;
    background-color: #000;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: 5px 0;
    font-family: Arial,serif; }
    footer .copyright-block span {
      display: block; }
  footer .social-icons {
    /*text-align: right;*/ }
    footer .social-icons li {
      display: inline-block;
      position: relative; }
      footer .social-icons li a {
        display: block;
        width: 35px;
        height: 35px; }
      footer .social-icons li:hover {
        opacity: 0.8; }
    footer .social-icons .fb a {
      background: url("../images/facebook.png") no-repeat; }
    footer .social-icons .tw a {
      background: url("../images/twitter.png") no-repeat; }
    footer .social-icons .yt a {
      background: url("../images/youtube.png") no-repeat; }
    footer .social-icons .pn a {
      background: url("../images/pinterest.png") no-repeat; }
    footer .social-icons .in a {
      background: url("../images/instagram.png") no-repeat; }

@media (max-width: 1199px) {
  footer .footer-block .footer-left {
    padding-left: 15px; }
  footer .footer-block .footer-right {
    padding-right: 15px; } }

.navbar {
  background-color: #1967b3; }
  .navbar .nav-link {
    font-family: Ubuntu,Times,Times New Roman,serif;
    font-size: 1.6rem;
    font-weight: 300;
    /*text-transform: uppercase;*/
    color: #fff !important; }
    @media (max-width: 991px) {
      .navbar .nav-link {
        text-align: center; } }

.dropdown-toggle::after {
  display: none; }

.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 99%;
  background-color: #053b70;
  padding: 0;
  /*padding-top: 6px;*/
  padding-top: 0px;
  border: none;
  min-width: 23rem;
  border-radius: 0; }
  @media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      text-align: center; } }

.navbar-expand-lg .navbar-nav .dropdown-menu.submenu {
  top: 5px; }

.dropdown-item {
  font-family: Arial,serif;
  font-size: 1.5rem;
  border-bottom: 1px solid #114e89;
  
  padding: 0.7rem 1.2rem; }

.dropdown-item a {
  color: #fff; }

.dropdown-item:last-child {
  border-bottom: none; }



/*slider styles*/
.main-slider {
  max-width: 1170px;
  margin: 0 auto; }

.slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #ccc;
  opacity: 0.5; }

.slick-dots li.slick-active {
  opacity: 0.3; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.3rem;
  padding-left: 1.3rem; }

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  text-decoration: underline; }

.slick-prev {
  left: 20px !important;
  z-index: 10;
  background: #d4d4d4 !important;
  padding: 2px 5px; }

.slick-next {
  right: 20px !important;
  z-index: 10;
  background: #d4d4d4 !important;
  padding: 2px 7px; }

.slick-next:before {
  content: "" !important;
  width: 30px;
  height: 30px;
  background: url(../images/bannerarrownext.png) no-repeat;
  display: block; }

.slick-prev:before {
  content: "" !important;
  width: 30px;
  height: 30px;
  background: url(../images/bannerarrow.png) no-repeat;
  display: block; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 2px; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-slide img {
  width: 100%; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu.submenu {
  padding-top: 0;
  top: 5px;
  left: 99%; }
  @media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu.submenu {
      padding: 15px 0 0; } }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu a::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em; }

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem; }

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent; }

.dropdown-submenu.left-submenu .dropdown-menu.submenu {
  left: -100% !important; }

@media (min-width: 768px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .dropdown:hover > .dropdown-menu {
    display: block; }
  .dropdown-item a:hover {
    text-decoration: underline; } }

@media screen and (max-width: 1160px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; } }

#wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .4s linear;
  transition: all .4s linear; }
  @media (max-width: 767px) {
    #wrapper {
      display: none; } }

html {
  font-size: 10px; }


body {
  font: 14px/20px Arial, sans-serif;
	background-color: #d7d7d7;
}
.nbtitle {	
    font-family: Arial,serif;
    font-size: 2.2rem;
    font-weight: 600;
    /*color: #a03731;*/
    padding: 0;
}



/*.header-icons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.header-icons li {
    float: left;
    list-style-type: none;
    text-align: center;
}
.header-icons li a {
    display: inline-block;
    color: #000;
    padding: 14px 16px;
    text-decoration: none;
}*/












.maincontentblock-height{
	 min-height: 800px;
}
.footericons {
    margin-right: 7px;
}
.breadcrumb-navigation {
    padding: 10px;
	background-color: #ededed;
	color: #7a7a7a;
}
.breadcrumb-navigation a {
	color: #7a7a7a;
	text-decoration: none;
	font-size: 14px;
}
.removemargin {
	margin-left: 0px;
	margin-right: 0px;
}
.pagecontent-block {
	padding: 20px 40px 20px 40px;
}
.nav-remove-padding {
	padding: 0.5rem 0rem;
}



.footerheadtextpadding {
    padding: 0 0 0 10px;
}.footerheadtextpadding-none {
    padding: 0px;
}
.classpointer {
	cursor: pointer;
}
.headerinside-height {
	/*height: 126px;*/
	height: auto;
}
.linkblack {
	color: #000;
	text-decoration: underline;
}
.reportfonts {
	color: #ba2a2d;
	text-decoration: none;
}
.diocesenews-box {
	/*border: 1px solid #1967b3;
	min-height: 300px;*/
}
.worldnews-box {
	/*border: 1px solid #0047b7;*/
	min-height: 300px;
}
.greenbackground {	
	background-color: #0f9951;
	padding: 10px 5px 6px 10px;
	color: #fff;
}
.bluebackground {	
	/*background-color: #0047b7;*/
	background-color: #1967b3;	
	padding: 3px 5px 1px 10px;
	color: #fff;
}
.headerfind-fonts {
	font: 12px/20px Arial, sans-serif;
}

.nolinefonts {	
	text-decoration: none;
}
.smallfontcolor {
	 color:#626262;
	font-style: italic;
}
.morenews-block {
	padding: 15px 5px 10px 11px;
	text-align: left;
	border-top: 2px solid #919191;
	border-bottom: 2px solid #919191;
}
.morenewsarrow {
	font-size:48px;
	color:#0066cc;
	vertical-align: middle;
	margin-bottom: 5px;
}
.feed-container {
		border: 0px solid #ccc;
	}
.doe-home-rightbox {
	padding-left:51px;
	background-image: url(../images/vline.gif);
	background-repeat: repeat-y;
}


















#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  /*-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
}
#cssmenu {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  /*border-left: 1px solid #1682ba;
  border-right: 1px solid #1682ba;
  border-top: 1px solid #1682ba;*/
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #36aae7;
  background: -webkit-linear-gradient(#36aae7, #1fa0e4);
  background: -moz-linear-gradient(#36aae7, #1fa0e4);
  background: -o-linear-gradient(#36aae7, #1fa0e4);
  background: -ms-linear-gradient(#36aae7, #1fa0e4);
  background: linear-gradient(#36aae7, #1fa0e4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);*/
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #000;
  /*background: #1fa0e4;
  background: -webkit-linear-gradient(#1fa0e4, #1992d1);
  background: -moz-linear-gradient(#1fa0e4, #1992d1);
  background: -o-linear-gradient(#1fa0e4, #1992d1);
  background: -ms-linear-gradient(#1fa0e4, #1992d1);
  background: linear-gradient(#1fa0e4, #1992d1);*/
}
#cssmenu > ul > li.open > a {
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #1682ba;*/
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  /*border-bottom: 1px solid #1682ba;*/
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #000;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  /*border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;*/
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  /*background: #49505a;*/
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  /*background: #424852;*/
  color: #000;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  /*border-bottom: 1px solid #32373e;*/
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #000;
}
/*# sourceMappingURL=main.css.map */