@CHARSET "UTF-8";

* {
	box-sizing: border-box;	
	-webkit-font-smoothing : antialiased; 
}

BODY {
	margin: 0;
	padding: 0;
	font-family: 'proxima-nova', 'arial', 'sans-serif';	
	font-weight: 300;
	color: #3c3c3b;
	xbackground: #ececec;
	xbackground: rgb(231, 239, 244);
	
	display: flex;
  	min-height: 100vh;
  	flex-direction: column;
	
	    overflow-y: scroll;
	
}


.flexcontent {
  flex: 1;
}


H1 {
	font-weight:300;
	font-size: 40px;
	line-height: 1em;
}

H2 {
	font-weight: 300;
	text-transform: uppercase;
	margin: 20px 0;	
	font-size: 30px;
}


H3 {
	font-weight: 300;
	margin: 10px 0;	
	font-size: 25px;
}





HEADER {
	
	position: relative;
	
	color: white;
	z-index: 1000;
	xheight: 130px;
	background: white;
	border-bottom: 2px solid #cccccc;
	
}




.fullwidthblock {
	
	width: 100%;
	max-width: 1000px;
	padding: 0px 40px;
	margin: 0px auto;	
	
}


HEADER #headcontent {
	padding: 10px 00px 0;
}

HEADER #logo {
	
	width: 50%;
	max-width: 140px;
	background: url('/images/pannal-logo.png');
	background-size: 100% 100%;
	position: relative;
	xfloat: left;
	margin: 10px auto 0;
	
}

HEADER #logo:after {
	display: block;
	content: '';
	width: 100%;
	padding-top: 66.7%;
}

HEADER #headcontent #inner {
	
	padding: 0px 0;
}


HEADER #logo A {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	
}

HEADER A, HEADER A SPAN  {
	
}

HEADER #menutoggle {
	display: none;	
}

HEADER UL {
	list-style: none;

	margin-top: 10px;
	margin-bottom: 10px;
	padding:0;
	
}

HEADER #headmenu {

	text-align: center;
	
}

HEADER UL LI {
	display: inline-block;
	font-size: 25px;
	margin: 0px 30px;
}

HEADER UL LI A {
	color: #4d4d4d;
	text-decoration: none;
	font-weight: 600 !important;
	font-size: 16px;
	text-transform: uppercase;	
}

HEADER UL LI A:before,
FOOTER UL LI A:before {
	content: '';
	display: inline-block;
	vertical-align: -4.5px; middle;
	margin-right: 10px;
	background: #cccccc;
	height: 20px;
	width: 20px;
	border-radius: 20px;
}

HEADER UL LI#pnl_about A:before, FOOTER UL LI#pnl_about A:before {
	background: #b41b2a;	
}


HEADER UL LI#pnl_news A:before, FOOTER UL LI#pnl_news A:before {
	background: #f7931e;	
}

HEADER UL LI#pnl_worship A:before, FOOTER UL LI#pnl_worship A:before {
	background: #93278f;	
}

HEADER UL LI#pnl_events A:before, FOOTER UL LI#pnl_events A:before {
	background: #8cc63f;	
}

HEADER UL LI#pnl_contact A:before, FOOTER UL LI#pnl_contact A:before {
	background: #0071bc;	
}


#footmenu UL {
	margin-left: 0;
	padding-left: 0;
	xtext-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#footmenu LI {
	list-style: none;
	display: inline-block;
	margin: 0 15px;
	margin-bottom: 10px;
}

#footmenu LI SPAN A {
	
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	
}

#footmenu UL LI A {
	
}

#foottext {
	margin-left: 20px;
}

#foottext P:first-child {
	margin-top: 0;
}

@media (max-width: 800px) {
	
	HEADER UL LI {
		margin: 0px 2.5%;
	}
	
	HEADER UL LI A {
		font-size: 2vw;
	}
	
}

@media (min-width: 501px) {
	
	HEADER UL {
		display: block !important;
	}
	
}

@media (max-width: 500px) {
	
	HEADER {
		position: fixed;
		width: 100%;
		xheight: 200px;
	}
	
	#bodycontent {
		padding-top: 95px;
	}
	
	HEADER #logo {
		margin: 10px 30px 20px;	
		width: 80px;
		float: left;
	}

	HEADER #menutoggle {
		display: block;
		float: right;
		xwidth: 30%;
		margin-top: 20px;
		margin-right: 20px;
	}

	HEADER UL {
		width: 50%;
		xborder: 1px solid black;
		xfloat: right;
		clear: both;
		margin: 0px auto 20px;
		display: none;
	}

	
	HEADER UL LI {
		xwidth: 50%;
		xmargin: 0px auto;
		display: block;
		text-align: center;
		
	}
	
	HEADER UL LI A {
		font-size: 16px;
		background: #b41b2a;	
		padding: 5px;
		border-radius: 20px;
		width: 100%;
		margin-bottom: 10px;
		display: inline-block;
		color: white;
	}
	
	HEADER UL LI A:before {
		display: none;
	}
	
	
	HEADER UL LI#pnl_about A {
		background: #b41b2a;	
	}


	HEADER UL LI#pnl_news A {
		background: #f7931e;	
	}

	HEADER UL LI#pnl_worship A {
		background: #93278f;	
	}

	HEADER UL LI#pnl_events A {
		background: #8cc63f;	
	}

	HEADER UL LI#pnl_contact A {
		background: #0071bc;	
	}
	
	
}

HEADER #inner {
	position: relative;	
}

HEADER #phone {
	text-align: right;
	margin: 0 15px;
	font-weight: 700;
	font-size: 18px;
	
	color: #fbb03b;
		
}

HEADER #phone P {
	margin: 0px;
}

#bodycontent {
	
x	background-image: url('/images/bg1.jpg');
x	background-repeat: no-repeat;
x	background-position: center -50px;
x	background-size: auto 500px;
	
	
}

A {
	text-decoration: none;
	font-weight: 500;
}

A:hover {
	text-decoration: underline;
}


.contentheader {
	
	margin-top: 20px;
	
	width: 100%;
	position: relative;
	
	background-size: cover;
	background-position: center center;
	
}

.contentheader::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 33%;
	
}

.contentheader.noimg {
	display: none;
}

.content {
	
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
	
}

.contentbody {
	
	flex-grow: 1;
	flex-basis: 1;
	padding-top: 10px;

	
}

.contentbody H1 {
	margin: 10px 0;
	text-transform: uppercase;	
	font-size: 35px;
	font-weight: 500;

}


	BODY.pnl_about .contentbody H1 {
		color: #b41b2a;
	}

	BODY.pnl_news .contentbody H1 {
		color: #f7931e;	
	}

	BODY.pnl_worship .contentbody H1 {
		color: #93278f;	
	}

	BODY.pnl_events .contentbody H1 {
		color: #8cc63f;	
	}

	BODY.pnl_contact .contentbody H1 {
		color: #0071bc;	
	}
	

.panels {
	
	flex: 0 0 230px;
	margin-left: 20px;
	z-index: 1;
	
}

@media (max-width: 720px) {
	
	.content {
		display: block;
	}
	
	.panels, .contentbody {
		width: 100% !important;
		margin-left: 0;
	}
}


.panel .paneltitle {
	margin-top: 25px;
    color: white;
    background: #b41b2a; #8bc53e;
    padding: 2px 10px 2px 30px;
    border-top-right-radius:100px;
    border-bottom-right-radius: 100px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 500;   
    position: relative; 
    margin-left: 20px;
}

.panel .paneltitle H2 {
	font-size: 20px;
	padding:0;
	margin: 0;
	color: white;
	font-weight: 500;
}

.panel .paneltitle A {
	color: white;
	xtext-decoration: none;
}

.panel .paneltitle::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    xbackground: red;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -8px;
    left: -20px;
    background-image: url('/images/disc-red.png');
    background-size: 100% 100%;
    border-radius: 100px;
    background-color: #f8f8f8;
    
}

.panel .panelcontent {
	padding-left: 50px;
	font-size: 14px;
}

.panel.Ascent_Panel_Section UL,
.panel.Ascent_Blog_Panel_BlogRecent UL,
.panel.Ascent_Church2_Panel_UpcomingServices UL {
	margin-top: 5px	;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0px;
}

.panel.Ascent_Panel_Section UL LI, 
.panel.Ascent_Blog_Panel_BlogRecent UL LI,
.panel.Ascent_Church2_Panel_UpcomingServices UL LI {
	list-style: none;
	padding-left: 0px;
	margin-left:	 0;
	padding-top: 5px;
	padding-right: 20px;
	
}

.panel.Ascent_Church2_Panel_UpcomingServices UL LI {
	margin-top: 5px;
}

.panel.Ascent_Panel_Section UL LI A {
	color: #b41b2a;
	font-weight: 500;
	xtext-decoration: none;
	font-size: 18px;
}

.panel.Ascent_Blog_Panel_BlogRecent UL LI A {
	color: #f7931e;;
	font-weight: 500;
	
}

.panel.Ascent_Church2_Panel_UpcomingServices UL LI A {
	color: #891e86; 
	font-weight: 700;
}

BODY.pnl_worship .panel.Ascent_Panel_Section UL LI A {
	color: #891e86; 
}	

.panel.Ascent_Panel_Section UL LI.onPath A {
	font-weight: 700;	
}

BODY.pnl_contact .panel .paneltitle {
	background: #0071bc;
}

BODY.pnl_contact .panel .paneltitle::before {
	background-image: url('/images/disc-blue.png');
}


BODY.pnl_worship .panel .paneltitle {
	background: #891e86; 
	font-size: 12px;
}

BODY.pnl_worship .panel .paneltitle::before {
	background-image: url('/images/disc-purple.png');
}


BODY.pnl_news .panel .paneltitle {
	background: #f7931e;;	
}

BODY.pnl_news .panel .paneltitle::before {
	background-image: url('/images/disc-orange.png');
}


BODY.pnl_events .panel .paneltitle {
	background: #8cc63f;
}

BODY.pnl_events .panel .paneltitle::before {
	background-image: url('/images/disc-green.png');
}



FORM dd {
	margin-left: 0;
}


FORM INPUT[type='text'], footer textarea, #contactform INPUT[type='text'], #contactform textarea {
	 -webkit-appearance: none;
	 
	 width: 100%;
	 padding: 5px;
	 font-size: 14px;
	 margin-bottom: 5px;
	 max-height: 150px;
	 border-color: #333;
	 border: 1px solid;
}


#contactform {
	margin: 0px 10px;
}

#contactform INPUT::placeholder {
	color: #333;
}

#contactform DT#submit-label {
	display: none;
}

#contactform DD {
	margin-bottom: 20px;
}


footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #4d4d4d;
	xmargin-top: 40px;
}

footer * {
	color: white;
	
}

footer #contact P {
	margin: 10px 0;
}

footer .footcontactblock {
	padding: 30px 0;
	width: 50%;
	display:inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

#footcontent {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid white;
	padding-bottom: 20px;
}

#footlogos {
	flex: 0 0 250px;	
}

#footinfo {
	flex: 1 1;
	text-align: left;
	
}

@media (max-width: 700px) {
	#footcontent {
		display: block;
	}
	
	#footlogos, #footinfo {
		text-align: center;
		margin-bottom: 20px;
	}
	
	#footmenu {
		display: none;
	}
	
}


footer #credits {
	
	color: white;
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	
	
	padding-top: 10px;
	margin-top: 10px;
	
}

footer #credits P {
	margin: 0px 0;
}

footer #credits P:first-child {
	font-weight: 400;
	font-size: 14px;
}


footer #credits A {
	color: white;
	text-decoration: none;
}







footer #submit-label {
	display: none;
}

footer #submit-element {
	text-align: right;
}

#ascentlogo {
	width: 60px;
	vertical-align: -2px;
}


/* BARRED HEADINGS */

 .barheader H1 {
  	font-size: 32px;
  	line-height: 1em;   
 }
 
 .barheader H2 {
  	font-size: 25px;
  	line-height: 1.2em;
 }
  
 .barheader H3 {
   font-size: 20px;
  }
    
 .barheader {
 	line-height: 1;
	text-align: center;
	overflow:hidden;
	margin-bottom: 10px;
}

.barheader H1, .barheader H2, .barheader H3 {
	display: inline-block;
    position: relative;  
    color: #333333;
}
    
.barheader H1:before,
.barheader H1:after,
.barheader H2:before,
.barheader H2:after,
.barheader H3:before,
.barheader H3:after {
        content: "";
        position: absolute;
        height: 3px;
        top: 0;
        width: 600px;
        background: #333333;
        top: 15px;
}

BODY.pnl_events .barheader H1:before,
BODY.pnl_events .barheader H1:after,
BODY.pnl_events .barheader H2:before,
BODY.pnl_events .barheader H2:after,
BODY.pnl_events .barheader H3:before,
BODY.pnl_events .barheader H3:after {
	background: #8cc63f;
}


.barheader H2:before,
.barheader H2:after {
	top: 12px;
}

.barheader H3:before,
.barheader H3:after {
	top: 9px;
}



      
.barheader H1:before,
.barheader H2:before,
.barheader H3:before {
            right: 100%;
            margin-right: 15px;
        }

.barheader H1:after,
.barheader H2:after,
.barheader H3:after {
           left: 100%;
           margin-left: 15px;
       }
       
.barheader H1 IMG, .barheader H2 IMG, .barheader H3 IMG {
        vertical-align: middle;
       }






  .vids {
        text-align: justify;
    }
    
    .vidblock {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        max-width: 285px;
        text-align: center;
        margin: 20px 0 0;
    }
    
    .vidblock .vb_img {
        display: block;
        position: relative;
        background-size: cover;
        background-position: center;
                
    }
    
    .vidblock .vb_img:after {
        content: '';
        display: block;
        width: 100%;
        padding-top: 56.25%;
    }
    
    
    .vb_stretch {
        display: inline-block;
        width: 100%;
    }
    
    .vb_img A {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom:0;
    }
    
    .vb_title {
        padding: 10px;
    }
    
    .vb_title A { 
        text-decoration: none;
        color: #333;
        padding: 10px;
    }
    
    
    
UL.catchooser {
	list-style: none;
}    

UL.catchooser LI {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 20px;
	cursor: pointer;
	margin-right: 10px;
}
    
UL.catchooser LI:hover {
	background: #ececec;
}

UL.catchooser LI A {
	color: inherit;
	text-decoration: none;
	
}

UL.catchooser LI.selected {
	color: white;
	background: #333333;
}


.vid_frame {
	background: #000;
}

.vid_desc {
	margin-bottom: 30px;
}

.vid_desc P, .pagebody P {
	margin:10px 0;
}

.embed-container iframe {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

.embed-container {
	margin: 0px auto;
	
	width: 100%;
	max-width: 1200px;
	
	
	position: relative;
	
	
		
}

.embed-container:after {
	content: '';
	display: block;
	width: 100%;
	padding-top: 56.2%;
	
}


UL.errors {
	list-style: none;
	padding: 10px;
	border-radius: 3px;
	background: rgba(255,100,100,0.7);
	margin: 0px 0 10px;
	border: 1px solid rgba(200,100,100,0.9);
	width: 100%;
	color: white;
	box-sizing: border-box;
}

UL.errors LI {
	margin: 0px !important;
}




/* buttons */

A.button, BUTTON, INPUT[type='submit'] {
	 -webkit-appearance: none;
	border: 1px solid;
	background: none;
	border-radius: 30px;
	text-decoration: none;
	padding: 5px 15px;	
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	color:  #b41b2a;
	cursor: pointer;
}

A.button.small {
	font-size: 10px;
	padding: 5px 10px;
}

A.button:hover, BUTTON:hover, INPUT[type='submit']:hover {
	color: white;
	 background: #b41b2a;
	
}

A.button.disabled {
	pointer-events: none;
    color: #ddd !important;
    border-color: #ddd !important;;
    background: #fefefe;
}

A.button.news, BODY.pnl_news A.button {
	color: #f7931e;
}

A.button.news:hover, BODY.pnl_news A.button:hover {
	color: white;
	background: #f7931e;
}



A.button.contact, BODY.pnl_contact A.button,
BODY.pnl_contact BUTTON, BODY.pnl_contact INPUT[type='submit'] {
	color: #0071bc;
}

A.button.contact:hover, BODY.pnl_contact A.button:hover,
BODY.pnl_contact BUTTON:hover, BODY.pnl_contact INPUT[type='submit']:hover {
	color: white;
	background: #0071bc;
}

A.button:focus, button:focus, INPUT[type='submit'] {outline:0;}


/* clearfix css */

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}


pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}