html {
font-family: "lato",sans-serif;
font-style: normal;
font-weight: 400;
	overflow-y: scroll;
	overflow-x: hidden;
}

/*font-family: "trajan-pro-3",serif;
font-style: normal;
font-weight: 400;*/

a {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: rgba(224,40,46,1); 
	color: #E0B155;
}


.ubermenu-target {
   color: #ffffff;
	font-family: "proxima-nova",sans-serif !important;
	font-style: normal;
	font-weight: 300 !important;
}
/*nav {
    height: 110px;
    line-height: 110px;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    height: 110px;
    line-height: 110px;
}

nav .button-collapse i {
    height: 110px;
    line-height: 110px;
}

nav .brand-logo { 
    font-size: 1.6rem; 
}
nav .brand-logo img {
	margin-top: 23px;	
}*/

img.alignright,
img.alignleft,
img.aligncenter {
	display: block;
}
img.alignright {
	float: right;	
	margin: 0 0 0 10px;
	clear: right;
}
img.alignleft {
	float: left;	
	margin: 0 10px 0 0;
	clear: left;
}
img.aligncenter {
	margin: 5px auto !important;
	clear: both;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;	
}

#ubermenu-main-2-primary {
	padding-top: 15px;	
}

ul.list {
	list-style:disc outside;
}
ul.list li { 
	font-size: 1em; 
	margin-bottom: 2px; 
	margin-left: 40px; 
	line-height: 1.6em;
}

ul.list li { 
	font-size: 1em; 
	font-size: 15px!important;
	margin-bottom: 20px; 
	margin-left: 00px; 
	line-height: 1.2em;
	list-style: none;
	padding-left: 30px;
}
ul.list li:before {
	/* For a round bullet */
	content: '\f0da';
	font-family: FontAwesome;
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	left: -20px;
	top: 0;
	color: #f2c46a;
	font-size: 25px !important;
}

.languages {
	display: block;
	font-size: 13px;
	color: #878787;
	font-weight: normal;
}
.languages a {
	color: #878787;
	font-weight: normal;
}

ol.list {
	margin: 0 0 1.5em;
	padding: 0;
	counter-reset: item;
}

ol.list > li {
	margin: 0 0 0 20px;
	padding: 0 0 0 2em;
	text-indent: -2em;
	list-style-type: none;
	counter-increment: item;
}

ol.list > li:before {
	display: inline-block;
	width: 1em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	content: counter(item) ".";
}

h1.page-title {
	color: #333333;
}



.masthead {
	border-top: none;
	background-image:url(../images/header_background.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.masthead .container {


}

.navcontainer {
	border-top: 1px solid rgba(255, 255, 255, 1);
}

#ubermenu-main-2-primary {
	padding-top: 0;	
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    position: absolute;
    right: 15px !important;
    top: 50%;
    margin-top: -6px !important;
    content: "\f0d7" !important;
	font-size: 12px !important;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/******* padding Helpers *******/
/*		padding-All					*/		
.p-0 { padding: 0px; } 
.p-5 { padding: 5px; } 
.p-10 { padding: 10px; } 
.p-15 { padding: 15px; } 
.p-20 { padding: 20px; } 
.p-25 { padding: 25px; } 
.p-30 { padding: 30px; } 
.p-35 { padding: 35px; }

/*		padding-left					*/ 	
.pl-3  { padding-left: 3px; } 
.pl-5  { padding-left: 5px; } 
.pl-10 { padding-left: 10px; } 
.pl-15 { padding-left: 15px; } 
.pl-20 { padding-left: 20px; } 
.pl-25 { padding-left: 25px; } 
.pl-30 { padding-left: 30px; } 

/*		padding-right				*/	
.pr-3  { padding-right: 3px; } 
.pr-5  { padding-right: 5px; } 
.pr-10 { padding-right: 10px; } 
.pr-15 { padding-right: 15px; } 
.pr-20 { padding-right: 20px; } 
.pr-25 { padding-right: 25px; } 
.pr-30 { padding-right: 30px; } 

/*		padding-Horizontal			*/	
.ph-5 	{ padding-left: 5px; padding-right: 5px; } 
.ph-10 { padding-left: 10px; padding-right: 10px; } 
.ph-15 { padding-left: 15px; padding-right: 15px; } 
.ph-20 { padding-left: 20px; padding-right: 20px; } 
.ph-25 { padding-left: 25px; padding-right: 25px; } 
.ph-30 { padding-left: 30px; padding-right: 30px }

/*		padding Vertical				*/	
.pv-5 	{ padding: 5px 0; } 
.pv-10 { padding: 10px 0; } 
.pv-15 { padding: 15px 0; } 
.pv-20 { padding: 20px 0; } 
.pv-25 { padding: 25px 0px; } 
.pv-30 { padding:30px 0; } 

/*		padding-bottom			*/	
.pt-3  { padding-bottom: 3px; } 
.pt-5  { padding-bottom: 5px; } 
.pt-10 { padding-bottom: 10px; } 
.pt-15 { padding-bottom: 15px; } 
.pt-20 { padding-bottom: 20px; } 
.pt-25 { padding-bottom: 25px; } 
.pt-30 { padding-bottom: 30px; }

/*		padding-bottom		*/	
.pb-3  { padding-bottom: 3px; } 
.pb-5  { padding-bottom: 5px; } 
.pb-10 { padding-bottom: 10px; } 
.pb-15 { padding-bottom: 15px; } 
.pb-20 { padding-bottom: 20px; } 
.pb-25 { padding-bottom: 25px; } 
.pb-30 { padding-bottom: 30px; }

/*@media only screen and (min-width: 601px){
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 130px;
        line-height: 130px;
    }
}*/




.frm_ajax_loading {
	display: none;	
}

select {
       height: 50px!important; 
       padding-left: 10px; 
       width: 100%; 
    } 

.hide_page_title h1 {
	display: none;	
}
.hide_page_title {
	height: 20px;	
}






/*TYPOGRAPHY*/


BLOCKQUOTE{
	border-style:none; 
	color:rgba(104,104,104, 0.870588); 
	font-family:Georgia, Times, serif; 
	font-style:italic; 
	border-top-style:solid; 
	border-top-width:1px; 
	border-top-color:rgba(196,196,196,1); 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:rgba(196,196,196, 0.870588); 
	padding-top:10px; 
	padding-bottom:10px; 
	padding-left:51px; 
	line-height:26px; 
	font-size:16px; 
	border-left-style:1px solid; 
	border-left-color:rgba(198,198,198,1); 
	margin: 20px 0;
	clear: both;
	position: relative;
}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 100px;  
	position: absolute;
	left: 00px;
	top: 40px;
	color: #ebebeb;
}
blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}

HEADER.entry-header{
	margin-bottom:15px; 
	min-height:50px; 
	padding-bottom:15px; 
	border-bottom-style:dashed; 
	border-bottom-width:1px; 
	border-bottom-color:rgba(219, 219, 219, 0.870588); 
}

HEADER.entry-header > DIV > P {
	font-size:14px; 
	line-height:24px; 
	font-style:italic; 
	color:rgba(133,131,131, 0.870588); 
}

h1.post-title,
h1.page-title {
	margin-top: 30px;	
}

h2.entry-title {
	font-size: 25px;	
}

article {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:1px dashed rgba(227, 227, 227, 0.870588);	
}

/*Nav above/below*/

.nav_above_below {
	padding: 5px 0;
	margin: 20px 0;
	border-top: 1px solid rgb(230, 230, 230);
	border-bottom: 1px solid rgb(230, 230, 230);
	background-color:rgb(255, 255, 255);
	-webkit-box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	height: 35px;

}
.nav-previous,
.nav-next {
	display: block;
	width: 50%;	
	line-height: auto;
	height: 35px !important;
}
.nav-previous {
	float: left;	
}
.nav-next {
	float: right;
	text-align:right;	
} 
.nav-previous a,
.nav-next a {
	display: inline-block;
	padding:0px 10px;
	color:rgb(255, 255, 255);
	font-size:12px;
	background-color:rgb(18,98,183);
	background-color:rgb(184, 184, 184);
	text-shadow:rgba(0, 0, 0, 0.529412) 1px 1px 1px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	line-height:23px;
}

.nav-previous a:hover,
.nav-next a:hover {
	background-color:rgb(214, 214, 214);
	text-decoration: none;	
}
.nav-previous a span {
	width: 0;
	height: 0;
	margin: 7px;
	display: block;
	position: relative;
	float: left;
	border-top: 5px solid transparent;
	border-right: 10px solid white;
	border-bottom: 5px solid transparent;

} 
.nav-next a span {
	width: 0;
	height: 0;
	margin: 7px;
	display: block;
	position: relative;
	float: right;
	border-top: 5px solid transparent;
	border-left: 10px solid white;
	border-bottom: 5px solid transparent;
}











.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}



/*----------------------------------------------------------
                        SOCIAL ICONS
----------------------------------------------------------*/

/*SOLID SQURE*/
#socialicons-solid-square {
    text-align: center;
}
#socialicons-solid-square .icon{
    background: rgba(255,255,255,0.5);
    display: inline-block;
    color: #246FB5;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    margin: 0 1px 8px;
	-webkit-transition: all 0.3s ease-in-out;	
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#socialicons-solid-square .icon:hover{
    background: white;
}

/*SOLID CIRCLE*/
#socialicons-solid-circle {
    text-align: center;
}
#socialicons-solid-circle .icon{
    background: #A35053;
    display: inline-block;
    color: #8D2528;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    margin: 0 1px 8px;
    -webkit-border-radius: 17px; 
    -moz-border-radius: 17px; 
    border-radius: 17px; 
	-webkit-transition: all 0.3s ease-in-out;	
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#socialicons-solid-circle .icon:hover{
    background: white;
}


/*OUTLINE SQUARE*/
#socialicons-outline-square {
    text-align: center;
}
#socialicons-outline-square .icon{
    color: MAIN_COLOR;
    border: 1px solid #CFCFCF;
    display: inline-block;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    margin: 0 1px 8px;
}
#socialicons-outline-square .icon:hover{
    color: HOVER_COLOR;
    border: 1px solid #CFCFCF;
}

/*OUTLINE CIRCLE*/
#socialicons-outline-circle {
    text-align: center;
}
#socialicons-outline-circle .icon{
    color: MAIN_COLOR;
    border: 1px solid #CFCFCF;
    display: inline-block;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    margin: 0 1px 8px;
    -webkit-border-radius: 17px; 
    -moz-border-radius: 17px; 
    border-radius: 17px; 
}
#socialicons-outline-circle .icon:hover{
    color: HOVER_COLOR;
    border: 1px solid #CFCFCF;
}

/*STANDALONE ICONS*/
#socialicons-standalone {
    text-align: center;
}
#socialicons-standalone .icon{
    color: MAIN_COLOR;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    margin: 0 6px 5px;
}
#socialicons-standalone .icon:hover{
    color: HOVER_COLOR;
}



/*----------------------------------------------------------
                        Sidebar Stuff
----------------------------------------------------------*/

#secondary{
	margin-top:40px; 
	margin-bottom: 40px;
}
#secondary > ASIDE > LABEL.screen-reader-text{
	display:none; 
}

#secondary > ASIDE > FORM#searchform > LABEL.assistive-text{
	display:none; 
}
#secondary > ASIDE > UL > LI{
	padding-bottom:5px; 
	margin-bottom:5px; 
	border-bottom-style:dashed; 
	border-bottom-width:1px; 
	border-bottom-color:rgba(219,219,219, 0.870588); 
	font-size:14px; 
	line-height:19px; 
	padding-left:0; 
}
#secondary > ASIDE > H3{
	font-size:22px; 
	margin-top:2px; 
}
#secondary > ASIDE{
	border-style:none; 
	border-width:1px; 
	border-color:rgba(232,232,232, 0.870588); 
	padding-top:0px; 
	padding-right:0px; 
	padding-left:0px; 
	padding-bottom:20px; 
	margin-top:0px; 
	margin-bottom:20px; 
	border-bottom-style:solid; 
	border-bottom-width:1px!important; 
	border-bottom-color:rgba(219, 219, 219, 0.870588); 
}


/*----------------------------------------------------------
                        Sidebar Menu
----------------------------------------------------------*/


#secondary > ASIDE > DIV > UL.menu > LI > a{
	border-style:solid; 
	border-width:1px; 
	border-color:rgba(198,198,198, 0.870588); 
	padding-top:5px; 
	padding-bottom:5px; 
	padding-left:10px; 
	padding-right:10px; 
	margin-bottom:4px; 
	display:block; 
}

#secondary > ASIDE > DIV > UL.menu > LI > UL.sub-menu > LI > a{
	border-style:solid; 
	border-width:1px; 
	border-color:rgba(198,198,198, 0.870588); 
	padding-top:5px; 
	padding-bottom:5px; 
	padding-left:10px; 
	padding-right:10px; 
	margin-bottom:4px; 
	margin-left:15px; 
	display:block; 
}

#secondary > ASIDE > DIV > UL.menu > LI > a:hover, 
#secondary > ASIDE > DIV > UL.menu > LI > UL.sub-menu > LI > a:hover{
	background-color:rgba(226,226,226,0.5)!important; 
}

#secondary > ASIDE > DIV > UL.menu > li.current-menu-item > a{
	background-color:rgba(226,226,226,0.2); 
}

#secondary > ASIDE > DIV > UL.menu > li.current-menu-item > a:before{
	font-family:FontAwesome; 
	content:""; 
	display:inline-block; 
	padding-right:3px; 
	vertical-align:middle; 
	font-size:10px; 
}

/*----------------------------------------------------------
                        Sidebar Calendar
----------------------------------------------------------*/


DIV#calendar_wrap > TABLE#wp-calendar{
	border-style:solid; 
	border-width:1px; 
	border-color:rgba(220,220,220, 1); 
}

DIV#calendar_wrap > TABLE#wp-calendar > TBODY > TR > TD{
	border-style:none; 
	border-top-style:none; 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:rgba(220,220,220, 1);  
	border-width:1px; 
	border-right-style:none; 
	border-left-style:solid; 
	border-left-color:rgba(220,220,220, 1);  
	text-align:center; 
}

DIV#calendar_wrap > TABLE#wp-calendar > TBODY > TR > TD.pad{
	background-color:rgba(250,250,250,1); 
}

DIV#calendar_wrap > TABLE#wp-calendar > TBODY > TR{
	font-size:12px; 
	text-align:left; 
	line-height:17px; 
	border-top-style:none!important; 
}

ASIDE > DIV#calendar_wrap > TABLE#wp-calendar > THEAD > TR > TH{
	border-bottom-style:none!important; 
	font-size:12px; 
	text-align:center; 
	line-height:16px; 
}

ASIDE > DIV#calendar_wrap > TABLE#wp-calendar > TFOOT > TR > TD#next{
	text-align:right; 
	line-height:13px; 
	font-size:14px; 
	height:34px; 
	padding-top:5px!important; 
	padding-bottom:5px;  
}

ASIDE > DIV#calendar_wrap > TABLE#wp-calendar > TFOOT > TR > TD#prev{
	line-height:13px; 
	font-size:14px; 
	height:35px; 
	padding-bottom:5px; 
	padding-top:5px; 
}

ASIDE > DIV#calendar_wrap > TABLE#wp-calendar > TFOOT > TR > TD.pad{
	height:34px; 
	padding-top:5px; 
	padding-bottom:5px; 
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


/*----------------------------------------------------------
                        CUSTOM STUFF
----------------------------------------------------------*/

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1, h2, h3, h4, h5, h6 { 
	font-family: "trajan-pro-3",serif;
	font-style: normal;
	font-weight: 400;
}
h1 span {
	display: block;
	font-size: .6em;
}

img.site_logo {
	display: block;
	margin: 0 auto;
}

body.home {
	
}

.masthead .container {
	
}
.masthead .col {
	min-height: 219px;
}
.stpeter {
	background-image: url(../images/st_peter.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.vatican {
	background-image: url(../images/vatican.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.masthead input[type="text"] {
	height: 35px;
	width: 100%;
	padding-left: 15px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	border: 1px solid #AAAAAA;
}
.masthead select {
	height: 35px !important;
	width: 100%;
}
.masthead form {
	margin-top: 15px;
}
.searchlinks {
	padding: 0 10px;
}
.searchlinks a {
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #b1b1b1;
}
.searchlinks a:hover {
	color: #E0B155;
}
.navcontainer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5f5f5f+0,565656+100 */
background: #5f5f5f; /* Old browsers */
background: -moz-linear-gradient(top, #5f5f5f 0%, #565656 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #5f5f5f 0%,#565656 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #5f5f5f 0%,#565656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f5f5f', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

ul.main_navigation {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	
}
ul.main_navigation li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	
}
ul.main_navigation li a {
	color: white;
	display: inline-block;
	padding: 10px 10px;
	font-weight: 400;
	font-size: 17px;
	text-shadow:rgba(0, 0, 0, 0.639216) 1px 1px 1px;
}
ul.main_navigation li a:hover {
	background-color:rgba(191, 191, 191, 0.419608);
}
.content_container {
	padding-top: 15px;
}
.documents_leader {
	
}
.documents_leader img {
	display: block;
	float: left;
	margin-right: 10px;
}
.documents_leader p {
	font-family: "trajan-pro-3",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 18px;
	color: #232323;
	padding-top: 30px;
}
.divider {
	height: 0;
	border-top: 2px solid #f2c46a;
	margin-top: 35px;
	margin-bottom: 35px;
}
.facebookbadge {
	width: 140px;
	float: left;
	margin-top: -15px;
}
.aside_paragraph {
	font-size: 13px; 
	line-height: 1.4em; 
}
.award {
	margin: 25px 0;
}
.award p {
	padding-top: 5px;
}
.award img {
	float: left;
	margin-right: 20px;
}
.prefooter {
		
}
.prefooter p {

}

.mainfooter {
	background-color: #dbdbdb;
	border-bottom: 1px solid white;
}
.mainfooter p {
	
}
.mainfooter img {
	padding-bottom: 35px;
}


.sub_footer {
	background-color :#cdcdcd;
	padding-top: 15px;
	padding-bottom: 20px;
}

.sub_footer p {
	font-size: 13px;
	line-height: 1.4em;
	color: #5f5f5f;
}
.sub_footer a {
	font-weight: normal;
	color: #393939;
}
.sub_footer a:hover {
	color: #000000;
}



@media only screen and (max-width: 992px){
		.masthead .col {
			min-height: auto;
		}
		.stpeter,
		.vatican {
			background-image: none;
		}
		.masthead input[type="text"] {

		}
		.masthead select {

		}
		.masthead {padding-bottom: 15px;}
}




strong {
	font-weight: bold !important;
}




