@charset "utf-8";
/* CSS Document */

/* Global Reset */
/*-------------------------------------------------------------------- */
* {
    padding: 0;
    list-style-position: outside;
}
html { font-size: 100%; }
h1, h2, h3, h4, h5, h6, p, blockquote, form, fieldset, table, ul, ol {
    margin: 0;
	font-size: 1.1em;
}
ul, li {
    list-style-type: none;
    list-style-image: none;
}

/* Basics */
/*-------------------------------------------------------------------- */
.clear { 
	clear: both;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
    font-family: Nunito Sans, sans-serif;
    
}

 /* unvisited link */
a:link {
    color: #BC8D2D;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #BC8D2D;
    text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #005A70;
  text-decoration: none;
}

/* selected link */
a:active {
    color: #BC8D2D;
    text-decoration: none;
} 

img {
    max-width:100%;
    height:auto;
}

#PageBodyMain h1 {
    font-size: 30px;
    font-weight: 400;
    color: #005A70;
    text-transform: uppercase;
}

#PageBodyMain h2 {
    font-size: 28px;
    color: #005A70;
    font-weight: 400;
}

#PageBodyMain h3 {
    font-size: 24px;
    font-weight: 400;
}

#PageBodyMain h4 {
    color: #005A70;
    font-weight: 400;
    font-size: 24px;
}

#PageBodyMain h5 {
    font-size: 20px;
    font-weight: 700;
    color: #005A70;
}

#PageBodyMain h6 {
    font-size: 20px;
    font-weight: 700;
}

.bold {
    font-weight: 800;

}

.italics {
    font-style: italic;	
}

/* Header */
/*-------------------------------------------------------------------- */
#header-blackbar {
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 60px;
    min-width: 1100px
}

#Header_Nav {
    background-repeat: repeat;
    height: 60px;
    background-color: #000000;
}

#sectionHeaderbackground {
    height: 900px;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
    background-color: #005a70;
    background-image: url(../images/background.jpg);
    min-width: 1100px;
    background-position: center;
}

#header {
    width: 1000px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: 150px;
}

#headerlogo {
    float: left;
    height: 125px;
    width: 460px;
    background-image: url(../images/structure/full/logo-full-new.png);
	background-size: 460px 125px;
    margin-top: 10px;
}

#headerlogo h1 a {	
	display: block;
	height: 103px;
	width: 460px;
}

/* Special Announcement */
/*-------------------------------------------------------------------- */

#specialannouncement {
    float: right;
    height: 103px;
    width: 500px;
    padding-top: 10px;
}

#specialannouncement h1 {
    color: #FE6B01;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-top: 10px;
    text-transform: uppercase;
    text-align: center;
}

#specialannouncement h1 a {
	color: #BC8D2D;
	text-decoration: none;
}

#specialannouncement h1 a:link {
    color: #FFFFFF;
}

#specialannouncement h1 a:visited {
	color: #BC8D2D;
}

#specialannouncement h1 a:hover {
	color: #00CC33;
	text-decoration: none;
}

#specialannouncement h1 a:active {
	color: #00CC33;
}

#specialannouncement h2 {
    color: #FE6B01;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding-top: 10px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px #000000;
	line-height: 26pt;
}

#specialannouncement h2 a {
	color: #BC8D2D;
	text-decoration: none;
}

#specialannouncement h2 a:link {
    color: #FFFFFF;
}

#specialannouncement h2 a:visited {
	color: #BC8D2D;
}

#specialannouncement h2 a:hover {
	color: #00CC33;
}

#specialannouncement h2 a:active {
	color: #00CC33;
}


/* Slider */
/*-------------------------------------------------------------------- */


#slider-container {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    height: 500px;
}

#sliderbox {
    height: 500px;
    width: 1000px;
}


/* Highlight Blocks */
/*-------------------------------------------------------------------- */

#HighlightBlocks {
    height: 44px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 85px;
}
#sectionHeaderbackground #HighlightBlocks a {
    height: 28px;
    width: 175px;
    float: left;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 300px;
    border: 2px solid #FFFFFF;
    font-family: "Nunito Sans";
    font-weight: 800;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding-top: 12px;
}

#sectionHeaderbackground #HighlightBlocks a:hover {
    float: left;
    text-transform: uppercase;
    color: #005A70;
    border-radius: 300px;
    border: 2px solid #FFFFFF;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    background-color: #ffffff;
    font-family: "Nunito Sans";
    font-size: 12px;
}


#HighlightBlocks .blockspacer {
    width: 26px;
    float: left;
    height: 10px;
}

/* Homepage Middle */
/*-------------------------------------------------------------------- */

#HomepageMiddleBackground {
    width: 100%;
    min-width: 1100px;
}

#HomepageMiddle {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

#special {
    padding-top: 50px;
}

#special .ButtonCenter {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#special .ButtonLinkContactUs:hover {
    background-color: #005A70;
    color: #FFFFFF;
    border-color: #005A70;
    text-align: center;
}

#special .ButtonLinkContactUs {
    padding: 1em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #555555;
    color: #555555;
    border-radius: 300px;
    font-family: "Nunito Sans";
    font-weight: 800;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    width: 250px;
}

#HomepageMiddle #special h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 24px;
}

#HomepageMiddle #special h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 33px;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border: 5px solid #BC8D2D;
    padding-top: 12px;
    color: #BC8D2D;
}

#HomepageMiddle #special h3{
    text-align: center;
    font-size: 20px;
    font-style: italic;
    margin-top: -20px;
    font-weight: 400;
    color: #FFFFFF;
}

#HomepageMiddle #special h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 24px;
    color: #FFFFFF;
    font-weight: 900;
    letter-spacing: 5px;
}

#HomepageMiddle #special h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 24px;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 10px;
}

#HomepageMiddle #special .simplebox {
    padding: 25px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
    background-color: #005A70;
    background-position: center;
    border-radius: 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/background.jpg);
}

#HomepageMiddle #special #HighlightBlocks {
    height: 44px;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}

#HomepageMiddle #special #HighlightBlocks a {
    height: 35px;
    width: 250px;
    float: left;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 300px;
    border: 2px solid #FFFFFF;
    font-family: "Nunito Sans";
    font-weight: 800;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    padding-top: 12px;
}

#HomepageMiddle #special #HighlightBlocks a:hover {
    float: left;
    text-transform: uppercase;
    color: #00556c;
    border-radius: 300px;
    border: 2px solid #FFFFFF;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    background-color: #ffffff;
    font-family: "Nunito Sans";
    font-size: 18px;
}

#HomepageMiddle #special #homepagelivestream{
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/stream/homepagelivestream.jpg);
    background-position: 0px 0px;
    margin-bottom: 35px;
    width: 800px;
    height: 450px;
}

#HomepageMiddle #special #homepagelivestream a:hover{
    width: 800px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/stream/homepagelivestream.jpg);
	background-position: 0px -450px;
	margin-bottom: 35px;
}

#HomepageMiddle #special #homepagelivestream a{
    display: block;
	width: 800px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/stream/homepagelivestream.jpg);
	margin-bottom: 35px;
}

#quicklinks {
    width: 100%;
}
#quicklinksheader {
    font-family: Nunito Sans, sans-serif;
    font-size: 28px;
    color: #005A70;
    padding-top: 10px;
    padding-left: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.quicklink-item {
    width: 499px;
    float: left;
    min-height: 65px;

}
#quicklinks .quicklink-item h1 {
    font-size: 24px;
    color: #BC8D2d;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    padding-top: 8px;
}
#quicklinks .quicklink-item h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    font-family: Nunito Sans, sans-serif;
}
#quicklinks .quicklink-item h3 {
    display: block;
    width: 60px;
    height: 65px;
    text-align: center;
    float: left;
    margin-right: 5px;
	
}

#quicklinks .quicklink-item img {
	width: 45px;
	height: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#quicklinks a:link {
    color: #BC8D2d;
    text-decoration: none;
}
#quicklinks a:visited {
    color: #BC8D2d;
    text-decoration: none;
}
#quicklinks a:hover {
	color: #005A70;
	text-decoration: none;
}
#quicklinks a:active {
    color: #BC8D2d;
    text-decoration: none;
}


/* Join Us */
/*-------------------------------------------------------------------- */
#joinusbackground {
    display: block;
    background-image: url(../images/homepage/joinusbackground.jpg);
    height: 150px;
    width: 100%;
    min-width: 1100px;
}
#joinus {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

#joinus h1{
    display: block;
    color: #BC8D2D;
    font-weight: 600;
    font-size: 40px;
    width: 200px;
    text-align: center;
    margin-left: 50px;
    height: auto;
    padding-top: 47px;
    float: left;
}
#joinusschedule {
    float: left;
    margin-left: 275px;
    padding-top: 10px;
}

#joinusschedule p{
    color: #BC8D2D;
    font-size: 12pt;
    text-align: left;
    
}

#joinusschedule h2{
    color: #FFFFFF;
    font-size: 32px;
    text-align: left;
    font-weight: 500;
    font-family: Nunito Sans, sans-serif;
    
}







/* Homepage Upcoming Events */
/*-------------------------------------------------------------------- */

#UpcomingEventsBox a:hover {
    color: #FFFFFF;
}

#HomepageUpcomingEventsBackground {
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
    background-color: #005a70;
    min-height: 300px;
    padding-top: 150px;
    padding-bottom: 150px;
    min-width: 1100px;
}

#upcomingeventsheader {
    font-size: 28px;
    color: #FFFFFF;
    padding-top: 10px;
    padding-left: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Nunito Sans, sans-serif;
}


#HomepageUpcomingEvents {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
#UpcomingEventsBox {
    width: 800px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
}

#UpcomingEventsBox .upcomingevents-item {
    width: 100%;
    min-height: 70px;
    padding-top: 10px;
    
}

#UpcomingEventsBox .upcomingevents-item .upcomingevents-date h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    
}

#UpcomingEventsBox .upcomingevents-item .upcomingevents-date h2 {
    text-align: center;
    color: #FFFFFF;
    font-size: 12pt;
    text-transform: uppercase;
    font-weight: 500;
    
}

#UpcomingEventsBox .upcomingevents-item .upcomingevents-name h3 {
    text-transform: uppercase;
    font-size: 8pt;
    color: #FFFFFF;
    font-weight: 500;
    margin-top: 5px;
    
}

#UpcomingEventsBox .upcomingevents-item .upcomingevents-name h2 {
    text-transform: uppercase;
    font-size: 18pt;
    color: #BC8D2D;
    font-weight: 500;
    
}

#UpcomingEventsBox .upcomingevents-item .upcomingevents-date {
    width: 100px;
    height: 80px;
    float: left;
    
}
#UpcomingEventsLinks {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
}

#UpcomingEventsLinks a {
    height: 28px;
    width: 220px;
    float: left;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 300px;
    border: 2px solid #FFFFFF;
    font-family: "Nunito Sans";
    font-weight: 800;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding-top: 12px;
}

#UpcomingEventsLinks a:hover {
    height: 28px;
    width: 220px;
    float: left;
    text-transform: uppercase;
    color: #005A70;
    border-radius: 300px;
    border: 2px solid #FFFFFF;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    background-color: #ffffff;
    font-family: "Nunito Sans";
    font-size: 12px;
}

#UpcomingEventsLinks .blockspacer {
    width: 64px;
    float: left;
    height: 10px;
}


/* Footer */
/*-------------------------------------------------------------------- */
#Footer {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 175px;
}



#FooterClover {
    background-image: url(../images/structure/cross.png);
    float: left;
    height: 100px;
    width: 100px;
    margin-top: 15px;
}
#FooterContact {
    float: left;
    width: 415px;
    margin-top: 30px;
    margin-left: 15px;
}
#Footer #FooterContact h1 {
    font-weight: 300;
    text-shadow: 0px 0px;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
}

#Footer #FooterContact a {
	color: #005A70;
}

#Footer #FooterContact a:link {
    color: #FFFFFF;
    text-decoration: none;
}
#Footer #FooterContact a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
#Footer #FooterContact a:hover {
	color: #BC8D2D;
	text-decoration: none;
}
#Footer #FooterContact a:active {
	color: #BC8D2D;
	text-decoration: none;
	text-shadow: 1px 1px 5px #000000;
}
#FooterSocialMedia {
    float: right;
    padding-top: 25px;
}

#socialmedia ul li {
    display: inline;
    float: right;
    text-indent: -9999px;
    padding-top: 10px;
    margin-left: 10px;
}

#socialmedia ul li a {
    background-image: url(../images/structure/socialmediabuttons.png);
    display: block;
    height: 100%;
    width: 100%;
}

#socialmedia ul li.btn1 a {
  background-position: 0 0;
  height: 45px;
  width: 45px;
}

#socialmedia ul li.btn1 a:hover {
  background-position: 0 -45px;
  height: 45px;
  width: 45px;
}

#socialmedia ul li.btn2 a {
  background-position: -45px 0;
  height: 45px;
  width: 45px;
}

#socialmedia ul li.btn2 a:hover {
  background-position: -45px -45px;
  height: 45px;
  width: 45px;
}

#socialmedia ul li.btn3 a {
  background-position: -90px 0;
  height: 45px;
  width: 45px;
}

#socialmedia ul li.btn3 a:hover {
  background-position: -90px -45px;
  height: 45px;
  width: 45px;
}
#socialmedia ul li.btn4 a {
  background-position: -135px 0;
  height: 45px;
  width: 45px;
}

#socialmedia ul li.btn4 a:hover {
  background-position: -135px -45px;
  height: 45px;
  width: 45px;
}

#Copyright {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
}

#FooterBackground {
    width: 100%;
    min-width: 1100px;
    background-color: #222222;
}


/* Page */
/*-------------------------------------------------------------------- */

#sectionHeaderbackgroundpage {
    height: 200px;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
    background-color: #005A70;
    background-image: url(../images/background.jpg);
    min-width: 1100px;
    background-position: center;
}
#PageTitle {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}
#PageTitle h1 {
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
    font-size: 48px;
    text-align: left;
    font-weight: 400;
}
#PageBodyBackground {
    width: 100%;
    min-width: 1100px;
}
#PageBody {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 550px;
}
#PageBodyMain {
    width: 100%;
}

#PageBodySubmenu {
    float: right;
    width: 250px;
    margin-left: 25px;
    margin-bottom: 25px;
	background-color: #ffffff;
}
#PageBodySubmenu h1 {
    font-size: 28px;
    font-weight: 400;
    border-bottom: 1px solid #222222;
    padding-left: 25px;
    color: #000000;
}

#PageBodySubmenu a {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #DDDDDD;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    color: #000000;
    border-left: 25px solid #DDDDDD;
}

#PageBodySubmenu a:hover {
    background-color: #F7F7F7;
}

#PageBodySubmenu-Mobile {
    display: none;
}

#PageBodyMain p {
    font-weight: 400;
    color: #555555;
    margin-bottom: 15px;
}


#PageBodyMain .imagecenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

#PageBodyMain .imageright {
    float: right;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    clear: both;
    display: block;
}

#PageBodyMain .imageleft {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 0;
    margin-bottom: 20px;
    display: block;
}

#PageBodyMain .imageleft-TOP {
    float: left;
    margin-right: 20px;
    margin-left: 0;
    margin-bottom: 20px;
    display: block;
}

#PageBodyMain .mapbox {
	border: 1px solid #000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#PageBodyMain #map{
	width: 800px;
	height: 400px;
}

#PageBodyMain .simplebox {
    padding: 25px;
    background-color: #F9F9F9;
}

#PageBodyMain .simplebox-narrow {
    padding: 25px;
    width: 650px;
    background-color: #F9F9F9;
}


#PageBodyMain .simpleboxindented {
	padding: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
}

/* Form Elements */
/*-------------------------------------------------------------------- */
#PageBodyMain form {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
    border: 1px solid #A7A7A7;
}

#rockform {
    margin-right: auto;
    margin-left: auto;
    width: 500px;
    border: solid;
    border: 1px solid #A7A7A7;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}


.formnarrow{
    margin-right: 20px;
    margin-left: 20px;
    width: 700px;
}

#formnarrowid{
    margin-right: 20px;
    margin-left: 20px;
    width: 700px;
}

#PageBodyMain form input {
    width: 390px;
    height: 35px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fafafa;
    border-radius: 5px;
}

#PageBodyMain form input:focus {
    width: 390px;
    height: 35px;
    border-left: 1px solid #005A70;
    border-right: 1px solid #005A70;
    border-bottom: 1px solid #005A70;
    border-top: 1px solid #005A70;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
    border-radius: 5px;
}


#PageBodyMain form textarea {
    width: 390px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fafafa;
    border-radius: 5px;
    font-family: "Nunito Sans", sans-serif;
}

#PageBodyMain form textarea:focus {
    width: 390px;
    border-left: 1px solid #005A70;
    border-right: 1px solid #005A70;
    border-bottom: 1px solid #005A70;
    border-top: 1px solid #005A70;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
    border-radius: 5px;
    font-family: "Nunito Sans", sans-serif;
}

#PageBodyMain form label {
    font-size: 16px;
    font-weight: 400;
    color: #005A70;
    display: block;
    text-transform: capitalize;
}

#PageBodyMain form select {
    height: 35px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    color: #005A70;
    background-color: #fafafa;
    border-radius: 5px;
    font-family: "Nunito Sans", sans-serif;
}

#PageBodyMain  .button {
    width: 200px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #CCCCCC;
    background-color: #fafafa;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -10px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: "Nunito Sans", sans-serif;
	
}

#PageBodyMain .button:hover {
	background-color: #ffffff;
	border: 1px solid #005A70;
}

#PageBodyMain .button:focus {
	width: 200px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #005A70;
    background-color: #ffffff;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -10px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: "Nunito Sans", sans-serif;	
}



#PageBodyMain form p {

}

#PageBodyMain form hr {
	background-color: #000;
	color: #000;
	height: 5px;
	border: 0 none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

#PageBodyMain form .horizontalrule {
	height: 3px;
	width: 100%;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}

 /* Customize the label (the container) */
.CheckboxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.CheckboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.CheckboxContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.CheckboxContainer input:checked ~ .checkmark {
  background-color: #005A70;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.CheckboxContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.CheckboxContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 


/* Staff & Shepherds */
/*-------------------------- */

#PageBodyMain .shepherdpics {
    float: left;
    width: 130px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 230px;
}

#PageBodyMain .shepherdpics p {
    font-weight: 300;
    text-align: center;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #000000;
    font-size: 18px;
}

#PageBodyMain .shepherdpics img {
}

#PageBodyMain .shepherdpics a img {
}

#PageBodyMain .shepherdpics a:hover img {
	outline: 3px solid #BC8D2D;
}

#PageBodyMain .shepherdbiopic {
	width: 130px;
	margin-right: 28px;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
}


#PageBodyMain .staffbiopic {
	width: 130px;
	margin-right: 28px;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
}

#PageBodyMain #staffbiobox {

}
#PageBodyMain #staffbiobox h1 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 30px;
}

#PageBodyMain #staffbiobox h2 {
    font-size: 22px;
    font-weight: 400;
    color: #666666;
    margin-top: 0px;
    margin-right: 400px;
    margin-bottom: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666666;
    padding: 0px;
    overflow: hidden;
}

#PageBodyMain #staffbiobox .simplebox h5 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #005A70;
	text-align: center;
	margin-top: 0px;
}

#PageBodyMain #staffbiobox .simplebox p {
	font-style: italic;
	margin-left: 15px;

}
#PageBodyMain #staffbiobox .simplebox h6 {
	padding: 0px;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#PageBodyMain #staffbioleftcolumn {
    width: 130px;
    float: left;
    margin-right: 28px;
    margin-bottom: 28px;
}

#PageBodyMain .staffbox {
    width: 150px;
    margin-right: 15px;
    margin-bottom: 20px;
    float: left;
    height: 275px;
    text-align: center;
    margin-left: 15px;
    display: inline-block;
}

#PageBodyMain .staffbox img {
}

#PageBodyMain .staffbox a:hover img {
	outline: 3px solid #BC8D2D;
}

#PageBodyMain .staffbox h1 {
    color: #005A70;
    font-weight: 400;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 18px;
    text-transform: none;
}

#PageBodyMain .staffbox h2 {
    font-weight: 300;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 11px;
    color: #555555;
    text-transform: uppercase;
}


#PageBodyMain .staffnametitle {
	width: 100%;
	height: 60px;
}

#PageBodyMain .ButtonStaffEmail {
    height: 20px;
    width: 80%;
    float: left;
    text-transform: uppercase;
    color: #A7A7A7;
    border-radius: 300px;
    border: 2px solid #A7A7A7;
    font-family: "Nunito Sans";
    font-weight: 800;
    display: inline-block;
    font-size: 12px;
    padding-top: 6px;
    text-align: center;
    margin-left: 13px;
	
}

#PageBodyMain .ButtonStaffEmail:hover {
    color: #005A70;
    background-color: #A7A7A7;
}



/* END Staff & Sepherds */
/*-------------------------- */

#PageBodyMain .bulletlistbox1 {
    margin-left: 70px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-bottom: 20px;
    line-height: 150%;
    background-color: #F9F9F9;
}

#PageBodyMain .bulletlistbox1 ul li {
	list-style-type: disc;
	margin-bottom: 10px;
	margin-left: 20px;
}

.TextCenter {
    text-align: center;
	
}

.videowrapper {
    text-align : center;
    float: none;
    clear: both;
    width: 800px;
    position: relative;
    padding-bottom: 45%;
    padding-top: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 450px;
}

.videowrapper2 {
    text-align : center;
    float: none;
    width: 450px;
    position: relative;
    padding-bottom: 25%;
    padding-top: 25px;
}

.videowrapper2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    height: 253px;
    margin-right: auto;
    margin-left: auto;
}

.videowrapperslider {
    text-align : center;
    float: none;
    clear: both;
    width: 1000px;
    position: relative;
    padding-bottom: 45%;
    padding-top: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.videowrapperslider iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 500px;
}

.iframe-registrations {
    border: 1pt solid #A7A7A7;

}

#PageBodyMain .ButtonLink {
    padding: 1em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #555555;
    color: #555555;
    border-radius: 300px;
    font-family: "Nunito Sans";
    font-weight: 800;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}

#PageBodyMain .ButtonLink:hover {
    background-color: #005A70;
    color: #FFFFFF;
    border-color: #005A70;
    text-align: center;
}

#PageBodyMain .ButtonLinkContactUs {
    padding: 1em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #555555;
    color: #555555;
    border-radius: 300px;
    font-family: "Nunito Sans";
    font-weight: 800;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    width: 250px;
}

#PageBodyMain .ButtonLinkContactUs:hover {
    background-color: #005A70;
    color: #FFFFFF;
    border-color: #005A70;
    text-align: center;
}

#PageBodyMain .ButtonLeft {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

#PageBodyMain .ButtonLeftevents {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    margin-left: 170px;
}

#PageBodyMain .ButtonCenter {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#PageBodyMain .ButtonRight {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
}

#PageBodyMain #column1 {
	float: left;
	margin-right: 100px;
}

#PageBodyMain #column2 {
	float: left;
}

#PageBodyMain #eventspage .eventspacer {
	display: block;
	height: 55px;
}

#PageBodyMain #eventspage p {
    line-height: 1.1em;
    margin-bottom: 25px;
    padding-left: 170px;
}

#PageBodyMain #eventspage h5 {
    line-height: 1.1em;
    margin-bottom: 25px;
    color: #555555;
    font-size: 1.1em;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}


#PageBodyMain #eventspage h6 {
    line-height: 1.1em;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
    overflow: hidden;
    font-size: 20px;
    font-weight: 400;
}

#PageBodyMain #eventspage h3 {
    line-height: 1em;
    text-transform: uppercase;
    font-size: 12px;
    color: #005A70;
    font-weight: 700;
    margin-bottom: 10px;
    text-indent: 5px;
}

#PageBodyMain #eventspageSG .eventspacer {
	display: block;
	height: 55px;
}

#PageBodyMain #eventspageSG p {
    line-height: 1.1em;
    margin-bottom: 25px;
}

#PageBodyMain #eventspageSG h1 {
    text-transform: none;
}

#PageBodyMain #eventspageSG h5 {
    line-height: 1.1em;
    margin-bottom: 25px;
    color: #555555;
    font-size: 1.1em;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}


#PageBodyMain #eventspageSG h6 {
    line-height: 1.1em;
    margin-bottom: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-bottom: 1px solid #000000;
    overflow: hidden;
    font-size: 20px;
    font-weight: 400;
}

#PageBodyMain #eventspageSG h3 {
    line-height: 1em;
    text-transform: uppercase;
    font-size: 12px;
    color: #005A70;
    font-weight: 700;
    margin-bottom: 10px;
    text-indent: 5px;
}

#PageBodyMain .classschedule {
    background-image: url(../images/structure/background-darkened-15.png);
    width: 700px;
    background-color: #F9F9F9;
    margin-top: 25px;
	
}

#PageBodyMain .classschedule .classschedule-lineitem {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding: 10px;
	
}
#PageBodyMain .classschedule .classschedule-lineitem .classschedule-titledescription {
    display: block;
}
#PageBodyMain .classschedule .classschedule-lineitem h2 {
    font-weight: 400;
    font-size: 20px;
	
}
#PageBodyMain .classschedule .classschedule-lineitem h3 {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
}

#PageBodyMain .classschedule .classschedule-lineitem .classschedule-teacherroom {
    display: block;
    width: 270px;
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
		
}
#PageBodyMain .classschedule .classschedule-lineitem .classschedule-titledescription h1 {
    font-size: 24px;
    text-transform: none;
}

#calendar-iframe {	
}

#PageBodyMain #calendar-iframe-mobile {
	display: none;
}

.simplebox .ButtonLinkCalendar {
    padding: 1em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #555555;
    color: #555555;
    border-radius: 300px;
    font-family: "Nunito Sans";
    font-weight: 800;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    width: 250px;
}

.simplebox .ButtonLinkCalendar:hover {
    background-color: #005A70;
    color: #FFFFFF;
    border-color: #005A70;
    text-align: center;
}

.simplebox .ButtonCalendar {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.CalendarButtonsMobile {
	display:none;
}

/* Sermon Listen Page */
/*-------------------------- */

#ListenPage {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
}

#ListenPage h1 {
    text-transform: none;
    border-bottom: 1pt solid #666666;
    overflow: hidden;
    margin-bottom: 10px;

}

#ListenPage h2 {
    font-size: 20px;
    color: #666666;
    line-height: 24px;
}

#ListenPage h3 {
    border-bottom: 1pt solid #666666;
    margin-bottom: 10px;
}

#ListenPage h4 {
    color: #555555;
    text-align: right;
    font-size: 18px;
    margin-right: 25px;
}

#ListenPage h5 {
    color: #555555;
    text-align: left;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 0px;
    border-bottom: 1px solid #666666;
    margin-right: 200px;
}

#ListenPage p {
    margin-left: 25px;
    text-align: justify;
    margin-right: 25px;
}

#ListenPage #ListenPlayerBox {
    height: 180px;
    width: 300px;
    background-color: #000000;
    margin-bottom: 25px;
    margin-top: 10px;
}

#ListenPage #VideoEmbedBox {
    margin-top: 10px;
    margin-bottom: 25px;
	
}

/* END Sermon Listen Page */
/*-------------------------- */

/* Teaching Page */
/*-------------------------- */

#PageBodyMain #teaching-podcastbox {
    padding-top: 40px;
    text-align: center;
}

#PageBodyMain .teaching-box {
    margin-bottom: 25px;
    border-radius: 15px;
    background-color: #EBEBEB;
}
#PageBodyMain .teaching-box .teaching-image {
    float: left;
    margin: 15px;
    border-radius: 15px;
}

#PageBodyMain .teaching-box .teaching-image img {
    border-radius: 15px;
}

#PageBodyMain .teaching-box .teachings-info {
    float: left;
    margin-top: 15px;
    width: 430px;
}
#PageBodyMain .teaching-box .teachings-info h3 {
    font-weight: 400;
    border-bottom: 1px solid #A7A7A7;
    color: #005A70;
}
#PageBodyMain .teaching-box .teachings-info p {
    margin: 0px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
#PageBodyMain .teaching-box .teachings-buttons {
    float: right;
    margin-right: 15px;
    margin-top: 30px;
}

#PageBodyMain .teaching-box .button-link {
	width: 160px;
	
}
#PageBodyMain #teaching-podcastbox a img {
    margin-right: 25px;
    display: inline-block;
}
#PageBodyMain #teachings-pastyears a .button-link {
	width: 75px;
	float: left;
	height: 30px;
	margin-right: 15px;
}

#PageBodyMain #teachings-pastyears .button-link-link {
	padding-top: 6px;
	padding-bottom: 6px;
}
#PageBodyMain #teachings-pastyears {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#PageBodyMain .teachings-archivelistbox {
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top: 20px;
    background-color: #EBEBEB;
}
#PageBodyMain .teachings-archivelistbox .archivelist-item .teachings-buttons a .button-link {
	width: 160px;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	height: 40px;
}

#PageBodyMain .teachings-archivelistbox .archivelist-item h1 {
    
    float: left;
    width: 375px;
    font-size: 18px;
    margin-right: 10px;
    margin-left: 10px;
    text-transform: none;
}

#PageBodyMain .teachings-archivelistbox .archivelist-item h3 {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	float: left;
	width: 375px;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 10px;
	color: #005A70;
}


#PageBodyMain .teachings-archivelistbox .archivelist-item {
    margin: 0;
    display: block;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
}

#PageBodyMain .teachings-archivelistbox .archivelist-item h3 {
	float: left;
}
#PageBodyMain .teachings-archivelistbox .archivelist-item .teachings-buttons {
	float: right;
	width: 340px;
	padding: 0px;
	margin: 0px;
}
#PageBodyMain .teachings-archivelistbox .archivelist-item h2 {
	font-size: 16px;
	display: block;
	width: 160px;
	float: left;
	margin-top: 0px;
	color: #000000;
}

#PageBodyMain .teachings-archivelistbox .archivelist-item img {
	margin-bottom: 0px;
	height: 40px;
	padding: 0px;
}

#PageBodyMain .teachings-archivelistbox img {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block
}

#PageBodyMaint .teaching-quicknav .formformat {
	width: 400px;
	padding: 10px;
	text-align: center;
	height: 40px;
}
#PageBodyMain .teaching-quicknav .formformat label {
	display: inline;
	margin-right: 10px;
	text-align: left;
}
#PageBodyMain .teaching-quicknav {
	margin-bottom: 15px;
}
#PageBodyMain .teachings-archivelistbox .archivelist-item .teachings-buttons a .button-link .button-link-link {
	padding-top: 11px;
	padding-bottom: 11px;
}

#PageBodyMain .ButtonLinkListen {
    padding: 1em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #555555;
    color: #555555;
    border-radius: 300px;
    font-family: "Nunito Sans";
    font-weight: 800;
    font-size: 12px;
    display: block;
    text-align: center;
    width: 150px;
    margin-bottom: 30px;
}

#PageBodyMain .ButtonLinkListen:hover {
    background-color: #005A70;
    color: #FFFFFF;
    border-color: #005A70;
    text-align: center;
}

#PageBodyMain .ButtonLinkListenarchive {
    padding: 1em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #555555;
    color: #555555;
    border-radius: 300px;
    font-family: "Nunito Sans";
    font-weight: 800;
    font-size: 12px;
    display: block;
    text-align: center;
    width: 100px;
    float: left;
    margin-right: 20px;
}

#PageBodyMain .ButtonLinkListenarchive:hover {
    background-color: #005A70;
    color: #FFFFFF;
    border-color: #005A70;
    text-align: center;
}

.ArchiveButtonMobile {
    display: none;
}

#PageBodyMain .teachings-archivelistbox .archivelist-item h2 span {
	font-size: 12px;
}


/* END Teaching Page */
/*-------------------------- */

/* Teaching Archive Pages */
/*-------------------------- */
#PageBodyMain .teachings-archivelistbox-speaker {
	background-image: url(../images/structure/background-darkened-15.png);
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#PageBodyMain .teachings-archivelistbox-speaker .archivelist-item {
    margin: 0;
    display: block;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
}


#PageBodyMain .teachings-archivelistbox-speaker .archivelist-item h1 {
	float: left;
    width: 375px;
    font-size: 18px;
    margin-right: 10px;
    margin-left: 10px;
    text-transform: none;
}

#PageBodyMain .teachings-archivelistbox-speaker .archivelist-item h2 {
	font-size: 16px;
	display: block;
	width: 160px;
	float: left;
	margin-top: 0px;
	color: #000000;
}

#PageBodyMain .teachings-archivelistbox-speaker .archivelist-item .teachings-buttons {
    float: right;
    width: 330px;
    padding: 0px;
    margin: 0px;
}

#PageBodyMain .teachings-archivelistbox-speaker .archivelist-item .teachings-buttons a .button-link {
	width: 160px;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	height: 40px;
}

#PageBodyMain .teachings-archivelistbox-speaker .archivelist-item .teachings-buttons a .button-link .button-link-link {
	padding-top: 11px;
	padding-bottom: 11px;
}

#PageBodyMain .teachings-archivelistbox-speaker .archivelist-item h6 img {
	height: 40px;
	width: 80px;
}

#PageBodyMain .teachings-archivelistbox-speaker .archivelist-item h6{
	height: 40px;
	width: 80px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#PageBodyMain .teachings-archivelistbox-speaker .archivelist-item img {
	margin-bottom: 0px;
	height: 40px;
	padding: 0px;
}

#PageBodyMain .teachings-archivelistbox-speaker img {
	margin-bottom: 15px;
}
#PageBodyMain #archive-browse {
    height: 50px;
    background-image: url(../images/structure/background-blue.jpg);
    background-repeat: repeat;
    margin-bottom: 20px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#PageBodyMain #archive-browse .archive-choicelist {
    float: left;
    padding-right: 10px;
    font-size: 14px;
    width: 280px;
    padding-top: 9px;
    padding-left: 10px;
}

#PageBodyMain .archive-formformat select {
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    color: #005A70;
    overflow: hidden;
    padding: 5px;
    background-color: #FFF;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 280px;
    line-height: 35px;
    font-family: "Nunito Sans", sans-serif;
}

#PageBodyMain .archive-formformat {
    margin: 0px;
    padding: 0px;
    border-style: none;
	
}

#PageBodyMain #archive-serieslist .archive-seriesitem {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
}
#PageBodyMain #archive-serieslist .archive-seriesitem img {
    height: 125px;
    width: 250px;
}
#PageBodyMain #archive-serieslist {
	padding-top: 40px;
}
#PageBodyMain #archive-serieslist #archive-center {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

#PageBodyMain #pagination {
	width: 100%;
}

#PageBodyMain #pagination .archivebuttonhighlight{
    color: #BC8D2D;	
}

#PageBodyMain #pagination .archivebutton{
    color: #005A70;
    margin-left: 2px;
    margin-right: 2px;
	font-weight: 700;
}

#PageBodyMain #pagination .archivebutton:hover {
    color: #BC8D2D;
	font-weight: 700;
}

#ListenPage ul li {
    font-family: "Nunito Sans", sans-serif;
    color: #555555;
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 85px;
    margin-bottom: 10px;
}

/* END Teaching Archive Pages */
/*-------------------------- */
#PageBodyMain #eventspage h1 {
    text-transform: none;
}

#EventRegistrationItem {
    background-color: #E8E8E8;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-top: 25px;
}

#EventRegistrationItem h1{
    font-size: 24px;
}

#EventRegistrationItem h2{
    margin-bottom: 50px;

}

#EventRegistrationItem p{}

.bibleproject-row {
    margin-top: 45px;
    padding-left: 10px;
}


.bibleproject-row-shaded {
    background-color: #F3F3F3;
    margin-top: 45px;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 1px;
}

/* Start SpecialForm */
/*-------------------------- */

#SpecialForm form {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
    border: 1px solid #A7A7A7;
}

#SpecialForm form h6{
    color: #005A70;
    
}

#SpecialForm form p{
    
}


 /* Customize the label (the container) */
#SpecialForm .CheckboxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}

/* Hide the browser's default checkbox */
#SpecialForm .CheckboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#SpecialForm .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 3px solid #000000;
}

/* On mouse-over, add a grey background color */
#SpecialForm .CheckboxContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#SpecialForm .CheckboxContainer input:checked ~ .checkmark {
  background-color: #005A70;
}

/* Create the checkmark/indicator (hidden when not checked) */
#SpecialForm .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#SpecialForm .CheckboxContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#SpecialForm .CheckboxContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

#formnarrowid .CheckboxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none;
}

/* Hide the browser's default checkbox */
#formnarrowid .CheckboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#formnarrowid .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 3px solid #000000;
}

/* On mouse-over, add a grey background color */
#formnarrowid .CheckboxContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#formnarrowid .CheckboxContainer input:checked ~ .checkmark {
  background-color: #005A70;
}

/* Create the checkmark/indicator (hidden when not checked) */
#formnarrowid .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#formnarrowid .CheckboxContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#formnarrowid .CheckboxContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

#SpecialForm form hr {
    background-color: #000;
    color: #000;
    height: 1px;
    border: 0 none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

#SpecialForm form .horizontalrule {
	height: 1px;
	width: 100%;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* END SpecialForm */
/*-------------------------- */

/* Accelerator Pages */
/*-------------------------- */

#accel-listings{
    margin-left: 25px;
    background-color: #F2F2F2;
    padding-left: 15px;
}

#accel-listings h1{
    font-size: 20pt;
    font-size: 20pt;
    text-transform: none;
    font-weight: 500;
    padding-top: 25px;
}

#accel-listings h2{
    font-size: 12pt;
    font-weight: normal;
}

#accel-listings h3{
    font-size: 12pt;
    font-weight: normal;
}

#accel-listings h4{
    font-size: 14pt;
    color: #000000;
}

#accel-listings h5{
    font-size: 12pt;
    color: #000000;
    font-weight: normal;
}

#accel-listings h6{
    font-size: 0pt;
    font-weight: normal;
    border-bottom: 3px solid #000000;
    padding-bottom: 25px;
    margin-left: -15px;
}

#accel-listings p{
    font-variant: normal;
    font-weight: bold;
    font-size: 14pt;
    margin-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #005A70;
}

#accel-listings .ButtonLink {
    background-color: #005A70;
    color: #FFFFFF;
    padding-right: 50px;
    padding-left: 50px;
    
}

#accel-listings .ButtonLink:hover {
    background-color: #ffffff;
    color: #005A70;
    border-color: #005A70;
    text-align: center;
}


/* END Accelerator Pages */
/*-------------------------- */

.BulletList ul{
    margin-left: 40px;
    list-style-type: circle;
}
.BulletList li{
    list-style-type: circle;
    color: #555555;
}
