/* ----------------------------- */
/*        Reset/Global           */
/* ----------------------------- */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 
u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, html {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
	height:100%;
	width:100%;
    background: #222;
}

p, .text{
	color: #232323;
	font-weight: normal;
	font-family: inherit;
}
.wrap {
    width: 100%;
    min-height: 100%;
    overflow:hidden;
    position: relative;
}
.wrap2 {
    background: #e5f3fb;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.content {
    width: 100%;
    max-width: 960px;
    background: white;
    margin: 0 auto;
    color: rgb(72, 87, 95);
    line-height: 2em;
}
/* ----------------------------- */
/*       AccordionPanelTab CONTACTS       */
/* ----------------------------- */

.AccordionPanelTab{
	font-size:1.4em;
	margin-top:1.8em;
}

/* ----------------------------- */
/*       Mobile Navigation       */
/* ----------------------------- */

/*main container */
#alt-nav-wrap {
    width: 249px;
    height: 100%;
    position: absolute;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    background: #222;
    border-right: 1px solid rgb(129, 129, 129);
}
/* top level items */
#alt-nav-wrap ul li {    
    border-bottom: 1px solid rgb(22, 22, 22);
    border-top: 1px solid rgb(49, 49, 49);
    position: relative;
}
#alt-nav-wrap ul li:first-of-type {
    border-top:none;
}
#alt-nav-wrap ul li:last-of-type {
    border-bottom:none;
}
#alt-nav-wrap ul a:link,
#alt-nav-wrap ul a:visited {
    color:#fff;
    text-decoration: none;
    font-size: 1.5em;
    display: block;
    padding: 15px 10px;
}
/* 1st level dropdown */
#alt-nav-wrap .dropdown_1 {
    width: 100%;
    background: rgb(19, 19, 19);
}
#alt-nav-wrap .dropdown_1 li {
    padding-left:15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}
#alt-nav-wrap .dropdown_1 li a:link,
#alt-nav-wrap .dropdown_1 li a:visited {
    color:#ccc;
}
/* 2nd level dropdown */
#alt-nav-wrap .dropdown_2 {
    background: rgb(20, 20, 20);
    border-top: 0;
    width:100%;
}
#alt-nav-wrap .dropdown_2 li {
    border-bottom: 0;
    border-top: 1px solid rgb(34, 34, 34);
}
#alt-nav-wrap .dropdown_2  a:link,
#alt-nav-wrap .dropdown_2  a:visited {
    color: rgb(230, 230, 230);
    font-size: 1.2em;
    text-shadow: 0px -1px 0px rgb(46, 46, 46);
    line-height: 1.3em;
}
/* an overlay over the website when menu is open */
.overlay-close {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    left:250px;
}
.nav-header {
    background: rgb(53, 53, 53);
    height: 50px;
    position: relative;
    display: none;
}
/* open menu button */
.open {
    color: rgb(32, 182, 122);
    text-decoration: none;
    font-size: 28px;
    line-height: 52px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    border-right: 1px solid rgb(85, 85, 85);
    height: 50px;
    width: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

/* close menu button */
.close {
    border-radius: 20px;
    color: rgb(119, 119, 119);
    text-decoration: none;
    display: inline-block;
    text-align: right;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 17px 15px;
    width: 220px;
    text-shadow: 0px -1px 0px rgb(0, 0, 0);
}
.close i {
    font-size: 19px;
    margin-left: 10px;
    vertical-align: middle;
    color: rgb(185, 62, 46);
}
.close:active {
    color:#ab423e;
}
/* icons showing dropdown status */
#alt-nav .parent {
}
.indicator {
    height: 55px;
    background: url('../images/alt-nav-arrow.png') center center no-repeat rgb(20, 20, 20);
    width: 50px;
    border-left: 1px solid rgb(44, 44, 44);
    box-shadow: inset 3px 5px 7px rgb(14, 14, 14);
    float:right;
}
.indicator-up {
    background: url('../images/alt-nav-arrow-up.png') center center no-repeat rgb(20, 20, 20);
}
/* ----------------------------- */
/*        Main Navigation        */
/* ----------------------------- */

#main-nav-wrap {
    background: #D6E3F0;
    color: rgb(145, 145, 145);
    height: 30px;
    padding: 10px 30px;
    position: relative;
}
#main-nav {
    padding:0; 
    list-style:none;
    max-width:1000px;
    margin:0 auto;
    position: relative;
}   

/* top level list items */
#main-nav li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; 
    position:relative;
    z-index:500; 
}

/* top level links */
#main-nav li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding:0px 10px 8px 10px;
    color: rgb(133, 133, 133);
    text-decoration: none;
}

#main-nav li a:hover {
    color:#222;
}

/* 1st dropdown container */
#main-nav .dropdown_1 {
    display: none;
    position:absolute; 
    left:0;
    margin:0 0 0 -1px; 
    padding:0; 
    list-style:none;
    width: 200px;
    background:#f5f6f7;
    border:1px solid #CFCFCF;
    box-shadow:0px 5px 15px rgba(0,0,0,.1);
}
.edge {
    right:0;
    left:auto!important;
}
#main-nav .dropdown_1 li {
    border-bottom:1px solid #fff;
    width:100%;
}

#main-nav .dropdown_1 li a{
    display: block;
    margin:0;
    padding:10px 15px;
}

#main-nav .dropdown_1 li:hover {
    background-color: #fff;
    border-radius:0;
}

/* 2nd level dropdowns */
#main-nav .dropdown_2 {
    display: none;
    position: absolute;
    left: 200px;
    width:200px;
    top: -1px;
    background: #f5f6f7;
    border:1px solid #CFCFCF;
    box-shadow:0px 5px 15px rgba(0,0,0,.1);
}
.dropdown_1 .edge {
    right:200px!important;
    left:auto!important;
}
/* adds arrow for 2nd level dropdowns */
#main-nav ul .parent {
    background:url('../images/nav-arrow.png') right no-repeat;
}
/* ----------------------------- */
/*   NON ESSENTIAL STYLES BELOW  */
/* ----------------------------- */
header {
    background:#e5f3fb;    
    padding:20px;
}
#logo {
    font-size:30px;
    line-height: 35px;
    color:#06C;
	background:url(../images/dhamma-wheel.png) left center no-repeat;
	padding:20px 0 20px 60px
}
.text {
	padding: 30px;
	font-weight: bold;
}
.text h1 {
    font-size:25px;
    margin:20px 0px;
    font-weight: bold;
    clear:both;
    color:#06C;
}
.text h2 {
    font-size: 22px;
    margin: 15px 0px;
    clear: both;
    color: #06C;
    clear: both;
}

}
.text h3 {
	font-size: 18px;
	margin: 15px 0px;
	clear: both;
	color: #666;
	clear: both;
}

.text h1:first-of-type {
    margin-top:0;
}
.text ul, text ol {
	padding: 15px;
	border-radius: 3px;
	font-size: 0.9em;
	line-height: 1.5em;
}
.text li { 
    list-style: circle;
    margin-left:25px;
}
.text ol li {
    list-style: decimal;
    margin-left:30px;
}
.text a:link, .text a:visited {
    color: #F60;
    display: inline-block;

}
.text a:hover {
	color:#00c
}
hr {
    height: 0;
    border: 0;
    border-bottom: 1px solid rgb(231, 231, 231);
    margin: 30px -30px;
    clear: both;
}
.page-image {
    max-width:100%;
    height:auto;
    display:block;
    float:left;
    margin:0px 15px 15px 0px;
    border-radius:5px;
}
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footerlinks a{
	padding-right:20px;
}
/* ----------------------------- */
/*           Slideshow           */
/* ----------------------------- */

.responsive-show {
    max-width: 960px;
    position: relative;
    font-size: 0;
    line-height: 0;
}
.setter {
    width: 100%;
    height: auto;
}
.slide {
    position: absolute;
    top:0;
    left:0;
}
.slide img {
    width: 100%;
    height:auto;
}
.slide-caption {
    background: rgb(255,255,255);
    background:rgba(255,255,255,.8);
    color:rgb(128,128,128);
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
}
.slide-caption-text {
    padding:15px 30px;
}
#slide-left,
#slide-right {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    z-index: 1000;
    width: 36px;
    height: 30px;
    background: #fff;
    text-align: center;
    text-decoration: none;
    color: #ccc;
    padding: 7px 0 0 0;
    border-radius: 18px;
    opacity: .4;
}
#slide-left {
    top:40%;
    left:20px;
}
#slide-right {
    top:40%;
    right:20px;
}
#slide-left:hover, #slide-right:hover {
    opacity:1;
    color:#222;
}
/* ----------------------------- */
/*           Responsive          */
/* ----------------------------- */

@media screen and (max-width: 600px) {
    #main-nav-wrap {
        display:none;
    }
    .nav-header {
        display: block;
    }
    #logo {
        text-align: center;
    }
    .slide-caption{
        opacity: 0;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    #main-nav-wrap {
        display:none;
    }
    .nav-header {
        display: block;
    }
    #logo {
        text-align: center;
    }
    .slide-caption{
        opacity: 0;
    }
}
