/* 
  ---- ---- ---- ---- RESET STYLESHEET ---- ---- ---- ----
*/
html, 
body {
  margin: 0;
  padding: 0; 
}

p, 
blockquote, 
pre, 
a, 
abbr, 
acronym, 
address, 
cite, 
code, 
del, 
dfn, 
em, 
img, 
q, 
s, 
samp, 
small, 
strike, 
strong, 
sub, 
sup, 
tt, 
var, 
dd, 
dl, 
dt, 
li, 
ol, 
ul, 
fieldset, 
form, 
label, 
legend, 
button, 
table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1.45;
}

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
nav, 
section {
  display: block; 
}

audio[controls], 
canvas, 
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; 
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}

/*
  
/*
  ---- ---- ---- ---- ALL VIEWPORTS AND SIZES ---- ---- ---- ----
*/
/* BODY */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }
  
html, 
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(/templates/lbst-epoorg/lbst-epo/images/bg.jpg) 0 0 #fff repeat;
  background-size: cover;
  color: #333;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.65;
   -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;  
}


p, i, em, b, strong, li, a {
  font-family: Verdana, Geneva, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}


h1 {
  font-size: 2rem;
  margin-bottom: .75em;
}


h2 {
  font-size: 1.75rem;
}


h3 {
  font-size: 1.5rem;
}


h4 {
  font-size: 1.25rem;
}


h5 {
  font-size: 1.1rem;
}


h6 {
  font-size: 1rem;
}


b, strong {
  font-weight: 700;
}
b a, 
strong a {
  font-weight: 700;
}


em, 
i {
  font-style: italic;
}


p,
ol,
ul,
dl,
address {
  margin-bottom: 1rem;
}
  

small, 
.small {
  font-size: .875rem;
}


ul,
ol {
  padding: 0 0 0 1.25rem;
}


a {
  color: #D96C00;
  font-weight: 700;
  outline: none;
  text-decoration: underline;
}
a:hover, 
a:active {
  color: #FF8306
  text-decoration: none;
}
:focus {
  outline: 1px dotted #FF8306;
}


img {
  max-width: 100%;
  vertical-align: middle;
  height: auto !important;
}




hr {
  height: 2px;
  margin: 1.5em 0;
  border: 0;
  background: #aaa;
}


/*=== ui patterns ===*/

.breadcrumb {
  padding: 0 .15rem .5rem;
}
.breadcrumb a {
  text-decoration: underline !important;
}


input[type="text"], 
textarea, 
select {
    width: 100%!important;
    max-width: 600px!important;
    padding: 5px;
    line-height: 1.5em;
    font-size: 1em;
    font-family: Verdana, Geneva, sans-serif;
    border: 1px solid #CCC;
}


select {
  margin-bottom: 1.5em;
}


/* submit button */
#ctl00_cphPageContent_btnSubmitForm {
  margin: .25em 0;
  font-size:  1.1em;
}


/*--Slick Nav styles--*/  
/*
    Mobile Menu Core Style
*/

.slicknav_btn {
  display: block;
  vertical-align: middle;
  padding: .75rem;
  line-height: 1.2;
  cursor: pointer;
  }

.slicknav_menu  .slicknav_menutxt {
  display: block;
  float: left;
  line-height: 20px;
  font-size: 1.25em;
  color: #fff;
  font-weight: bold;
  }

  
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 1px;
  }
  
  
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  margin: 3px;
  background-color: #fff;
  }
  
.slicknav_nav {
  clear: both;
  }
  
.slicknav_nav ul, .slicknav_nav li {
  display: block;
  }
  
.slicknav_nav .slicknav_arrow {
  margin: 0 0 0 0.4em;
  font-family: sans-serif;
  font-size: .85em;
  color: rgba(255,255,255,0.25);
  }
  
.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
  }
  
.slicknav_nav a {
  display: block
  }
  
.slicknav_nav .slicknav_item a {
  display: inline;
  }
  
.slicknav_menu:before, .slicknav_menu:after {
  content: " ";
  display: table;
  }
  
.slicknav_menu:after { clear: both }


.slicknav_menu {
  background: #7B3A19; /*brown*/
  display: block;
  padding: 0;
}

.slicknav_nav  {
  background-color: #3C1806;
  border-bottom: 1px solid #E28349;
  color: #E28349;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  padding: 5px;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration:none;
  color: #fff;
  text-transform: uppercase;
}
.slicknav_nav ul {
  border-top: 1px solid #E28349;
  border-bottom: 1px solid #E28349;
}
.slicknav_nav ul a {
  color: #fff;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_item:hover {
  background: #AA471E; /*dark orange*/
  color: #fff;
  text-decoration: none;
}

.slicknav_item:hover a {
  color: white;
}

.slicknav_nav a:hover {
  background: transparent; /*dark blue*/
  color: white;
  text-decoration: none;
}

.slicknav_nav li ul {
  /* border-top: 1px solid rgb(194, 185, 165); */
  /* border-bottom: 1px solid rgb(53, 32, 20); */
  background-color: #220E03;
  margin-left: 0;
  padding-left: 10px;
}
.slicknav_nav li:last-of-type {
  border-bottom: none !important;
}


/*=== helpers ===*/

.hidden {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* shows the hidden skip links on keyboard focus */
.skip:focus {
  left: 0;
  width: auto;
  height: auto;
  overflow: initial;
}


.clearfix:before, 
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}


.center {
  text-align: center;
}


.iframeContainer {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframeContainer iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 
/* 4x3 Aspect Ratio */
.iframeContainer-4x3 {
  padding-top: 75%;
}


.inline {
  list-style: none;
  margin-bottom: 1rem;
  padding-left: 0;
}
.inline > li {
  display: block;
}
.inline img {
  width: 300px;
}

.unstyledList {
  list-style: none;
  padding-left: 0;
}

.textCenter {
  text-align: center;
}


.Heading, 
.Heading[style] {
  padding: 0;
  font-size: 1.5625rem; /* 25/16 */
  font-family: 'Muli', sans-serif !important;
  color: #E18348;
  font-weight: bold;
  display: block;
  height: 2.4375rem; /* 39/16 */
  text-transform: uppercase;
}


.flexContainer {
  display: -ms-Flexbox;
  -ms-box-orient: horizontal;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;

  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;

  align-items: stretch;
  
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.flexContainer > div, 
.flexContainer > li {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;

  margin: 0 1% 2.5em;
  width: 98%;
}


@media all and (min-width: 768px) {


.flexContainer {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

}


/* ---- MAIN STYLES -----*/

.headerWrapper,
.contentWrapper, 
.footerWrapper {
  width: 100%;
}


header, 
.contentContainer, 
footer {
  margin: 0 auto;
  position: relative;
  width: 98%;
}


/* header */

.headerWrapper {
  background: url(https://lbst-epo.org/templates/lbst-epoorg/lbst-epo/images/header.png) 50% 0 transparent no-repeat;
  height: 237px;
  position: relative;
}


header {
  height: 187px;
  position: relative;
}


.logo {
  top: 10px;
}


.photos, .photo1, .photo2, .photo3 {display: none;}


/* menu */

.main {
  display: none;
}

.slicknav_menu {
  display: block;
}


/* body */

main {
  background: url(https://lbst-epo.org/templates/lbst-epoorg/lbst-epo/images/main.png) 50% 0 #fff no-repeat;
  background-color: #fff;
}


.breadcrumb {
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #BEBEBE;
  border-bottom: 1px solid #EBEBEB;
  line-height: normal;
}

.breadcrumb a, .breadcrumb a:hover{
  color: #B2B2B2;
  font-weight: normal;
  text-decoration: none;
}

.breadcrumb a:hover{
  text-decoration: underline;
}


.bodyContent {
  background: url(/templates/lbst-epoorg/lbst-epo/images/bg.jpg) 0 0 transparent repeat;
  align-items: stretch;
}

.mainCol, 
.sideCol {
  margin: 0 auto;
  padding-bottom: 1rem;
  width: 98%;
}

.mainCol {
  background-color: #fff;
  min-height: 350px;
}

.sideCol {
  padding-top: 15px;
  position: relative;
}
.sideCol:before {
  background: url(/templates/lbst-epoorg/lbst-epo/images/rightColTop.png) 0 0 transparent repeat-x;
  display: block;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sideCol .Heading, .sideCol .Heading[style] {
  color: #fff !important;
}


/* side nav */
.SiteMenu-0 a {
  display: none;
}  
  
.SiteMenu-0 {
padding: 0px 0px 0px 0px;
}

.SiteMenu-0 div {
padding: 0px 0px 8px 0px;
background-image: url(/templates/lbst-epoorg/lbst-epo/images/subMenuBG.png);
margin-top: 0px;
margin-bottom: 15px;
}

.SiteMenu-1 div {
padding: 10px 6px 10px 6px;
margin-top: 3px;
margin-bottom: 3px;
}

.SiteMenu-1 div div{
background-image: none;
padding: 0px 6px 0px 30px;
margin-top: 6px;
margin-bottom: 6px;
}

.SiteMenu-0 div a{
display: block;
background-color: transparent;
color: #fff;
border-bottom: 1px dotted #333;
text-decoration: none;
font-size: 20px;
padding: 10px 15px;
font-family: Arial, Helvetica, sans-serif !important;
font-weight: bold;
line-height: normal;
}

.SiteMenu-0 div div a{
padding: 2px 10px;
font-size: 12px;
font-weight: normal;
border: none;
}

.SiteMenu-0 div a:first-child  {
  padding-top: 15px;
}

.SiteMenu-0 div div a:first-child  {
  padding-top: 0px;
}

.SiteMenu-0 div a:hover, .SiteMenu-1 div a.Active{
color: #fff;
text-decoration: underline;
}


/* side events */
.recentNews a{
display:block;
padding: 8px 4px;
border-bottom: 1px solid #CB7E56;
line-height: 18px;
font-size: 12px;
color: #FFF;
}

.recentNews a:first-child{
border-top: 1px solid #CB7E56;
}

.recentNews a, .contLeftEventContent a {
font-weight: bold;
text-decoration: none;
outline: none;
}

.recentNews a:hover, .contLeftEventContent a:hover {
font-weight: bold;
text-decoration: none;
outline: none;
background-image: url(/templates/lbst-epoorg/lbst-epo/images/newsBg.png);
color: #FFF;
}

.contLeftEventDate {
color: #999;
float: left;
width: 75px;
margin-bottom: 5px;
font-size: 8.5px;
text-align: center;
line-height: 18px;
background-image: url(/templates/lbst-epoorg/lbst-epo/images/dateBg.png);
background-position: top left;
background-repeat: no-repeat;
text-transform: uppercase;
}

.contLeftEventContent {
margin-bottom: 5px;
float: left;
width: 169px;
padding-left: 8px;
}

.contLeftEventContent a {
display: block;
line-height: normal;
font-size: 12px;
padding: 0px 0px 10px 0px;
}

.contLeftEventContent a:hover {
background-image: none;
text-decoration: underline;
}



/* footer */
.footerWrapper {
  margin: 4px 0px;
}

.footerNav {
  background: url(/templates/lbst-epoorg/lbst-epo/images/footerBg.png) 0 0 transparent repeat;
  margin: 0 0 2rem;
}
.footerNav > div {
  position: relative;
}

footer span {
  padding: 0px 6px;
}

footer, footer a, footer a:hover {
  font-size: 12px;
  color: #E08347;
  line-height: 22px;
}

.footerLeft, .footerRight {
  color: #E08347;
  padding: 15px 17px;
  text-align: center;
  width: 100%;
}

.footerLogo {
  margin-top: -35px;
  position: relative;
  text-align: center;
}

footer .center {
  margin-bottom: 2.5rem;
}


@media all and (min-width: 768px) {

/* header */
  
.logo {
  position: absolute;
  left: 20px;
}  

  
/* main */
.bodyContent {
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;    
}
  

/* footer */



}


@media all and (min-width: 900px) {

/* header */


/* body */
.bodyContent {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;    
}
  
.mainCol {
  margin: 0 !important;
  padding: 1.1rem 0.5rem 6.25rem;
  width: 70% !important;
}


.sideCol {
  height: 100%;
  padding-left: 0.0625rem;
  text-align: left;
  width: 30% !important;
}
.sideCol h2 {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  margin: 0 auto;
  padding: 0.25rem 0;
}
.sideCol a {
  color: #fff !important;
}


/* footer */
.footerLeft, .footerRight {
  width: 45%;
}

.footerLeft{
  float: left;
}

.footerRight{
  float: right;
  text-align: right;
}

.footerLogo {
  position: absolute;
  left: 437px;
  top: -45px;
}


}


@media all and (max-width: 699px) {
  
/* header */
  
header {
  height: 232px;
}
  
header h1 {
  clip: auto !important;
  height: auto !important;
  top: auto !important;
  left: auto !important;
  bottom: 0;
  overflow: auto !important;
  width: 100% !important;   
}
  
}


@media all and (min-width: 700px) and (max-width: 999px) {
  
/* header */  
  
header h1, header .logo {
  display: inline-block !important;
  position: relative !important;
}
header .logo {
  text-align: right;
  width: 40% !important;  
}
header h1 {
  font-size: 1.25rem !important;
  width: 43% !important;
  vertical-align: center;
}
header h1 span {
  font-size: 0.9rem !important;    
}

  
}


@media all and (max-width: 999px) {

/* header */
.headerWrapper {
  background-position: 100% 0;
}  
  

  
header a {
  display: block;
  text-align: center;
}

header h1 {
  text-shadow: 2px 2px rgba(0,0,0,0.45);
  font-size: 1.25rem;
  overflow: auto !important;
  top: auto !important;
  left: auto !important;
  bottom: 0;
  text-align: center;
  height: auto !important;
  clip: auto !important;
  margin: 0 !important;
  border: none !important;
  color: #fff;
  font-weight: 700;
}
header h1 > span {
  font-size: 0.9rem;
  display: block;
  font-weight: 400 !important;
}
  
}


@media all and (min-width: 1000px) {

/* header */
.photos {display: block;}
.photo1, .photo2, .photo3 {display: inline-block;}
  
.photos{
  position: absolute;
  left: 215px;
  top: 0px;
  z-index:5;
}

.photo1, .photo2, .photo3 {
  position: absolute;
  left: 530px;
  top: 15px;
  z-index: 5;
  height: 130px;
  width: 160px;
  overflow: hidden;
}

.photo1 {
  left: 518px;
  top: 16px;
}

.photo2 {
  left: 679px;
  top: 27px;
}

.photo3 {
  left: 832px;
  top: 17px;
}
  
}


@media all and (min-width: 1010px) {

  header, .bodyContent, .footerNav > div {
    margin: 0 auto;
    width: 1004px;
  }

}


@media all and (min-width: 700px) and (max-width: 1084px) {
  
.headerWrapper {
  height: 200px;  
}
  
header {
  height: 200px;
}
  
}


@media all and (min-width: 1084px) {
  
/* menu */

.slicknav_menu {
  display: none;
}


.main {
  background: url(/templates/lbst-epoorg/lbst-epo/images/menuBg.png) 0 0 transparent repeat !important;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main > ul {
  display: none;
}


.menu {
  background-color: transparent;
  height: 50px;/* #AA471E */
  display: inline-block !important;
  padding-left: 0;
  height: 100%;
  list-style: none;
  float: none;
  width: 100%;
  text-align: center;
}
.menu > li {
  background: url(/templates/lbst-epoorg/lbst-epo/images/menuDivider.png) 0 0 transparent repeat-y;
  display: inline-block;
  font-size: 0.95rem;
  padding: 0 .325rem 0 .25rem;
  text-transform: uppercase;
}
.menu > li:hover, 
.menu > li.sfHover {
  background: #AA471E;
  text-decoration: none;
}
.menu > li:hover ul, 
.menu > li.sfHover ul {
  background: #AA471E;
}
.menu > li:hover > a,
.menu > li.sfHover > a, 
.menu > li:hover ul a,
.menu > li.sfHover ul a {
  color: #fff !important;
}
.menu > li > a {
  display: inline-block;
  line-height: 50px;
  padding: 0 .35rem;
}
.menu > li a {
  color: #E28349;
  font-weight: 400;
}
.menu > li a:hover {
  color: #fff;
  text-decoration: underline;
}
.menu > li:nth-of-type(2) > ul {
  left: 0;
}
.menu > li:nth-of-type(4) {
  /*! margin-right: 120px; */
}
.menu > li:nth-of-type(5) {
  /*! margin-left: 120px; */
}
.menu > li:nth-of-type(-n+4) {
  /*! text-align: left; */
}
.menu > li:nth-of-type(n+5) {
  text-align: right;
}


/* superfish overrides */
.sf-menu, 
.sf-navbar {
  margin-bottom: 0;
}
.sf-menu ul {
  top: auto;
  left: auto;
  right: 0;
}
.sf-menu li {
  float: none;
  position: relative;
  -webkit-transition: none;
  transition: none;
  -webkit-transition-timing-function: initial;
  transition-timing-function: initial;
}
.sf-menu li ul {
  min-width: 200px;
}
.sf-navbar > li > ul > li {
  float: none;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: inline-block;
}
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(238, 160, 106, 0.5);
}
.sf-navbar ul li {
  background-color: #AA471E;
  text-align: right;
}
.sf-navbar ul li:hover, .sf-navbar ul li.sfHover, .sf-navbar ul ul li {
  background-color: #6A2E11;    
}
  .sf-navbar ul ul li:hover, .sf-navbar ul ul li.sfHover, .sf-navbar ul ul li.current {
    background-color: #3d1807;
  }
  .sf-arrows.sf-navbar ul .sf-with-ul:after {
    margin-right: 4px;
  }
  
}
