@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html,
body,
* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

img {
    max-width: 100%;
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6,
.content-wrapper p,
.content-wrapper span,
.content-wrapper li {
    color: #000;
}



/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    position: relative;
    z-index: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

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

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea {
    color: #222;
}

.req {
    color: #222 !important;
}

.mississauga-filter-block select {
    color: #222 !important;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

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







.opacity-50 {
    opacity: .5
}

input,
textarea {
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
}

h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}

h2 {
    margin: 20px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}

h3 {
    font-size: 23px;
    font-weight: bold;
}

p {
    line-height: 1.8;
    font-weight: 500;
    font-size: 18px;
}

.wrapper {
    max-width: 1250px;
    margin: 0 auto;
    padding: 3em 10px;
}

.logo {
    font-weight: 700;
    letter-spacing: 1px;
    font-family: montserrat, sans-serif;
}

.who-we-are {
    position: relative;
    overflow: hidden;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-image: url("../images/mens-pic.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.overlay_white {
    background-color: #f4f4f4;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.who-we-are .wrapper {
    position: relative;
    z-index: 3;
}

.three-up-wrap {



    margin: 0 auto;
    margin: 3rem auto;
    overflow: hidden;
}

.who-we-are h2 {
    text-align: center;
    color: #000000;
}

.registration-form h2 {
    color: #000000;
}

.fields h2 {
    text-align: center;
    color: #000000;
}

.our-team h2 {
    text-align: center;
    color: #000000;
}

.testimonial h2 {
    text-align: center;
    color: #000000;
}

.blog h2 {
    text-align: center;
    color: #000000;
}

.who-we-are h2+p {
    text-align: center;
    margin-top: 10px;
    font-style: italic;

}

.three-up {
    width: 28%;
    float: left;
    margin: 2%;
}

.two-up {
    width: 46%;
    float: left;
    margin: 1%;
}

.soccer-plan {
    padding: 50px 5px;
    background-image: url("../images/2-min.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.soccer-plan .wrapper {
    position: relative;
}

.soccer-plan::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.mississauga-filter-block select {
    background-color: rgba(255, 255, 255, 0.8) !important;
}


.four-up {
    width: 21%;
    margin: 2%;
    float: left;
}

.products-wrap .products-1 {
    width: 31.33%;
    margin: 1%;
}

.products-wrap .products-2 {
    width: 31.33%;
    margin: 1%;
}

.products-wrap .products-3 {
    width: 31.33%;
    margin: 1%;
}

.products-wrap .products-4 {
    width: 23%;
    margin: 1%;
}

.products-wrap .products-5 {
    width: 31.33%;
    margin: 1%;
}

.products-wrap .products-6 {
    width: 31.33%;
    margin: 1%;
}

.products-wrap .products-7 {
    width: 23%;
    margin: 1%;
}

.products-wrap .products-8 {
    width: 23%;
    margin: 1%;
}

.products-4 .pricing-header,
.products-7 .pricing-header,
.products-8 .pricing-header {
    min-height: 246px;
}

.products-2 .pricing-header,
.products-3 .pricing-header,
.products-5 .pricing-header,
.products-6 .pricing-header {
    min-height: 210px;
}

.products-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.soccer-plan .four-up-wrap .four-up .pricing-header {
    background-color: #162d0d
}

.soccer-plan .four-up-wrap .four-up:nth-child(1) .pricing-header,
.soccer-plan .four-up-wrap .four-up:nth-child(2) .pricing-header {
    background-color: #162d0d
}

.soccer-plan .four-up-wrap .four-up:nth-child(3) .pricing-header,
.soccer-plan .four-up-wrap .four-up:nth-child(4) .pricing-header {
    background-color: #162d0d
}

.pricing-header {
    color: #fff;
}

.pricing-header span {
    display: block;
}

.form-row {
    overflow: hidden
}

.form-row label {
    display: block;
}

.radio-button input,
.radio-button label {
    display: inline-block;
    width: auto;
}

.radio-button .option label {
    padding: 10px 5px 5px 0;
    cursor: pointer;
}

.radio-button>p,
.form-row .two-up>label,
.form-row>label {
    margin-bottom: .25em;
    float: none;
    font-weight: 700;
    display: block;

    font-size: 15px;
}

.our-team {
    text-align: center
}

.our-team .team-member {
    max-width: 400px;
    padding: 10px;
    margin: 0 auto
}

.our-team h3 {

    margin: 20px auto;
}

.our-team h3+p {
    margin: 10px auto;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.schedules {
    text-align: center;
    position: relative;
    /* height: 640px; */
}

.video-wrapper {
    text-align: center;
    position: relative;
    height: 800px;
    display: flex;
    vertical-align: middle;
    align-items: center
}

.schedules .background-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.schedules .background-container video {
    max-width: 100%;
}

.gameplay-video {
    width: 100%;
}

.schedules .wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.schedules .wrapper h2,
.schedules .wrapper p a {
    color: #fff
}

.schedules .wrapper p a {
    white-space: nowrap;
    line-height: 1.6;
    user-select: none;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: none;
    text-decoration: none !important;
    outline: none;
    padding: 10px 30px;
    transition: all 0.3s ease;
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 2rem auto;
}

.schedules .wrapper p a:hover {

    background: #fff;
    color: #000;
    transition: all 0.3s ease;

}

.testimonial h2 {
    text-align: center;
}

.testimonial .testimonial-text {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #dadada;
    margin-bottom: 15px;
    font-style: italic;

}

.testimonial .testimonial-meta {
    display: table;
    margin-left: 20px;
}

.testimonial .testimonial-meta>div {
    display: table-cell;
    vertical-align: middle;
}

.testimonial .testimonial-avatar img {
    width: 70px;
    height: 70px;
    border: 1px solid #dadada;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
}

.testimonial .testimonial-author {
    padding: 0 0 0 20px;
}

.testimonial .testimonial-author .author-name {
    font-weight: bold;
    display: block;
}

.testimonial .testimonial-author em {
    font-size: 90%;
    padding: 10px 0;
    display: block
}

.testimonial .testimonial-text:after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
}

.testimonial .testimonial-text:before {
    bottom: -11px;
    margin-left: -1px;
    border-width: 11px 11px 0 11px;
    border-color: #dadada transparent transparent transparent;
}

.testimonial .testimonial-text:before,
.testimonial .testimonial-text:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 45px;
    border-style: solid;
}

.fields {
    background: #f4f4f4;
    text-align: center;
    padding: 3em 0;
}

.fields h2 {
    padding: 0 0 20px 0;
}

.blog {
    background-color: #f4f4f4;
}

.blog .wrapper>h2 {
    text-align: center
}

.blog .wrapper li {
    width: 33.33%;
    padding: 0 30px;
    margin: 0 0 35px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #9a9a9a;
}

.blog .wrapper li h3 {
    font-weight: bold;
    margin: 5px 0 15px;
    line-height: 1.3;
}

.blog .wrapper li>a {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #444;
    border: 1px solid #444;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    -o-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.blog .wrapper li>a:hover {
    text-decoration: none;
    color: #0bb4aa;
    border-color: #0bb4aa;
}

.footer {
    background: #1a1a1a;
    color: #fff;
}

.footer .three-up>h3 {
    margin: 0 0 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    color: #fff;
}

.footer .social-icons a {
    color: #fff;
    padding: 5px;
    display: inline-block;
}

.footer .contact-info a {
    color: #0bb4aa;
    text-decoration: none;
}



.soccer-plan .four-up {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0 0 30px;

}

.pricing-content li {
    padding: 0.8em;
    margin: 0;
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
    list-style-type: none;
}

.pricing-header {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}

.pricing-header h3 {
    font-weight: normal;
    font-size: 28px;
    line-height: 1.3em;
    margin: 0;
}

.price {
    display: block;
    margin: 10px 0;
    font-size: 28px;
    font-weight: 600;
}

.no-of-games {
    font-style: italic;
    display: block;
    opacity: .8;
}

.plan-button {
    white-space: nowrap;
    line-height: 1.6;
    user-select: none;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: none;
    text-decoration: none !important;
    outline: none;
    padding: 10px 30px;
    transition: all 0.3s ease;
    border: 1px solid #444444;
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-top: 30px;
    /* margin-left: 12px; */
}

.plan-button:hover {
    color: #0bb4aa;
    border-color: #0bb4aa;
    background: rgba(11, 180, 170, 0.05);
}

.soccer-plan .wrapper h2,
.soccer-plan .wrapper h2+p {
    color: #fff;
}

.soccer-plan .wrapper h2+p {
    font-style: italic;
    opacity: .7;
    margin-bottom: 30px;
}

.header {
    position: relative;
    /* height: 100vh; */
    z-index: 1;
    color: #fff;
}

.logo {
    line-height: 24px;
    float: left;
    padding: 15px 15px;
    max-width: 350px;
    width: 25%;
}

.logo h1 a {
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.1;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
}

.navbar-div {
    float: right;
    width: 75%;
    text-align: right;
    padding-top: 15px;

    transition: all 0.2s;
}

li.menu-item {
    display: inline-block;
}

.menu-item a {
    display: inline-block;
    color: #fff;
    padding: 15px;
    margin-left: 20px;
    font-weight: 500;
}

.site-header {
    position: absolute;
    z-index: 4;
    width: 100%
}

.site-header .header-wrap {
    max-width: 1250px;
    margin: 0 auto
}

.carousel-cell .slide-text {
    position: relative;
    color: #fff;
    text-align: center;
    top: 50%;
    max-width: 88%;
    margin: 0 auto;
    -webkit-transform: translate(0, -60%);
    -ms-transform: translate(0, -60%);
    -o-transform: translate(0, -60%);
    transform: translate(0, -60%);

}

.carousel-cell .slide-text h3 {
    position: relative;
    padding-bottom: 30px;
    margin-top: 0;
    color: #fff;
    font-size: 72px;
    line-height: 1.4;
    font-weight: 200;
    letter-spacing: -1px;
    text-align: center;
    transition: 0.2s ease all;
}

.carousel-cell .slide-text h3:after {
    width: 310px;
    content: " ";
    border-bottom: 2px solid rgba(201, 201, 201, 0.4);
    bottom: 0px;
    left: 50%;
    margin-left: -155px;
    position: absolute;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.carousel-cell .slide-text h3+p {
    margin: 42px auto 0;
    max-width: 80%;
    color: #e6e6e6;
    font-size: 20px;
    text-align: center;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.carousel-cell.slide-1 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/field.jpg");
    background-size: cover;
    background-blend-mode: multiply;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

}

.carousel-cell.slide-2 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/turf.jpg");
    background-blend-mode: multiply;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.carousel-cell.slide-3 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/field.jpg");
    background-blend-mode: multiply;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@media only screen and (max-width: 1018px) {
    .menu-item a {

        padding: 7px;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 767px) {

    .who-we-are,
    .soccer-plan {
        position: relative;
        z-index: -2;
    }

    .navbar-div {
        width: 70%;
        text-align: right;
        background-color: #111;
        position: fixed;
        height: 10000vh;
        right: 1000px;
        transition: all 0.2s;
        top: 10px;
    }

    li.menu-item {
        display: block;
        text-align: center;
    }

    .menu-item a {
        padding: 20px;
        width: 100%;
        margin: 0;
    }

    .left-content,
    .right-content {
        width: 100% !important;
        padding: 0 !important;
    }

    .right-content table {
        overflow-x: scroll;
        max-width: 450px;
        display: block;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 35px;
        height: 5px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-8px, 7px);
        transform: rotate(-45deg) translate(-8px, 7px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

    .container.mobile-nav {
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 888;
    }

    .two-up,
    .three-up,
    .four-up {
        width: 100% !important;
        margin: 20px 0 !important;
        padding: inherit 5px !important;
    }

    .blog .wrapper li {
        width: 100%;
        margin: 20px 0;
    }

    .carousel-cell .slide-text h3 {
        margin-top: 30px;
        font-size: 32px;
    }

    .carousel-cell .slide-text h3+p {
        margin: 21px auto 0;
        font-size: 16px;
    }

    .logo {
        line-height: 24px;
        width: 75%;
    }

    .carousel-cell .slide-text {

        top: 60%;
        max-width: 100%;
    }
}

@media (min-width: 771px) {

    .registration-form h2 {
        margin-left: 12px;
    }

    .registration-form .early-bird-msg {
        margin-left: 12px;
    }

    .plan-button {
        margin-left: 12px;
    }
}

/* Media query for adjusting video player styles */
@media (max-width: 1040px) {
    .schedules .background-container video {
        margin-top: 0 !important;
    }
}

@media (max-width: 830px) {
    .schedules .background-container video {
        height: 100% !important;
    }
}

@media (max-width: 600px) {
    .video-wrapper {
        height: auto !important;
    }
}

.content-wrapper {
    width: 100%;
}

.content-wrapper .footer p {
    color: #fff !important;
}