@charset "UTF-8";
@font-face {
    font-family: 'Poppins' !important;
    font-weight: 400;
    /*src: url("../fonts/Hoftype-Cassia-ExtraLight.eot"); */
}

@font-face {
    font-family: 'Poppins' !important;
    font-weight: 400;
    /*src: url("../fonts/Hoftype-Cassia-ExtraLight.woff") format("woff"), url("../fonts/Hoftype-Cassia-ExtraLight.svg#Cassia-ExtraLight") format("svg");*/
}

@font-face {
    font-family: 'Volte-Semibold';
    src: url("../fonts/IndianTypeFoundry-VolteSemibold.eot");
}

@font-face {
    font-family: 'Volte-Semibold';
    src: url("../fonts/IndianTypeFoundry-VolteSemibold.woff") format("woff"), url("../fonts/IndianTypeFoundry-VolteSemibold.svg#Volte-Semibold") format("svg");
}

.transitions, a, .button, input[type="submit"].button, a.event-btn {
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.center-block {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img, legend {
    border: 0;
}

legend, td, th {
    padding: 0;
}

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, optgroup, strong {
    font-weight: 700;
}

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;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre, textarea {
    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;
}

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;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.column, .columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
    .container {
        width: 85%;
        padding: 0;
    }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
    .container {
        width: 80%;
    }

    .column, .columns {
        margin-left: 4%;
    }

    .column:first-child, .columns:first-child {
        margin-left: 0;
    }

    .one.column, .one.columns {
        width: 4.66666666667%;
    }

    .two.columns {
        width: 13.3333333333%;
    }

    .three.columns {
        width: 22%;
    }

    .four.columns {
        width: 30.6666666667%;
    }

    .five.columns {
        width: 39.3333333333%;
    }

    .six.columns {
        width: 48%;
    }

    .seven.columns {
        width: 56.6666666667%;
    }

    .eight.columns {
        width: 65.3333333333%;
    }

    .nine.columns {
        width: 74.0%;
    }

    .ten.columns {
        width: 82.6666666667%;
    }

    .eleven.columns {
        width: 91.3333333333%;
    }

    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }

    .one-third.column {
        width: 30.6666666667%;
    }

    .two-thirds.column {
        width: 65.3333333333%;
    }

    .one-half.column {
        width: 48%;
    }

    /* Offsets */
    .offset-by-one.column, .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }

    .offset-by-two.column, .offset-by-two.columns {
        margin-left: 17.3333333333%;
    }

    .offset-by-three.column, .offset-by-three.columns {
        margin-left: 26%;
    }

    .offset-by-four.column, .offset-by-four.columns {
        margin-left: 34.6666666667%;
    }

    .offset-by-five.column, .offset-by-five.columns {
        margin-left: 43.3333333333%;
    }

    .offset-by-six.column, .offset-by-six.columns {
        margin-left: 52%;
    }

    .offset-by-seven.column, .offset-by-seven.columns {
        margin-left: 60.6666666667%;
    }

    .offset-by-eight.column, .offset-by-eight.columns {
        margin-left: 69.3333333333%;
    }

    .offset-by-nine.column, .offset-by-nine.columns {
        margin-left: 78.0%;
    }

    .offset-by-ten.column, .offset-by-ten.columns {
        margin-left: 86.6666666667%;
    }

    .offset-by-eleven.column, .offset-by-eleven.columns {
        margin-left: 95.3333333333%;
    }

    .offset-by-one-third.column, .offset-by-one-third.columns {
        margin-left: 34.6666666667%;
    }

    .offset-by-two-thirds.column, .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%;
    }

    .offset-by-one-half.column, .offset-by-one-half.columns {
        margin-left: 52%;
    }
}

/* For devices larger than Desktop HD */
@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

/* 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 :) */
html {
    font-size: 62.5%;
}

body {
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: #242323;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    letter-spacing: 0.1rem;
}

h1 {
    font-size: 2rem;
    line-height: 1.2;
    font-family: "Poppins", Helvetica, Arial, sans-serif !important;
    font-weight: 800;
}

h2 {
    font-size: 1.2rem;
    line-height: 1.2;
    font-family: "Poppins", Helvetica, Arial, sans-serif !important;
    font-weight: 800;
}

h3 {
    font-size: 2.4rem;
    font-family: "Poppins", Helvetica, Arial, sans-serif !important;
    font-weight: 800;
}

h4 {
    font-size: 1.2rem;
    line-height: 1.2;
}

h5 {
    font-size: 1.2rem;
    line-height: 1.2;
}

h6 {
    font-size: 1.2rem;
    line-height: 1.2;
}

/* Larger than phablet */
@media (min-width: 550px) {
    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 2.4rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1.2rem;
    }

    h6 {
        font-size: 1.2rem;
    }
}

p {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: 0.1rem;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
    color: #171717;
    text-decoration: none;
}

a:hover {
    color: #999;
    border: none;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, input[type="submit"].button {
    display: inline-block;
    background: #000;
    color: #fff;
    font-family: "Poppins", Helvetica, Arial, sans-serif !important;
    font-weight: 900;
    font-size: 1.4rem;
    padding: 10px 30px;
    margin-top: 1rem;
    border: 2px solid #000;
}

.button:hover,
.button:focus,
input[type="submit"].button:hover,
input[type="submit"].button:focus {
    background: transparent;
    border: 2px solid #000;
    outline: none;
    color: #000;
}

.button.inverted,
input[type="submit"].button.inverted {
    border: 2px solid #000;
    padding: 10px 30px;
    background: transparent;
    color: #000;
}

.button.inverted.white,
input[type="submit"].button.inverted.white {
    border: 2px solid #fff;
    padding: 10px 30px;
    background: transparent;
    color: #fff;
}

.button.inverted:hover,
.button.inverted:focus,
input[type="submit"].button.inverted:hover {
    border: 2px solid #000;
    background: black;
    color: white;
}

.button.inverted.white:hover,
input[type="submit"].button.inverted.white:hover {
    border: 2px solid #fff;
    background: white;
    color: black;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea, select {
    height: 44px;
    padding: 9px 10px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
}

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;
    border-radius: 0;
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

legend {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
    list-style: none inside;
}

ol {
    list-style: decimal inside;
}

ol, ul {
    padding-left: 0;
    margin-top: 0;
}

ul ul, ul ol, ol ol, ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}

li {
    margin-bottom: 0.05rem;
}

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

pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th, td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #DDDDDD;
}

th:first-child, td:first-child {
    padding-left: 0;
}

th:last-child, td:last-child {
    padding-right: 0;
}

th {
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 0.15rem;
    font-weight: 400;
}

/* 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;
}

.u-text-pull-right {
    text-align: right;
}

/* Show and hide elements on ss-small screens and ls-large screens */
.u-ss {
    display: block;
}

.u-ls {
    display: none;
}

.u-hide {
    display: none;
}

/* Center */
.u-center {
    text-align: center;
}

/* Remove margin from firt column */
.u-first {
    margin-left: 0;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 768px) {
    .u-ss {
        display: none;
    }

    .u-ls {
        display: block;
    }

    td.u-ls, th.u-ls {
        display: table-cell;
    }
}

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

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

/* Sidr Menu */
#sidr {
    display: none;
}

/* SCSS
---------------------------------------------------------*/
* {
    box-sizing: border-box;
}

.srt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

input {
    border-radius: 0;
    -webkit-appearance: none !important;
}

/*––––––––––––––––––––––––––––––––––––––––––––––––––
 Theme
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Header Elements
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
    background-color: #F5F5F5;
}

header {
    width: 100%;
    float: left;
    display: block;
    background: none;
    padding: 0;
    position: relative;
    z-index: 10;
}

.nav-block {
    display: none;
}

@media (min-width: 750px) {
    .nav-block {
        background: none;
        width: 100%;
        float: left;
        display: block;
        margin-top: 0rem;
        padding: 0rem;
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 1000px) {
    .nav-block {
        background: none;
        width: 100%;
        float: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 0rem;
        padding: 0 0 0 3rem;
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 1200px) {
    .nav-block {
        background: none;
        width: 100%;
        float: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 4rem;
        padding: 0 0 0 3rem;
        position: absolute;
        z-index: 1;
    }
}

h1.nav-block__logo {
    width: 120px;
    height: 123px;
    float: left;
    display: block;
    margin-right: 2rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

h1.nav-block__logo a {
    width: 100%;
    height: 100%;
    background: url("../img/site-logo.png") no-repeat 0 0;
    background-size: 100% 100%;
    display: block;
}

.nav-block__primary {
    float: left;
    display: block;
    width: 100%;
}

@media (min-width: 1000px) {
    .nav-block__primary {
        float: right;
        display: block;
        width: 73%;
    }
}

@media (min-width: 1200px) {
    .nav-block__primary {
        float: right;
        display: block;
        width: 77%;
    }
}

.nav-block__primary ul {
    float: left;
    margin-bottom: 0;
    font-size: 0;
}

.nav-block__primary li {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    vertical-align: middle;
    padding: 0;
    font-size: 1.6rem;
}

@media (min-width: 1000px) {
    .nav-block__primary li {
        display: inline-block;
        margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
        padding: 0;
        /* border-right: 1px solid #f4f4f4; */
        font-size: 1.6rem;
    }

    /* .nav-block__primary li:first-child {
      border-left: 1px solid #f4f4f4; } */
    .nav-block__primary li:last-child {
        border-right: none;
    }
}

@media (min-width: 1200px) {
    .nav-block__primary li {
        font-size: 2rem;
    }
}

.hero {
    display: none;
}

@media (min-width: 750px) {
    .hero {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }

    .hero img {
        min-width: 100%;
        vertical-align: bottom;
    }

    .hero .content {
        left: 10%;
        position: absolute;
        top: 55%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        width: 80%;
        text-align: left;
        box-sizing: border-box;
        z-index: 2;
    }
}

@media (min-width: 1200px) {
    .hero {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }

    .hero img {
        min-width: 100%;
        vertical-align: bottom;
    }

    .hero .content {
        left: 10%;
        position: absolute;
        top: 65%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        width: 83%;
        text-align: left;
    }

    .hero.internal .content {
        top: 82%;
    }
}

@media (min-width: 1400px) {
    .hero {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }

    .hero img {
        min-width: 100%;
        vertical-align: bottom;
    }

    .hero .content {
        left: 10%;
        position: absolute;
        margin-top: 20px;
        top: 60%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        width: 64%;
        text-align: left;
    }

    .hero.internal .content {
        top: 78%;
    }
}

.hero .content h3 {
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    margin-bottom: 0;
}

.hero .content h2 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

@media (min-width: 1400px) {
    .hero .content h2 {
        font-family: "Poppins", Helvetica, Arial, sans-serif;
        font-size: 3rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 3rem;
    }
}

@media (min-width: 1600px) {
    .hero .content h2 {
        font-family: "Poppins", Helvetica, Arial, sans-serif;
        font-size: 4rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 3rem;
    }
}

.cta {
    color: #787E80;
    border: 2px solid #787E80;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 1.5rem 2rem;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 2rem;
}

.hero .cta {
    color: white;
    border: 4px solid white;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 1.5rem 2rem;
    text-transform: uppercase;
}

.hero .cta:hover {
    border: 4px solid #F29400;
    background-color: #F29400;
    color: white;
}

.mobile-hamburger a {
    background: url("../img/hamburger.svg") no-repeat 0 0;
    display: inline-block;
    width: 25px;
    height: 18px;
    position: absolute;
    left: 2rem;
    top: 2.5rem;
    z-index: 2;
}

.mobile-header {
    display: block;
}

@media (max-width: 750px) {
    .mobile-header {
        background: white;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

.mobile-header .nav-block__logo {
    margin: 3rem auto;
    float: none;
    display: block;
}

@media (min-width: 750px) {
    .mobile-header {
        display: none;
    }
}

#mobile-sidr a {
    color: #5b6265;
    padding: 1rem 0;
    width: 100%;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    display: block;
    line-height: normal;
}

/* Event Button
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.event-btn {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 4rem;
    padding: 2rem 0 1rem 0;
    background: #97BE0C;
    border-bottom: 8px solid #1FA22E;
    color: #fff;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
    text-transform: uppercase;
}

a.event-btn:hover {
    background: #1FA22E;
    border-bottom: 8px solid #97BE0C;
}

.home-block a.event-btn {
    font-size: 1.6rem
}

@media (min-width: 750px) {
    .home-block a.event-btn {
        font-size: 2rem
    }
}

@media (min-width: 1000px) {
    .home-block a.event-btn {
        font-size: 2.6rem
    }
}


/* primary
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.primary {
    margin-top: 3rem;
}

.primary p {
    font-size: 1.8rem;
    font-family: "Poppins", sans-serif;
    line-height: 1.5em;
    color: #242323;
}

.primary a.event-btn {
    font-size: 2.4rem;
    margin-top: 3rem;
}

.mobile-heading {
    font-size: 2.4rem;
    letter-spacing: normal;
}

@media (min-width: 750px) {
    .mobile-heading {
        display: none;
    }
}

.primary.generic {
    background: white;
    padding: 2.5rem;
    margin-bottom: 5rem;
}

.primary.generic img {
    min-width: 100%
}

.next-event {
    margin-bottom: 2rem;
}

/* secondary
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.secondary {
    margin-top: 3rem;
}

.secondary a.event-btn {
    font-size: 1.6rem;
}

.secondary-box {
    background: white;
    border-top: 6px solid #F29400;
    display: block;
    padding: 3rem;
    margin-bottom: 3rem;
}

.secondary-box h3 {
    margin-top: 0;
    color: #787e80;
}

.secondary-box p {
    color: #242323;
    font-family: "Poppins", sans-serif;
    line-height: 1.5em;
    font-size: 1.6rem;
}

.secondary-box p a {
    overflow-wrap: anywhere;
}

a.secondary-box-cta {
    color: white;
    background: #F29400 url("../img/cta-arrow.png") no-repeat 90% 17px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2rem 5rem 1.5rem 2rem;
    display: inline-block;
    border: 2px solid #F29400;
    transition: background-color 0.5s ease;
}

a.secondary-box-cta:hover {
    color: #F29400;
    background: transparent url("../img/cta-arrow.png") no-repeat 90% -100px;
}

.secondary-box input[type="email"] {
    display: inline-block;
    vertical-align: bottom;
    border-top: 2px solid #787E80;
    border-bottom: 2px solid #787E80;
    border-left: 2px solid #787E80;
    border-right: 2px solid #787E80;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1.5rem 1rem 1rem 1rem;
    width: 100%;
    margin-bottom: 1rem;

}

.secondary-box input[type="submit"] {
    display: inline-block;
    vertical-align: bottom;
    border: 2px solid #F29400;
    background: #F29400;
    color: white;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    height: 44px;
    text-align: center;
    padding: 0 2rem;
    width: 100%;
}

@media (min-width: 750px) {
    .secondary-box input[type="email"] {
        display: inline-block;
        vertical-align: bottom;
        border-top: 2px solid #787E80;
        border-bottom: 2px solid #787E80;
        border-left: 2px solid #787E80;
        border-right: 0;
        font-family: "Poppins", Helvetica, Arial, sans-serif;
        font-size: 1.4rem;
        font-weight: 600;
        padding: 1.5rem 1rem 1rem 1rem;
        width: 70%;
        margin-bottom: 0;
    }

    .secondary-box input[type="submit"] {
        display: inline-block;
        vertical-align: bottom;
        border: 2px solid #F29400;
        background: #F29400;
        color: white;
        font-family: "Poppins", Helvetica, Arial, sans-serif;
        font-size: 1.4rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-left: -4px;
        height: 44px;
        text-align: center;
        padding: 0 2rem;
        width: auto;
        margin-bottom: 0;
    }
}

@media (min-width: 1000px) {
    .secondary-box input[type="email"] {
        display: inline-block;
        vertical-align: bottom;
        border-top: 2px solid #787E80;
        border-bottom: 2px solid #787E80;
        border-left: 2px solid #787E80;
        border-right: 2px solid #787E80;
        font-family: "Poppins", Helvetica, Arial, sans-serif;
        font-size: 1.4rem;
        font-weight: 600;
        padding: 1.5rem 1rem 1rem 1rem;
        width: 100%;
        margin-bottom: 1rem;
    }

    .secondary-box input[type="submit"] {
        display: inline-block;
        vertical-align: bottom;
        border: 2px solid #F29400;
        background: #F29400;
        color: white;
        font-family: "Poppins", Helvetica, Arial, sans-serif;
        font-size: 1.4rem;
        font-weight: 600;
        text-transform: uppercase;
        height: 44px;
        text-align: center;
        padding: 0 2rem;
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 1390px) {
    .secondary-box input[type="email"] {
        display: inline-block;
        vertical-align: bottom;
        border-top: 2px solid #787E80;
        border-bottom: 2px solid #787E80;
        border-left: 2px solid #787E80;
        border-right: 0;
        font-family: "Poppins", Helvetica, Arial, sans-serif;
        font-size: 1.4rem;
        font-weight: 600;
        padding: 1.5rem 1rem 1rem 1rem;
        width: 73%;
        margin-bottom: 0;
    }

    .secondary-box input[type="submit"] {
        display: inline-block;
        vertical-align: bottom;
        border: 2px solid #F29400;
        background: #F29400;
        color: white;
        font-family: "Poppins", Helvetica, Arial, sans-serif;
        font-size: 1.4rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-left: -4px;
        height: 44px;
        text-align: center;
        padding: 0 2rem;
        width: auto;
        margin-bottom: 0;
    }
}

@media (min-width: 550px) and (max-width: 900px) {
    .eight.columns.generic,
    .four.columns.generic {
        width: 100%;
        margin-left: 0;
    }
}

/* Footer Elements
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
    width: 100%;
    float: left;
    display: block;
    background: #fff;
    padding: 3rem;
}

@media (min-width: 550px) and (max-width: 870px) {
    footer .five.columns,
    footer .three.columns,
    footer .four.columns {
        width: 100%;
        margin-left: 0;
    }
}

.newsletter-block input[type="email"] {
    width: 100%;
    color: #999999;
    text-transform: none;
    font-size: 1.4rem;
    border: 0 none;
    background: transparent;
    outline: none;
    display: inline-block;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .newsletter-block input[type="email"] {
        width: 70%;
    }
}

footer h4 {
    margin-bottom: 1rem;
    line-height: 2.2rem;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6rem;
    color: #F29400;
}

footer p {
    font-size: 1.8rem;
    line-height: 1.5em;
    letter-spacing: normal;
    color: #5b6265;
}

footer ul.footer-nav {
    width: 100%;
    float: left;
    display: block;
}

footer ul.footer-nav li {
    float: left;
    display: block;
    width: 100%;
}

footer ul.footer-nav li a {
    font-size: 1.6rem;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #5b6265;
}

footer ul.footer-nav li a:hover {
    color: #F29400;
}

footer label {
    font-size: 18px;
    margin-bottom: 1.5rem;
    display: block;
}

input.news-text {
    border-top: 2px solid #787E80;
    border-bottom: 2px solid #787E80;
    border-left: 2px solid #787E80;
    border-right: none;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 1rem 1rem 0.7rem 1rem;
    margin-bottom: 0;
    width: 70%;
    display: inline-block;
    vertical-align: bottom;
    margin-right: -4px;
    outline: none;
}

input.news-submit {
    border: 2px solid #F29400;
    background: #F29400;
    color: white;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 1rem 1rem 0.7rem 1rem;
    margin-bottom: 0;
    width: 30%;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    height: 44px;
}

.social {
    width: 100%;
    display: block;
    margin-top: 1rem;
}

.social li {
    display: inline-block;
    margin-right: 1rem;
}

.social li a {
    vertical-align: middle;
    padding: 0 1rem;
}

.social li.facebook a {
    background-image: url("../img/icon-facebook.svg");
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    display: inline-block;
}

.social li.twitter a {
    background-image: url("../img/icon-twitter.svg");
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    display: inline-block;
}

.social li.instagram a {
    background-image: url("../img/icon-instagram.svg");
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    display: inline-block;
}

.support {
    display: block;
    margin-top: 3rem;
}

.support ul {
    margin-bottom: 0;
}

.support ul li {
    display: inline-block;
    margin-right: 2rem;
}

.support h5 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    color: #5b6265;
}

.lower-footer {
    display: block;
    padding: 2rem 0;
    float: left;
    width: 100%;
}

.lower-footer p {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: normal;
}

.lower-footer p span {
    margin-left: 3rem;
}

.lower-footer p span a {
    padding: 0 1rem;
}

footer .cta:hover {
    background: #F29400;
    border: 2px solid #F29400;
    color: white
}

/* Flyout Menu Elements
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sidr {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    background: white;
    padding: 2rem;
}

.sidr.left {
    left: -200px;
    right: auto;
}

/* Main Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.main {
    width: 100%;
    float: left;
    display: block;
    padding: 2rem 0 0 0;
}

.intro-block {
    text-align: center;
    padding: 1rem 0;
    width: 95%;
    margin: auto;
}

@media (min-width: 750px) {
    .intro-block {
        text-align: center;
        padding: 2rem 0;
        width: 82%;
        margin: auto;
    }
}

@media (min-width: 1000px) {
    .intro-block {
        text-align: center;
        padding: 2rem 0;
        width: 75%;
        margin: auto;
    }
}

.intro-block h2 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #5b6265;
    font-size: 2.8rem;
}

.intro-block h3 {
    font-family: "Poppins", sans-serif;
    color: #5b6265;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3rem;
}

.intro-block h3 a {
    color: #5b6265;
    border-bottom: 2px solid #5b6265;
}

.intro-block h3 a:hover {
    color: #F29400;
}

@media (min-width: 750px) {
    .intro-block h2 {
        font-family: "Poppins", Helvetica, Arial, sans-serif;
        font-weight: 600;
        color: #5b6265;
        font-size: 4rem;
    }

    .intro-block h3 {
        font-family: "Poppins", sans-serif;
        color: #5b6265;
        font-size: 2rem;
    }
}

.home-block {
    width: 100%;
    background: white;
    padding: 3rem 3rem;
    margin-bottom: 2rem;
}

.home-block.red {
    border-top: 8px solid #F29400;
}

.home-block.green {
    border-top: 8px solid #FFED00;
}

@media (min-width: 750px) {
    .home-block {
        width: 100%;
        background: white;
        padding: 5rem 10rem;
        margin-bottom: 4rem;
    }

    .home-block.red {
        border-top: 8px solid #F29400;
    }

    .home-block.green {
        border-top: 8px solid #FFED00;
    }
}

@media (min-width: 1000px) {
    .home-block {
        padding: 5rem 20rem;
    }
}

@media (min-width: 1200px) {
    .home-block {
        padding: 5rem 30rem;
    }
}

.teachers-icon {
    background: url(../img/teachers.png) no-repeat 0 0;
    width: 92px;
    height: 92px;
    display: block;
    margin: 0 auto 2rem auto;
}

.parents-icon {
    background: url(../img/parents.png) no-repeat 0 0;
    width: 92px;
    height: 92px;
    display: block;
    margin: 0 auto 2rem auto;
}

.menu-logo {
    background: url(../img/menu-logo.png) no-repeat 0 0;
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto 2rem auto;
}

.home-block h3 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    color: #787e80;
    text-align: center;
    line-height: normal;
    margin-bottom: 2rem;
}

@media (min-width: 750px) {
    .home-block h3 {
        font-family: "Poppins", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 3.6rem;
        color: #787e80;
        text-align: center;
        line-height: normal;
        margin-bottom: 2rem;
    }
}

.home-block p.sub {
    font-size: 18px;
    text-align: center;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6a7073;
}

.home-block ul {
    list-style: disc;
    font-size: 1.8rem;
    color: #242323;
    margin-bottom: 4rem;
}

.home-block ul li {
    margin-bottom: 2rem;
}

.next-event {
    width: 100%;
    display: block;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding: 10px 0;
    display: block;
}

.next-event .left {
    display: block;
    float: left;
    width: 50%;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6a7073;
    font-size: 1.8rem;
    line-height: normal;
}

.next-event .right {
    display: block;
    float: right;
    text-align: right;
    width: 40%;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.4rem;
}

.next-event .right a {
    color: #f76e68;
}

/*----------------------------------------------------*/
/* Plugins
-----------------------------------------------------*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    min-width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 20px;
    height: 233px;
    padding: 0;
    margin-top: -10px \9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -10px;
}

@media (min-width: 768px) {
    .slick-prev {
        left: -45px;
    }

    .slick-next {
        right: -45px;
    }
}

.slick-prev {
    background: url("bs-left.png") no-repeat 0 0;
    width: 20px;
    height: 33px;
    display: block;
}

.slick-next {
    background: url("bs-right.png") no-repeat 0 0;
    width: 20px;
    height: 33px;
    display: block;
}

.main-collection-filters-steps-two-slider.slick-slider .slick-prev {
    background: url("bs-left.png") no-repeat 0 0;
    width: 13px;
    height: 22px;
    background-size: 13px 22px;
    display: block;
    left: 0;
}

.main-collection-filters-steps-two-slider.slick-slider .slick-next {
    background: url("bs-right.png") no-repeat 0 0;
    width: 13px;
    height: 22px;
    background-size: 13px 22px;
    display: block;
    right: 0;
}

@media (min-width: 1024px) {
    .main-collection-filters-steps-two-slider.slick-slider .slick-prev {
        left: -40px;
    }

    .main-collection-filters-steps-two-slider.slick-slider .slick-next {
        right: -40px;
    }
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

@media (min-width: 768px) {
    .slick-dots {
        bottom: -9px;
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 27px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}

/*# sourceMappingURL=theme.css.map */

.form1 .wdform-page-and-images h2 {
    display: none;
}

.form1 .wdform-label {
    font-family: "Poppins", sans-serif;
    color: #5b6265;
    font-size: 1.6rem;
}

.form1 input[type="text"] {
    border-radius: 20px;
    height: 40px !important;
    padding: 1rem !important;
    background: transparent !important;
    border: 1px solid #B7B7B7 !important;
    width: 100%
}

.smform-submitbtn-cont input {
    display: inline-block;
    vertical-align: bottom;
    border: 2px solid #F29400;
    background: #F29400;
    color: white;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
    height: 44px;
    text-align: center;
    padding: 0 2rem;
    width: 50%;
    margin-left: 0;
}

.evcal_month_line {
    display: none;
}

#evcal_list {
    border: 0 !important
}

.eventon_events_list .eventon_list_event .desc_trig {
    background-color: white !important;
    /*background-image: url('../img/eventarrow.png')  !important;*/
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.eventon_main_section .eventon_events_list .eventon_list_event .desc_trig {
    background-image: none !important;
}

.home-block .eventon_events_list .eventon_list_event .desc_trig {
    background-color: #FCFCFC !important;
}

/*.eventon_events_list .eventon_list_event .evcal_list_a {
      border-left-width: 0 !important;
      padding: 0 20px !important
}*/

.eventon_events_list .eventon_list_event .evcal_list_a:after, .evcal_list_a:after {
    background-color: transparent !important
}

/*.evo_pop_body .evcal_cblock {*/
/*    background-color: transparent !important;*/
/*    color: #787e80 !important;*/
/*    font-size: 18px !important;*/
/*    padding: 20px 8px 2px 13px !important;*/
/*    font-weight: normal !important;*/
/*    position: relative !important;*/
/*    line-height: normal !important;*/
/*    min-height: 30px !important;*/
/*    margin: 0 20px 0 0 !important;*/
/*    left: inherit !important;*/
/*    width: 100% !important;*/
/*}*/

.evcal_cblock .evo_date .start em, .evcal_cblock .evo_date .end em {
    font-size: 18px !important;
    font-weight: normal;
    display: inline-block !important;
    margin-left: 6px;
}

.evcal_cblock .evo_date .start {
    font-size: 18px !important;
}

/*.eventon_events_list .eventon_list_event .evcal_desc, .evo_pop_body .evcal_desc, #page-content p.evcal_desc {*/
/*    margin-left: 20px !important;*/
/*    padding: 3px 15px 0 20px !important;*/
/*    margin-bottom: 20px !important;*/
/*    top: inherit !important;*/
/*    display: block !important;*/
/*}*/

.eventon_events_list .eventon_list_event .evcal_cblock em, .evo_pop_body .evcal_cblock em {
    text-transform: none !important;
    font-family: "Poppins", Helvetica, Arial, sans-serif !important;
    font-weight: 600;
}

/*#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title {*/
/*  font-family: "Poppins", Helvetica, Arial, sans-serif !important;*/
/*  font-weight: 600;*/
/*  font-size: 2.4rem !important;*/
/*  letter-spacing: normal !important;*/
/*  color: #97BE0C !important*/
/*}*/

.eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb {
    border-color: white !important;
}

.evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body {
    background-color: white !important;
}

.evcal_event_details .evcal_evdata_cell.shorter_desc {
    height: auto !important;
}

.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot {
    display: none !important;
}

.evcal_evdata_row .evcal_evdata_cell h3.evo_h3 {
    font-family: "Poppins", Helvetica, Arial, sans-serif !important;
    font-weight: 600;
    font-size: 1.8rem !important;
    letter-spacing: normal !important;
    margin-bottom: 2rem;
    padding-top: 0.4rem;
}

.eventon_full_description .eventon_desc_in,
.eventon_full_description .eventon_desc_in p,
#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul {
    font-family: "Poppins", sans-serif !important;
    line-height: 1.5em !important;
}


.evorow.tb .evcal_col50, .evorow .tb .evcal_col50 {
    padding-top: 1rem !important;
}

.evorow .tb .evcal_col50:first-of-type {
    border-right: 1px solid #EBEBEB !important;
}

.evo_metarow_socialmedia a.evo_ss i {
    color: #F29400 !important
}

.evo_metarow_socialmedia a.evo_ss:hover {
    background-color: transparent !important;
}

#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput {
    font-family: "Poppins", sans-serif !important;
    font-size: 1.8rem !important;
    line-height: 1.5em !important;
    text-transform: none !important;
    font-style: normal !important;
}

/*.evcal_evdata_row .evors_remaining_spots p em, .evcal_evdata_row .evors_mincap p em {*/
/*    background-color: #97BE0C !important;*/
/*    color: #ffffff;*/
/*}*/

.evors_popup:before {
    background-color: #F5F5F5 !important;
}

#evorsvp_form .form_row input.name {
    width: 240px;
    display: inline-block;
    border: 1px solid #999 !important;
}

#evorsvp_form h3 {
    color: #656565 !important
}

#evorsvp_form .form_row input.name, #evorsvp_form .form_row input.regular, #evorsvp_form .form_row input.count, #evorsvp_form .form_row input.regular_a, #evorsvp_form .form_row select, #evorsvp_form .form_row textarea {
    border: 1px solid #999 !important;
    color: #656565 !important;
}

#evorsvp_form .form_row.additional_field label, #evorsvp_form .form_row.count label {
    display: block;
    text-align: left !important;
    color: #656565 !important;
}

#evorsvp_form p {
    color: #656565 !important;
}

#evorsvp_form .rsvp_status span.set {
    border: 1px solid #999 !important;
}

/*#evorsvp_form a.evcal_btn,*/
/*#evorsvp_form .rsvp_status span.set {*/
/*    background-color: #ffffff;*/
/*    color: #97BE0C !important;*/
/*}*/

#evorsvp_form a#submit_rsvp_form.evcal_btn.evors_submit {
    border: 2px solid #F29400 !important;
    background: #F29400 !important;
    color: white !important;
    font-family: "Poppins", Helvetica, Arial, sans-serif !important;
    font-weight: 600;
    text-transform: uppercase !important;
    font-size: 1.4rem !important;
    padding: 1.4rem 1rem 0.7rem 1rem !important;
    margin-bottom: 0 !important;
    width: 30% !important;
    text-align: center !important;
    display: inline-block !important;
    vertical-align: bottom !important;
    border-radius: 0 !important;
    height: 44px !important;
    letter-spacing: 0.15rem !important
}

#evorsvp_form #evors_form_close {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #656565 !important;
    color: #656565 !important;
    font-family: 'open sans', arial;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    opacity: 0.3;
    margin-top: -40px;
    line-height: 35px;
    cursor: pointer;
}

.evoRS_status_option_selection span:first-child {
    border-radius: 5px !important
}

.evcal_cblock .evo_date .start em {
    margin-left: 7px !important;
    text-transform: capitalize !important;
}

.eventon_events_list .eventon_list_event .evcal_cblock span.end {
    font-size: 18px !important;
}

.evcal_evdata_row.evo_time p {
    text-transform: capitalize !important;
}

.evoRS_status_option_selection span:first-child {
    border-radius: 5px !important;
}

/*.evoRS_status_option_selection span {*/
/*  background-color: #97BE0C !important;*/
/*  color: white !important;*/
/*  border: 0 !important;*/
/*}*/

.evcal_cblock .evo_date .end em {
    text-transform: capitalize !important;
}

.submission_form.form_section .form_row.rsvp_status {
    display: none !important
}

.primary.generic a {
    border-bottom: 1px solid #F29400
}

.comments {
    display: none !important;
}

footer.entry-meta {
    display: none !important
}

.evo_page_content.evo_se_sidarbar article {
    width: 100% !important;
}

p.nocomments {
    display: none !important;
}

#evcal_list .bordb.lastrow {
    border-bottom: none !important;
}

.evo_sin_page #evcal_list .eventon_list_event {
    border-radius: 0 !important;
}

.evcal_cblock .evo_start em.month {
    text-transform: capitalize !important;
}

/*.ajde_evcal_calendar .eventon_list_event .desc_trig_outter,*/
/*.ajde_evcal_calendar.eventon_single_event #evcal_list p.desc_trig_outter,*/
/*.eventon_events_list .desc_trig_outter {*/
/*  padding: 20px 0 0 0 !important;*/
/*  background: white !important;*/
/*}*/

.evcal_time {
    display: none !important;
}

.evcal_cblock .evo_end {
    font-size: 18px !important;
    margin-top: 0 !important;
}

.evcal_cblock .evo_end em.month {
    font-size: 11px !important;
}

.generic img {
    min-width: 100% !important;
}

.evcal_cblock .time, .evcal_cblock .evo_end.only_time {
    display: block !important;
}

.evcal_cblock em.time {
    font-size: 12px;
}

@media (max-width: 900px) {
    .teachers-leaders-side-menu {
        display: flex;
        flex-direction: column;
        width: 150px;
        height: 300px;
        border: 3px solid green;
        font-weight: 600;
    }
}

.teachers-leaders-side-menu {
    background: white;
    z-index: 50;
    display: none;
}

.teachers-leaders-side-menu a {
    padding: 20px 10px;
    border-bottom: 1px solid #87888A;
}

.teachers-leaders-side-menu a:hover {
    background: #F29400;
    color: white;
    padding: 35px 15px;
}

.teachers-leaders-side-menu a:last-child {
    border: none;
}

.teachers-leaders-side-menu > br {
    margin: 0;
    padding: 0;
    height: 0;
    display: none;
}

@media (min-width: 1200px) {
    .teachers-leaders-side-menu {
        position: fixed;
        display: flex;
        flex-direction: column;
        left: 0;
        top: 300px;
        max-width: 220px;
        font-weight: 600;
    }

    .primary {
        margin-left: 128px;
    }
}

span.evors_rsvpiable {
    display: none;
}