/* cmsms stylesheet: Simple Mobile Friendly modified: Saturday, March 2, 2024 6:59:24 PM */
* {
	padding:0;
	margin:0;
}



body {
    background-color:#000;
    background-image:url('/uploads/images/header_banner.jpg');
    background-repeat:repeat;
    background-attachment:fixed;
    background-size:cover;
    color:#eee;
    font-size:1em;
    font-family: "Gochi Hand", cursive;
    font-weight: 400;
    font-style: normal;
    margin:0;
    padding:0;
    letter-spacing:1px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:700;
    color:#666;
    margin:1em auto;
    line-height:150%;
    text-transform:uppercase;
    text-align:center;
}

h1 {
    font-size:250%;



}

.section h1 {color:#000;}

h2 {
    font-size:160%;


}

h3 {
    font-size:120%;
    margin:1em auto 0 auto;

}

h4 {
    font-size:110%;
}

a {
    color:#e37305;
    text-decoration:none;
}


p, li, div, blockquote {
    margin:.75em auto;
    line-height:150%;
}

blockquote {
     text-align:left;
     margin:1em 3em;
     font-size:90%;
     font-style:italic;
}

ul, ol {
     margin:1em auto 1em 2em;
     text-align:left;
}

em {font-style:italic;}

strong {font-weight:700;}

#container {
     border:none;
     width:100%;
     margin:0 auto;
     overflow:auto;
 }

#header {
    width:auto;
    height:auto;
    margin:.25em auto;
    border:none;
    overflow:auto;
    text-align:center;
}

.logo {
    margin:1em;
    text-align:center;
}

.logo img {width:300px;}

.tagline {
     letter-spacing:1px;
     color:#666;
     font-size:140%;
     font-style:italic;
     font-weight:600;
     margin:0  5%;
     padding-bottom:1em;
     border:none;
     text-align:center;
}

#nav {
     height:auto;
     width:auto;
     border:none;
     margin:0 auto 0 0;
     padding:0;
     font-size:1.1em;
     letter-spacing:2px;
     font-weight:500;
     text-transform:uppercase;
}

#follow {
     height:32px;
     width:150px;
     border:none;
     margin:0 auto;
     padding:0;
     position:relative;
     left:0;
     top:0;
}

#follow div {
     width:30px;
     height:30px;
     float:right;
     margin:0 2px 0 0;
     padding:0;
}

#follow div img {
      width:30px;
      height:30px;
}



#main-parallax {
     border:none;
     margin:0;
     padding:0;
     color:#000;
     background-color:transparent;
     width:auto;
     overflow:auto;
     opacity:1.0;
}

.spacer {
    border:none;
    background-color:transparent;
    opacity:0.5;
    height:0;
}


.section {
    text-align:center;
    border:none;
    margin: -1em 0 -1em 0;
    padding:1em 2em;
    background-color:#fff;
    color:#000;
    font-size:1em;
    position:relative;
    z-axis:100;
    line-height:1.5em;
    opacity:1.0;
    overflow:auto;

}

.section > p, .section > div, .section > h2 {}

.parallax {
     border: none;
     width:auto;
/* Set a specific height */
     min-height: 350px; 

/* Create the parallax scrolling effect */
     background-position: center;
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-size: 100%;

}



#content-parallax  {
     margin:0 auto;
     width:100%;
     padding:0;
     border:none;
}


#content-parallax div img {
     width:300px;
     margin:1em;
     border:1px solid #ccc;
     border-radius:0;

}

#content-parallax p {
     text-align:left;
     line-height:1.5em;
}



#content-parallax div form {
     border:1px solid black;
}

#content-parallax div form img {
     border:none;
     width:auto;
     border-radius:0;
     box-shadow:none;
}



#footer {
    clear:both;
    text-align:center;
    font-size:80%;
    padding:5px;
     margin:1em auto;
    border:none;
    overflow:auto;
}



.copyright {
    color:#ccc;
    padding-top:60px;
}




.float-r {float:right;}
.float-l {float:left;}



form, form table, form input, form input [type=image] {
     margin:1em auto;
     padding:5px;
     text-align:center;
     font-size:1em;
border:none;

}

form .row {
     border:1px solid green;
}


form label {
     border:none;
}

form input {
     border:1px solid red;
}



table {border-collapse:collapse;}
tbody {vertical-align:top;}


.button {
     margin:1em auto;
     text-align:center;
     background:#000;
     border-radius:10px;
     font-weight:700;
     color:#eee;
     padding:1em 2em;
     display:block;
     width:300px;
}

.button a {color:#eee;}
.button a:hover {color:#fff;}



/* FLEX 1 */


/* =====================================
 SCREENS IPAD 700px - 1000px
 ===================================== */


@media screen and (min-width: 700px) and (max-width: 1000px)  {

#container {
     
}

#header {
    
}

.tagline {


}

#nav {
     
}

#follow {
     
}



#content-parallax  {
     
}

.spacer {
    
}

.section {
    
}

.parallax {
     
}



}


/* FLEX 2 */



/* =====================================
 SCREENS BIGGER THAN 1000px
 ===================================== */

@media screen and (min-width: 1000px) {



#container {
     
     
}

#header {
    
}



.tagline {
     
}

#nav {
     
}

.logo {}

#follow {
     
}




#content-parallax  {
     
}

#content-parallax p {
     
}

.spacer {
    
}


.section {
    
}

.parallax {
    
}

#content-parallax div img {
     float:left;

}




}
/* cmsms stylesheet: Main Navigation modified: Wednesday, January 31, 2024 8:23:35 PM */
#main-menu-container {border:none;overflow-y:scroll;}

div.main-navigation {
    height: auto;
    float: none;
    display: block;
    margin-left: 0;
    width: 100%;
    clear: left;
    border:none;
    text-transform:uppercase;
}

#main-menu {
    border:none;
    padding:0;
    list-style:none;
    font-weight:600;
    line-height:1.75em;
    font-size: 1.25em; 
    margin:80px 0 0 0;
    width:99%;
}

#main-menu > li {
	display: block;
	position: relative;
        width:97%;
        text-align:left;
        padding:0;
        list-style:none;
        border: none;
        margin:0 0 .5em 0;
        background-color:#006ae2;
        
}

#main-menu > li:last-child {
	border-bottom: none;
}

#main-menu > li > a,
#main-menu > li.sectionheader > span {
	color:#ffffff;
	text-decoration: none;
	cursor: pointer;
	padding:0 0 0 2em;
	display: block;
	position: relative;
        font-size:1em;
        line-height:2.5em;
        border:none;

}

#main-menu > li.current > a,
#main-menu > li.current.sectionheader > span,
#main-menu > li:hover > a,
#main-menu > li.sectionheader:hover > span {
	color: #006ae2;
        background-color:#fdda66;
        border:none;

}

#main-menu > li > ul,
#main-menu > li > ul > li > ul  {
	position: relative;
	left:0;
        border:none;
        list-style:none;
        padding:0;
        width:auto;
        margin:0;
}

#main-menu > li:hover > ul,
#main-menu > li.active > ul,
#main-menu > li > ul > li:hover > ul, #main-menu > li > ul > li.active > ul {
	position: relative;
	left:0;
        border:none;
        margin:0;
        padding;0;
}

#main-menu > li > ul > li > a,
#main-menu > li > ul > li.sectionheader > span,
#main-menu > li > ul > li > ul > li > a, #main-menu > li > ul > li > ul > li.sectionheader > span {
	text-decoration: none;
	color: #032480;
	text-transform: uppercase;
	display: block;
	padding:.25em 0 .25em .5em;
        border:none;
        line-height:2em;
        margin:0;
}

#main-menu > li > ul > li:hover > a,
#main-menu > li > ul > li.sectionheader:hover > span,
#main-menu > li > ul > li > ul > li:hover > a,
#main-menu > li > ul > li > ul > li.sectionheader:hover > span {
	color: #032480;
        background-color:#fff;
        border:none;
}

#main-menu > li > ul > li > ul > li > a,
#main-menu > li > ul > li > ul > li.sectionheader > span {
	padding-left: 15px;
	font-size: .875em;
	text-transform: none;
}

#main-menu > li > a i,
#main-menu > li > ul > li > a i,
#main-menu > li.sectionheader > span i,
#main-menu > li > ul > li.sectionheader > span i {
	float: right;
	position: relative;
	padding-top: 6px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	-moz-transition: -moz-transform 250ms ease-out 0s;
	-o-transition: -o-transform 250ms ease-out 0s;
	transition: transform 250ms ease-out 0s;
}

#main-menu > li:hover > a i,
#main-menu > li.active > a i,
#main-menu > li > ul > li:hover > a i,
#main-menu > li > ul > li.active > a i,
#main-menu > li.sectionheader:hover > span i,
#main-menu > li.active.sectionheader > span i,
#main-menu > li > ul > li.sectionheader:hover > span i,
#main-menu > li > ul > li.active.sectionheader > span i {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}



/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Button styling */
.menu-toggle {
  display: inline-block;
  width:50px;
  height:50px;
  position:absolute;
  top:50px;
  right:15px;
  padding:0;
  line-height: 1em;
  font-size: 1em;
  color: #333;
  background-color:transparent;
  background-image:url(/uploads/images/layout/menu_open.png);
  background-repeat:no-repeat;
  background-size:contain;
  border:none;
  border-radius:3px;
}


.menu-toggle:hover,
.menu-toggle:focus {
  color: #666;
}

/*
 Default styles + Mobile first
 Offscreen menu style
*/

.main-menu {
  position: absolute;
  left: -98%;
  top: 0;
  height: 100%;
  overflow-y: visible;
  overflow-x: visible;
  border:none;
  z-index: 999;
}


.main-menu .menu-close {
  position: absolute;
  top:10px;
  right:15px;
  width:40px;
  height:40px;
  background-image:url(/uploads/images/layout/menu_close.png);
  background-repeat:no-repeat;
  background-size:contain;
  border:none;
  border-radius:3px;
}

/*
 On small devices, allow it to toggle...
*/
/*
 :target for non-JavaScript
 aria-expanded="true/false" will be for JavaScript
*/
.main-menu:target,
.main-menu[aria-expanded="true"] {
  left: 0;
  outline: none;
  -moz-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  -webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  box-shadow: 3px 0 12px rgba(0,0,0,.25);
border:none;
   width:97%;
}

.main-menu:target .menu-close,
.main-menu[aria-expanded="true"] .menu-close {
  z-index: 1001;

}

.main-menu:target ul,
.main-menu[aria-expanded="true"] ul {
  position: relative;
  z-index: 1000;
}

/* 
 We could us `.main-menu:target:after`, but
 it wouldn't be clickable.
*/
.main-menu:target + .backdrop,
.main-menu[aria-expanded="true"] + .backdrop {
  position: absolute;
  display: block;  
  content: "";
  left: 0;
  top: 0;
  width: 95%;
  height: 90%;
  z-index: 998;
  background: #fff;
  cursor: default;
  border:none;
  opacity:0.95;
  overflow-y:scroll;
}

@supports (position: fixed) {
  .main-menu,
  .main-menu:target + .backdrop,
  .main-menu[aria-expanded="true"] + .backdrop {
    position: fixed;
  }
}

/* FLEX 1 */


/* =====================================
 SCREENS IPAD 700px - 1000px
 ===================================== */

@media screen and (min-width: 700px)    {

/* HAMBURGER MENU */


/* Button styling */
.menu-toggle {
  width:60px;
  height:60px;
  top:50px;
  right:20px;
}

.main-menu .menu-close {
  width:60px;
  height:60px;
  top:15px;
  right:20px;
}



}

/* FLEX 2*/

/* =====================================
 SCREENS BIGGER THAN 1000px 
 ===================================== */

@media screen and (min-width: 1000px) {

div.main-navigation {
    height: auto;
    float: none;
    display: block;
    margin-left: 0;
    width: 100%;
    clear: left;
    text-transform:uppercase;
}

#main-menu {
    border:none;
    padding:0;
    list-style:none;
    font-weight:600;
    line-height:1.5em;
    font-size: 1.25em; 
    margin:120px 200px 0 auto;
    width:50%;
}

.menu-toggle {
  width:100px;
  height:100px;
  top:60px;
  right:20px;
}

.main-menu .menu-close {
  width:80px;
  height:80px;
  top:60px;
  right:90px;
}

.main-menu:target,
.main-menu[aria-expanded="true"] {
  left: 0;
  outline: none;
  -moz-box-shadow: -3px 0 -12px rgba(0,0,0,.25) inset;
  -webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25) inset;
  box-shadow: -3px 0 -12px rgba(0,0,0,.25) inset;
border:none;
   width:100%;
}

.main-menu:target + .backdrop,
.main-menu[aria-expanded="true"] + .backdrop {
  position: absolute;
  display: block;  
  content: "";
  left: 230px;
  top: 50px;
  width: 100%;
  height: 90%;
  z-index: 998;
  background: #fff;
  cursor: default;
  border:none;
  opacity:0.9;
  overflow-y:scroll;
  border-radius: 15px 0 0 15px; 
}



@supports (position: fixed) {
  .main-menu,
  .main-menu:target + .backdrop,
  .main-menu[aria-expanded="true"] + .backdrop {
    position: fixed;
  }

}
