/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
em {font-family:"Georgia", serif !important;font-style: italic !important;font-weight:100 !important;letter-spacing:.2rem;}
dfn{font-style:italic}
h1{font-size:2em;margin:0.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal; width:100%;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}


/* PARALLAX
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.parallax {
  height: auto; 
  width: 100%;
  /* Create the parallax scrolling effect */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Optional: for parallax effect */
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media screen and (max-width: 900px) {
  .parallax {
    background-attachment: scroll;
      background-size: cover;
      width: auto;
      height: 100%;
  }
}


.banner {
  height: auto; 
  width: 100%;
  background-color:#555;
  background-image:url(../img/hero-bible.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

/* HERO IMAGES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#home-hero {background-image: url(../img/home-hero.jpg);}
#teachings-hero {background-image: url(../img/teachings-hero.jpg);}
#bible-hero {background-image: url(../img/bible-hero.jpg);}
#classroom-hero {background-image: url(../img/classroom-hero.jpg);}
.support {background-image: url(../img/contribute.jpg);}


.give-cta {background-color: #f5f5f5; border-top: 1px solid #eee; text-align: center;}

.shadow {
    box-shadow: inset 0 0 100px #333;
}

.tealbox {
    background-color: rgba(0, 150, 136, 0.8); color: #fff;
    padding: 2em;
    margin: 0;
}

@media screen and (max-width: 900px) {
    .tealbox {width: 100%;}
}

/* recommended other elements' opaque background etc. */
body {
  height: 100%;
  margin: 0;
  padding: 0;
}


.alert,
.well {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
.alert-success {
    border-color:#26a69a !important;
    color:#26a69a !important;
}

.alert-danger {
    border-color:red !important;
    color:red !important;
}


/* Text Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.white {color: #ffffff !important;}
.black {color: #222222 !important;}

.teal {color: #26a69a !important;}
.teal-lt {color: #6FD3C9 !important;}
.teal-dk {color: #027568;}

.gold {color: #FFBA3A !important;}
.gold-lt {color: #FFD586 !important;}
.gold-dk {color: #BC7B04 !important;}

.blue {color: #3661B0 !important;}
.blue-lt {color: #7C9CD8 !important;}
.blue-dk {color: #0E357D !important;}

.orange {color: #FF8E3A !important;}
.orange-lt {color: #FFB986 !important;}
.orange-dk {color: #BC5204 !important;}

.red {color: red !important;}
.hilight {background-color: #FFBA3A; font-weight:bold;}


/* LEARNING PATHS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.learning-path {background-image: url(../img/learning-path-bg.jpg);}
.membership {background-image: url(../img/membership-bg.jpg);}
.learn-icon {width: 100px; height: auto;}
.arrows-icon {width:300px; height:auto;}

.path {
    border-radius: 25px;
    border: 2px solid #333;
    background-color:#fff;
    padding: 20px;
    color:inherit;
    text-align:center;
}
.path img {width:150px; height:auto;}

.path-teal {
    border-color:#027568;
    color:#027568;
    background-color:#fff;
}
.path-teal h3 {
    background-color:#027568;
    color:#fff;
}

.button-teal {
    background-color:#069B8B !important;
    color:#fff !important;
    border-color:#027568 !important;
}
.button-teal:hover {background-color:#44BBAE !important;}

.path-blue {
    border-color:#0E357D;
    color:#0E357D;
}
.button-blue {
    background-color:#1649A6 !important;
    color:#fff !important;
    border-color:#0E357D !important;
}
.button-blue:hover {background-color:#7C9CD8 !important;}

.path-gold {
    border-color:#af8f4b;
    color:#af8f4b;
    background-color:#fff;
}
.path-gold h3 {
    background-color:#af8f4b;
    color:#fff;
}
.button-gold {
    background-color:#af8f4b !important;
    color:#fff !important;
    border-color:#c6a869 !important;
}
.button-gold:hover {background-color:#dbbe80 !important;}

.path-red {
    border-color:#96420f;
    color:#af4c0f;
    background-color:#fff;
}
.path-red h3 {
    background-color:#96420f;
    color:#fff;
}
.button-red {
    background-color:#af4c0f !important;
    color:#fff !important;
    border-color:#96420f !important;
}
.button-red:hover {background-color:#c45e20 !important;}

.path-orange {
    border-color:#BC5204;
    color:#BC5204;
}
.button-orange {
    background-color:#F96F0A !important;
    color:#fff !important;
    border-color:#BC5204 !important;
}
.button-orange:hover {background-color:#FFB986 !important;}

.button-full {width:100%;}

.support {
    padding:3rem;
    background-color:#069B8B !important;
    color:#fff !important;
}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

* {
    margin: 0;
    padding: 0;
}

html{ 
    box-sizing: border-box;
    color: #333;
    font-size: 62.5%;
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    width: 100%;
    max-width: 100vw;
    font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.6;
    font-weight: 400;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222; 
    margin: 0;
}

*, *:after, *:before {
    box-sizing: inherit;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box; 
}
.col {
    margin-top:1rem;
    margin-bottom:1rem;
    float: left;
    box-sizing: border-box; 
}

/* MOBILE (point when grid becomes active) */
@media screen and (max-width: 900px) {
  .container {
    width: 100%;
    padding: 0 2rem; 
    margin: 0;
    color: inherit;
    }
  .col {
    margin-left: 2%;
    margin-right: 2%;
    width: 96% !important;
    display:block !important;
    float:none;
  }

  .one.col,
  .two.col,
  .three.col,
  .four.col,
  .five.col,
  .six.col,
  .seven.col,
  .eight.col,
  .nine.col,
  .ten.col,
  .eleven.col,
  .twelve.col,
  .one-third.col,
  .two-thirds.col,
  .one-half.col { width: 96%; }
}

/* DESKTOP */
@media screen and (min-width: 901px) {
  .col {
    margin-left: 4%; }
  .col:first-child,
  .col:first-child {
    margin-left: 0; }

  .one.col                    { width: 4.66666666667%; }
  .two.col                    { width: 13.3333333333%; }
  .three.col                  { width: 22%;            }
  .four.col                   { width: 30.6666666667%; }
  .five.col                   { width: 39.3333333333%; }
  .six.col                    { width: 48%;            }
  .seven.col                  { width: 56.6666666667%; }
  .eight.col                  { width: 65.3333333333%; }
  .nine.col                   { width: 74.0%;          }
  .ten.col                    { width: 82.6666666667%; }
  .eleven.col                 { width: 91.3333333333%; }
  .twelve.col                 { width: 100%; margin-left: 0; }
  .one-third.col               { width: 30.6666666667%; }
  .two-thirds.col              { width: 65.3333333333%; }
  .one-half.col                { width: 48%; }

  /* Offsets */
  .offset-one.col          { margin-left: 8.66666666667%; }
  .offset-two.col          { margin-left: 17.3333333333%; }
  .offset-three.col        { margin-left: 26%;            }
  .offset-four.col         { margin-left: 34.6666666667%; }
  .offset-five.col         { margin-left: 43.3333333333%; }
  .offset-six.col          { margin-left: 52%;            }
  .offset-seven.col        { margin-left: 60.6666666667%; }
  .offset-eight.col        { margin-left: 69.3333333333%; }
  .offset-nine.col         { margin-left: 78.0%;          }
  .offset-ten.col          { margin-left: 86.6666666667%; }
  .offset-eleven.col       { margin-left: 95.3333333333%; }
  .offset-one-third.col    { margin-left: 34.6666666667%; }
  .offset-two-thirds.col   { margin-left: 69.3333333333%; }
  .offset-one-half.col     { margin-left: 52%; }
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: inherit;
}
h1 { font-size: 3.2rem; line-height: 2;  letter-spacing: -.1rem; font-weight: 300;}
h2 { font-size: 2.8rem; line-height: 2; letter-spacing: .1rem; font-weight: 300;}
h3 { font-size: 2.2rem; line-height: 2;  letter-spacing: -.1rem; font-weight: 300;}
h4 { font-size: 1.8rem; line-height: 2; letter-spacing: -.08rem; font-weight: 500;}
h5 { font-size: 1.6rem; line-height: 2;  letter-spacing: .05rem; font-weight: 600;}
h6 { font-size: 0.8rem; line-height: 3;  letter-spacing: 1rem; font-weight: 100;}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight:lighter;
    font-size:60%;
    letter-spacing:.2rem;
}

@media screen and (max-width: 900px) {
    h1 {font-size: 20px;}
    h2 {font-size: 18px;}
    h3 {font-size: 16px;}
    h4 {font-size: 14px;}
    h5 {font-size: 12px;}
    h6 {font-size: 10px;}
}

p {
    font-size: 1.8rem;
    margin-top: 0; 
}

.lead {font-size: 2.1rem; font-weight: 100; letter-spacing: .2rem;}

@media screen and (max-width: 900px) {
    .lead {font-size: 18px; font-weight: 100; letter-spacing: normal;}
}

address {
    border:1px solid #999;
    border-radius: 25px;
    background-color:#f5f5f5;
    color:#999;
    padding:2rem;
    margin:1rem;
}

blockquote {
    font-family:"Georgia", serif !important;
    margin: 1em;
    padding: 2rem;
    font-size: 1.8rem;
    letter-spacing: .2rem;
    border-left:4px solid #111;
    background-color:#f5f5f5;
}

blockquote p {
  display: inline;
}

blockquote.bigquote {
    font-family:"Georgia", serif !important;
    font-weight:100 !important;
    margin: 1em;
    padding: 2rem;
    font-size: 3.5rem;
    line-height:1.5;
    letter-spacing: .2rem;
    border:none;
    background-color:transparent;
}

@media screen and (max-width: 900px) {
    blockquote.bigquote {font-size: 18px;}
    blockquote {font-size: 14px;}
}

.thumb {
    width:100%;
    max-width:300px;
    height:auto;
}

cite {display: block; font-size: 1.5rem; text-align: right; padding: 1rem;}
cite:before {content: "- ";}


/* TEXT ALIGNMENT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.justify {vertical-align: middle; text-align: justify;}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {color: inherit; text-decoration: none;}
a:hover {color: #4db6ac; }

a.pagination {display:inline-block;margin:0; padding:1rem;}
a.pagination:hover {background-color:#eee;color:#111;}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol, ul {
  padding-left: 0; 
  margin:1rem;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; 
}
li {margin-bottom: 1rem; }

ul.inline,
.list-inline {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
ul.inline>li,
.list-inline>li {
    display: inline-block;
    padding-right: 2rem;
    padding-left: 2rem;
}

ul.inline-buttons,
.list-inline-buttons {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
ul.inline-buttons>li,
.list-inline-buttons>li {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}



/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 1rem 2rem;
  color: #555;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: .3rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 9px;
  border: 1px solid #999;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
    background-color: #eee;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #444;
  border-color: #222; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #888;
  border-color: #444; }

.button-blank {
    border:0;
    background-color:transparent;
    color:#26a69a;
}
.button-blank:hover {
    border:0;
    background-color:transparent;
    color:#027568;
}

/* MOBILE */
@media screen and (max-width: 900px) {
    .button {width:100%;}
} 


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  width: 100%;
  height: 40px;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
select {
  height: 40px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; 
    
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  width: 100%;
  display:block;
  height: 150px;
  resize: vertical; /* Allows only vertical resizing */
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; 
}
input::placeholder,
textarea::placeholder {
  color: #999; /* Change the color of the placeholder text */
  font-style: italic; /* Make the placeholder text italic */
  opacity: 0.6; /* Adjust the opacity of the placeholder text */
}

.captcha {
    display: inline-block;
    width:auto;
    height:38px;
    float:left;
}
.form-captcha {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.4rem;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 9px;
  border: 1px solid #999;
  box-sizing: border-box;

    max-width:120px !important;
    float:left;
    margin-left:1rem;
}


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 1rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* BLOCKS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

header {
    padding: 2rem 1rem;
    
}

section {
    padding: 6rem 1rem;
}

article {
    
}

aside {
    
}

footer {
    padding: 4rem 1rem;
    background: #fff;
    color: #888;
    border-top:1px solid #eee;
    text-align:center;
}
footer a {color: inherit; text-decoration: none;}
footer ul {list-style: none;}


.ltgray {background-color: #f5f5f5; border-top: 1px solid #eee; border-bottom: 1px solid #eee;}

.blogPost {height: 300px; overflow: hidden;}

.event {
    display:block;
    overflow: hidden;    /* Hides any overflowing content */
    border-bottom:1px solid #eee;
}
.event p,
.event ul, 
.event li,
.event span {
    color:#888;
    font-weight:normal !important;
    display:inline;
    text-decoration:none;
    list-style:none;
    font-size:1.6rem;
}
.readMore {
    display:block !important;
}


/* IMAGES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
    width: 100%;
    max-width:100%
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
img.float-left {float:left;}
img.float-right {float:right;}

img.book {
    width:300px;
    float:right;
}

/* MOBILE */
@media screen and (max-width: 900px) {
    img {width:100%;max-width:400px !important;}
}


iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

.icon-logo {width: 60px !important; height: auto;}

video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
    margin-bottom:2rem;
    max-width:768px;
}

.lessons {
    padding:2rem 3rem;
    border-right:1px solid #eee;
}
.lessons a {
    display:block;
    padding-left:1rem;
    padding-top:1rem;
}



.infobar {
    background-color:#f5f5f5;
}


.rounded {
  border-radius: 25px;
  border: 2px solid #26a69a;
  padding: 20px;
  background: rgba(0, 0, 0, .4)
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.branding {padding: 1rem;}
nav {display: block; width: 100%;background-color: #fff; color: #444; }
.nav-logo {width:auto; height: 50px; float: left; margin-right: 50px;}
.navbar {    
    list-style: none;
    margin: 0;
    padding: 0;
    float:right;
    width:100%;
    font-family: 'Roboto', sans-serif;
}
.navbar li{
    list-style: none;
}
.navbar li ul {
    display:none;
}
.navbar > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: left;
}
.navbar li a {
        color: inherit;
}
.navbar > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 18px 20px 18px 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    color: inherit;
}
.navbar li a i {
    padding-right: 5px;
    color: #FF5737;
}
.navbar > li > a i {
    font-size: 16px;
    text-shadow: none;
    color: #FF5737;
}
.navbar li ul.sub-menu li a i {
    padding-right: 10px;
}
.navbar li.menu-active > a {
    background: #f5f5f5;
    color: inherit;
}
.navbar li .menu-active {
    position: relative;
}
.navbar > li > a > .arrow:before {  
    margin-left: 15px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: " \276F";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
	transform: rotate(90deg);
}
.navbar li ul.sub-menu li > a > .arrow:before {
    content: "\f105" !important;
}
.navbar > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    position: absolute;
    z-index: 999;
}
.navbar li ul.sub-menu {
    background: #333;
}
.navbar li ul.sub-menu > li {
    width: 185px;
}
.navbar li ul.sub-menu li a {
    display: block;
    margin: 0px 0px;
    padding: 12px 20px 12px 15px;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    background: none;
}
.navbar > li > ul.sub-menu > li {
    position: relative;
}
.navbar > li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}
.navbar > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}
.navbar > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

/* Menu Toggle Btn
----------------------------------------*/
.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    background: ;
}
.menu-toggle .icon-bar {
    display: block !important;
    width: 18px;
    height: 2px;
    background-color: #333 !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin: 3px;
}
.menu-toggle .icon-bar:hover {
    background-color: #111 !important;
}
.menu-toggle #menu-btn {
    float: right;
    background: #f5f5f5;
    border: 1px solid #eee;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}
.hide-menu {
    display: none;
}

/* Responsive Menu Styles
----------------------------------------*/
/*Note: change the max-width asper your requirment and change the same in aceResponsiveMenu({resizeWidth: "768" }) function*/

@media screen and (max-width: 900px) {
    ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"],
    ul[data-menu-style="vertical"] li ul.sub-menu {
        width: 100% !important;
    } 
    .navbar {
        float: left;
        width:100%;
    }
    .navbar > li {
        border-bottom: 1px solid #eee;
       float: none;
    }   
    .navbar li a:hover {
        background: #f5f5f5;
    }
    .navbar > li:first-child {
        
    }    
    .navbar > li > a i {
        padding-right: 10px;
        color: #FF5737;
    }
    .navbar > li > a > .arrow:before {
        float: right;
         content: " \276F";
		font-weight: 300;
		text-shadow: none;
		width: 10px;
		display: inline-block;
		transform: rotate(90deg);
    }
    li.menu-active > a > .arrow:before {
    content: " \276F";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
	transform: rotate(90deg);
    }
    .navbar li ul.sub-menu > li {
        width: 100%;
    }
    .navbar li ul.sub-menu li ul.sub-menu li a
        {
        padding-left: 30px;
    }  
    .navbar li ul.sub-menu li ul.sub-menu li ul.sub-menu li a 
       {
        padding-left: 50px;
    }  
    .navbar > li > ul.sub-menu {
        position: static;
    }
    .navbar > li > ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .navbar > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .navbar li ul.sub-menu li.menu-active > a > .arrow:before {
          content: " \276F";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
	transform: rotate(90deg);
    }
} 

@media screen and (max-width: 900px) {
    .hide-mobile {display: none;}
} 


.side-nav {
    border-left:1px solid #eee;
    padding:2%;
    color:#999;
}


.side-navbar ul,
.side-navbar input,
.side-navbar .closer,
.side-navbar input:checked~.opener {
  display: none;
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    .side-navbar li {
        list-style-type: none;
        margin: 1rem 0;
    }

.side-navbar input:checked~ul,
.side-navbar input:checked~.closer {
  display: block;
}


@media screen and (max-width: 900px) {
    .side-nav {border:none;padding:none;}
} 

.event {
    padding-left:2rem;
    border-bottom:1px solid #eee;
}

.newsTitle {
    font-weight:100;
    font-size:1.8rem;
    letter-spacing:.2rem;
}


.poweredby {display:none; visibility:hidden;}
#footerframe {display:none; visibility:hidden;}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

/*********************
  Media Query Classes
**********************/

/* MOBILE */
@media screen and (max-width: 900px) {

} 

/* DESKTOP */
@media screen and (min-width: 901px) {

}