
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0');
@import url("https://use.typekit.net/dpq7qlg.css");

html {
    -webkit-font-smoothing: subpixel-antialiased;
}

body {
    margin:0;
	font-family: "Open Sans", sans-serif !important;	
    padding:0;
    background:#fff;
}

body.page,
body.page h5 {
    font-size: 1.25rem;
}

.row {
  margin-right: 0;
  margin-left: 0;
}


main  {
    position: relative;
    margin:0 auto 0 auto;
    padding:0 15px;
    width:100%;
    max-width:1630px; 
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 150%;
    color: #212529;
    text-align: left;
    background: #fff;
}

.no-padding {
    padding: 0;
}

p {
    font-size: 1.25rem;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
}

/* new menu */

#mws-main-nav {
    /*position: absolute;*/
    position: fixed !important;
    margin:0 auto 0 auto;
    top: 0;
    left:50%;
    transform: translate(-50%);
    max-height: 70px;
    width: 100%;
    background: #00498e;
    z-index: 3000;
}
.sticky-nav {
    position: fixed !important;
    top: 0 !important;
    left:50%;
    transform: translate(-50%);
}

.mws-main-nav-container {
    position: relative;
    margin:0 auto;
    width: 100%;
    max-width: 1300px;    
}

#mws-logo {
    background: url(../images/MWS-logo.png) center center no-repeat;
    float: left;
}

#mws-logo a {
    display: block;
    width: 200px;
    height: 70px;
}
.sticky-nav #mws-logo a {
    width: 143px;
    height: 50px;
    transition:0.6s;
    
}

#lang-toggle {
    position: absolute;
    top: 18px;
    right:0;
    bottom: 0;
    background: #00498e;
    text-align: center;
}
/*.sticky-nav #lang-toggle {
    top: 10px;
}*/
#mob-lang-toggle {
    position: relative;
    background: #00498e;
    text-align: left;
}
#lang-toggle a {
    padding: 26px 30px 26px 30px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
	cursor: pointer;
}

#mob-lang-toggle {
    padding: 15px 30px 15px 30px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
	cursor: pointer;
}


.sticky-nav #lang-toggle {
    top: 12px;
}
.sticky-nav #lang-toggle a {
    padding:20px 30px 18px 30px;
}
.sticky-nav #mob-lang-toggle {
    padding:15px 30px 14px 30px;
}


#mob-lang-toggle {
    padding:0 0 0 20px;
}
#mob-lang-toggle a {
    padding:14px 0 14px 0;
	color: #fff;
    font-weight: 500;
}
#lang-toggle a:hover,
#lang-toggle a:visited,
#lang-toggle a:active,
#lang-toggle a:focus,
#mob-lang-toggle a:hover,
#mob-lang-toggle a:visited,
#mob-lang-toggle a:active,
#mob-lang-toggle a:focus {
    color: #fff;
    text-decoration: none;
}

#lang-toggle a:hover {
    color: #0053b8;
    background: #fff;
}

#mws-main-nav .nav-items {
    float: right;
    margin-right: 80px;
}

#mws-main-nav .nav-items ul {
    list-style: none;
}

#mws-main-nav .nav-items ul li {
    float: left;
    position: relative;
    padding: 0;
}

#mws-main-nav .nav-items ul li div, 
#mws-main-nav .nav-items ul li a {
    color: #fff;
    padding: 20px 22px 20px 22px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin: 0 14px 0 30px;
    position: relative;
    cursor: pointer;
    z-index: 2000;
}

#mws-main-nav .nav-items ul.mws-dropdown li a {
    padding: 10px 22px 10px 22px;
}
#mws-main-nav.sticky-nav .nav-items ul li div,
#mws-main-nav.sticky-nav .nav-items ul li a {    
    padding: 14px 22px 10px 22px;
}

/*#nav-camps div {
    padding-top:0 !important;
    padding-bottom:0 !important;
    padding-right: 40px !important;
}*/

#nav-camps div a {
    padding-right: 40px !important;
}


#mws-main-nav .nav-items ul li #mob-nav-item-our-camps span,
#mws-main-nav .nav-items ul li a span,
#mws-main-nav .nav-items ul li div span {
    position: absolute;
    z-index: 1000;
    width: 16px;
    height: 16px;
    background: url(../images/icon-down-b-white.svg) center center no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
    transition: transform 0.5s;
    right: 2px;
    top: calc(50% - 8px);
}

#mws-main-nav .nav-items ul li a:hover span,
#mws-main-nav .nav-items ul li div:hover span {
    background: url(../images/icon-down-b-blue.svg) center center no-repeat;
	transform: rotate(0deg);
    transition: transform 0.5s;
}

#mws-main-nav .nav-items ul li a:hover,
#mws-main-nav .nav-items ul li a:visited,
#mws-main-nav .nav-items ul li a:active,
#mws-main-nav .nav-items ul li a:focus {
    text-decoration: none;
}

#mws-main-nav .nav-items ul li a:hover {
    color: #0053b8;
    background: #fff;
}

#mws-main-nav .nav-items ul.mws-dropdown {
    position: absolute;
    background: #fff;
    z-index: 1000;
    /*top: 65px;*/
    padding: 0;
    left: 30px;
    width: 250px;
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
}

ul.mws-dropdown  li a {
    color: #0053b8 !important;
}

.lang-class-fr #mws-main-nav .nav-items ul.mws-dropdown {
    width: 320px;
    left: 30px;
}
/*
.lang-class-fr #mws-main-nav .nav-items ul li div,
.lang-class-fr #mws-main-nav .nav-items ul li a {
    margin: 0 14px 0 10px;
}
*/
#mws-main-nav .nav-items ul.mws-dropdown.expanded {
    height: auto;
}

#mws-main-nav.sticky-nav .nav-items ul.mws-dropdown.expanded {
    height: auto;
}

#mws-main-nav .nav-items ul li.open div span {
    transform: rotate(0deg);
}

#mws-main-nav .nav-items ul.mws-dropdown li {

}

#mws-main-nav .nav-items ul.mws-dropdown li a {
    margin: 0;
    font-size: 0.875rem;
    text-align: left;
}

#mws-main-nav .nav-items ul.mws-dropdown li {
    float: none;
}

#mws-main-nav .hamburger {
    position: relative;
    float: right;
    width: 27px;
    height: 27px;
    display: none;
    margin-top: 25px;
    margin-right: 27px;
    margin-bottom: 0;
    margin-left: 0;
    cursor: pointer;
}

#mws-main-nav .hamburger div {
    width: 100%;
    height: 3px;
    background: #fff;
    margin-bottom: 6px;
}

#mws-main-nav .close-mob-menu {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: none;	
	cursor: pointer;
}

#mws-main-nav .close-mob-menu div {
    position: absolute;
    width: 24px;
    height: 2px;
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    z-index: 2000;
    background: #fff;
}

#mws-main-nav .close-mob-menu div + div {
    transform: rotate(45deg);
}

#mws-main-nav .mob-nav-items {
    position: fixed;
    top: 44px;
    background: #00498e;
    width: 100%;
	height: 0;
    /*bottom: 100%;*/
    overflow: hidden;
    z-index: 3000;
    transition: bottom 0.5s;
}

#mws-main-nav .mob-nav-items.open {
    /*bottom: 0%;*/
	height: 100vh;
}

#mws-main-nav .mob-nav-items ul {
    list-style: none;
    padding: 0;
}

#mws-main-nav .mob-nav-items ul li {
    display: block;
}

#mws-main-nav .mob-nav-items ul li div,
#mws-main-nav .mob-nav-items ul li a {
    color: #fff;
    font-size: 1.125;
    padding: 12px 20px;
    display: block;
    border-bottom: 1px solid #2a88b7;
    text-align: left;
	text-transform: uppercase;
}

#mws-main-nav .nav-items ul li a:hover,
#mws-main-nav .mob-nav-items ul li a:hover,
#mws-main-nav .mob-nav-items ul ul.mob-submenu li div:hover,
#mws-main-nav .mob-nav-items ul ul.mob-submenu li a:hover {
    color: #0053b8;
    background-color: #fff;
}

#mws-main-nav .mob-nav-items ul li a:hover,
#mws-main-nav .mob-nav-items ul li a:active,
#mws-main-nav .mob-nav-items ul li a:visited,
#mws-main-nav .mob-nav-items ul li a:focus {
    text-decoration: none;
}

#mws-main-nav .mob-nav-items ul ul.mob-submenu li div,
#mws-main-nav .mob-nav-items ul ul.mob-submenu li a {
    background: #00498e;
    font-size: 15px;
    border-bottom: 1px solid #116794;
    padding-left: 40px;
}







.why-choose-copy p,
.our-camps-copy p {
    padding: 0 140px;
    font-size: 1.125;
    font-weight: 300;
}

img.our-camps {
    border-radius: 50%;
    width: 60%;
    border: 5px white solid;
    margin-bottom: 0;
    max-width: 200px;
}

.our-camps-copy h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
}

.row.cities,
.row.why-choose {
    margin-top: 60px;
}

.row.cities {
    max-width: 1000px;
    margin: 50px auto;
}

.row.cities > div {
    position: relative;
    top: 0px;
    opacity: 1;
    transition: all 1s;
    transition-delay: 0.2s;
}

.row.cities > div + div {
    transition-delay: 0.4s;
}

.row.cities > div + div + div {
    transition-delay: 0.6s;
}

.cities a:first-child img:hover {
    box-shadow: 0px 0px 0px 7px #f26522;
}

.copy-off .row.cities > div {
    top: 20px;
    opacity: 0;
}

.col-md.why-choose-tile {
    background-color: rgba(0, 0, 0, 0.51);
    padding: 20px;
    margin: 10px;
    width: calc(20% - 20px);
    float: left;
    height: 320px;
    position: relative;
    top: 0px;
    opacity: 1;
    transition: all 1s;
    transition-delay: 0.2s;
}

.col-md.why-choose-tile + .why-choose-tile {
    transition-delay: 0.4s;
}

.col-md.why-choose-tile + .why-choose-tile + .why-choose-tile {
    transition-delay: 0.6s;
}

.col-md.why-choose-tile + .why-choose-tile + .why-choose-tile + .why-choose-tile {
    transition-delay: 0.8s;
}

.col-md.why-choose-tile + .why-choose-tile + .why-choose-tile + .why-choose-tile + .why-choose-tile {
    transition-delay: 1s;
}

.copy-off .col-md.why-choose-tile {
    top: 20px;
    opacity: 0;
}

.container.why-choose-copy,
.container.why-choose {
    max-width: 1400px;
}

.container.why-choose-copy {
    /*padding: 60px 0 30px;*/
}

.container.our-camps-copy {
    /*padding-top: 100px;*/
}

h3.white.why-choose {
    max-width: 1140px;
    text-align: center;
    margin: 0 auto;
}

.why-choose-copy .why-choose-tile h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    height: 80px;
    margin: 48px 0 0;
}

.lang-class-fr .why-choose-copy .why-choose-tile h3 {
    margin: 28px 0 0;
    font-size: 22px;
}

.why-choose-copy .why-choose-tile p {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.text-together {
    display: inline-block;
}
/*
.jumbotron {
    text-align: center;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

.jumbotron img {
    width: 100%;
}
*/
.blue {
    color: #009de0;
}


h1.white,
h2.white,
h3.white,
h4.white,
p.white,
a.white,
strong.white {
    color: #ffffff !important;
}

h1 {
    width: 100%;
    font-size: 3.5rem;
    font-weight: normal;
}

h2 {    
    margin-bottom: 24px;
    font-size: 2.75rem;
    font-weight: 400;
}

.header-copy h2 {
    font-size: 28px;
}


h2.white.text-together {
    margin-right: 20px;
}

h3 {
	margin-bottom: 33px;
    font-size: 1.125;
    line-height: 1.5;
    font-weight: 500;
}

.camp-page h1,
.about-page h1,
.page-contact h1 {
    color:#00498e;
    width: 100%;
    font-size: 3.5rem;
    font-weight: normal;
}
.about-page h1 {
    margin-bottom: 50px;
}

.camp-junior-page h1,
.camp-junior-page h4 {
    color:#b5002a;
}

.camp-intermediate-page h1,
.camp-intermediate-page h4 {
    color:#620dca;
}

.camp-senior-page h1,
.camp-senior-page h4 {
    color:#244600;
}


.btn.btn-outline-light {
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 9px;
    color: #fff;
    padding: 12px 40px;
    font-size: 20px;
    margin-top: 60px;
}

img.down-arrow-home {
    padding-top: 20%;
}

a.down-arrow-home {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: 40px;
    left: calc(50% - 24px);
    bottom: 40px;
    background: url('../images/down_arrow.png') center center no-repeat;
    background-size: contain;
}

a.down-arrow-home.reverse {
    transform: rotate(180deg);
}



img.facebook, img.youtube {
    width: 28px;
    margin: 25px 20px 0 0;
}



#static-filter {
    margin-top: 0;
}

.static-filter-container {
    max-width: 1300px;
    margin: 0 auto;
    background: #002b5f;
    /*padding-right: 20px;*/
}

.static-filter-container ul {

}

.static-filter-container li {
    font-size: 13px;
    font-weight: bold;
}

.static-filter-container a,
.static-filter-container a:visited,
.static-filter-container a:active {
    color: #fff;
    font-size: 0.875rem;
    text-transform: uppercase;
    /*padding: 10px 24px;*/
}

.static-filter-container a:hover {
    color: #fff;
}




.camp-page .static-filter-container, 
.camp-page .static-filter-container li, 
.camp-page .static-filter-container a.dropdown-toggle {
    background: #002b5f;
}
.camp-page .static-filter-container li:hover, 
.camp-page .static-filter-container a.dropdown-toggle:hover {
    background: #00498e;
}

.camp-junior-page .static-filter-container, 
.camp-junior-page .static-filter-container li, 
.camp-junior-page .static-filter-container a.dropdown-toggle {
    background: #8d0021;
}
.camp-junior-page .static-filter-container li:hover, 
.camp-junior-page .static-filter-container a.dropdown-toggle:hover {
    background: #b5002a;
}

.camp-intermediate-page .static-filter-container,
.camp-intermediate-page .static-filter-container li, 
.camp-intermediate-page .static-filter-container a.dropdown-toggle {
    background: #380c6f;
}
.camp-intermediate-page .static-filter-container li:hover, 
.camp-intermediate-page .static-filter-container a.dropdown-toggle:hover {
    background: #620dca;
}

.camp-senior-page .static-filter-container,
.camp-senior-page .static-filter-container li, 
.camp-senior-page .static-filter-container a.dropdown-toggle {
    background: #244600;
}
.camp-senior-page .static-filter-container li:hover, 
.camp-senior-page .static-filter-container a.dropdown-toggle:hover {
    background: #336400;
}



 

.static-filter-container li.dropdown {
    /*padding-right: 50px;*/
}

.static-filter-container .nav-pills .nav-link {
    border-radius: 0;
}



.static-filter-container .dropdown-menu {
    padding: 0;
    margin-top: -1px;
    /*right: 49px;*/
}
/*
.static-filter-container a.dropdown-item {
    font-weight: bold;
    color: #000;
    background-color: #dadada;
}

.static-filter-container a.dropdown-item:nth-child(even) {
    background-color: #ececec;
}
*/


.static-filter-container a.dropdown-toggle::after {
    margin-left: 37px;
    vertical-align: 0.15em;
    border-top: 8px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
}

.static-filter-container a.camp-junior-page {
    color:#000;
    background-color: #dadada;
}
.static-filter-container a.camp-intermediate-page {
    color:#000;
    background-color: #ececec;
}
.static-filter-container a.camp-senior-page {
    color:#000;
    background-color: #dadada;
}
.static-filter-container a.camp-page {
    color:#000;
    background-color: #ececec;
}

.static-filter-container a.camp-junior-page:hover {
    color:#fff;
    background-color: #b5002a;
}
.static-filter-container a.camp-intermediate-page:hover {
    color:#fff;
    background-color: #620dca;
}
.static-filter-container a.camp-senior-page:hover {
    color:#fff;
    background-color: #336400;
}
.static-filter-container a.camp-page:hover {
    color:#fff;
    background-color: #00498e;
}




#sticky-filter {
    position: fixed;
    width: 100%;
	/*max-width: 1600px;*/
    top: 50px;
    background: transparent;
    display: none;
    z-index: 2000;
}





.container-padding {
    padding: 60px 8%;
}



.col-md-6:nth-child(odd) {
  padding: 0 25px 0 0;
}
.col-md-6:nth-child(even) {
  padding: 0 0 0 25px;
}






















/*************** Footer ***************/

#main_page_footer {
    background: #000000;
    width: 100%;    
}

footer {
    position:relative;
    margin:0 auto;
    background: #000000;
    width: 100%;
    max-width: 1300px;
    color: #ffffff;
    padding-top: 0;
}

footer .foot-left {
    padding: 75px 20px 50px 75px;
}

footer .foot-right {
    padding: 75px 60px 50px 60px;
}

footer .foot-left p,
footer .foot-right p {
    line-height: inherit;
}

#main_page_footer .foot-right-bottom,
footer .foot-right-bottom {
    padding: 0 60px 50px 60px;
}

footer .foot-right .row {
    margin-right: auto;
}

footer .foot-right-bottom .row {
    margin-right: inherit;
}

.foot-left {
    float: left;
    padding: 75px 75px 50px 75px;
    text-align: left;
    color: #ffffff;
}

.foot-left p {
    font-size: 16px;
    line-height: 1.5;
}

.foot-left p:first-child {
    padding:0 0 0 120px;
    font-size: 1.25rem;
    font-weight: 500;
    background: url(../images/MWS-logo.png) left center no-repeat;
}

.foot-right {
    float: right;
    padding: 75px 60px 50px 60px;
    text-align: left;
}

.foot-right p {
    font-size: 16px;
    line-height: 2;
}

.foot-right .row {
    margin-right: 10%;
    padding-bottom: 0
}

.foot-left-bottom {
    float: left;
    padding: 0 75px 75px 75px;
    text-align: left;
    color: #ffffff;
    font-size: 12px
}

.foot-left-bottom img {
    margin: 0 18% 0 0;
}

.foot-right-bottom {
    float: right;
    padding: 0px 60px 0 150px;
    text-align: left;
    font-size: 14px;
}
.foot-right-bottom p{
    font-size: 14px;
}

.foot-right-bottom .row {
    margin-right: 2%;
}

.foot-right-mobile {
    display: none;
}

.foot-left-bottom-mobile {
    display: none;
}

.foot-right-bottom-mobile {
    display: none;
}

footer .row {
    margin-left: 0;
    margin-right: 0;
}

img.facebook {
    width: 12px;
}

.all-caps {
    text-transform: uppercase;
}

#test {
    padding: 0;
    background: #999;
    color: #fff;
}

#test .test {
    padding: 40px;
    padding-left: calc(50% - 568px);
    background-size: cover;
}

#test .test + .test {
    border-left: 1px solid #fff;
    overflow: hidden;
    padding-left: 80px;
    padding-right: calc(50% - 568px);
}

/*
#test h2,
h2.ribbon-header {
    position: relative;
    float: left;
    text-align: right;
    padding: 10px 40px 10px 0;
    font-size: 30px;
    margin: 20px 0 40px;
}

#accommodation h2 span,
#test h2 span,
h2.ribbon-header span {
    position: absolute;
    background: #009de0;
    z-index: 1;
    right: 0;
    left: -999em;
    top: 0;
    bottom: 0;
    padding: 10px 40px 10px 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 30px;
}

.camp-junior-page h2.ribbon-header span {
    background: #C0015C;
}

.camp-intermediate-page h2.ribbon-header span {
    background: #f28923;
}

.camp-senior-page h2.ribbon-header span {
    background: #b0b91d;
}
*/
.container.overview,
#info-form .container {
    max-width: 1300px;
}

.wp-block-columns {
    margin-bottom: 22px;
	width: 100%;
	gap: 50px;
}

.container.overview .wp-block-columns {
    gap: 50px;
	width: 100%;
}






/* NEW HOME ACCORDION (USE EXISTING ACCORDION?) */
.accordion {
}
.card-header {
    padding: 12px 0;
    background-color:#00498e;
    border: 0;
    border-top:1px #fff solid;
}
.no-border {
    border:0;
}
.card-header h3.title {
    display: inline;
    font-size: 1.5rem;
    color: #fff;
    font-weight:bold;
}
.card-header .arrow-icon {
    float: right;
    font-size: 40px;
}
.card-header{
    cursor: pointer;
    border-bottom: none;
}
.card{
    background:#00498e;
    border:none;
    border-radius: 0;
}
.card-body{
    padding: 0 0 20px 0;
}
.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}




/* IMAGE AND TEXT ANIMIATION EFFECTS */
/* IMAGES POP IN */
.hidden-img {
    opacity:0;
}
@keyframes fade-in-img {
    /*
    from { opacity:0.5; transform:scale(.2,.2); }
    to { opacity:1; }
    */
    0%   {
        opacity:0;
        transform:scale(0,0);
    }
    75%  {
        opacity:1;
        transform:scale(1.1,1.1);
    }
    100% {
    }
}
.fade-in-img  {
    animation:fade-in-img 0.5s;
}
.fade-in-img2 {
    animation:fade-in-img 1s;
}
.fade-in-img3 {
    animation:fade-in-img 1.5s;
}

/* TEXT FADES UP */
.hidden-txt {
    position:relative;
    opacity:0;
}
@keyframes fade-in-txt {
    from {
        opacity:0.2;
        transform: translate(0, 50px);
    }
    to {
        opacity:1;
    }
}
.fade-in-txt {
    animation:fade-in-txt 1.5s;
}


















/*--- Page ---*/


#page-header {
	margin-top: 70px;
    position: relative;
}

#page-header img {
    width:100%;
}

p.white {
    color: white !important;
}



.blue-box {
    margin:0 auto;
    padding:50px 0;
    width:100%;
    max-width:1300px;
    background:#fff;
}
.blue-box img {
	width:100%;
	height:auto;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}
.blue-box-padding {    
    padding:60px 8%;
    color:#fff;
    background:#00498e;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
}
.blue-box-padding-no-img {    
    padding:60px 8%;
    color:#fff;
    background:#00498e;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
}




.grey-box {
    margin:0 auto;
    padding:50px 0;
    width:100%;
    max-width:1300px;
    background:#fff;
}
.grey-box img {
	width:100%;
	height:auto;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}
.grey-box-padding {    
    padding:60px 8%;
    color:#000;
    background:#eeeeee;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
}
.grey-box-padding-no-img {    
    padding:60px 8%;
    color:#000;
    background:#eeeeee;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
}
.grey-box h2 {
    color:#00498e;
}

ul.two-columns,
ol.two-columns {
	-moz-column-count: 2;
    -moz-column-gap: 85px;
    -webkit-column-count: 2;
    -webkit-column-gap: 85px;
    column-count: 2;
    column-gap: 85px;
}

ul, ol {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 18px;
}

/*
#meals ul,
#dates ul,
#accommodation ul {	
    list-style: none;
    padding: 0;
    display: block;
}


#day_camps ul,
#camp_classes ul, 
#activities ul, 
#excursions ul {	
    list-style: none;
    padding: 0;
    display: block;
}
#day_camps ul li::before,
#camp_classes ul li::before, 
#activities ul li::before, 
#excursions ul li::before {	
    content: '– ';
}

div#schedule-menu ul li::before {	
    content: '';
}
*/

#join {
    margin: 0 auto;
    max-width: 1300px;    
}

#join .container-padding {
	width: 100%;
	max-width: 1010px;
}

#igen .container,
#history .container {
    max-width: 1300px;    
}











.toronto-copy .display-4,
.about-copy .display-4,
.contact-copy .display-4 {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 100px;
    margin-bottom: -34px;
    line-height: 1.4;
}

.lang-class-fr .about-copy .display-4 {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 70px;
}

#montreal-fr {
    width: 420px;
    margin-bottom: 16px;
}

#about-fr {
    width: 540px;
}

.toronto-copy h2 {
    color: white;
    font-size: 2.75rem;
    font-weight: 600;
}

.toronto-copy p.lead-text,
.about-copy .lead-text,
.contact-copy .lead-text {
    font-size: 1.125;
    max-width: 720px;
    margin: 30px auto;
}

.about-copy .lead-text,
.contact-copy .lead-text {
    max-width: 980px;
}

.about-copy .lead-text p,
.contact-copy .lead-text p {
    font-size: 16px;
}

.choose-age-group {
    position: absolute;
    z-index: 100;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.choose-age-group p {
    margin: 20px auto 70px;
    font-size: 14px;
}


.fancy {
    line-height: 0.5;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 28px;
    font-weight: 400;
}

.fancy:before,
.fancy:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(50% - 160px);
    height: 1px;
    background: #fff;
}

.fancy:after {
    left: auto;
    right: 0;
}

.container.toronto-copy,
.container.about-copy,
.container.contact-copy {
    padding-top: 0;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -74%);
}

.page-form .container.contact-copy,
.page-thank-you .container.contact-copy {
    position: static;
    transform: none;
    padding-top: 100px;
    padding-bottom: 170px;
}

.container.about-copy,
.container.contact-copy {
    transform: translate(-50%, -50%);
}


.lead-text {
    color: white;
    line-height: 28px;
}

.hero-button {
    display: block;
    text-align: left;
    text-decoration: none;
    width: 100%;
    height: 90px;
    padding-left: 20px;
    position: relative;
}

.hero-button .tab-indicator {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    right: 20px;
    top: 31px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.hero-button.hero-button-active .tab-indicator {
    transform: rotate(135deg);
    border-color: #000;
    top: 21px;
}

.hero-button a {
    color: #fff;
}

.hero-button.hero-button-active a {
    color: #000;
}

.tabs {
}

.tabs h4 {
    margin-top: 0;
    padding-top: 18px;
}

.overview-button {

    background: #009de0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #009de0 0%, #007db3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #009de0 0%, #007db3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #009de0 0%, #007db3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009de0', endColorstr='#007db3', GradientType=0);
    /* IE6-9 */
}

.junior-camp-button {
    background: #c00152;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c00152 0%, #7a0131 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c00152 0%, #7a0131 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c00152 0%, #7a0131 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c00152', endColorstr='#7a0131', GradientType=0);
    /* IE6-9 */

    color: #000000;
}

.intermediate-camp-button {
    background: #f28923;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f28923 0%, #c95c14 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f28923 0%, #c95c14 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f28923 0%, #c95c14 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28923', endColorstr='#c95c14', GradientType=0);
    /* IE6-9 */
}

.senior-camp-button {
    background: #b0b91d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b0b91d 0%, #848e0e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b0b91d 0%, #848e0e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b0b91d 0%, #848e0e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0b91d', endColorstr='#848e0e', GradientType=0);
    /* IE6-9 */
}


.hero-button.hero-button-active {
    background: #fff;
}

.hero-button.hero-button-active:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    background: #009de0;
}

.overview-button.hero-button.hero-button-active:after {
    background: #009de0;
}

.junior-camp-button.hero-button.hero-button-active:after {
    background: #c00152;
}

.intermediate-camp-button.hero-button.hero-button-active:after {
    background: #f28923;
}

.senior-camp-button.hero-button.hero-button-active:after {
    background: #b0b91d;
}


.table-wrapper {
    text-align: left;
}

table.tg {
    display: inline-block;
    color: #000;
    width: 100%;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

.tg td {
    font-size: 14px;
    padding: 0 25px 0 0;
    border-style: unset;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}

.tg th {
    font-size: 14px;
    font-weight: normal;
    padding: 0px 60px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}

td.tg-0lax-space {
    padding: 5px 0;
    width: 25%;
}

.tg .tg-0lax {
    text-align: left;
    vertical-align: top
}

td.tg-0lax {
    font-size: 15px;
    font-weight: 400;
}

td.food-menu {
    /*border: 1px solid black; */
    padding: 10px;
}

tr.lightblue {
    font-weight: 700;
}

.full-width-table {
    width: 100%;
}

.content {
    padding: 50px 0;
}
.page-contact .content {
    padding: 50px 0 0 0;
}

.content.gray-bg {
    background-color: #ececec;
}

.content.content-contact {
    padding: 70px 0 60px;
}

.content h3,
.overview h3,
.meals h3,
.transportation h3,
.day-camps h3,
.activities h3,
.excursions h3,
.staff h3,
#class_sched h3 {
    font-size: 28px;
    font-weight: 700;
    margin-top: -7px;
    margin-bottom: 1px;
    color: #009de0;
    display: inline-block;
}

.static-filter-container h5 {
    color: #009de0;
    cursor: pointer;
    margin-top: 3px;
}

.camp-junior-page .content .container h3,
.camp-junior-page .static-filter-container h5 {
    color: #c00152;
}

.camp-page .static-filter-container h5 {
    font-size: 16px;
    margin-top: 2px;
}

.camp-intermediate-page .content .container h3,
.camp-intermediate-page .static-filter-container h5 {
    color: #f28923;
}

.camp-senior-page .content .container h3,
.camp-senior-page .static-filter-container h5 {
    color: #b0b91d;
}

.menu .panel-group {
    margin-bottom: 100px;
}

.food-menu {
}

.menu-content h4 {
    font-weight: bold;
}
/*
#accommodation,
#contact-info {
    width: 100%;
}

#accommodation .container,



#contact-info .container {
    max-width: 1300px;
    padding: 0;
    background: #eeeeee;
    border-radius: 20px;
    margin-bottom: 100px;
}
*/

#contact-info .container {
    margin-bottom: 50px;
}
    
#vid {
    border: 1px solid #fff;
}

.container.transportation {
    /*margin-top: 30px;*/
}

.transportation img,
.day-camps img {
    float: left;
    margin: 10px 60px 20px 0;
}

#interested {
    width:100%;
}

#interested  .container {
    margin:50px auto 100px auto;    
    padding:100px 15%;
    width:100%;
    max-width:1300px;
    color:#000;
    text-align:center;
    border-radius:20px;
    background:#ffc600;
}

.page-contact #interested  .container {
    margin:50px auto 50px auto;
}

#interested h2 {
    color: #000;
    text-align: center;
    margin:0 0 30px 0;
    font-size: 2.75rem;
    line-height: 150%;
}

.cta,
.cta_blue {
    /* margin-top: 60px; */
    padding: 50px 0 20px 0;
}

.cta_blue {
    margin-bottom: 20px;
}

.cta a:hover {
    background-color: #ffffff;
    color: #009de0;
}

.cta_blue a:hover {
    background-color: #009de0;
    color: #ffffff;
}

#contact-form .cta {
    /* margin-top: 60px; */
    padding: 10px 0 20px 0;
}

.request-info {
    text-decoration: none !important;
    margin:30px auto;
    padding:8px 25px 12px 25px;
    font-size:1.25rem;
    font-weight:700;
    color:#ffffff;
    border:0;
    border-radius:50px;
    background-color:#000;
}

.request-info:hover {
    color:#000 !important;
    background-color:#fff !important;
}

.request-info-blue {
    text-decoration: none;
    color: #009de0;
    border: 2px solid #009de0;
    border-radius: 12px;
    padding: 18px 65px;
    font-size: 17px;
    font-weight: bold;
}

.request-info-white {
    text-decoration: none !important;
    margin:30px auto;
    padding:8px 25px 12px 25px;
    font-size:1.25rem;
    font-weight:700;
    color:#000;
    border:0;
    border-radius:50px;
    background-color:#fff;
}

.request-info-white:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.request-info-yellow {
    text-decoration: none !important;
    margin:30px auto;
    padding:8px 25px 12px 25px;
    font-size:1.25rem;
    font-weight:700;
    color:#ffffff;
    border:0;
    border-radius:50px;
    background-color:#000;
}

.request-info-yellow:hover {
    color: #000 !important;
    background-color: #ffc600 !important;
}
.lang-class-fr .request-info,
.lang-class-fr .request-info-blue {
    padding: 18px 28px;
}

#res_camps {
    /*background-image: url(../images/res_jr_camps_opt.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 4% 0 6%;*/
}

#res_camps.toronto-english-junior {
    /*padding: 8% 0 15%;*/
}

#camp_classes.toronto-english-junior {
    /*background-position: center 2%;
    padding-bottom: 15%;*/
}

#res_camps.toronto-english-intermediate {
   /* background-image: url(../images/TECIntermediateCamp-ResidentialCamps_opt.jpg);
    padding: 5% 0 12%;
    background-position: center top;*/
}

#camp_classes.toronto-english-intermediate {
    /*background-image: url(../images/TECIntermediateCamp-Classes_opt.jpg);*/
}

#res_camps.toronto-english-senior {
    /*background-image: url(../images/TECSeniorCamp-ResidentialCamps_b.jpg);
    background-position: center top;
    padding: 5% 0 17%;*/
}

#camp_classes.toronto-english-senior {
    /*background-image: url(../images/TECSeniorCamp-Classes_opt.jpg);
    background-position: center top;
    padding: 4% 0 10%;*/
}

#res_camps.montreal-english-junior {
    /*background-image: url(../images/MECJuniorCamp-ResidentialCamps_opt.jpg);
    background-position: center top;
    padding: 4% 0 11%;*/
}

#camp_classes.montreal-english-junior {
    /*background-image: url(../images/MECJuniorCamp-Classes_opt.jpg);
    background-position: center 10%;
    padding: 4% 0 10%;*/
}

#res_camps.montreal-english-intermediate {
    /*background-image: url(../images/MECIntermediateCamp-ResidentialCamps_opt.jpg);
    background-position: center 0%;
    padding: 4% 0 24%;*/
}

#camp_classes.montreal-english-intermediate {
    /*background-image: url(../images/MECIntermediateCamp-Classes_opt.jpg);*/
}

#res_camps.montreal-english-senior {
    /*background-image: url(../images/MECSeniorCamp-ResidentialCamps_opt.jpg);
    background-position: center 0;
    padding: 3% 0 12%;*/
}

#camp_classes.montreal-english-senior {
   /* background-image: url(../images/MECSeniorCamp-Classes_opt.jpg);
    background-position: center 0;
    padding: 4% 0 13%;*/
}

#res_camps.montreal-french-junior {
    /*background-image: url(../images/MFCJuniorCamp-ResidentialCamps_opt.jpg);
    background-position: center top;
    padding: 3% 0 12%;*/
}

#camp_classes.montreal-french-junior {
    /*background-image: url(../images/MFCJuniorCamp-Classes_opt.jpg);*/
}

#res_camps.montreal-french-intermediate {
    /*background-image: url(../images/MFCIntermediateCamp-ResidentialCamps_opt.jpg);
    background-position: center 0%;*/
}

#camp_classes.montreal-french-intermediate {
    /*background-image: url(../images/MFCIntermediateCamp-Classes_opt.jpg);
    background-position: center 13%;
    padding-bottom: 9%;*/
}

#res_camps.montreal-french-senior {
    /*background-image: url(../images/MFCSeniorCamp-ResidentialCamps_opt.jpg);
    background-position: center 9%;
    padding-bottom: 11%;*/
}

#camp_classes.montreal-french-senior {
   /* background-image: url(../images/MFCSeniorCamp-Classes_opt.jpg);
    background-position: center 28%;
    padding-bottom: 10%;*/
}



#camp_classes {
    /*background-image: url(../images/jr_camps_classes_opt.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 4% 0 6%;*/
}

#class_sched {
    background-color: #c00152;
    padding: 50px 0;
    text-align: center;
    position: relative;
    color: #ffffff;
}

#class_sched h3 {
    color: #ffffff;
}

.camp-intermediate-page #class_sched,
.camp-intermediate-page .static-filter-container li:after {
    background-color: #fff;
}

.camp-senior-page #class_sched,
.camp-senior-page .static-filter-container li:after {
    background-color: #fff;
}

.camp-junior-page .static-filter-container li:after {
    background-color: #fff;
}

.static-filter-container li {
    position: relative;
}

.static-filter-container li:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 6px;
    border-radius: 20px;
    bottom: -3px;
    background: #009DEC;
    display: none;
}

.static-filter-container li.active a {
    color: #009DEC;
}

.camp-junior-page .static-filter-container li.active a {
    color: #fff;
}

.camp-intermediate-page .static-filter-container li.active a {
    color: #fff;
}

.camp-senior-page .static-filter-container li.active a {
    color: #fff;
}

.static-filter-container li.active:after {
    display: block;
}

#history {
    padding-top: 70px;
}

.content .container p {
    margin: 22px 0;
    line-height: 1.6;
}

.content .container h5 {
    font-weight: bold;
    margin: 8px 0;
}

.content .container ul {
    display: inline-block;
}

.content .container img {
    float: left;
    margin: 0 40px 40px 0;
}

.about-page .content .container img {
    float: left;
    margin: 0 40px 50px 0;
}



/** MEALS gl-expanding-panels **/

#meals-menu {
	
}

#meals-menu .faq-content {
    text-align: left;
    background: #fff;
    padding: 30px 0 23px;
}

#meals-menu ul {
    list-style: none;
    padding: 0;
    display: block;
}

#meals-menu h3 {
    font-size: 1.125;
    font-weight: bold;
    margin: 0;
    padding: 20px 0px 20px 0;
    color: #fff;
    position: relative;
    display: block;
}

#meals-menu li.active h3 {
    color: #fff;
}

#meals-menu h3 span {
    background: url(../images/chevron.svg) center center no-repeat;
    position: absolute;
    width: 28px;
    height: 28px;
    background-size: contain;
    right: 30px;
    top: calc(50% - 14px);
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}

#meals-menu li.active h3 span {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.expandable-panel {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

#meals-menu .expandable-panel {
    padding: 0;
}

.content-calc {
    margin: 0;
    padding: 0;
}

#meals-menu ul li {
    padding: 0;
    display: block;
    margin: 0 0 -1px;
    color: #000;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 2px solid #fff;
}
#meals-menu ul li:last-child {
    border-bottom: none;
}

#meals-menu ul li.active {
    color: #fff;
}

#meals-menu .expandable-panel .content-calc {
    padding-bottom: 28px;
}

#meals-menu .expandable-panel li {
    padding: 0;
}

#meals-menu .expandable-panel li:last-child {
    border-bottom: none;
}

#meals-menu .expandable-panel h4 {
    color: #fff;
    font-size: 1.125;
}

.expandable-panel p {
}

#meals-menu .expandable-panel h5 {
    color: #fff;
    padding: 0;
}

#meals-menu .expandable-panel p {
    color: #eee;
    padding: 0;
    margin: 0 0 0 0;
    line-height: 1.2;
}




/** CLASS SCHEDULE gl-expanding-panels **/
.schedule-menu {
	border-bottom: 1px #fff solid;
}
.schedule-menu:last-child {
	border-bottom: 0;
}


#schedule-menu .faq-content {
    text-align: left;
    background: #fff;
    padding: 30px 0 23px;
}

#schedule-menu ul {
    list-style: none;
    padding: 0;
    display: block;
}

#schedule-menu h3,
.schedule-menu h3 {
    font-size: 1.125 !important;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0 0;
    color: #fff;
    position: relative;
    display: block;
}

#schedule-menu li.active h3 {
    color: #fff;
}

#schedule-menu h3 span {
    background: url(../images/chevron.svg) center center no-repeat;
    position: absolute;
    width: 28px;
    height: 28px;
    background-size: contain;
    right: 30px;
    top: calc(50% - 14px);
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}

#schedule li.active h3 span {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.expandable-panel {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

#schedule-menu .expandable-panel {
    padding: 0;
}

.content-calc {
    margin: 0;
    padding: 0;
}

#schedule-menu ul li {
    padding: 0;
    display: block;
    margin: 0 0 -1px;
    color: #000;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 2px solid #fff;
}

#schedule-menu ul li.active {
    color: #fff;
}

#schedule-menu .expandable-panel .content-calc {
    padding-bottom: 28px;
}

#schedule-menu .expandable-panel li {
    padding: 0;
}

#schedule-menu .expandable-panel li:last-child {
    border-bottom: none;
}

#schedule-menu .expandable-panel h4 {
    color: #fff;
    font-size: 1.125;
}

.expandable-panel p {
}

#schedule-menu .expandable-panel h5 {
    color: #fff;
    padding: 0;
}

#schedule-menu .expandable-panel p {
    color: #eee;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}




/** SESSIONS gl-expanding-panels **/

#sessions-menu .faq-content {
    text-align: left;
    background: #000;
    padding: 30px 0 23px;
}

#sessions-menu ul {
    list-style: none;
    padding: 0;
    display: block;
}

#sessions-menu h3 {
    font-size: 1.125;
    font-weight: bold;
    margin: 0;
    padding: 30px 0px 30px 0;
    color: #000;
    position: relative;
    display: block;
}

#sessions-menu li.active h3 {
    color: #000;
}

#sessions-menu h3 span {
    background: url(../images/chevron.svg) center center no-repeat;
    position: absolute;
    width: 28px;
    height: 28px;
    background-size: contain;
    right: 30px;
    top: calc(50% - 14px);
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}

#sessions-menu li.active h3 span {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.expandable-panel {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

#sessions-menu .expandable-panel {
    padding: 0;
}

.content-calc {
    margin: 0;
    padding: 0;
}

#sessions-menu ul li {
    padding: 0;
    display: block;
    margin: 0 0 -1px;
    color: #000;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 2px solid #000;
}

#sessions-menu ul li:last-child {
    border-bottom: none;
}

#sessions-menu ul li.active {
    color: #000;
}

#sessions-menu .expandable-panel .content-calc {
    padding-bottom: 28px;
}

#sessions-menu .expandable-panel li {
    padding: 0;
}

#sessions-menu .expandable-panel li:last-child {
    border-bottom: none;
}

#sessions-menu .expandable-panel h4 {
    color: #000;
    font-size: 1.125;
}

.expandable-panel p {
}

#sessions-menu .expandable-panel h5 {
    color: #000;
    padding: 0;
}

#sessions-menu .expandable-panel p {
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}





.menu-content {
    background: transparent;
    padding: 0 0;
}

.meal-menu-footer {
    padding: 20px 0 60px;
    font-size: 1rem;
}
/*
.lang-class-fr .day-camps h3 {
    display: block;
}
*/
.age-group-buttons {
    margin: 20px 0 30px;
}

.age-group-buttons a {
    display: block;
    width: 33%;
    margin: 0;
    border-radius: 21px;
    padding: 10px 2px;
}

.age-group-buttons a:nth-child(2) {
    margin: 0 10px;
    width: calc(33%)
}

.bg-mws-junior {
    background-color: #b5002a;
    border-color: #b5002a;
}

.bg-mws-intermediate {
    background-color: #620dca;
    border-color: #620dca;
}

.bg-mws-senior {
    background-color: #336400;
    border-color: #336400;
}

.bg-mws-junior:hover {
    background-color: #8d0021;
    border-color: #8d0021;
}

.bg-mws-intermediate:hover {
    background-color: #380c6f;
    border-color: #380c6f;
}

.bg-mws-senior:hover {
    background-color: #244600;
    border-color: #244600;
}
/*
.page-contact .container.overview h1,
.page-form .container.overview h1 {
    margin-bottom: 40px;
}

.container.overview h4 {
    font-size: 1.5rem;
    padding: 0;
    margin-bottom: 40px;
}
*/
.container.overview h5,
.container.overview p {
    margin-top: 0;
}

.container.overview ul,
#location .container ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 18px;
}

#location .container,
#meals .container,
#accommodation .container,
#transportation .container {
    max-width: 1300px;
    padding: 0;
    /*margin-bottom: 100px;*/
}


    
    
/*
#location img:nth-child(1),
#meals img:nth-child(1),
#accommodation img:nth-child(1),
#transportation img:nth-child(1),
#register img:nth-child(1),
#contact-info img:nth-child(1) {	
	width:100%;
	height: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#location figure img,
#meals figure img,
#accommodation figure img,
#transportation figure img,
#register figure img,
#contact-info figure img {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
*/
#location h2,
.location-info,
#meals .container,
#meals h2,
#transportation .container,
#register h2,
.register-info {
    background: #00498e;
    color: #fff;
}

#location h2,
#meals h2,
#accommodation h2,
#transportation h2,
#register h2,
#contact-info h2 {
    margin-bottom: 50px;
    padding: 0;
    font-size: 2.75rem;
    font-weight: normal;
}

#register h2 {
    /*padding: 50px 0px;*/
}

#contact-info h2 {
    /*padding: 50px 0px 20px;*/
}


.location-info,
.register-info {
    /*padding: 0 100px 50px;*/
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.register-info {
    text-align: center;
}


#dates .container {
    background: #eeeeee;
    border-radius: 20px;
    max-width: 1300px;
    margin-bottom: 100px;
}

#dates h2,
#accommodation h2,
#contact-info h2 {
    color: #00498e;
    font-size: 2.75rem;
    font-weight: normal;
}

#dates h5 {
    color: #00498e;
    font-weight: bold;
}

#dates td,
#dates th {
    border: none;
    padding: 3px 0;
}

#meals .container,
#transportation .container {
    border-radius: 20px;
}

#meals-menu h3::after, 
#sessions-menu h3::after,
#schedule-menu h3::after
 {
    display: inline-block;
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    border-top: 8px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    right: 0;
}
/*
#accommodation .content,
#transportation .content,
#contact-info .content{
    padding: 0 100px 80px;
}
*/
#transportation h2 {
    padding-left: 0;
}

#info-form .container {
    padding: 0;
}

#info-form .form-control {
    border-radius: 0;
    padding: 22px 10px;
    font-size: 1.2rem;
    border-color: #00498e;
}

#info-form select.form-control {
    padding: 0 10px;
    height: 2.9rem;
}

#info-form .form-group {
    margin-bottom: 1.8rem;
}

#info-form label {
    margin-right: 20px;
    display: block;
}

#contact-form input.has-error,
#contact-form textarea.has-error,
#contact-form select.has-error {
    background-color: #f2dede !important;
    border-color: red;
}

#contact-form .alert-danger {
    display: none;
    margin-top: 20px;
}

#contact-form label input {
    position: relative;
    top: -2px;
}