html {
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	overflow-y: scroll;
	overflow-x: hidden;
}


.ubermenu-target {
   color: #ffffff;
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
}
/*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;	
}*/

.content_container a {
	color :#185492;	
}
.content_container strong {
	font-weight: bold !important;
}
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; 
	margin-bottom: 20px; 
	margin-left: 40px; 
	line-height: 1.4em;
	list-style: none;
	padding-left: 25px;
}
ul.list li:before {
	/* For a round bullet */
	content: '\2022';
	/* For a square bullet */
	/*content:'\25A0';*/
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	left: -30px;
	top: 0;
	color: #73921e;
	font-size: 25px;
}

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: #154173;
}

#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;	
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #8d6a26;
}

h2.entry-title,
h1.entry-title {
	font-size: 25px;	
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #8d6a26;
}

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

@font-face {
    font-family: 'si';
    src: url('../social/socicon.eot');
    src: url('../social/socicon.eot?#iefix') format('embedded-opentype'),
         url('../social/socicon.woff') format('woff'),
         url('../social/socicon.ttf') format('truetype'),
         url('../social/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../social/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-right: 8px;
    color: #C2A355;
    background-color:rgba(255,255,255,0.53); 
	-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;
}
.soc li a:hover {
	background-color:rgba(255,255,255,0.8); 
}
.soc-icon-last{
    margin:0 !important;
}

.prefooter .soc li a {
	color: #154c89;
}

.soc-facebook:before {
    content:'\e041';
}
.soc-twitter:before {
    content:'\e040';
}
.soc-youtube:before {
    content:'\e051';
}
.soc-flickr:before {
    content:'\e055';
}




/*----------------------------------------------------------
                        Sidebar Stuff
----------------------------------------------------------*/

#secondary{
	margin-top:30px; 
}
#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
----------------------------------------------------------*/

.preheader {
	background-color: #0b3550;
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 10px;
	color:rgba(255, 255, 255, 0.521569);
	text-transform: uppercase;
	padding: 2px 0;
}
.preheader a {
	color:rgba(255, 255, 255, 0.521569);
	padding: 0px 10px;
	-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;
}
.preheader a:hover {
	color:rgba(255, 255, 255, 1);
	padding: 0px 10px;
}

.masthead .container {
	max-width: 1170px;
	background-image: url(../images/logo-highlight-renewed.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.masthead {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f6089+0,1c567a+100 */
	background: #1f6089; /* Old browsers */
	background: -moz-linear-gradient(top,  #1f6089 0%, #1c567a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1f6089 0%,#1c567a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1f6089 0%,#1c567a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f6089', endColorstr='#1c567a',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #ddb847;
	border-bottom: 1px solid #456981;
	-webkit-box-shadow:rgb(21, 63, 89) 0px 5px 0px 0px;
	-moz-box-shadow:rgb(21, 63, 89) 0px 5px 0px 0px;
	box-shadow:rgb(21, 63, 89) 0px 5px 0px 0px;
}

@media only screen and (max-width: 3901px){
	.desktop_logo {
		display: block;	
	}
	.mobile_logo {
		display: none;
	}
}
@media only screen and (max-width: 993px){
	.desktop_logo {
		display: none;	
	}
	.mobile_logo {
		display: block;
	}
	.masthead .alignleft,
	.prefooter .alignleft {
		float: none;
		margin: 0 auto;	
	}
}


.housekeeping {
	background-color: #15405c;
	border: 1px solid #6692ae;	
	padding: 10px 15px;
	display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-between; /* Safari 6.1+ */
	display: flex;
  	justify-content: space-between;	
	margin-top: 10px;
	margin-bottom: 10px;
}
.housekeeping div {

}

ul#menu-housekeeping {
	background-color: #15405c;
	border: 1px solid #6692ae;	
	padding: 10px 15px;
	display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-between; /* Safari 6.1+ */
	display: flex;
  	justify-content: space-between;	
	margin-top: 10px;
	margin-bottom: 10px;
}
ul#menu-housekeeping li {
    display: inline-block;

}
.housekeeping a,
ul#menu-housekeeping li a {
	display: inline-block;
	color: white;
	font-size: 13px;
	font-weight: 300;
	padding: 5px 10px;
	background-color: #15405C;
-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;
border: 1px solid transparent;
}
.housekeeping a:hover,
ul#menu-housekeeping li a:hover{
	background-color: #155f8f;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.housekeeping a.donate,
ul#menu-housekeeping li.donate a {
	background-color: #d9b032;
	color: black;
	font-weight: 400;
}
.housekeeping a.donate:hover,
ul#menu-housekeeping li.donate a:hover {
	background-color:rgb(255, 206, 59);	
}
.searchcontainer {
	margin-bottom: 10px;	
}

.searchcontainer input#s {
	width: 100%;
	background-color: #c6d5df;
	border: none;
	outline: none;
	background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 110% -38px;
}

.searchcontainer input#s::-webkit-input-placeholder {
   color: #8196a5;
   font-style: italic;
   font-size: 17px;
}

.searchcontainer input#s:-moz-placeholder { /* Firefox 18- */
   color: #8196a5;  
   font-style: italic;
   font-size: 17px;
}

.searchcontainer input#s::-moz-placeholder {  /* Firefox 19+ */
   color: #8196a5;  
   font-style: italic;
   font-size: 17px;
}

.searchcontainer input#s:-ms-input-placeholder {  
   color: #8196a5;  
   font-style: italic;
   font-size: 17px;
}


.navcontainer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ccb161+0,b38c42+100 */
	background: #ccb161; /* Old browsers */
	background: -moz-linear-gradient(top,  #ccb161 0%, #b38c42 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ccb161 0%,#b38c42 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ccb161 0%,#b38c42 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccb161', endColorstr='#b38c42',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #eee6a4;
	border-bottom: 1px solid #907035;
	margin-top: 3px;
}

.navcontainer .soc, 
.prefooter .soc{
	max-width:246px; 
	float:right; 
}
.navcontainer .soc {
	padding-top: 7px; 
}
.prefooter .soc {
	padding-top: 60px; 
}

.custom_slider_container {
	background-color: #ededed;
	-webkit-box-shadow:rgba(0, 0, 0, 0.219608) 0px -13px 27px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.219608) 0px -13px 27px 0px inset;
	box-shadow:rgba(0, 0, 0, 0.219608) 0px -13px 27px 0px inset;
}
.sliderbox {
	margin: 0 !important;	
}
#secondary > ASIDE > H3,
body.home h2 {
	font-size:24px; 
	margin-top:2px; 
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #8d6a26;
}
body.home h2 {
	margin-bottom: 15px !important;	
}
#secondary > ASIDE > H3 em,
body.home h2 em {
	font-family: "open-sans-condensed",sans-serif;
	font-style: normal;
	font-weight: 300;	
}
h3.widget-title a.rsswidget {
	font-size:24px; 
	margin-top:2px; 
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #8d6a26;
}
h3.widget-title a.rsswidget:after {
	content: ' With Bro. André Marie';
	font-family: "open-sans-condensed",sans-serif;
	font-style: normal;
	font-weight: 300;
}
.widget_rss h3.widget-title a:first-child {
	display: none;	
}
.dateauthor {
	font-size: 15px;
	color: #a2a2a2;
	font-weight: 300;
	text-transform: uppercase;	
}
body.home .dateauthor {
	font-size: 11px;
	color: #a2a2a2;
	font-weight: 300;
	text-transform: uppercase;	
}
.dateauthor a {
	color: #a2a2a2;	
}
.dateauthor a:hover {
	color: #185492;	
}
.dateauthor .author {
	padding-left: 15px;	
}

.article_primary {

}
.article_primary a.articletitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1;
}
.article_primary p {
	font-size: 14px;
	font-weight: 300;
}



.article_secondary {

}
.article_secondary a.articletitle {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.1;
	display: block;
	padding-bottom: 5px;
}
.article_secondary p {
	font-size: 14px;
	font-weight: 300;
}

.latest_articles_one {

}
.latest_articles_two {

}
.latest_articles_two img.featured_post_thumbnail {
	float: left;
	max-width: 32%;
	margin-right: 15px;
}
.latest_articles_two .post_proper {
	margin-bottom: 20px;
}
.from_the_laptops img.featured_post_thumbnail {
	margin-bottom: 5px;
}

.from_the_laptops .post_proper {
	float: left;
	width: 100%;
	max-width: 30%;
	margin-right: 3%;	
}
.from_the_laptops {
	margin-bottom: 20px;	
}

.from_the_laptops div.post_proper {
	text-align: left;
}
.ad_rem {

}
.ad_rem img.featured_post_thumbnail {
	float: left;
	max-width: 36%;
	margin-right: 15px;
}


.searchcontainer input#s{
	height:47px; 
	padding-left:8px; 
}

HTML > BODY > DIV.secondarycolor.navcontainer > DIV.container > DIV.row > DIV.col.s12 > A.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-vanilla.ubermenu-loc-primary.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full{
	background-color:rgba(249,249,249,0); 
	padding-bottom:8px; 
	padding-top:8px; 
	font-weight:300; 
	text-transform:uppercase; 
	font-size:18px; 
	text-shadow:rgba(0, 0, 0, 0.388235) 1px 1px 1px; 
}



.mtphr-dnt-twitter-name {
	padding-right: 7px;
	margin-right: 7px;
	/*background-image: url(../images/tweet-name-border.png);*/
    background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
    background-position: 80px -161px
}
.mtphr-dnt-twitter-content {
	padding: 0 60px 0 85px;	
	font-size: 13px;
}
.mtphr-dnt-twitter-text a {
	padding: 0 10px;	
}
.twitter-box {
	border: 1px solid #C4C4C4;
	width: 100% !important;
	margin-bottom: 20px;	
	/*background-image: url(../images/twitter-feed.png);*/
    background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: 6px -245px;
}

.subpage-twitter-box {
	margin-left: 0 !important;
	margin-top: 10px;
	margin-bottom: 10px;	
}
body.single .subpage-twitter-box {
	margin: 20px auto;	
}
.ad_container_6 {
	float: left;
	width: 300px;	
	margin: 5px 10px 10px 0;
}
body.home .entry-content img {
width: 100%;
}
.sub_footer p{
	font-weight:300; 
	font-size:11px; 
	color:rgba(255,255,255,0.3); 
	margin-top:0px; 
	margin-bottom:0px; 
	text-align:center; 
}

.sub_footer{
	padding-top:15px; 
	padding-bottom:15px; 
}

.site_credits{
	padding:10px 0; 
	border-top-width:1px!important; 
	border-top-style:solid; 
	border-top-color:rgba(255,255,255,0.2); 
	background-color:rgba(21,63,111,1); 
	padding-top:5px; 
	padding-bottom:5px; 
	margin-bottom: 0 !important;
}

.site_credits p{
	font-weight:300; 
	font-size:8px; 
	color:rgba(255,255,255,0.3); 
	margin-top:0px; 
	margin-bottom:0px; 
	text-align:center; 
	text-transform:uppercase; 
	word-spacing:0px; 
	letter-spacing:2px; 
}

.sub_footer a, .site_credits a{
	color:rgba(255,255,255,0.4); 
	-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; 
}

.sub_footer a:hover, .site_credits a:hover{
	color:rgba(255,255,255,0.8); 
}

a.gold_button{
	color:rgba(255,255,255,1); 
	background-color:rgba(191,158,81,1); 
	display:table; 
	margin:0 auto; 
	padding:5px 15px; 
	font-weight:300; 
	font-size:17px; 
	padding-top:8px; 
	padding-bottom:8px; 
	padding-right:21px; 
	padding-left:21px; 
	-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;
}

a.gold_button:hover {
	background-color:rgb(222, 178, 75);
}


.link_list li a{
	font-size:14px; 
}

.link_list li{
	padding-bottom:4px; 
}


.prefooter {
		
}
.prefooter p {

}

.mainfooter {
	border-top: 1px solid #4676a8;
	border-bottom: 1px solid #4676a8;
	padding: 20px 0;
}
.mainfooter p {
	
}
.mainfooter aside {
	
}
.mainfooter aside h3.widget-title {
	
}

.mainfooter .widget h3.widget-title{
	color:rgba(255,255,255,0.7); 
	font-weight:300; 
	font-size:18px; 
	margin-top:25px; 
}

.mainfooter .widget ul.menu li a{
	color:rgba(255,255,255,0.5); 
	font-size:12px; 
	font-weight:300; 
}

.mainfooter .widget ul.menu{
	margin-top:0px; 
	margin-bottom:25px; 
}

.sub_footer {
	
}

.sub_footer p {
	
}



body.category #content .featured_post_thumbnail {
	max-width: 190px;
	width: 190px !important;
	float: left;
	margin-right: 15px;

}




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





.container {
	width: 100% !important;
	max-width: 1170px !important;
	padding-left: 15px;
	padding-right: 15px;
}




.add_top_padding {
	min-height: 25px;	
}






DIV.entry-content > UL > LI {
	list-style-type:disc!important; 
	list-style-position:outside; 
	padding-left:5px; 
	margin-left:30px; 
}

DIV.entry-content > OL > LI {
	padding-left:10px; 
	margin-left:0px; 
}
body.single .entry-content  { 
	font-family: "bookmania",serif;
	font-style: normal;
	font-weight: 400;	
}



.gform_wrapper {
	background-color:rgba(249,249,249,1); 
	padding-top:15px; 
	padding-right:15px; 
	padding-left:15px; 
	padding-bottom:15px; 
	border-style:solid; 
	border-width:1px; 
	border-color:rgba(234,234,234,1); 
}



@media only screen and (max-width: 767px){
	.navcontainer .soc, 
	.prefooter .soc{
		float:none;
		max-width: 140px;
		margin: 7px auto; 
		padding: 0;
	}
	.navcontainer .soc,
	.preheader {
		display: none;
	}
	.prefooter .soc {

	}
	.masthead .container {
		background-image: none;
	}
	.site_logo {
		background-image: url(../images/logo-highlight-renewed.png);
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: 140px 140px;
		padding-right: 15px;
		padding-left: 15px;
	}

}


@media only screen and (max-width: 460px){
	.navcontainer .soc, 
	.prefooter .soc{
		float:none;
		max-width: 140px;
		margin: 7px auto; 
		padding: 0;
	}
	.navcontainer .soc {
		display: none;
	}
	.prefooter .soc {

	}
	.masthead .container {
		background-image: none;
	}
	.site_logo {
		background-image: url(../images/logo-highlight-renewed.png);
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: 120px 120px;
		padding-right: 15px;
		padding-left: 15px;
	}

}


.category-post-thumbnail{
 float:left;
 width:190px;
 margin-right:15px;
}

h2.category-entry-title{
 font-family:open-sans, sans-serif;
 font-size:18px;
 margin-bottom:0px;
}

body.category #content .comments-link{
 font-size:12px;
}

.category-entry-meta .dateauthor{
 font-size:11px;
 margin-top:10px;
 margin-bottom:10px;
}

.category-entry-summary p{
 font-size:14px;
 color:#494949;
 margin-top:0px;
}

.category-title span{
 font-family:'open-sans-condensed',sans-serif;
}

ul.link_list li{
 padding-bottom:8px;
}

DIV.galleria-container.notouch.galleria-theme-classic{
 background-color:#d3d3d3!important;
}

.footer_meta{
 border-style:solid;
 border-width:1px;
 border-color:rgb(211, 211, 211);
 font-size:12px;
 font-family:open-sans, sans-serif;
 padding-top:10px;
 padding-right:10px;
 padding-bottom:10px;
 padding-left:10px;
 margin-top:10px;
 margin-bottom:10px;
 color:rgba(0, 0, 0,0.65);
}

#author-avatar{
 width:72px;
 float:left;
 height:50px;
 margin-top:-4px;
}

TBODY > TR > TD.gsc-search-button > INPUT.gsc-search-button.gsc-search-button-v2{
 height:36px;
 background-image:url(http://catholicism.org/wp-content/blogs.dir/1/files/2017/04/search_icon.png);
 background-repeat:no-repeat;
 background-position:center center;
 background-color:rgba(242,241,241,1);
 border-color:rgba(170,170,170,1);
}

DIV.google_custom_search > DIV#___gcse_0 > DIV.gsc-control-cse.gsc-control-cse-en > DIV.gsc-control-wrapper-cse > FORM.gsc-search-box.gsc-search-box-tools > TABLE.gsc-search-box > TBODY > TR > TD > DIV{
 height:38px;
}

DIV.google_custom_search{
 background-color:rgba(216,216,216,1)!important;
 border-style:solid;
 border-width:1px;
 border-color:rgba(158,158,158, 0.870588);
}

DIV.google_custom_search > DIV#___gcse_0 > DIV.gsc-control-cse.gsc-control-cse-en > DIV.gsc-control-wrapper-cse > FORM.gsc-search-box.gsc-search-box-tools > TABLE.gsc-search-box > TBODY > TR{
 background-color:rgba(0,0,0,0);
}

DIV.google_custom_search > DIV#___gcse_0 > DIV.gsc-control-cse.gsc-control-cse-en > DIV.gsc-control-wrapper-cse > FORM.gsc-search-box.gsc-search-box-tools > TABLE.gsc-search-box > TBODY > TR > TD{
 background-color:rgba(0,0,0,0)!important;
}

DIV.google_custom_search > DIV#___gcse_0 > DIV.gsc-control-cse.gsc-control-cse-en > DIV.gsc-control-wrapper-cse > FORM.gsc-search-box.gsc-search-box-tools > TABLE.gsc-search-box > TBODY{
 background-color:rgba(0,0,0,0)!important;
}

DIV.google_custom_search > DIV#___gcse_0 > DIV.gsc-control-cse.gsc-control-cse-en > DIV.gsc-control-wrapper-cse > FORM.gsc-search-box.gsc-search-box-tools > TABLE.gsc-search-box{
 background-color:rgba(247,221,221,0)!important;
}

DIV.google_custom_search > DIV#___gcse_0 > DIV.gsc-control-cse.gsc-control-cse-en > DIV.gsc-control-wrapper-cse > FORM.gsc-search-box.gsc-search-box-tools{
 background-color:rgba(236,197,197,0)!important;
}

HTML > BODY > DIV.primarycolor.masthead > DIV.container > DIV.row > DIV.col.s12.m6.l5 > DIV.searchcontainer > A.advanced_search{
 color:rgba(255,255,255,0.29);
 font-size:9px;
 text-transform:uppercase;
 display:block;
 float:right;
 padding-top:3px;
 padding-bottom:3px;
 -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;
}

HTML > BODY > DIV.primarycolor.masthead > DIV.container > DIV.row > DIV.col.s12.m6.l5 > DIV.searchcontainer > A.advanced_search:hover{
 color:rgba(255,255,255,1)!important;
}

HTML > BODY > DIV.primarycolor.masthead > DIV.container > DIV.row > DIV.col.s12.m6.l5 > DIV.searchcontainer > FORM#searchform > INPUT#s{
 height:39px;
}

DIV.google_custom_search > DIV#___gcse_0 > DIV.gsc-control-cse.gsc-control-cse-en{
 background-color:rgba(255,255,255,0);
 border-style:none;
}

DIV.google_custom_search > P.advanced_search_title{
 position:relative;
 top:7px;
 margin-bottom:-20px;
 margin-top:0px;
 font-family:'bebas-neue',sans-serif;
 color:rgba(29,90,128,0.64);
 letter-spacing:1px;

 left:19px;
}

.notification_bar{
 background-color:rgba(188,0,0,1);
 border-bottom-style:solid;
 border-bottom-width:1px;
 border-bottom-color:#ddb847;
}

.notification_bar p{
 text-align:center;
 color:rgb(255, 255, 255);
 line-height:2px;
 font-weight:bold;
 font-size:13px;
}

#frm_form_11_container form fieldset{
 border-style:none;
 background-color:rgba(0,0,0,0.7);
 border-radius:8px;
 padding-top:20px;
 padding-right:20px;
 padding-bottom:20px;
 padding-left:20px;
}

#frm_form_11_container form .form-field.frm_required_field label{
 color:rgb(242, 241, 241);
}

#frm_form_11_container .frm_submit{
 text-align:right;
 position:absolute;
 top:auto!important;
 margin-top:-60px;
 margin-right:0px;
 margin-left:420px;
}

.frm_forms select{
 height:32px!important;
}

.srr-wrap .srr-meta{
 display:none !important;
 margin-bottom:0px!important;
}

.srr-wrap .srr-title{
 margin-bottom:0px!important;
 font-size:14px !important;
 line-height:20px !important;
}

.srr-wrap .srr-item > * {
 margin-bottom:0px!important;
}

#secondary > ASIDE#super_rss_reader-2{
 border-bottom-width:0px!important;
 padding-bottom:00px !important;
 margin-bottom:-20px !important;
}

.srr-style-none .srr-item{
 padding-bottom:10px!important;
}

