html {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;  /* prevent font scaling for ios in landscape mode */
}

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

body {
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    font-family: Raleway, sans-serif, Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #202020;
    text-rendering: optimizeLegibility;
}

/**** icons ****/
.icon-angle-down:before { content: "\f107" !important; }
.icon-user:before { content: "\e71e" !important; }
.icon-bag:before { content: "\e74c" !important; }
.icon-menu:before { content: "\e92b" !important; }
.icon-cross:before { content: "\e92a" !important; }

p {
    margin: 20px 0px;
    line-height: 1.5em;
}
p.double-margin {
    margin: 40px 0px;
}

a {
    text-decoration: none;
    outline: none;
    color: #0060BE;
}
a:hover {
    color: #0082FF;
}

a.anchor {
    position: relative;
    display: block;
    height: 0px;
    width: 0px;
    top: -84px;
}
a.anchor.higher {
    top: -114px;
}
a.anchor.alert-banner {  /* has alert banner */
    top: -120px;
}
a.anchor.higher.alert-banner {
    top: -150px;
}

a.right-nav {
    position: relative;
}
a.right-nav .icon {
    position: relative;
    display: inline-block;
    margin-left: 7px;
    font-size: 14px;
    top: 1px;
}
a.right-nav .icon:before {
    content: "\e00c";
}

a.button {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 60px;
    line-height: 58px;
    background-color: #111111;
    border: 1px solid #111111;
    color: #FFFFFF;
    font-size: 18px;
    padding: 0px 30px;
    text-align: center;
    border-radius: 9px;
    cursor: pointer;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    
    -webkit-transition: color 0.2s ease, background-color 0.2s ease;
    -moz-transition: color 0.2s ease, background-color 0.2s ease;
    -o-transition: color 0.2s ease, background-color 0.2s ease;
    transition: color 0.2s ease, background-color 0.2s ease;
}
a.button:hover {
    background-color: #FFFFFF;
    color: #202020;
}
a.button.disabled {
    opacity: 0.5;
    cursor: default;
}
a.button.disabled:hover {
    background-color: #111111;
    color: #FFFFFF;
}

a.button.small {
    height: 50px;
    line-height: 48px;
    font-size: 17px;
}


.center {
    text-align: center;
}

.normal {
    font-weight: 400;
}

.semibold {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

/* body container */
.page-section {
    position: relative;
    padding: 60px 0px;
    line-height: 1.5em;
}

.container {
    position: relative;
    display: block;
    width: 1360px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 40px;
}
.container.small {
    width: 780px;
    padding: 0px 30px;
}

/* page title */
.page-title {
    position: relative;
    font-family: Allura;
    font-size: 54px;
    line-height: 1em;
    cursor: default;
    text-align: center;
    margin-bottom: 20px;
}

.line-separator {
    position: relative;
    height: 1px;
    background-color: #C0C0C0;
    margin: 60px 0px;
}

.small-heading {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
}

/* header */
#header {
    position: relative;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 20;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#header.fixed {
    position: fixed;
}

#headerMain {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 110px;
    text-align: center;
    background-color: #FFFFFF;
    text-align: center;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.18);
    z-index: 20;
}


/**** OFS logo ****/
.ofs-logo {
    position: absolute;
    display: inline-block;
    height: 42px;
    top: 34px;
    left: 24px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.ofs-logo:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle;
}
.ofs-logo .symbol {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    vertical-align: middle;
    
    background-image: url("/assets/images/ofs-logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ofs-logo .label {
    position: relative;
    display: inline-block;
    width: 164px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    
    background-image: url("/assets/images/ofs-label-grey.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/*
.ofs-logo .label {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0px 12px;
    vertical-align: middle;
    font-family: Georgia, TimesNewRoman, "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1em;
    top: -1px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/

#campsLogo {
    position: relative;
    display: inline-block;
    top: 5px;
    width: 100px;
    height: 100px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
#campsLogo .symbol {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("/assets/images/camps/camp-quest-logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* app menu (profile, bag) */
#menuApp {
    position: absolute;
    height: 50px;
    top: 30px;
    right: 30px;
    font-size: 0px;
    padding: 0px;
    vertical-align: middle;
}

#headerMain a.icon-button {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #505050;
    background-color: transparent;
    vertical-align: middle;
    border-radius: 1000px;
    cursor: pointer;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#headerMain a.icon-button:hover {
    cursor: pointer;
    color: #0082FF;
    background-color: #F1F1F1;
}

#menuProfile {
    margin-right: 10px;
}

#menuMobile, #menuMobileClose {
    position: absolute !important;
    display: none !important;
    top: 20px;
    left: 20px;
}
#menuMobile.hidden {
    display: none !important;
}

#menuMobileClose.visible {
    display: block !important;
}


/* header menu */
#headerMenu {
    position: relative;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 56px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.18);
    text-align: center;
    z-index: 19;  /* below main header */
}

/* menu bar */
#menuBar {
    position: relative;
    display: inline-block;
    height: 56px;
    white-space: nowrap;
    line-height: 1em;
    font-size: 0px;
    text-align: center;
}
#menuBar:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle;
}
#menuBar > a {
    display: inline-block;
    position: relative;
    height: 56px;
    border: none;
    white-space: nowrap;
    font-family: Raleway, sans-serif, Arial;
    font-size: 15px;
    font-weight: 400;
    padding: 0px 20px;
    color: #202020;
    background-color: transparent;
    vertical-align: middle;
    
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
#menuBar > a .label {
    position: relative;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    vertical-align: top;
}
#menuBar > a .open-label {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 6px;
    left: 0px;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    color: #C85000;
    text-align: center;
}
#menuBar > a .menu-underline {
    font-size: 0px;
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
    background-color: #000000;
    
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    
    -webkit-transition: -webkit-transform 0.1s ease-out;
    -moz-transition: -moz-transform 0.1s ease-out;
    -o-transition: -o-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
}
#menuBar > a .icon-angle-down {
    position: relative;
    display: inline-block;
    font-size: 15px;
    height: 56px;
    line-height: 56px;
    margin-left: 6px;
}
#menuBar > a.selected .icon-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#menuBar > a.selected .menu-underline {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}
#menuBar > a .hotspot {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    cursor: pointer;
}

#menuBag .indicator {
    position: absolute;
    display: none;
    background-color: #FB313E;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    min-width: 17px;
    border-radius: 1000px;
    right: 7px;
    top: 5px;
    padding: 0px 4px;
}

/* popup menu */
.popup-menu {
    position: absolute;
    display: none;
    left: 0px;
    top: 146px;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.18);
    padding: 0px;
    white-space: nowrap;
    vertical-align: top;
    z-index: 18;  /* below menu header */
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.popup-menu .left {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 25px;
    vertical-align: top;
}

.popup-menu .right {
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 30px 0px;
    padding-right: 50px;
}

.popup-menu .menu-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    vertical-align: top;
    white-space: nowrap;
}

.popup-menu .menu-col {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0px 15px;
}

.popup-menu .menu-header {
    position: relative;
    margin-bottom: 10px;
}
.popup-menu .menu-header .label {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    color: #202020;
    margin-right: 24px;
    white-space: nowrap;
    
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.popup-menu .menu-header .label .separator {
    font-size: 0px;
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    background-color: #000000;
}

.popup-menu a {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3em;
    color: #202020;
    white-space: normal;
    margin: 8px 0px;
    
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.popup-menu a:hover {
    color: #0082FF;
}

.popup-menu .image-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    font-size: 0px;
    vertical-align: top;
    white-space: nowrap;
}
.popup-menu .image {
    position: relative;
    display: inline-block;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.popup-menu .image:before {  /* maintain square aspect ratio */
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
}
.popup-menu .image:first-child {
    margin-right: 16px;
}
.popup-menu .image-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.popup-menu .image-overlay:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border: 1px solid #FFFFFF;
    z-index: 1;
}
.popup-menu .image-overlay a {
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    color: #FFFFFF;
    font-size: 20px;
}
.popup-menu .image-overlay a:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle;
}

#easterPopupMenu .image:nth-child(1) {
    background-image: url("/assets/images/camps/easter-menu-01.jpg");
}
#easterPopupMenu .image:nth-child(2) {
    background-image: url("/assets/images/camps/easter-menu-02.jpg");
}

#summerPopupMenu .image:nth-child(1) {
    background-image: url("/assets/images/camps/summer-menu-01.jpg");
}
#summerPopupMenu .image:nth-child(2) {
    background-image: url("/assets/images/camps/summer-menu-02.jpg");
}
#summerPopupMenu .image-overlay {
    background-color: transparent;
}

#octoberPopupMenu .menu-col {
   width: 25%;
}
#octoberPopupMenu .image:nth-child(1) {
    background-image: url("/assets/images/camps/october-menu-01.jpg");
}
#octoberPopupMenu .image:nth-child(2) {
    background-image: url("/assets/images/camps/october-menu-02.jpg");
}

#winterPopupMenu .image:nth-child(1) {
    background-image: url("/assets/images/camps/winter-menu-01.jpg");
}
#winterPopupMenu .image:nth-child(2) {
    background-image: url("/assets/images/camps/winter-menu-02.jpg");
}

.popup-menu.image-only {
    padding: 30px 20px;
}
.popup-menu.image-only .image-container {
    text-align: center;
}
.popup-menu.image-only .image {
    width: 20%;
    margin: 0px 20px !important;
}
.popup-menu.image-only .image-overlay {
    background-color: rgba(0, 0, 0, 0.3);
}
#contactPopupMenu .image:nth-child(1) {
    background-image: url("/assets/images/camps/contact-menu-01.jpg");
}
#contactPopupMenu .image:nth-child(2) {
    background-image: url("/assets/images/camps/contact-menu-02.png");
}

/**** mobile menu ****/
#mobileMenu {
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;  /* below header */
    background-color: #FFFFFF;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

#mobileMenu .viewport {
    position: absolute;
    left: 0px;
    top: 90px;
    right: 0px;
    bottom: 48px;
}

#mobileMenu .content {
    position: relative;
    display: block;
    left: 0px;
    top: 0px;
}

#mobileMenu .footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 48px;
    width: 100%;
    border-top: 1px solid #CECECE;
    z-index: 2;  /* above viewport */
    text-align: center;
}

#footerOFSLogo {
    position: relative;
    display: inline-block !important;
    height: 36px !important;
    top: 6px !important;
    left: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
}
#footerOFSLogo .symbol {
    width: 36px !important;
    height: 36px !important;
}
#footerOFSLogo .label {
    margin: 0px 10px;
    font-size: 14px;
}

#mobileMenu a {
    position: relative;
    display: block;
    font-family: Raleway, sans-serif, Arial;
    font-size: 15px;
    font-weight: 400;
    height: 46px;
    line-height: 1.3em;
    padding: 13px 24px;
    padding-right: 40px;
    color: #202020;
    border-bottom: 1px solid #CECECE;
    cursor: pointer;
    white-space: normal;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
#mobileMenu a:hover {
    color: #0082FF;
}
#mobileMenu a .arrow-icon {
    position: absolute;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    text-align: center;
    right: 20px;
    top: 0px;
    color: #404040;
}
#mobileMenu a .arrow-icon:before { content: "\f107" !important; }
#mobileMenu a .arrow-icon.rotated {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#mobileMenu .submenus {
    position: relative;
    display: none;
    background-color: #F1F1F1;
    padding: 15px 0px;
    border-bottom: 1px solid #CECECE;
}

#mobileMenu .submenus a {
    border-bottom: none;
    height: 40px;
    line-height: 1.3em;
    padding: 10px 24px;
}
#mobileMenu .submenus a:hover {
    background-color: #E5E5E5;
}

#mobileMenu .menu-header {
    position: relative;
    margin-bottom: 10px;
    padding: 0px 24px;
    margin-top: 15px;
}
#mobileMenu .menu-header:first-child {
    margin-top: 0px;
}
#mobileMenu .menu-header .label {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    color: #202020;
    white-space: nowrap;
    
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
#mobileMenu .menu-header .label .separator {
    font-size: 0px;
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    background-color: #000000;
}


/* footer */
#footerLogo {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 20px;
    width: 100px;
    height: 100px;
    text-decoration: none;
    white-space: nowrap;
    background-image: url("/assets/images/camps/camp-quest-logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#footer {
    position: relative;
    background-color: #111111;
    color: #AAAAAA;
    min-height: 140px;
    padding: 30px 0px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0px;
    text-align: center;
    
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
#footer .col {
    position: relative;
    display: inline-block;
    top: 0px;
    width: 50%;
    font-size: 16px;
    min-height: 100px;
}
#footer .col:nth-child(1) {
    text-align: right;
    padding-right: 60px;
}
#footer .col:nth-child(2) {
    text-align: left;
    padding-left: 60px;
}
#footer a {
    position: relative;
    display: inline-block;
    padding: 0px 20px;
    color: #AAAAAA;
    line-height: 1.5em;
}
#footer a:hover {
    color: #FFFFFF;
}
#footer .copyright {
    position: relative;
    text-align: center;
    padding: 10px 20px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 1.3em;
    white-space: normal;
}


/* poster */
.poster {
    position: relative;
    overflow: hidden;
    max-height: 900px;
    min-height: 400px;
    z-index: 10;  /* avoid safari's text antialiasing issue */
    background-color: #000000;
}
.poster:before {  /* maintain aspect ratio */
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 33.33%;
}
.poster-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.poster-video {
    position: absolute;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.poster-video video {
    position: relative;
    left: 0px;
    top: 0px;
    min-width: 100%;
    min-height: 100%;
}
.poster-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.poster-caption {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 0px;
    text-align: center;
    z-index: 3;
}
.poster-caption:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle;
}
.poster-caption-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 40px;
    margin-top: -40px;
}
.poster-caption-container.small {
    width: 500px;
    max-width: 100%;
    padding: 0px 20px;
}
.poster-caption .name {
    position: relative;
    display: block;
    margin: 0px;
    font-family: Allura;
    font-size: 44px;
    line-height: 1em;
    color: #FFFFFF;
    cursor: default;
    
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.poster-caption .title {
    position: relative;
    display: block;
    margin: 0px;
    font-family: Raleway;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    color: #FFFFFF;
    cursor: default;
    margin: 10px 0px;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.poster-caption h2 {
    position: relative;
    display: block;
    margin: 0px;
    font-family: Allura;
    font-size: 96px;
    line-height: 1em;
    color: #FFFFFF;
    cursor: default;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.poster-caption h3,
.poster-caption h4,
.poster-caption h5 {
 position: relative;
    display: block;
    margin: 0px;
    font-family: Raleway;
    font-weight: 400;
    line-height: 1.5em;
    color: #FFFFFF;
    cursor: default;
    vertical-align: middle;
}
.poster-caption h3 {
    font-size: 32px;
}
.poster-caption h4 {
    font-size: 24px;
}
.poster-caption h5 {
    font-size: 18px;
}

/* WTKButton */
.wtk-button {
    outline: none;
    cursor: pointer;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wtk-button .wtk-button-valign:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle;
}

/* default button animation */
@-webkit-keyframes wtk-button-keyframes {
    from { background-color: #0067F0; }
    50%  { background-color: #0091FF; }
    100% { background-color: #0067F0; }
}
@-moz-keyframes wtk-button-keyframes {
    from { background-color: #0067F0; }
    50%  { background-color: #0091FF; }
    100% { background-color: #0067F0; }
}
@-ms-keyframes wtk-button-keyframes {
    from { background-color: #0067F0; }
    50%  { background-color: #0091FF; }
    100% { background-color: #0067F0; }
}
@-o-keyframes wtk-button-keyframes {
    from { background-color: #0067F0; }
    50%  { background-color: #0091FF; }
    100% { background-color: #0067F0; }
}
@keyframes wtk-button-keyframes {
    from { background-color: #0067F0; }
    50%  { background-color: #0091FF; }
    100% { background-color: #0067F0; }
}

.wtk-button-animation {
    -webkit-animation: wtk-button-keyframes 1s infinite;
       -moz-animation: wtk-button-keyframes 1s infinite;
        -ms-animation: wtk-button-keyframes 1s infinite;
         -o-animation: wtk-button-keyframes 1s infinite;
            animation: wtk-button-keyframes 1s infinite;
}

/* WTKGlyphIcon */
.wtk-glyph-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wtk-glyph-icon .wtk-glyph-icon-content:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle;
}

.wtk-glyph-icon-transition {
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
       -moz-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
        -ms-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
         -o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
            transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/**** CSS media queries ****/
@media (max-width: 980px) {
    /* show mobile menu */
    #headerMain {
        height: 90px;
    }
    #headerMenu {
        display: none;
    }
    #menuMobile {
        display: inline-block !important;
    }
    #campsLogo {
        width: 80px;
        height: 80px;
    }
    #ofsLogo {
        top: 24px;
        left: 84px;
    }
    #menuApp {
        top: 20px;
    }
}

@media (max-width: 740px) {
    /* smaller header */
    #headerMain {
        height: 60px;
    }
    #menuApp {
        top: 5px;
        right: 10px;
    }
    #menuProfile {
        margin-right: 0px;
    }
    #menuMobile, #menuMobileClose {
        top: 5px;
        left: 10px;
        margin-right: 10px;
    }
    #ofsLogo {
        display: none;
    }
    #campsLogo {
        top: 6px;
        width: 48px;
        height: 48px;
    }
    #mobileMenu .viewport {
        top: 60px;
    }
    
    /* mobile poster */
    .poster:before {  /* 1:1 aspect ratio */
        padding-top: 100%;
    }
}

/* mobile browsers */
@media (max-width: 600px) {
    body {
        font-size: 15px;
    }
    
    p {
        margin: 15px 0px;
    }
    p.double-margin {
        margin: 30px 0px;
    }
    
    .page-section {
        padding: 40px 0px;
    }
    
    .page-title {
        font-size: 44px;
    }
    
    .line-separator {
        margin: 40px 0px;
    }
    
    .small-heading {
        font-size: 16px;
    }
    
    #footerLogo {
        position: relative;
        display: inline-block;
        left: 0px;
        top: 0px;
        margin: 20px 0px;
    }
    #footer {
        min-height: 0px;
    }
    #footer .col {
        display: block;
        width: auto;
        font-size: 16px;
        min-height: auto;
        text-align: center !important;
        padding: 0px !important;
    }
    #footer .col:nth-child(2) {
        text-align: left;
        padding-left: 60px;
    }
    #footer a {
        padding: 10px 20px;
    }
    #footer a:hover {
        color: #FFFFFF;
    }
    #footer .copyright {
        font-size: 14px;
    }
    
    /* body container */
    .container {
        padding: 0px 20px !important;
    }
    
    .poster-caption-container {
        padding: 0px 30px;
    }
    .poster-caption h2 {
        font-size: 80px;
    }
    .poster-caption h3 {
        font-size: 24px;
    }
    .poster-caption h4 {
        font-size: 20px;
    }
    .poster-caption h5 {
        font-size: 16px;
    }
    .poster-caption .name {
        font-size: 36px;
    }
    .poster-caption .title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .poster-caption-container {
        padding: 0px 20px;
    }
    .poster-caption h2 {
        font-size: 60px;
    }
    .poster-caption h3 {
        font-size: 20px;
    }
}

