@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700&display=swap&subset=cyrillic,latin-ext');
@import url(https://fonts.googleapis.com/css?family=Rochester);

@font-face {
   font-family: 'Strangelove';
   src: url('/service/file/TLGfranchise/fonts/strangelove-text-webfont.woff') format('woff'),
          url('/service/file/TLGfranchise/fonts/strangelove-text-webfont.woff2') format('woff2'),
          url('/service/file/TLGfranchise/fonts/strangelove-text-webfont.ttf') format('truetype'),
          url('/service/file/TLGfranchise/fonts/strangelove-text-webfont.eot') format('eot');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'House';
   src: url('/service/file/TLGfranchise/fonts/Housearama-LeagueNight_Latin2.woff') format('woff'),
          url('/service/file/TLGfranchise/fonts/Housearama-LeagueNight_Latin2.woff2') format('woff2'),
          url('/service/file/TLGfranchise/fonts/Housearama-LeagueNight_Latin2.svg') format('svg'),
          url('/service/file/TLGfranchise/fonts/Housearama-LeagueNight_Latin2.eot') format('eot');
   font-weight: normal;
   font-style: normal;
}


/*---Swapped Strangelove for Amatic SC---*/

:root{
}
:root {
    /* --- Colors --- */
    --text: #5160ac;
    --text-light: #ffffff;

    --theme-black: #000000;
	--theme-white: #ffffff;

    --theme-light-grey: #e4e4e4;
    --theme-grey: #343434;
    --theme-dark-grey: #2a2a2a;

    --theme-blue: #36a6de;
    --theme-purple: #5160ac;
    --theme-green: #a8c200;
    --theme-teal: #33cccc;
    --theme-orange: #f47b30;
    --theme-grape: rgb(122,67,164);

    /* --- Fonts --- */
    --serif: "Strangelove", "Amatic SC", serif;
    --serif-alt: "Amatic SC", serif;
    --sans: "Montserrat", "Helvetica",sans;
    --sans-alt: "Montserrat", "Arial", sans;
    --cursive: "House", "Rochester", cursive;
    --cursive-alt: "Rochester", cursive;

    /* --- Spacing/Sizes/Offsets --- */
    --aurora-bar: 40px;


}
body {
    background-color:var(--theme-white);
    color:var(--text);
    font-family:var(--sans);
	font-weight: 400;
    font-size: 20px;
    line-height:1.1;
    margin: 0 auto;
}
.no-padding div{
    padding: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}
/*-------------------------FONT STYLING START----------------------*/
a {
   color: var(--theme-teal);
   text-decoration: none;
}
a:hover {
   color: var(--theme-green);
   text-decoration: none;
}
a img {
	border: 0;
}
p {
	color: var(--text);
	font-family: var(--sans);
	font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    margin: 10px 0 0 0;
}

h1, h1 a, .title1, .title1 a {
	color: var(--text);
   	font-family: var(--serif);
	font-weight: 400;
	font-size: 36px;
	line-height: 1.3;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: var(--text);
	font-family: var(--serif);
	font-weight: 400;
	font-size: 82px;
	line-height: .8;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: var(--text);
	font-family: var(--sans);
	font-weight: 400;
	font-size: 24px;
	line-height: 1.3;
	margin: 0;
}

h4, h4 a, .title4, .title4 a {
	color: var(--theme-light-grey);
	font-family: var(--serif);
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: var(--text);
	font-family: var(--sans);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	color: var(--text);
	font-family: var(--sans);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
.whiteText h1, .whiteText h1 a, .whiteText  .title1, .whiteText .title1 a,
.whiteText h2, .whiteText h2 a, .whiteText  .title2, .whiteText .title2 a,
.whiteText h3, .whiteText h3 a, .whiteText  .title3, .whiteText .title3 a,
.whiteText h4, .whiteText h4 a, .whiteText  .title4, .whiteText .title4 a,
.whiteText h5, .whiteText h5 a, .whiteText  .title5, .whiteText .title5 a,
.whiteText h6, .whiteText h6 a, .whiteText  .title6, .whiteText .title6 a,
.whiteText li, .whiteText p, .whiteText p a, .whiteText , .whiteText a{
    color: var(--text-light);
}
.textShadow h1, .textShadow h1 a, .textShadow  .title1, .textShadow .title1 a,
.textShadow h2, .textShadow h2 a, .textShadow  .title2, .textShadow .title2 a,
.textShadow h3, .textShadow h3 a, .textShadow  .title3, .textShadow .title3 a,
.textShadow h4, .textShadow h4 a, .textShadow  .title4, .textShadow .title4 a,
.textShadow h5, .textShadow h5 a, .textShadow  .title5, .textShadow .title5 a,
.textShadow h6, .textShadow h6 a, .textShadow  .title6, .textShadow .title6 a,
.textShadow li, .textShadow p, .textShadow p a, .textShadow , .textShadow a{
    text-shadow: 1px 1px 5px rgba(0,0,0,1);
}
hr {
       border: 0px;
       height: 3px;
       background : var(--text);
       margin : 3px 0;
}

blockquote {
	border:0px !important;
	margin:0px !important;
	padding:0px !important;
	width:100% !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.CustomColor1, .CustomColor1 p, .CustomColor1 h6, .CustomColor1 h5, .CustomColor1 h4, .CustomColor1 h3, .CustomColor1 h2, .CustomColor1 h1,  .CustomColor1 li {
	color: var(--text);
}
.CustomColor2, .CustomColor2 p, .CustomColor2 h6, .CustomColor2 h5, .CustomColor2 h4, .CustomColor2 h3, .CustomColor2 h2, .CustomColor2 h1,  .CustomColor2 li {
	color: var(--theme-blue);
}
.CustomColor3, .CustomColor3 p, .CustomColor3 h6, .CustomColor3 h5, .CustomColor3 h4, .CustomColor3 h3, .CustomColor3 h2, .CustomColor3 h1,  .CustomColor3 li {
	color: var(--theme-green);
}
.rMark{
    font-family: var(--sans) !important;
    font-weight: 300;
 
}
.rMark sup{
    font-size: 14px;
    top: -37px;
    color: var(--text-light);
}
/*-------------------------FONT STYLING END------------------------*/
/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
    color: var(--text);
    font-family: var(--sans);
    font-size: 20px;
    margin: 0;
    line-height: 1;
}
.le_form_name {
    color: var(--text);
	font-family: var(--sans);
    font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px !important;
}
.form-header p {
    color: var(--text);
    font-size: 20px;
}
.wrapper input[type="submit"] {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-BlueButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-BlueButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-BlueButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
    border: 0px;
    background-color: rgba(0,0,0,0);
}
.wrapper input[type="submit"]:hover {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-GreenButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-GreenButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-GreenButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	margin: 0 0 22px 0;
	padding: 7px 15px;
	color: var(--theme-black);
	font-family: var(--sans);
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	background-color: transparent;
	border: 1px solid var(--theme-green);
	border-radius: 2px !important;
}
.form-control {
    height: inherit !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.form-group {
    margin-bottom: 10px !important;
}
select{
    color: var(--text);
}
/*-------------------------LE FORM STYLE END-----------------------*/
/*-----------------------------------------Expand START--------------------------------*/
/*----------------Parent/Child--------------*/
.expandPC {
    margin-bottom: 15px;
}
.expandPC dl{
    text-align: center;
}
.expandPC dt {
    position: relative; 
    margin-bottom: 5px;
	font-weight: 700;
    color: #5f629f;
    font-size: 18px;
    font-family: 'Gotham', 'Montserrat', sans-serif;
}
.expandPC dt:before {
    background-image:url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Parent_Child_Button/TLG_Parent_Child_Button_mediumthumb.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 225px;
    height: 225px;
        padding-top: 180px;
        padding-right: 20px;
    text-align: right;
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Icon_Read_More/TLG_Icon_Read_More_tinythumb.png');
    margin: 10px auto;
    left: 0;
    right: 0;
    color: #5f629f;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expandPC dt.active {
    color: #5f629f;
	text-decoration: none;
}
.expandPC dt.active:before {
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);*/
    /*color: #333132;*/
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Icon_Read_Less/TLG_Icon_Read_Less_tinythumb.png');
}
.expandPC dt:hover{
    cursor: pointer;
    color: #5f629f;
}
.expandPC dd h4{
    color: #5f629f;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: var(--sans);
}
.expandPC dd p{
    color: #5f629f;
    padding: 0px 30px;
}
.buttonP a, a.buttonP {
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 12px 2px;
	color: #ffffff;
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-weight: 800;
	max-width: 120px;
	height:50px;
	font-size: 13px;
	line-height: 1;
	background-color: #fff; 
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Parent_Child_Find_a_Class_Button.png');
	background-size: contain;
	background-repeat: no-repeat;
	border: 0px;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.buttonP a:hover, a:hover.buttonP {
	background-color: #fff;
	cursor: pointer;
}
/*----------end-----------------*/
/*----------------Pre-School--------------*/
.expandPre {
    margin-bottom: 15px;
}
.expandPre dl{
    text-align: center;
}
.expandPre dt {
    position: relative; 
    margin-bottom: 5px;
	font-weight: 700;
    color: #009BD7;
    font-size: 18px;
    font-family: 'Gotham', 'Montserrat', sans-serif;
}
.expandPre dt:before {
    background-image:url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Pre-School_Button/TLG_Pre-School_Button_mediumthumb.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 225px;
    height: 225px;
        padding-top: 180px;
        padding-right: 20px;
    text-align: right;
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Icon_Read_More/TLG_Icon_Read_More_tinythumb.png');
    margin: 10px auto;
    left: 0;
    right: 0;
    color: #009BD7;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expandPre dt.active {
    color: #009BD7;
	text-decoration: none;
}
.expandPre dt.active:before {
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);*/
    /*color: #333132;*/
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Icon_Read_Less/TLG_Icon_Read_Less_tinythumb.png');
}
.expandPre dt:hover{
    cursor: pointer;
    color: #009BD7;
}
.expandPre dd h4{
    color: #009BD7;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: var(--sans);
}
.expandPre dd p{
    color: #009BD7;
    padding: 0px 30px;
}
.buttonPre a, a.buttonPre {
	display: inline-block;
	margin: 20px 0 0 0;
    padding: 12px 2px;
	color: #ffffff;
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-weight: 800;
	max-width: 120px;
	height: 50px;
	font-size: 13px;
	line-height: 1;
	background-color: #fff; 
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Pre-School_Find_a_Class_Button.png');
	background-size: contain;
	background-repeat: no-repeat;
	border: 0px;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.buttonPre a:hover, a:hover.buttonPre {
	background-color: #fff;
	cursor: pointer;
}
/*----------end-----------------*/
/*----------------Primary School--------------*/
.expandPri {
    margin-bottom: 15px;
}
.expandPri dl{
    text-align: center;
}
.expandPri dt {
    position: relative; 
    margin-bottom: 5px;
	font-weight: 700;
    color: #4EC4B7;
    font-size: 18px;
    font-family: 'Gotham', 'Montserrat', sans-serif;
}
.expandPri dt:before {
    background-image:url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Primary_School_Button/TLG_Primary_School_Button_mediumthumb.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 225px;
    height: 225px;
        padding-top: 180px;
        padding-right: 20px;
    text-align: right;
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Icon_Read_More/TLG_Icon_Read_More_tinythumb.png');
    margin: 10px auto;
    left: 0;
    right: 0;
    color: #4EC4B7;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expandPri dt.active {
    color: #4EC4B7;
	text-decoration: none;
}
.expandPri dt.active:before {
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);*/
    /*color: #333132;*/
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Icon_Read_Less/TLG_Icon_Read_Less_tinythumb.png');
}
.expandPri dt:hover{
    cursor: pointer;
    color: #4EC4B7;
}
.expandPri dd h4{
    color: #4EC4B7;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: var(--sans);
}
.expandPri dd p{
    color: #4EC4B7;
    padding: 0px 30px;
}
.buttonPri a, a.buttonPri {
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 12px 2px;
	color: #ffffff;
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-weight: 800;
	max-width: 120px;
	height: 50px;
	font-size: 13px;
	line-height: 1;
	background-color: #fff; 
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Primary_School_Find_a_Class_Button.png');
	background-size: contain;
	background-repeat: no-repeat;
	border: 0px;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.buttonPri a:hover, a:hover.buttonPri {
	background-color: #fff;
	cursor: pointer;
}
/*----------end-----------------*/
/*----------------CAMPS--------------*/
.expandC {
    margin-bottom: 15px;
}
.expandC dl{
    text-align: center;
}
.expandC dt {
    position: relative; 
    margin-bottom: 5px;
	font-weight: 700;
    color: #B3D352;
    font-size: 18px;
    font-family: 'Gotham', 'Montserrat', sans-serif;
}
.expandC dt:before {
    background-image:url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Camps_Button/TLG_Camps_Button_mediumthumb.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 225px;
    height: 225px;
        padding-top: 180px;
        padding-right: 20px;
    text-align: right;
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Icon_Read_More/TLG_Icon_Read_More_tinythumb.png');
    margin: 10px auto;
    left: 0;
    right: 0;
    color: #B3D352;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expandC dt.active {
    color: #B3D352;
	text-decoration: none;
}
.expandC dt.active:before {
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);*/
    /*color: #333132;*/
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Icon_Read_Less/TLG_Icon_Read_Less_tinythumb.png');
}
.expandC dt:hover{
    cursor: pointer;
    color: #B3D352;
}
.expandC dd h4{
    color: #B3D352;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: var(--sans);
}
.expandC dd p{
    color: #B3D352;
    padding: 0px 30px;
}
.buttonC a, a.buttonC {
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 12px 2px;
	color: #ffffff;
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-weight: 800;
	max-width: 120px;
	height: 50px;
	font-size: 13px;
	line-height: 1;
	background-color: #fff; 
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Camps_Find_a_Class_Button.png');
	background-size: contain;
	background-repeat: no-repeat;
	border: 0px;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.buttonC a:hover, a:hover.buttonC {
	background-color: #fff;
	cursor: pointer;
}
/*----------end-----------------*/
/*----------------Parties--------------*/
.expandPar {
    margin-bottom: 15px;
}
.expandPar dl{
    text-align: center;
}
.expandPar dt {
    position: relative; 
    margin-bottom: 5px;
	font-weight: 700;
    color: #F8793F;
    font-size: 18px;
    font-family: 'Gotham', 'Montserrat', sans-serif;
}
.expandPar dt:before {
    background-image:url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Parties_Button/TLG_Parties_Button_mediumthumb.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 225px;
    height: 225px;
        padding-top: 180px;
        padding-right: 20px;
    text-align: right;
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Icon_Read_More/TLG_Icon_Read_More_tinythumb.png');
    margin: 10px auto;
    left: 0;
    right: 0;
    color: #F8793F;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expandPar dt.active {
    color: #F8793F;
	text-decoration: none;
}
.expandPar dt.active:before {
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);*/
    /*color: #333132;*/
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Icon_Read_Less/TLG_Icon_Read_Less_tinythumb.png');
}
.expandPar dt:hover{
    cursor: pointer;
    color: #F8793F;
}
.expandPar dd h4{
    color: #F8793F;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: var(--sans);
}
.expandPar dd p{
    color: #F8793F;
    padding: 0px 30px;
}
.buttonPar a, a.buttonPar {
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 12px 2px;
	color: #ffffff;
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-weight: 800;
	max-width: 120px;
	height: 50px;
	font-size: 13px;
	line-height: 1;
	background-color: #fff; 
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Parties_Find_a_Class_Button.png');
	background-size: contain;
	background-repeat: no-repeat;
	border: 0px;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.buttonPar a:hover, a:hover.buttonPar {
	background-color: #fff;
	cursor: pointer;
}
/*----------end-----------------*/
/*---------------- About --------------*/
.expandAbout {
    margin-bottom: 15px;
}
.expandAbout dl{
    text-align: center;
}
.expandAbout dt {
    position: relative; 
    margin-bottom: 5px;
	font-weight: 700;
    color: #1b75bc;
    font-size: 18px;
    font-family: 'Gotham', 'Montserrat', sans-serif;
}
.expandAbout dt:before {
    background-image:url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_About_Us_Button/TLG_About_Us_Button_mediumthumb.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 225px;
    height: 225px;
        padding-top: 180px;
        padding-right: 20px;
    text-align: right;
    /*padding-right: 0px;*/
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Icon_Read_More/TLG_Icon_Read_More_tinythumb.png');
    margin: 10px auto;
    left: 0;
    right: 0;
    color: #1b75bc;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expandAbout dt.active {
    color: #1b75bc;
	text-decoration: none;
}
.expandAbout dt.active:before {
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);*/
    /*color: #333132;*/
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Icon_Read_Less/TLG_Icon_Read_Less_tinythumb.png');
}
.expandAbout dt:hover{
    cursor: pointer;
    color: #1b75bc;
}
.expandAbout dd h4{
    color: #1b75bc;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: var(--sans);
}
.expandAbout dd p{
    color: #1076B6;
    padding: 0px 30px;
}
.buttonAbout a, a.buttonAbout {
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 12px 2px;
	color: #ffffff;
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-weight: 800;
	max-width: 120px;
	height: 50px;
	font-size: 13px;
	line-height: 1;
	background-color: #fff;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_About_Us_Find_a_Class_Button.png');
	background-size: contain;
	background-repeat: no-repeat;
	border: 0px;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.buttonAbout a:hover, a:hover.buttonAbout {
	background-color: #fff;
	cursor: pointer;
}
/*----------end-----------------*/
/*--------------------------Button Styling Start---------------------*/



/*------------------------------TLG Expandable Button Styling START------------------------------*/


/*---------------GREEN BG, WHITE TEXT -> HOVER IS BLUE BG, WHITE TEXT-----------------*/
.button1 a, a.button1 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-GreenButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-GreenButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-GreenButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button1 a:hover, a:hover.button1 {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-BlueButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-BlueButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-BlueButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
/*---------------WHITE BG, WHITE TEXT -> HOVER IS GREEN BG, WHITE TEXT-----------------*/
.button2 a, a.button2 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: var(--theme-green);
	font-family: var(--sans);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-WhiteButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button2 a:hover, a:hover.button2 {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/1-GreenButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/2-GreenButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/3-GreenButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
/*---------------GREEN BG, WHITE TEXT -> HOVER IS WHITE BG, GREEN TEXT-----------------*/
.button3 a, a.button3 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-GreenButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-GreenButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-GreenButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button3 a:hover, a:hover.button3 {
	color: var(--theme-green);
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-WhiteButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
/*------------large and straight edges---GREEN BG, WHITE TEXT -> HOVER IS TEAL BG, WHITE TEXT-----------------*/
.button4 a, a.button4 {
	display: inline-block;
	text-align: center;
	margin: 0px !important;
	padding: 9px 13px 10px 13px !important;
	color: var(--theme-white) !important;
	font-family: var(--sans);
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 1;
	background-color: var(--theme-green);
	border: 0;
	text-transform: uppercase;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.button4 a:hover, a:hover.button4 {
	background-color: var(--theme-teal);
	color: var(--theme-white);
	cursor: pointer;
	opacity: 1 !important;
}
/*---------------GREEN OUTLINE, WHITE TEXT -> HOVER IS BLUE BG, WHITE TEXT-----------------*/
.button5 a, a.button5 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: #a8c200;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-WhiteButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
    border: 2px solid #a8c200;
    background-color: #a8c200;
}

.button5 a:hover, a:hover.button5 {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-BlueButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-BlueButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-BlueButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
    border: 2px solid #36a6de;
    background-color: #36a6de;
}
/*---------------BLUE BG, WHITE TEXT -> HOVER IS GREEN BG, WHITE TEXT-----------------*/
.button6 a, a.button6 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-BlueButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-BlueButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-BlueButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button6 a:hover, a:hover.button6 {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-GreenButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-GreenButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-GreenButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
/*---------------WHITE BG, WHITE TEXT -> HOVER IS BLUE BG, WHITE TEXT-----------------*/
.button7 a, a.button7 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: var(--theme-blue);
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-WhiteButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button7 a:hover, a:hover.button7 {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-BlueButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-BlueButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-BlueButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
/*---------------BLUE BG, WHITE TEXT -> HOVER IS GREEN BG, WHITE TEXT-----------------*/
.button8 a, a.button8 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-BlueButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-BlueButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-BlueButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button8 a:hover, a:hover.button8 {
	color: var(--theme-blue);
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-WhiteButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
/*---------------TEAL BG, WHITE TEXT -> HOVER IS PURPLE BG, WHITE TEXT-----------------*/
.button9 a, a.button9 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-TealButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-TealButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-TealButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button9 a:hover, a:hover.button9 {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-PurpleButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-PurpleButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-PurpleButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button10 a, a.button10 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: var(--theme-teal);
	font-family: var(--sans);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-WhiteButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button10 a:hover, a:hover.button10 {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/1-TealButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/2-TealButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/3-TealButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
/*---------------TEAL BG, WHITE TEXT -> HOVER IS WHITE BG, TEAL TEXT-----------------*/
.button11 a, a.button11 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-TealButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-TealButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-TealButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button11 a:hover, a:hover.button11 {
	color: var(--theme-teal);
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-WhiteButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
/*---------------PURPLE BG, WHITE TEXT -> HOVER IS BLUE BG, WHITE TEXT-----------------*/
.button12 a, a.button12 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-PurpleButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-PurpleButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-PurpleButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button12 a:hover, a:hover.button12 {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-BlueButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-BlueButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-BlueButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button13 a, a.button13 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: var(--theme-purple);
	font-family: var(--sans);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-WhiteButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button13 a:hover, a:hover.button13 {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/1-PurpleButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/2-PurpleButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/3-PurpleButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
/*---------------PURPLE BG, WHITE TEXT -> HOVER IS BLUE BG, WHITE TEXT-----------------*/
.button14 a, a.button14 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-PurpleButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-PurpleButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-PurpleButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button14 a:hover, a:hover.button14 {
	color: var(--theme-purple);
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/1-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-WhiteButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}

.button15 a, a.button15 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: var(--text-light);
	font-family: var(--sans);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/1-OrangeButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/2-OrangeButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/3-OrangeButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button15 a:hover, a:hover.button15 {
	color: var(--text-light);
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/1-PurpleButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/2-PurpleButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/3-PurpleButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button16 a, a.button16 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: var(--theme-orange);
	font-family: var(--sans);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/1-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-WhiteButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button16 a:hover, a:hover.button16 {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/1-OrangeButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/2-OrangeButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/3-OrangeButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button17 a, a.button17 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: var(--text-light);
	font-family: var(--sans);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/1-OrangeButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/2-OrangeButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/3-OrangeButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button17 a:hover, a:hover.button17 {
	color: var(--theme-orange);
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/1-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/2-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/3-WhiteButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button18 a, a.button18 {
	display: inline-block;
	margin: 0px;
	padding: 10px 13px 10px 13px;
	color: var(--theme-purple);
	font-family: var(--sans);
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 15px;
	height: 35px;
	line-height: 1;
	background-color: var(--theme-white);
	border: 0;
	text-transform: uppercase;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.button18 a:hover, a:hover.button18 {
	background-color: var(--theme-white);
	color: var(--theme-blue);
	cursor: pointer;
	
}
.button19 a, a.button19 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: var(--text-light);
	font-family: var(--sans);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/1-GrapeButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/2-GrapeButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/3-GrapeButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button19 a:hover, a:hover.button19 {
	color: var(--text-light);
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/1-OrangeButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/2-OrangeButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/3-OrangeButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button20 a, a.button20 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: var(--theme-grape);
	font-family: var(--sans);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/1-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/2-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/tlg-newbuttons/3-WhiteButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button20 a:hover, a:hover.button20 {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/1-GrapeButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/2-GrapeButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/3-GrapeButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button21 a, a.button21 {
	display: inline-block;
	margin: 0;
	padding: 13px 18px;
	color: var(--text-light);
	font-family: var(--sans);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	/*background-color: #36a6de;*/
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/1-GrapeButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/2-GrapeButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/3-GrapeButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
.button21 a:hover, a:hover.button21 {
	color: var(--theme-grape);
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/1-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/2-WhiteButton.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/3-WhiteButton.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px, center , 100%;
    background-size: contain, 89%, contain;
}
/*------------------------------TLG Expandable Button Styling END------------------------------*/
/*------------------------------------------Button Styling END---------------------------------*/
/*-----------------------------------------Expand START--------------------------------*/
.expand {
    
}
.expand dl{
    margin-top: 0;
    margin-bottom: 20px;
    z-index: 2;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 363px;
}
.expand dt {
    position: relative;
    margin-bottom: 5px;
	font-weight: 700;
    color: var(--text);
    font-size: 20px;
    text-align: center;
}
.expand dt:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/blueArrow_copy.png);
    margin-right: 10px;
    margin-top: -10px;
   color: var(--text);
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand dt.active {
    color: var(--text);
	text-decoration: none;
}
.expand dt.active:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
    color: var(--text);
}
.expand dt:hover{
    cursor: pointer;
    color: var(--text);
}
.expand dd{
    background: var(--theme-blue);
}
.expand dd ul{
    list-style: none;
    color: var(--text-light);
    width: 350px !important;
    margin: auto;
    z-index: 500;
    padding: 0px;
}
.expand a{
    color: var(--text-light) !important;
    text-transform: uppercase;
    line-height: 1.5;
}
.expand li.le_menuitem_level_0 {
    border-top: 2px dashed white !important;
    width: 100%;
    margin: 10px 0px 0 0;
    padding: 10px 0 0 0;
    min-height: 42px;
}
.expand li.le_menuitem_level_0:first-of-type {
    border-top: 0px !important;
}
.expand li.le_menuitem_level_0 a {
    line-height: 1.5;
    
    
    padding: 0px 0px;
}
    .expand ul.le_menu_level_1 {
        display: none;
        
        position: relative;
        
        z-index: 210;

    }

/*.expand li.le_menuitem_level_0:hover ul.le_menu_level_1 {*/
/*    	display: block;*/
/*    }*/
.expand ul.le_menuitem_level_1{
    
}
.expand li.le_menuitem_level_1 a {
    font-size: 16px;
    line-height: .8;
    margin: 5px 0px;
    border-top: none !important;
}

.expand2 {
    margin-bottom: 15px;
    position: relative;
}

.expand2 dt {
    position: relative;
    margin-bottom: 5px;
	font-weight: 700;
    color: var(--text);
    font-size: 20px;
    margin: auto;
    left: 0;
    right: 0;
}
.expand2 dt:after {
    content: "READ MORE";
    margin: auto;
    left: 0;
    right: 0;
    bottom: -20px;
    color: var(--theme-green);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    text-align: center;
    position: relative;
}
.expand2 dt.active {
    color: var(--text);
	text-decoration: none;
}
.expand2 dt.active:after {
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);*/
    /*color: var(--text);*/
    content: "READ LESS";
    
    position: relative;
}
.expand2 dt:hover{
    cursor: pointer;
    color: var(--text);
}
.le_plugin_gallery{
    text-align: center;
}
.le_plugin_gallery div{
    margin: 5px auto !important;
    left: 0;
    right: 0;
    float: none !important;
    display: inline;
    padding: 5px 0px;
    border: 0px solid transparent;
}
.le_plugin_gallery img{
    margin: 5px;   
}
#lightbox-container-image, #lightbox-container-image-box, #lightbox-container-image-box img, #jquery-lightbox, #lightbox-container-image-data-box{
    max-width: 100% !important;
    height: auto !important;
}
/*-----------------------------------------Expand END--------------------------------*/
/*-------------------------MAIN MENU START-------------------------*/
#nav{
    padding-top: 90px !important;
    margin-top: -90px !important;
    position: inline-block;
}
.navigationWide{
	width: 100%;
	text-align: center;
}
.navigation {
    text-align: center;
    width: 300px;
    max-width: 90%;
    position: relative;
}
.navicon {
    background-color: transparent;
    border-top: 0px;
    color: #000000;
    display: block;
    /*height: 45px;*/
    width: 100%;
    padding:10px 0px;
    position: absolute;
    text-align: center;
    top: 0;
    
}
.navicon:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/blueArrow_copy.png);
    display: inline;
    position: absolute;
    left: -247px;
    right: 0;
    top: 25px;
}
.navicon:after {
    color: var(--theme-blue);
    content:  '  FIND A GYM NEAR YOU';
    font-family:  var(--serif), Helvetica, sans-serif;
    font-size: 48px;
    line-height: 45px;
    font-weight: 300;
    left: 0;
    padding:10px 0px;
    position: absolute;
    right:0;
    top: 0px;
}
/*.menu ul.active .navicon:before{*/
    
    
/*}*/
.navicon:hover:after {
    color: var(--theme-blue);
}
.navicon:hover {
    cursor: pointer;
}
.menu {
    
    color: var(--text-light);
    border-top: 0px;
    text-align: center;
    display: none;
    z-index: 2;
    position: relative;
    margin: auto;
    float: none;
    left: 0;
    right: 0;
    top: 53px;
    width: 300px;
    max-width: 90%;
    margin-bottom: 58px;
}
.menu ul.le_menu_level_0 {
    margin: 0px 0 0 0;
	padding: 0 0 10px 0;
	background-color: var(--theme-blue);
}
.menu li {
	list-style-type: none;
	text-decoration: none;
}
.menu .le_menu_level_container {
	position: relative;
	
}
.menu li.le_menuitem_level_0 a {
    color: var(--text-light);
    border-top: 2px dashed white;
    margin: 10px 0px 0 0;
    padding: 16px 0 6px 0;
    min-height: 32px;
	display: block;
    font-weight: 300;
    font-size: 18px;
    
    text-align:left;
	text-decoration: none;
	text-transform: uppercase;
	
	text-align: center;
}
.menu li.le_menuitem_level_0 a:hover {
    text-decoration: none;
	color: var(--text-light);
	cursor: pointer;
}

/*--------1ST LEVEL SUBMENU-------*/

.menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	display: none;
}
/*.menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {*/
/*    	display: inline;*/
/*}*/

/*.menu li.le_menuitem_level_0.active .navicon:before{*/
/*    -webkit-transform: rotate(90deg);*/
/*    -moz-transform: rotate(90deg);*/
/*    -ms-transform: rotate(90deg);*/
/*    -o-transform: rotate(90deg);*/
/*    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);*/
/*}*/
.menu li.le_menuitem_level_1 a {
    display: block;
    border-top: 0px;
	min-height: 10px;
	color: var(--text-light);
    line-height: 16px;
    font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 2px 0px 0 0;
    padding: 3px 0 5px 0;
    
	text-align: center;
}
.menu li.le_menuitem_level_1 a:hover {
	color: var(--text-light);
}

/*--------2ND LEVEL SUBMENU-------*/

.menu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
	display: none;
}
.menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: inline;
}
.menu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 0px;
    color: var(--text-light);
    font-size: 13px;
    text-align: center;
}
/*.dropdown ul {*/
/*    display: none;*/
/*}*/
/*.furtherDrop:before {*/
/*    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lacie15/8cGbekaRi/8cGbekaRi_tinythumb.png');*/
/*    background-repeat: no-repeat;*/
/*    background-size:: 15px;*/
/*    background-position: -2px -5px;*/
/*}*/
/*.furtherDrop a:before {*/
        
/*        content: " \2630   ";*/
/*        font-size: 10px;*/
/*        font-weight: 700;*/
/*        line-height: 8px;*/
/*        margin-top: -3px;*/
/*        margin-right: 7px;*/
/*    }*/
/*    .NOfurtherDrop a:before {*/
        
/*        content: "";*/
/*        font-size: 10px;*/
/*        font-weight: 700;*/
/*        margin-top: -6px;*/
/*        margin-right: 7px;*/
/*    }*/
/*-------------------------MAIN MENU END---------------------------*/
/*----------------------------Feature START---------------------------------*/
.featureSpacing{
    height: 320px;
}
.featureArea{
        margin-bottom: 0px;
    }
#le_featureArea{
    padding: 18px 0 28px 0 !important;
}
.headerSlider{
    height: 50px;
    margin: 10px 0 0 0px ;
    display: block;
}
.headerSlider p{
    line-height: 1;
    font-size: 14px;
    color: var(--text-light);
    /*margin: -10px 11% 0 11%;*/
}
.headerSlider a{
    color: var(--text-light);
}
.bx-wrapper .bx-controls-direction a.bx-prev,
.bx-wrapper .bx-controls-direction a.bx-next {
    width: 20px;
    height: 50px;
    background-repeat: no-repeat;
    background-position:top center;
    background-size: contain;
    z-index: 700;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Arrow_Left/TLG_Arrow_Left_thumb.png);
}
.bx-wrapper .bx-controls-direction a.bx-next {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/uk-landing-2018/TLG_Arrow_Right/TLG_Arrow_Right_thumb.png);
}
.bx-viewport .htmlSlide{
    padding-bottom: 0px !important;
}
.bx-wrapper .bx-controls-direction a{
    top: 30% !important;
    transform: scale(0.5, .5);
}
.bx-wrapper ul{
    margin:0;
}
.headerSlides p {
        line-height: 1;
        font-size: 13px;
        /*margin-top: -30px;*/
        color: var(--text-light);
    }
    .headerSlides a{
        color: var(--text-light) !important;
        text-decoration: none !important;
    }
/*----------------------------Feature END------------------------------------*/
/*----------------pe-expand POPUP EXPAND START version used on the News page--------------------*/
.expandingPop{
    display: block;
    height: auto;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/purpleCirclesBarMed.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    margin: 20px 0px;
}
.pe-container{
    text-align: center;
    width: 320px;
    /*max-width: 350px;*/
    margin: 10px 5px;
    display: inline-block;
    border: 2px solid #eeeeee;
    border-radius: 7px;
    overflow: hidden;
    left: 0;
    right: 0;
    position: relative;
}
.pe-post{
    height: 256px;
    overflow: hidden;
    padding: 0px;
    
}
.pe-image{
    width: 50%;
    padding: 0px 0px 20px 0px;
    margin: auto;
}
.pe-image img{
    width: 100%;
    max-width: 500px;
}
.pe-text p, .pe-text h2{
    color: var(--text);
}
.pe-text h2{
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1;
}
.pe-text h3{
    font-family: var(--serif);
    font-size: 40px;
    line-height: .8;
}
.pe-expanding{
    width: 100%;
    background: #ffffff;
    display: inline-block;
    
    padding: 10px 0px;
    cursor: pointer;
}
.pe-expanding a{
    text-transform: uppercase;
    color: #BAD32A;
    font-size: 19px;
    cursor: pointer;
}
.brainBoost, .lifeSkills, .getMoving, .local{
    display: inline-block;
    /*float: left;*/
}
.brainBoost .pe-expanding {
    border-bottom: 5px solid var(--theme-orange);
    
}
.lifeSkills .pe-expanding{
    border-bottom: 5px solid var(--theme-blue);
}
.getMoving .pe-expanding {
    border-bottom: 5px solid var(--theme-green);
}
 .local .pe-expanding{
    border-bottom: 5px solid var(--theme-teal);
}

.swal2-popup .swal2-close{
    color: var(--text);
}
.swal2-actions button{
    color: var(--theme-green);
    background-color: var(--theme-white);
    -webkit-tap-highlight-color: transparent;
    font-weight: 400;
    font-size: 20px;
    border: 0;
}
.swal2-actions button:focus{
    
    outline: -webkit-focus-ring-color auto 0px !important;
    outline: none !important;
}
.swal2-popup .swal2-close:hover{
    color: #dedede !important;
}
.swal2-show{
    width: 90%;
    
}
.swal2-content .blog_post_listing_content {
    text-align: left;
}
.swal2-content .blog_post_listing_content img{
    width: 300px !important;
    max-width: 98% !important;
    height: auto !important;
    
}
@media (min-width: 768px) {
    .swal2-popup {
        width: 80% !important;
    }
}
.allCategory{
    /*max-height: 1181px;*/
    /*overflow-y: scroll;*/
    text-align: center;
}
/*----------------pe-expand POPUP EXPAND END--------------------*/
/*-------------------------SITE CLASSES START----------------------*/
.homePageTitle{
    margin:  -40px 0 0 40px;
}
.homePageTitle h4{
    color: #ffffff;
    font-size: 30px;
    font-family: var(--serif);
    line-height: .9;
        padding-top: 39px;
}
.homePageTitle h4 span{
    font-size: 22px;
    font-family: var(--cursive);
}
.insidePageTitle{
    margin: 0px 10px 10px 9%;
    text-shadow: 0px 0px 40px rgba(10,30,50,.6);
   
}
.insidePageTitle h1{
    color: #ffffff;
    font-size: 60px;
    font-family: var(--serif);
    line-height: .8;
}
.insidePageTitle h3{
    color: #ffffff;
}
.insidePageTitle h5{
    color: #ffffff;
}
.insidePageIntro{
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
.insidePageIntro h2{
    color: var(--theme-teal);
    font-family: var(--cursive);
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
}
.insidePageIntro h3{
    line-height: .8;
    font-size: 100px;  
    font-family: var(--serif);
}

/*-----------------------Homepage and global special Styles START-----------------------*/
.parFeature, .preFeature, .priFeature, .par2Feature, .campFeature{
    position: relative;
}
.parFeature .topBanner{
    background-color: var(--theme-purple);
}
.preFeature .topBanner{
    background-color: var(--theme-blue);
}
.priFeature .topBanner{
    background-color: var(--theme-teal);
}
.par2Feature .topBanner{
    background-color: var(--theme-orange);
}
.campFeature .topBanner{
    background-color: var(--theme-green);
}
.parFeature{
    background-image: url('https://tlg2initial.liveeditaurora.com/file/tlg2initial/CTA/ParentChild_Birds_Parachute-0514.jpg');
    background-repeat: no-repeat;
    background-position: center 80px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.par2Feature{
    background-image: url('https://tlg2initial.liveeditaurora.com/file/tlg2initial/CTA/partiesPre-K_Girl_Cake_6_md_Large.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.priFeature{
    background-image: url('https://tlg2initial.liveeditaurora.com/file/tlg2initial/tlg2/Primary-School_Parallel_Bars_Instructor_Boy_Large.jpg');
    background-repeat: no-repeat;
    background-position: center 100px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.preFeature{
    background-image: url('https://tlg2initial.liveeditaurora.com/file/tlg2initial/CTA/Pre-School_Bars-0684.jpg');
    background-repeat: no-repeat;
    background-position: center 80px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.campFeature{
    background-image: url('https://tlg2initial.liveeditaurora.com/file/tlg2initial/CTA/Camps_SuperHeroes_Group_Large_with_Illustrations.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.leftBorder{
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/whiteVerticalStitch.png');
    background-repeat: repeat-y;
    height: 100%;
    width: 2px;
    position: absolute;
    left: 50%;
    top: -231px;
    transform: rotate(90deg);
}
.rightBorder{
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/whiteVerticalStitch.png');
    background-repeat: repeat-y;
    height: 100%;
    width: 2px;
    position: absolute;
    right: 50%;
    top: 230px;
    z-index: 1;
    transform: rotate(90deg);
}
.section1{
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/blueHorizontalStitch.png');
    background-repeat: repeat-x;
    background-position: 0px 70px;
    background-color: var(--theme-white);
    padding: 7px 0px 0px 0px;
    
}
.section1 p, .section1 h2{
    margin: 10px 0 0 0;
}
.area1{
    min-height: 72px;
}
.area1Content{
    text-align: center;
    background-image:none;
    background-repeat: no-repeat;
    background-position: 15% 3px, 96% 3px;
    background-size: 100px;
    height: 80px;
    padding: 10px 0 0 0;
    width: 100%;
}
.area1Content img{
    transform: rotate(0deg);
}
.area2Content{
    text-align: right;
    background-image:url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/blueBirdLookingBackDots.png');
    background-repeat: no-repeat;
    background-position: 5% 6px;
    background-size: 100px;
    height: 70px;
    padding: 10px 30px 0 0;
}
.area2Content div{
    margin-right: 20px;
}
.section1 h2{
    color: var(--theme-blue);
    font-family: var(--serif);
    font-size: 60px;
    line-height: 1;
    margin: 10px 30px;
    font-weight: 700;
}
.section1 h2 img{
    margin: 0 0 0 20px;
}
.topBanner{
    text-align: center;
    position: relative;
    display: block;
    top: 0;
    width: 100%;
    margin-bottom: 250px;
    
}
 #lower{
    margin-bottom: 350px;
    /*margin-top: 40px;*/
}

.topBanner h3{
    color: var(--theme-white);
    font-family: var(--serif);
    font-size: 100px;
    line-height: 1.2;
    
}
.topBanner p{
    color: var(--theme-white);
    font-family: var(--sans);
    font-size: 20px;
    font-weight: 600;
    margin-top: -26px;
    line-height: 2.4;
}
.buttonArea{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    bottom: 19px;
}


/*---------------------------Sticky Footer Stuff START--------------------------*/
/*-------------Back to top Button START+------------------*/

.backToTop{
    position: fixed;
    right: -10px;
    bottom: 110px;
    transform: scale(.5);
}
.backToTop p{
    margin: -10px 0 0 0 ;
}

/*------------Back to top Button END----------------------*/
/* Hidden Content Popup Form (.get-in-touch-btn .git-form)
START
-----------------------*/
.close-git-form {
    display: inline-block;
    right: 3px;
    top: -10px;
    position: absolute;
    cursor: pointer;
    padding: 5px;
    z-index: 400;
}
.close-git-form a{
    font-size: 20px;
}
.get-in-touch-btn {
    padding: 0;
    flex-shrink: 0;
    display: none;
}
.get-in-touch-btn a, a.get-in-touch-btn  {
    display: inline-block;
    color: white;
    text-decoration: none;
    text-align: right;
    float: right;
    right: 0;
    bottom: 0;
    position: fixed;
    
}
.get-in-touch-btn a:hover,  a.get-in-touch-btn:hover  {
    text-decoration: none;
    color: white;
}
.get-in-touch-btn {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    transform: scale(.8);
}
.git-form {
    position: fixed;
    z-index: 1001;
    top: 20px;
    bottom: 20px;
    margin-top: 15px;
    right: 0;
    width: 700px;
    background: rgba(255,255,255,1);
    padding: 20px;
    border: 5px solid var(--theme-green);
    border-radius: 4px 0 0 4px;
    text-align: center;
    opacity: 0;
    transform: translateX(100%);
    transition: all .2s ease;
    overflow: scroll;
}
.git-form.gitFormOpen {
    opacity: 1;
    transform: translateX(0);
}
.le-edit-open .git-form {
    display: block;
    position: relative;
    opacity: 1;
    top: initial;
    left: initial;
    right: initial;
    margin-top: 0;
    transform: translateX(0);
}
.le-edit-open .close-git-form{
    display: inline-block;
}
.git-form .le_form label{
    font-size: 12px;
}
.git-form .le_form_name {
    font-size: 16px;
    color: var(--theme-green);
}
.git-form input[type="text"], .git-form input[type="email"], .git-form textarea {
    padding: 4px 10px;
    /*border-radius: 5px;*/
    /*border: 1px solid #ccc;*/
    font-size: 13px;
    height: 30px;
}
.git-form input[type="submit"]{
    margin: auto;
    text-align: center;
}
.git-form p{
    font-size: 12px;
    color: var(--text);
}
.git-form label.sr-only {
    height: 0;
    overflow: hidden;
    margin: 0;
}
.buttonClose{
    background: var(--theme-green);
    color: var(--text-light);
    width: 35px;
    height: 35px;
    padding: 6px;
    position: fixed;
    float: right;
    right: 30px;
    bottom: 117px;
    border-radius: 500%;
    text-align: center;
    z-index: 40;
    cursor: pointer;
    display: none;
}

/* Hidden Content Popup Form (.get-in-touch-btn .git-form)
END-----------------------*/
/* Hidden Content Popup Chat (.get-in-touch2-btn .git2-form)
START
-----------------------*/
/*.close-git2-form {*/
/*    display: none;*/
/*}*/
/*.get-in-touch-btn a {
    background-color: #ed1c24;
    padding: 3px 9px 5px 9px;
    color: #ffffff;
    border-radius: 50px;
}
.get-in-touch-btn a:hover {
    background-color: #e81418;
}*/

.get-in-touch2-btn {
    padding: 0;
    flex-shrink: 0;
    display: block;
    transform: scale(0.7);
    
}
.get-in-touch2-btn a, a.get-in-touch2-btn  {
    display: inline-block;
    color: white;
    text-decoration: none;
}
.get-in-touch2-btn a:hover,  a.get-in-touch2-btn:hover  {
    text-decoration: none;
    color: white;
    opacity: 1 !important;
}
.get-in-touch2-btn {
    position: fixed;
    left: -20px;
    bottom: 6px;
    z-index: 1000;
    
}
.closeThis .get-in-touch-btn {
    display: none;
    visibility: hidden !important;
}
/* Hidden Content Popup Chat (.get-in-touch2-btn .git2-form)
END-----------------------*/
/*-----------------------------Sticky Footer Stuff END----------------------*/
/*---------------------------Home and Global END----------------------------*/
/*--------------------ABOUT Page START-----------------------*/
.seriousFun{
    background-color: var(--theme-purple);
    position: relative;
    display: block;
    width: 100%;
}
.seriousFun .imageSide{
    width: 100%;
    position: relative;
    display: inline;
    float: left;
    overflow: hidden;
}
.seriousFun .imageSide img{
    height: auto;
    width: 100%;
}
.seriousFun .textSide{
    margin: 0 0 30px 0;
    width: 100%;
    position: relative;
    display: block;
    float: left;
}
.seriousFun h2{
    color: var(--text-light);
    font-size: 90px;
    font-weight: normal;
    line-height: .8;
    margin: 30px 20px 20px 20px;
}
.seriousFun h2 span{
    font-family: var(--cursive);
    font-size: 30px;
}
.seriousFun p{
    color: var(--text-light);
    margin: 0 20px;
}
/*-------------Three Dim Learning--------------------*/
.threeDimLearning{
    position: relative;
    display: block;
    margin: 0px 1%;
}
.threeDimLearning p{
    color: var(--text-light);
}
.threeDimLearning h2{
    color: var(--text-light);
    line-height: .9;
    font-size: 62px;
}
.threeDimLearning h2 span{
    color: var(--theme-purple);
    font-size: 35px;
    font-family: var(--cursive);
}
.threeDimLearning h3{
    color: var(--text-light);
    font-family: var(--cursive);
    line-height: 1;
}
.threeDimLearning #leftSide{
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    padding: 0 0px 0 0;
}
.threeDimLearning #rightSide{
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    padding: 20px 0 0 0px;
}
.threeDimLearning .d{
    display: block;
    width: 100%;
    margin: 20px 0 10px 0;
}
.threeDimLearning .d .imageSide {
    position: relative;
    display: inline-block;
    float: left;
    height: 50px;
    width: 20%;
    text-align: left;
}
.threeDimLearning .d .imageSide img{
   height: 100%;
}
.threeDimLearning .d .textSide {
    width: 75%;
    position: relative;
    display: inline-block;
    float: left;
}
.threeDimLearning .d .textSide p, .threeDimLearning .d .textSide h3{
    margin-left: 10px;
}
/*-------------Three Dim Learning--------------------*/
/*-------------ownerBio Popup START----------------*/
/*----------------pe-expand POPUP EXPAND START--------------------*/
.ownerBioPopup{
    text-align: left;
}

#ownerBioPopupH3{
    color: var(--theme-blue);
    font-family: var(--cursive);
    font-size: 32px;
    line-height: 1.3;
    text-align: left;
    
}
#ownerBioPopupH4{
    font-size: 80px;
    color: var(--theme-purple);
    line-height: .8;
    margin-top: 0;
    text-align: left;
}
.ownerBioPopupp{
    text-align: left;
}
.ownerBioPopup .pe-image{
    width: 100%;
    margin: 0;
}
#ownerBioPopupImage{
    float: left;
    width: auto;
    max-width: 90%;
    margin: 0px 20px 10px 0px;
}
.ownerBioPopup .pe-container{
    text-align: center;
    width: 100%;
    /*max-width: 350px;*/
    margin: 10px 5px;
    display: block;
    overflow: hidden;
    left: 0;
    right: 0;
    position: relative;
    border: 0px;
}
.ownerBioPopup .pe-post{
    height: 523px;
    overflow: hidden;
    padding: 0px;
    /*text-align: left;*/
    
}
.ownerBioPopup .pe-image{
    width: 250px;
    margin: 0px auto 0px auto;
    float: none;
    display: block;
    text-align: center;
}
.pe-image img{
    width: 100%;
    max-width: 500px;
}

.ownerBioPopup .pe-expanding{
    width: 100%;
    background: transparent;
    display: inline-block;
    text-align: right;
    
    padding-top: 10px;
    cursor: pointer;
}
.pe-expanding a{
    text-transform: uppercase;
    color: #BAD32A;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    margin-top: -40px;
}
.ownerBioPopup .pe-expanding a{
    margin-top: -40px;
    background: white;

}
.ownerBioPopup .pe-text, .ownerBioPopup .pe-image{
    display: block;
    width: 100%;
    color: var(--text);
}
.swal2-content .pe-image img{
    width: 100%;
    display: block;
    text-align: center;
    clear: both;
        float: none!important;
    margin: auto !important;
    left: 0;
    right: 0;
}
.swal2-popup .swal2-close{
    color: #000000;
}
.swal2-popup .swal2-close:hover{
    color: #dedede !important;
}
/*-------------ownerBio Popup END-----------------*/
.staffBio{
    display: inline-block;
}
.staffBio .pe-expanding{
    margin-top: -54px;
    padding: 25px 0px;
}
.staffBio .pe-container{
    border: 0px;
}
.ceoBioPopup .pe-expanding{
    text-align: center;
}
.ceoBioPopup .pe-expanding a{
    margin-top: 0px;
    
    font-size: 37px;
    color: var(--theme-teal);
    text-align: center;
    font-family: var(--cursive);
    text-transform: initial;
    

}
.ceoBioPopup .pe-post{
        height: 0px !important;
        
    }
/*------------------------------growth chart START-------------------------------*/

.birdBackground:before {
    content:'';
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlgcontentmaster/growth-chart/bottomCloud.png');
    height: 15px;
    width: 103%;
    display: block;
    background-position: left top, left 101%;
    background-repeat: repeat-x;
}
/*.section10Wide{*/
/*    padding: 0px 0px;*/
/*    min-height: 1295px;*/
/*    background-color:#00d0ce;*/
/*    background-image:url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlgcontentmaster/growth-chart/Growth-Chartbg2.png');*/
/*    background-repeat: repeat-x;*/
/*    background-position: bottom right;*/
/*}*/
.birdBackground{
    padding: 0px 0px 100px 0px;
    margin-bottom: -60px;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlgcontentmaster/growth-chart/whtBird.png');
    background-repeat: no-repeat;
    background-position: 96% 100%;
    text-align: center;
}
.birdBackground h2{
    color: var(--text);
    line-height: .9;
}
.birdBackground h2 span{
    font-family: var(--cursive);
    color: var(--theme-purple);
    font-size: 42px;
}
.growthChartContent{
    padding: 5px 10px 25px 10px;

    
}
.growthChartContent, .growthChartContent p, .growthChartContent a{
    color: var(--text-light);

    
}

/*------------------------------growth chart END-------------------------------*/
/*--------------------ABOUT PAGE END--------------------------*/
/*--------------Camps Page START------------------------*/
.campsPricing{
    text-align: center;
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.campsPricing p{
    max-width: 800px;
    margin: auto;
}
.campsPricing #outer{
    
    position: relative;
    text-align: center;
    width: 100%;
}
.campsPricing .inner{
    text-align: left;
    width: 360px;
    display: inline-block;
    float: none;
    position: relative;
    margin: auto;
    vertical-align: top;
}
.campsPricing .inner p{
    text-align: left;
}
.campsDetails{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: var(--theme-green);
}
.campsDetails .textSide{
    position: relative;
    display: inline;
    width: 100%;
    background: var(--theme-green);
    color: var(--text-light);
    text-align: center;
    float: left;
    padding: 60px 0px;
    margin-top: 25px;
}
.campsDetails .textSide h3{
    color: var(--text-light);
    margin-top: 30px;
    font-size: 90px;
    line-height: .7;
    font-family: var(--serif);
}
.campsDetails .textSide h4{
    color: var(--text-light);
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    font-family: var(--sans);
}
.campsDetails .textSide h5{
    color: var(--text-light);
    margin-top: 10px;
    font-size: 25px;
    font-family: var(--cursive);
}
.campsDetails .textSide p{
    color: var(--text-light);
    margin-top: 20px;
    margin: 20px 40px 60px 40px;
}
.campsDetails .textSide a{
    margin: 3px 60px;
}
.campsDetails .imageSide{
    position: relative;
    display: inline;
    width: 100%;
    float: left;
    overflow: hidden;
}
.campsDetails .imageSide img{
    min-width: 100%;
    min-height: 100%;
    
}
.campsSchedule{
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/greenRocketsIllustration.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/greenBeachIllustration.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, 250% 150%;
    background-size: 70px, auto;
    padding-top: 50px;
    margin-top: 30px;
}
.campsSchedule h2{
    margin-top: 30px;
}
.camps #tlg-controls{
    text-align: center;
}
.camps #tlg-controls select{
    color: var(--theme-green);
    background-color: transparent;
    border: 0px;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-appearance: initial;
    display: none;
}
/*------------------Camps Page Page END---------------------*/
/*--------------Careers Page START------------------------*/
.careersDetails{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 40px 0px;
}
.careersDetails p{
    font-size: 17px;
}
.careersDetails .textSide{
    position: relative;
    display: inline;
    width: 100%;
    
    color: var(--text-light);
    text-align: center;
    float: left;
    padding: 60px 0px;
    margin-top: 25px;
}
.blueBack, .blueBack .textSide{
    background: var(--theme-blue);
}
.orangeBack, .orangeBack .textSide{
    background: var(--theme-orange);
}
.purpleBack, .purpleBack .textSide{
    background: var(--theme-purple);
}
.tealBack, .tealBack .textSide{
    background: var(--theme-teal);
}
.careersDetails .textSide h3{
    color: var(--text-light);
    margin-top: 30px;
    font-size: 40px;
    line-height: .7;
    font-family: var(--cursive);
}

.careersDetails .textSide p{
    color: var(--text-light);
    margin-top: 20px;
    margin: 20px 40px 60px 40px;
}
.careersDetails .textSide a{
    margin: 3px 30px;
}
.careersDetails .imageSide{
    position: relative;
    display: inline;
    width: 100%;
    float: left;
    overflow: hidden;
}
.careersDetails .imageSide img{
    width: 100%;
    
    
}
.careersDetails .jobTitle{
    width: 100%;
    text-align: center;
    color: var(--text-light);
    position: absolute;
    top: 42%;
}
.careersDetails .jobTitle h2{
    color: var(--text-light);
    font-size: 60px;
    text-shadow: 0px 0px 40px rgba(10,30,50,.5);
}
/*------------------Careers Page Page END---------------------*/
/*-----------------CEO Letter Page START-----------------*/

/*-----------------CEO Letterr Page END--------------------------*/

/*--------------Classes Page START------------------------*/
.classesDetails{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 50px 0px 20px 0px;
}
.classesDetails .textSide{
    position: relative;
    display: inline;
    width: 100%;
    color: var(--text-light);
    text-align: center;
    float: left;
    padding: 40px 0px;
    margin-top: 25px;
}
.classesDetails .textSide h3{
    color: var(--text-light);
    margin-top: 30px;
    font-size: 90px;
    line-height: .7;
    font-family: var(--serif);
}
.classesDetails .textSide h4{
    color: var(--text-light);
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    font-family: var(--sans);
}
.classesDetails .textSide h5{
    color: var(--text-light);
    margin-top: 10px;
    font-size: 25px;
    font-family: var(--cursive);
}
.classesDetails .textSide p{
    color: var(--text-light);
    margin-top: 20px;
    margin: 20px 40px 60px 40px;
}
.classesDetails .textSide a{
    margin: 3px 6px;
}
.classesDetails .imageSide{
    position: relative;
    display: inline;
    width: 100%;
    float: left;
    overflow: hidden;
    height: 200px;
}
.classesDetails .imageSide img{
    min-width: 100%;
    min-height: 100%;
    
}
.classTabs .wearables-cs-tabs a {
    display: inline-block;
    padding: 10px 4px 10px 4px;
    margin: 0 -3px;
    width: 100%;
    border: 2px solid var(--theme-teal);
    background-color: var(--theme-teal);
    font-family: var(--sans);
    font-size: 18px;
    text-transform: uppercase;
    color: var(--text-light);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.classTabs .wearables-cs-tabs a:nth-of-type(1) {
    border: 2px solid var(--theme-purple);
    background-color: var(--theme-purple);
    color: var(--theme-white);
}
.classTabs .wearables-cs-tabs a.active:nth-of-type(1) {
    border: 2px dashed var(--theme-purple);
    background-color: var(--theme-white);
    color: var(--theme-purple);
    font-weight: 600;
}
.classTabs .wearables-cs-tabs a:nth-of-type(2) {
    border: 2px solid var(--theme-blue);
    background-color: var(--theme-blue);
    color: var(--theme-white);
}
.classTabs .wearables-cs-tabs a.active:nth-of-type(2) {
    border: 2px dashed var(--theme-blue);
    background-color: var(--theme-white);
    color: var(--theme-blue);
    font-weight: 600;
}
.classTabs .wearables-cs-tabs a:nth-of-type(3) {
    border: 2px solid var(--theme-teal);
    background-color: var(--theme-teal);
    color: var(--theme-white);
}
.classTabs .wearables-cs-tabs a.active:nth-of-type(3) {
    border: 2px dashed var(--theme-teal);
    background-color: var(--theme-white);
    color: var(--theme-teal);
    font-weight: 600;
}
.classes3Dim .threeDimLearning #leftSide, .classes3Dim .threeDimLearning #rightSide{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.classes3Dim .threeDimLearning .d {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    vertical-align: top;
}
.classes3Dim .threeDimLearning .d .imageSide {
    height: 90px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.classes3Dim .threeDimLearning .d .textSide{
    width: 100%;
}
/*------------------Classes Page Page END---------------------*/
/*----------------CONTACT US PAGE START----------------------*/
.contactUsDetails{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: var(--theme-blue);
}
.contactUsDetails .textSide{
    position: relative;
    display: inline;
    width: 100%;
    background: var(--theme-blue);
    color: var(--text-light);
    text-align: center;
    float: left;
    padding: 10px 10px;
    margin-bottom: 20px;
}
.contactUsDetails .textSide p{
    color: var(--text-light);
    margin-top: 30px;
    font-size: 17px;
}
.contactUsDetails .imageSide{
    position: relative;
    display: inline;
    width: 100%;
    float: left;
    overflow: hidden;
}
.contactUsDetails .imageSide img{
    width: 100%;
    height: auto;
}
/*---------------CONTACT US PAGE END---------------------------*/
/*--------------Events Page START------------------------*/
.eventDetails{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: var(--theme-white);
    border: 2px solid #eeeeee;
}
.eventDetails .textSide{
    position: relative;
    display: inline;
    width: 100%;
    background: var(--theme-white);
    color: var(--text);
    text-align: left;
    float: left;
    padding: 0px 0px 20px 0px;
    margin-top: 5px;
}
.eventDetails .textSide h3{
    color: var(--text);
    margin: 10px 20px 0px 40px;
    font-size: 45px;
    line-height: .7;
    font-family: var(--serif);
}


.eventDetails .textSide p{
    color: var(--text);
    margin-top: 10px;
    margin: 10px 20px 0px 40px;
}

.eventDetails .imageSide{
    position: relative;
    display: inline;
    width: 100%;
    float: left;
    overflow: hidden;
}
.eventDetails .imageSide img{
    width: 100%;
    min-height: auto;
    
}


/*------------------Events Page Page END---------------------*/
/*----------------------NEWS PAGE------------------------------*/
.wearables-cs-tabs {
    margin: 20px auto;
    text-align: center;
    left: 0;
    right: 0;
}
.wearables-cs-tabs a {
    display: inline-block;
    padding: 10px 4px 10px 4px;
    margin: 0 -3px;
    width: 160px;
    border: 2px solid var(--theme-teal);
    background-color: var(--theme-teal);
    font-family: var(--sans);
    font-size: 18px;
    text-transform: uppercase;
    color: var(--text-light);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wearables-cs-tabs a.active {
    border: 2px dashed var(--theme-teal);
    background-color: var(--theme-white);
    color: var(--theme-teal);
    font-weight: 600;
}
.wearables-cs-tabs a:nth-of-type(1) {
    border: 2px solid var(--theme-purple);
    background-color: var(--theme-purple);
    color: var(--theme-white);
}
.wearables-cs-tabs a.active:nth-of-type(1) {
    border: 2px dashed var(--theme-purple);
    background-color: var(--theme-white);
    color: var(--theme-purple);
    font-weight: 600;
}
.wearables-cs-tabs a:nth-of-type(2) {
    border: 2px solid var(--theme-orange);
    background-color: var(--theme-orange);
    color: var(--theme-white);
}
.wearables-cs-tabs a.active:nth-of-type(2) {
    border: 2px dashed var(--theme-orange);
    background-color: var(--theme-white);
    color: var(--theme-orange);
    font-weight: 600;
}
.wearables-cs-tabs a:nth-of-type(3) {
    border: 2px solid var(--theme-blue);
    background-color: var(--theme-blue);
    color: var(--theme-white);
}
.wearables-cs-tabs a.active:nth-of-type(3) {
    border: 2px dashed var(--theme-blue);
    background-color: var(--theme-white);
    color: var(--theme-blue);
    font-weight: 600;
}

.wearables-cs-tabs a:nth-of-type(4) {
    border: 2px solid var(--theme-green);
    background-color: var(--theme-green);
    color: var(--theme-white);
}
.wearables-cs-tabs a.active:nth-of-type(4) {
    border: 2px dashed var(--theme-green);
    background-color: var(--theme-white);
    color: var(--theme-green);
    font-weight: 600;
}
.wearables-cs-tabs a.active {
    /*border-color: var(--theme-teal);*/
    /*color: initial;*/
}
.tabs-pane {
    display: none;
}
.tabs-pane .active{
    display: block;
}
.le-edit-open .tabs-pane {
    display: block;
}
.tabs-pane.active {
    display: block;
}
.js-tabby .tabs-pane:focus {
  outline: none;
}
/*----------------------NEWS PAGE END-------------------------*/
/*--------------Parties Page START------------------------*/
.partiesPricing{
    text-align: center;
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.partiesPricing p{
    max-width: 800px;
    margin: auto;
}
.partiesPricing #outer{
    
    position: relative;
    text-align: center;
    width: 100%;
}
.partiesPricing .inner{
    text-align: left;
    width: 187px;
    display: inline-block;
    float: none;
    position: relative;
    margin: auto;
}
.partiesPricing .inner p{
    text-align: left;
}
.partiesDetails{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: var(--theme-orange);
}
.partiesDetails .textSide{
    position: relative;
    display: inline;
    width: 100%;
    background: var(--theme-orange);
    color: var(--text-light);
    text-align: center;
    float: left;
    padding: 60px 0px;
    margin-top: 25px;
}
.partiesDetails .textSide h3{
    color: var(--text-light);
    margin-top: 0px;
    font-size: 90px;
    line-height: .7;
    font-family: var(--serif);
}
.partiesDetails .textSide h4{
    color: var(--text-light);
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    font-family: var(--sans);
}
.partiesDetails .textSide h5{
    color: var(--text-light);
    margin-top: 10px;
    font-size: 25px;
    font-family: var(--cursive);
}
.partiesDetails .textSide p{
    color: var(--text-light);
    margin-top: 20px;
    margin: 20px 40px 60px 40px;
}
.partiesDetails .textSide a{
    margin: 3px 60px;
}
.partiesDetails .imageSide{
    position: relative;
    display: inline;
    width: 100%;
    float: left;
    overflow: hidden;
}
.partiesDetails .imageSide img{
    min-width: 100%;
    min-height: 100%;
    
}
.partiesSchedule{
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/orangeBday_hat_.png), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/orangeBalloon.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, 129% 1px;
    background-size: 69px, auto;
}
.partiesSchedule h2{
        padding-top: 95px;
}
.parties #tlg-controls{
    text-align: center;
}
.parties #tlg-controls select{
    color: var(--theme-green);
    background-color: transparent;
    border: 0px;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-appearance: initial;
    display: none;
}
/*------------------Parties Page Page END---------------------*/
/*------------------Privacy Policy Page Page START---------------------*/
.ppGuide a{
    font-weight: 600;
    line-height: 1.6;
    font-size: 14px;
    
}
.ppGuide a:hover{
    color: var(--theme-teal) !important;
}

.ppText h5{
    color: var(--theme-teal);
    font-size: 35px;
    font-family: var(--cursive);
    margin-top: 30px;
}
.ppText, .ppText p{
    font-size: 15px;
}
/*------------------Privacy Policy Page Page END---------------------*/
/*--------------Classes Page START------------------------*/


.schedulesTabs .wearables-cs-tabs a {
    display: inline-block;
    padding: 10px 4px 10px 4px;
    margin: 0 -3px;
    width: 100%;
    border: 2px solid var(--theme-teal);
    background-color: var(--theme-teal);
    font-family: var(--sans);
    font-size: 18px;
    text-transform: uppercase;
    color: var(--text-light);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.schedulesTabs .wearables-cs-tabs a:nth-of-type(1) {
    border: 2px solid var(--theme-purple);
    background-color: var(--theme-purple);
    color: var(--theme-white);
}
.schedulesTabs .wearables-cs-tabs a.active:nth-of-type(1) {
    border: 2px dashed var(--theme-purple);
    background-color: var(--theme-white);
    color: var(--theme-purple);
    font-weight: 600;
}
.schedulesTabs .wearables-cs-tabs a:nth-of-type(2) {
    border: 2px solid var(--theme-orange);
    background-color: var(--theme-orange);
}
.schedulesTabs .wearables-cs-tabs a.active:nth-of-type(2) {
    border: 2px dashed var(--theme-orange);
    background-color: var(--theme-white);
    color: var(--theme-orange);
    font-weight: 600;
}
.schedulesTabs .wearables-cs-tabs a:nth-of-type(3) {
    border: 2px solid var(--theme-green);
    background-color: var(--theme-green);
}
.schedulesTabs .wearables-cs-tabs a.active:nth-of-type(3) {
    border: 2px dashed var(--theme-green);
    background-color: var(--theme-white);
    color: var(--theme-green);
    font-weight: 600;
}
/*------------------Schedules Page Page END---------------------*/
/*------------------Terms & Conditions Page Page START---------------------*/
.tcGuide a{
    font-weight: 600;
    line-height: 1.6;
    font-size: 14px;
    
}
.tcGuide a:hover{
    color: var(--theme-teal) !important;
}
.tcText h2{
    color: var(--text);
    font-size: 35px;
    font-family: var(--sans);
    margin-top: 0px;
}
.tcText h5{
    color: var(--theme-teal);
    font-size: 35px;
    font-family: var(--cursive);
    margin-top: 30px;
}
.tcText, .tcText p{
    font-size: 15px;
}
/*------------------Terms & Conditions Page Page END---------------------*/
/*--------------------------------------Mindbody Styling START---------------------------*/
.le_metro_silver_button {
    margin: 0;
    padding: 3px 9px !important;
    color: var(--text-light) !important;
   	font-family: var(--sans) !important;
    font-size: 10px !important;
    line-height: 1;
    text-transform: uppercase;
    background: var(--theme-black) !important;
    border: 0px solid var(--theme-black) !important;
    text-shadow: none !important;
    border-radius: 0px !important;
}
.le_metro_silver_button:hover {
	background: var(--theme-dark-grey);
	color: var(--theme-pink);
	border-color: var(--theme-dark-grey);
}
.master_date{
    font-size: 18px !important;
}
.todays{
    display: none;
}
.row_date, .row_class, .row_staff{
    font-weight: 600;
}
.day-header{
    font-size: 14px;
}
#tlg-controls{
    text-align: center;
}
/*-----------------------------------Mindbody Styling END-------------------------------*/

/*-------------------------SITE CLASSES END------------------------*/
.wrapperWide {
    background-color: none;
    width: 100%;
    overflow: hidden;
}
.wrapper {
	width: 100%;
	position: relative;
	right: 0;
	transition: right .3s ease;
}
/*-------------------------HEADER START----------------------------*/
.headerWideTop {
	width: 100%;
    background: var(--theme-purple);
    box-shadow: 0px 4px 9px rgba(57,70,134, .4);
    height: 35px;
    position: fixed;
    top: 0;
    right: 0;
    /*left: 0;*/
    z-index:5;

}
.headerWideTop p{
    color: var(--theme-white);
    margin: 0;
    font-size: 14px;
}
.headerWideTop p a{
    font-weight: 600;
    color: var(--text-light);
    
}
.headerWideTop p a:hover{
    text-decoration: none;
    color: var(--text-light);
}
.header1{
    padding-top: 8px;
    text-align: left;
    display: inline;
    float: left;
}
.header1 div{
    display: inline-block;
    float: left;
}
.se_social{
    color: #ffffff;
    display: inline;
    margin: 0px 20px 10px 20px;

}
.fa-twitter{
    font-size: 0px !important;
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlgcontentmaster/social-media-icons/Social-Media_Icons_50px_twitter_white.png');
    height: 25px;
    width: 25px;
    position: relative;
    top: 0px;
}
.fa-facebook{
    font-size: 0px !important;
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlgcontentmaster/social-media-icons/Social-Media_Icons_50px_facebook_white.png');
    height: 25px;
    width: 25px;
    position: relative;
    top: 0px;
}
.fa-youtube{
    font-size: 0px !important;
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlgcontentmaster/social-media-icons/Social-Media_Icons_50px_youtube_white.png');
    height: 25px;
    width: 25px;
    position: relative;
    top: 0px;
}
.fa-instagram{
    font-size: 0px !important;
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlgcontentmaster/social-media-icons/Social-Media_Icons_50px_instagram_white.png');
    height: 25px;
    width: 25px;
    position: relative;
    top: 0px;
}
.fa-pinterest{
    font-size: 0px !important;
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlgcontentmaster/social-media-icons/Social-Media_Icons_50px_pinterest_white.png');
    height: 25px;
    width: 25px;
    position: relative;
    top: 0px;
}
.fa-google-plus{
    font-size: 0px !important;
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlgcontentmaster/social-media-icons/Social-Media_Icons_50px_google+_white.png');
    height: 25px;
    width: 25px;
    position: relative;
    top: 0px;
}
.fa-yelp{
    font-size: 0px !important;
    content: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/button-images/messengerIconEdge50.png');
    height: 25px;
    width: 25px;
    position: relative;
    top: 0px;
}
.header .se_social a{
    margin: 0 5px;
    color: var(--text-light);
}
.header .se_social{
    display: none;
}
.se_social a:hover{
    text-decoration: none;
    color: var(--text-light);
}
.header2{
    padding-top: 0px;
    text-align: center;
    margin-right: -15px;
    height: 35px;
    background: var(--theme-green);
    
}


.header3{
    padding-top: 0px;
    text-align: left;
    /*margin-left: -15px;*/
}
.headerWideBottom {
	width: 100%;
    background: rgba(54, 166, 222, .92);
	position:fixed;
	top: 34px;
	height: 61px;
	z-index: 3;
	right: 0;
	/*left: 0;*/
}
.header {
    padding: 0px;
    position: relative;
}

.logo {
	padding: 5px;
}
.logo img {
    max-width: 100%;
    height: auto;
    width: 107px;
}
/*-------------------------HEADER END------------------------------*/



/*-------------------------MAIN START------------------------------*/
.contentWide{
	margin-top: 95px;
	position: relative;
	top: 0;
	padding-top: 0px;
}
.content {
    padding-top:0px;
    padding-bottom: 0px;
}
.main{
    padding: 10px 0px;
}

*------------------------blog post element home page START--------------------*/
.blog_post_listing_content ul li::marker {
    color: #5160ac !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
.blog_post_listing_content ol li::marker {
    color: #5160ac !important;
    font-size: 15px !important;
    font-weight: bold !important;
}
.blog_post_listing_content ul li, .blog_post_listing_content ul li p, .blog_post_listing_content ul li {
    color: var(--text) !important;
    font-family: var(--sans) !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    margin: 10px 0 0 0 !important;
}
.blog_post_listing_content ol li, .blog_post_listing_content ol li p, .blog_post_listing_content ol li {
    color: var(--text) !important;
    font-family: var(--sans) !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    margin: 10px 0 0 0 !important;
}
.homeBlog .blog_post_listing_content img{
    display: none !important;
}
.homeBlog{
    text-align: center;
    color: var(--text-light);
}
.homeBlog p, .homeBlog a, .homeBlog h3, .homeBlog span {
    color: var(--text-light) !important;
}
.homeBlog .blog_post_listing_content ul li, .homeBlog .blog_post_listing_content ul li p, .homeBlog .blog_post_listing_content ul li {
    font-size: 15px !important;
    color: var(--text-light) !important;
}
.homeBlog h3 a{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}
.homeBlog .blog_post_listing h3{
    font-family: var(--sans) !important;
    font-size: 18px !important;
    line-height: 1.1 !important;
    font-weight: bold;
    padding: 0 !important;
    margin-top: -10px;
}
.homeBlog .blog_post_listing{
    margin: 10px auto 0px auto;
    display: block;
    clear: both;
    position: relative;
    overflow: hidden;
    padding-bottom: 00px;
    text-align: center;
   max-width: 900px;
   height: auto !important;
}
.homeBlog .blog_post_listing_content_section{    
    display: block;
    height: 170px;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.homeBlog .blog_post_listing_footer_hr {
    height: 0 !important;
}
.homeBlog p, .homeBlog p strong {
    font-weight: normal !important;
}
.blog_post_listing_title_section, .blog_post_listing_footer_hr {
    display: none;
}
/*Blog Styling */

.homePageBlog .blog_post_listing_title, .homePageBlog .feature_blog_text {
	max-width:100% !important;
}
.homePageBlog h1, .homePageBlog h1.blog_post_listing_title a {
	background-image:none;
	font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
	font-size:30px !important;
	font-weight:bold;
	line-height:34px !important;
	padding:0 0 10px;
}
.BG .homePageBlog h1, .BG .homePageBlog h1.blog_post_listing_title a  {
	font-family: 'Noto Sans', sans-serif;
}
.homePageBlog h1.blog_post_listing_title a:hover, .homePageBlog h1.blog_post_listing_title a:active {
	color:#ffffff;
}
.homePageBlog h1, .homePageBlog h2, .homePageBlog h3, .homePageBlog h4, .homePageBlog h5, .homePageBlog h6, .homePageBlog li, .homePageBlog {
    color:#ffffff !important;
}
.homePageBlog .blog_post_listing_footer_hr {
	display:none;
}
.frontblog {
    padding: 0px;
}
.homeBlog img {
    display: none !important;
}
/*.homeBlog .blog_post_listing{*/
/*    padding-bottom: 70px;    */
/*}*/
.homeBlog .blog_post_listing:after{
    content:"READ MORE";
    color: var(--theme-white);
    
    display: block;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlggoldamingnew/background-and-doodle-bits/purpleCirclesBarMed.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 44px;
    line-height: 2.5;
    margin-top: -8px;
}

/*-------------------------MAIN END--------------------------------*/

/*-------------------------FOOTER START----------------------------*/
.footerWideTop {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/greenSpikesBG2.png');
    background-repeat: repeat-x;
    background-size: auto;
    background-position: top left;
    background-color: var(--theme-white);
    padding: 110px 0px 10px 0px;
    text-align: center;
}
.footerWideTop p, .footerWideBottom p{
    font-size: 16px;
    color: var(--text-light);
}
.footerWideTop h5{
    font-family: var(--cursive);
    color: var(--theme-purple);
    font-size: 40px;
}
.footerWideTop .se_social{
    text-align: center;
    width: 100%;
    display: inline-block;
}
.footerWideTop .se_social a{
    color: var(--text-light);
    font-size: 38px !important;
    margin: 0px 30px 30px 00px;
    font-weight: 300 !important;
}
.footerWideTop .fa-twitter, .footerWideTop .fa-facebook, .footerWideTop .fa-youtube, .footerWideTop .fa-instagram, .footerWideTop .fa-pinterest, .footerWideTop .fa-google-plus, .footerWideTop .fa-yelp{
    height: 45px;
    width: 45px;
}

.footerWideTop .se_social a:hover{
    opacity: .5;
}
.footer1{
    padding: 20px 0px 5px 0px;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/purpleCircleanddots.png');
    background-repeat: no-repeat;
    background-position: 100% 0px;
    background-size: 40px;
}
.footer2{
    padding: 20px 0px;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/purpleStarAndDot.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 60px;
}
.footerWideMiddle{
    background: var(--theme-blue);
    text-align: center;
    padding: 20px 0px 40px 0px;
}
.footerWideMiddle a {
   color: var(--text-light);
   text-decoration: none;
}
.footerWideMiddle a:hover {
   color: var(--text-light);
   text-decoration: none;
}
.footerWideMiddle h1{
    font-size: 89px;
    color: var(--text-light);
    line-height: 1;
}
.footerWideMiddle p{
    color: var(--text-light);
    line-height: 1.7;
    margin: 0;
}
.footerWideMiddle p a{
    font-weight: 500;
}
.footerWideMiddle p a:hover{
    text-decoration: none;
    opacity: .6;
}
.footerMiddle .menu_element ul {
    margin: 0;
    padding: 30px 0 0 0;
    list-style: none;
}
.footerMiddle .menu_element li{
    display: inline-block;
    border-top: 0px;
    padding: 0px 8px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    margin-right: 7px;
    margin-bottom: 7px;
}
.footerMiddle .menu_element li a {
    font-size: 16px;
	color: var(--text-light);
	padding: 0px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.footerMiddle .menu_element a:hover{
	opacity: .6;
	text-decoration: none;
}
.footerWideBottom{
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/whiteHorizontalStitch_copy.png');
    background-repeat: repeat-x;
    background-position: 0px 20px;
    background-color: var(--theme-purple);
    padding: 40px 0px 25px 0px;
    text-align: center;
    box-shadow: 0px -4px 13px rgba(57,70,134, .4);
}
.footerWideBottom p{
    color: var(--text-light);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
}
.footerWideBottom a, .footerWideTop a{
    color: var(--text-light);
	font-weight: 600 !important;
	text-decoration: none !important;
}
.dividers a{
    border: 1px solid #ffffff;
    padding: 0px 10px;
    display: inline-block;
    margin: 5px;
}
.footerWideBottom img{
    margin: 7px 10px;
}
.footerWideBottom p a:hover{
    opacity: .6;
}
.footerWideBottom p sub{
    font-size: 10px;
    font-weight: 300;
}
/*-------------------------FOOTER END------------------------------*/
.mobileOnly{
    display: block;
}
.fullOnly{
    display: none;
    visibility: hidden;
}
/*-------------------------MEDIA QUERIES START---------------------*/
/*-Above is-*/
/* No media query since this is the default in Bootstrap */
/* Extra Small devices ( 479px and up) */
@media only screen and (max-width : 479px) {
    .header2 p a{
        font-size: 10px !important;
        line-height: 1.7;
    }
    .header2 a.button4{
        padding: 8px 0px !important;
    }
    .wearables-cs-tabs {
        margin: 0;
        text-align: center;
    }
    .wearables-cs-tabs a {
        font-size: 16px !important;
        margin: 10px 4px !important;
    }
    .classesDetails{
        margin: 15px 0px 45px 0px;
    }
    .classesDetails .textSide, .partiesDetails .textSide, .campsDetails .textSide{
        padding: 15px 0px;
    }
    .partiesDetails .textSide a, .campsDetails .textSide a, .classesDetails .textSide a {
        margin: 3px -7px;
        }
        .classesDetails .imageSide img, .campsDetails .imageSide img, .partiesDetails .imageSide img{
        width: 100%;
    }
    .staffBio .pe-post{
        height: 332px;
    }
    .header3{
        margin-top: 0px ;
        margin-left: 0px;
    }
    .header2{
        margin-top: 0px;
        height: 35px;
        background: var(--theme-green);
    }
    .button18 a, a.button18{
        padding: 10px 4px 5px 4px;
        font-size: 15px;
    }
    .button4 a, a.button4{
        padding:6px 0px !important;
    }
    .logo{
        padding: 20px 0px 15px 2px;
        
    }
    .logo img{
        margin-left: 13px !important;
    }
    .headerSlider p{
        font-size: 11px;
            padding: 0px 20px;
    }
    .bx-wrapper .bx-controls-direction a{
        margin-top: -6px !important;
    }
    .bx-wrapper .bx-controls-direction a.bx-prev, .bx-wrapper .bx-controls-direction a.bx-next{
        width: 10px;
        height: 25px;
    }
}
@media (min-width: 480px) {
    .growthChartContent{
        padding: 15px 30px;
    }
    .gccLastTwo{
        padding: 15px 30px 15px 30px;
    }
    .birdBackground{
        padding: 20px 0px 95px 0px;
        margin-bottom: -50px;
        background-position: 95% 100%;
        display: block;
    }
    
    .get-in-touch2-btn {
        flex-basis: 100%;
        margin-top: 20px;
        left: -20px;
        bottom: 20px;
    }
}
/* Small devices (tablets, 767px and up) */
@media (max-width: 767px) {
    /*Push Wrapper when Mobile Menu is open START*/
    /*.primary-mobile-menu .le_menu_level_1_container,*/
    /*.menu-bar ul.le_menu_level_2 {*/
    /*    background: transparent !important;*/
    /*}*/
    /*.OpenMobileMenu .wrapper{*/
    /*    right:240px;*/
    /*}*/
    /*.OpenMobileMenu .menu-bar{*/
    /*    right:240px;*/
    /*    left: initial;*/
    /*}*/
    
    /*Push Wrapper when Mobile Menu is open END*/
    .get-in-touch-btn {
        flex-basis: 100%;
        margin-top: 20px;
        transform: scale(.6);
    }
    .buttonClose{
        background: var(--theme-green);
        color: var(--text-light);
        width: 25px;
        height: 25px;
        padding: 0px;
        position: fixed;
        float: right;
        right: 10px;
        bottom: 90px;
        border-radius: 500%;
        text-align: center;
        z-index: 40;
        cursor: pointer;
    }
    .buttonClose a{
        font-size: 16px;
        font-weight:800;
    }
    .priFeature{
    background-position: center 140px;
    }
    /*.buttonClose{*/
    /*    right: 15px;*/
    /*    bottom: 82px;*/
    /*}*/
    .header2{
        background: var(--theme-green);
        margin: 0;
        text-align: center;
        height: 35px;
    }
    .header3{
        text-align: center;
        background: var(--theme-white);
    }
}
@media (min-width: 768px) {
    .container {
        position: relative;
        margin: auto;
        width: 748px;
    }
    .backToTop{
        right: 20px;
        bottom: 20px;
        transform: scale(.8);
    }
    .header .se_social{
        display: inline-block;
        margin-top: -3px;
    }
    .headerSlider{
        height: 50px;
        margin: 10px 10% 0 10%;
        display: inline-block;
        width: 80%;
    }
    .headerSlider p{
        line-height: 1.5;
        font-size: 17px;
        margin: 10px 29px 0 15px;
        color: var(--text-light);
    }
    .headerWideBottom {
    	height: 93px;
    }
    
    /* ---- Separate Mobile Menu ---- */
    /*.primary-mobile-menu {*/
    /*    display: none;*/
    /*}*/
    /* ---- End Separate Mobile Menu ---- */
    .contentWide{
    	padding-top: 40px;
    	margin-top: 86px;
    }
    
    #le_featureArea{
        padding: 10px 0 60px 0 !important;
    }
    /*.area1Content{*/
    /*    background-position: 45% 3px;*/
    /*}*/
    .area1Content img{
        transform: rotate(0deg);
    }
    .area2Content{
        text-align: left;
        background-position: 55% 6px;
        padding: 10px 0 0 0;
    }
    .area2Content div{
        margin-right: initial;
    }
    .leftBorder{
        transform: rotate(0deg);
        left: -1px;
        top: 0;
    }
    .rightBorder{
        transform: rotate(0deg);
        right: -1px;
        top: 0;
        z-index: 1;
    }
    .gccLastTwo{
        padding: 60px 60px 0px 60px;
    }
    .birdBackground{
        padding: 20px 0px 75px 0px;
        margin-bottom: 0px;
        background-position: 88% 70%;
    }
    .par2Feature{
        margin-bottom: 15px;
    }
    /*.swal2-container div{*/
    /*    width: 60%;*/
    /*}*/
    .wearables-cs-tabs {
        margin: 0;
        text-align: center;
    }
    .classTabs .wearables-cs-tabs a {

        width: 32%;
        
    }
    .classes3Dim .threeDimLearning .d {
        display: inline-block;
        width: 32%;
        margin: 0 0 20px 0;
    }
    .schedulesTabs .wearables-cs-tabs a {

        width: 32%;
        
    }
    .topBanner h3{
        font-size: 80px;
    }
    .header2{
        padding-top: 0px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 991px) {
    /*.close-git-form {*/
    /*    position: relative;*/
    /*    font-size: 50px;*/
    /*    font-weight: 300;*/
    /*    width: 30px;*/
    /*    top: -63px;*/
    /*    color: var(--text);*/
    /*    right: 0;*/
    /*    position: absolute;*/
    /*    cursor: pointer;*/
    /*    display: inline-block;*/
    /*}*/
    .git-form.gitFormOpen {
        position: fixed;
        z-index: 1001;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 0;
    }
    .git-form:before {
        display: none;
    }

    .le-logged-in .git-form.gitFormOpen {
        top: 40px;
    }
    .close-git2-form {
        position: relative;
        font-size: 50px;
        font-weight: 300;
        width: 30px;
        top: -63px;
        right: 0;
        position: absolute;
        cursor: pointer;
        display: inline-block;
    }
    .git2-form.git2FormOpen {
        position: fixed;
        z-index: 1001;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 0;
    }
    .git2-form:before {
        display: none;
    }

    .le-logged-in .git2-form.git2FormOpen {
        top: 40px;
    }
    .rMark sup {
        font-size: 14px;
        top: -67px;
    }
}
@media (min-width: 992px) {
    .container{
        margin: auto;
        width: 972px;
    }
	.headerWide{
		background: transparent;
	}
	
	.logo img{
		margin-bottom: 0px;
	}
    
    .contentWide{
		padding-top: 0;
		margin-top: 126px;
	}
    .homePageTitle{
        margin: 0px 10px 10px 16%;
    }
    .homePageTitle h4{
        color: #ffffff;
        font-size: 120px;
        font-family: var(--serif);
        line-height: .8;
    }
    .homePageTitle h4 span{
        font-size: 32px;
        font-family: var(--cursive);
    }
    .insidePageTitle{
        margin: 0px 10px 40px 10%;
        padding: 50px 0 0 50px;
        text-shadow: 0px 0px 40px rgba(10,30,50,.3);
        background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/whiteStars.png');
        background-repeat: no-repeat;
        background-position: top-left;
    }
    .insidePageTitle h1{
        color: #ffffff;
        font-size: 120px;
        font-family: var(--serif);
        line-height: .8;
    }
    .footerMiddle .menu_element li{
        display: inline-block;
        border-top: 0px;
        padding: 0px 8px;
        border-top: 0px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-bottom: 0px solid #ffffff;
        border-left: 0px solid #ffffff;
        margin-right: initial;
    }
    .footerMiddle .menu_element li:last-of-type {
    
    	border-right: 0px;
    }
    .footerWideBottom{
        padding: 40px 0px 40px 0px;
    }
    .dividers a{
        border-top: 0px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-bottom: 0px solid #ffffff;
        border-left: 0px solid #ffffff;
    }
    .dividers a:last-of-type{
        border-right: 0px;
    }
    .pageTitle{
        position: relative;
        margin: 90px 0px;
    	text-align: center;
    }
    .pageTitle h1{
        text-align: center;
    	font-size: 80px;
    	line-height: 1;
    	text-transform: uppercase;
    	color: var(--text-light);
    	text-shadow: 1px 1px 30px rgba(0,0,0,1);
    }
    .dividers a{
        border-right: 1px solid #ffffff;
    }
    .mobileOnly{
        display: none;
    }
    .fullOnly{
        display: block;
            visibility: visible;
    }
    .area1Content{
    
    background-image:url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/blueBirdAndDots.png),url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/background-and-doodle-bits/blueBirdLookingBackDots.png);
    
    }
    .pe-post{
        height: 518px;
        overflow: hidden;
        padding: 0px;
        
    }
    .pe-image{
        width: 100%;
    }
    .pe-text h3{
        font-size: 40px;
    }
    .ownerBioPopup .pe-post{
        height: 280px;
        
    }
    
    .birdBackground{
        padding: 20px 0px 75px 0px;
        margin-bottom: -20px;
        background-position: 88% 70%;
    }
    .threeDimLearning{
        margin: 20px 12%;
    }
    .threeDimLearning #leftSide{
        width: 50%;
        float: left;
        position: relative;
        display: inline-block;
        padding: 0 30px 0 0;
    }
    .threeDimLearning #rightSide{
        width: 50%;
        float: left;
        position: relative;
        display: inline-block;
        padding: 0 0 0 30px;
    }
    .threeDimLearning h2{
        font-size: 82px;
    }
    .threeDimLearning h2 span{
        font-size: 45px;
    }
    .threeDimLearning .d{
        display: block;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .threeDimLearning .d .imageSide{
        height: 90px;
        width: 25%;
        text-align: center;
    }
    .threeDimLearning .d .textSide p, .threeDimLearning .d .textSide h3{
        margin-left: 0px;
    }
    .seriousFun .imageSide{
        width: 50%;
        overflow: hidden;
    }
    .seriousFun .imageSide img{
        height: 100%;
        width: auto;
    }
    .seriousFun .textSide{
        margin: 0 0 0px 0;
        width: 50%;
        display: inline;
        float: left;
    }
    .classesDetails .textSide{
        width: 50%;
    }
    .classesDetails .imageSide{
        width: 50%;
        height: inherit;
    }
    .classesDetails .textSide a{
        margin: 3px 25px;
    }
    .contactUsDetails .textSide{
        width: 60%;
        padding: 60px 10px;
    }
    .contactUsDetails .imageSide{
        width: 40%;
    }
    .partiesDetails .textSide{
        padding: 20px 0 0 0;
        width: 50%;
    }
    .partiesDetails .textSide a {
        margin: 3px 15px;
    }
    .partiesDetails .imageSide{
        width: 50%;
    }
    .partiesSchedule{
        background-position: top left, top right;
        background-size: auto, auto;
    }
    .partiesSchedule h2{
        padding-top: 59px;
    }
    .campsDetails .textSide{
        width: 50%;
        padding: 0;
    }
    .campsDetails .textSide a {
        margin: 3px 15px;
    }
    .campsDetails .imageSide{
        width: 50%;
    }
    .campsSchedule{
        background-position: top left, top right;
        background-size: auto, auto;
        padding-top: 36px;
    }
    .parties #tlg-controls select, .camps #tlg-controls select{
        display: block;
    }
    .eventDetails .textSide{
        width: 75%;
    }
    .eventDetails .imageSide{
        width: 25%;
    }
    .careersDetails .textSide{
        width: 50%;
    }
    .careersDetails .imageSide{
        width: 50%;
    }
    .careersDetails .imageSide img{
        min-width: 100%;
        min-height: 100%;
        
    }
    .careersDetails .jobTitle{
        position: absolute;
        top: 46%;
    }
    .careersDetails .jobTitle h2{
        font-size: 120px;
    }
        .topBanner h3{
        font-size: 100px;
    }
    .parFeature{
    background-position: center 140px;
    }
    .par2Feature{
    background-position: center 100px;
    }
    .priFeature{
    background-position: center 140px;
    }
    .preFeature{
    background-position: center 140px;
    }
    .campFeature{
    background-position: center 60px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        margin: auto;
        width: 1170px;
    }
    .contentWide{
		padding-top: 0;
		margin-top: 95px;
	}
    .headerWideBottom {
    	height: 61px;
    }
    .birdBackground{
        padding: 0px 0px 55px 0px;
        margin-bottom: 0px;
        background-position: 88% 50%;
    }
    /*.MainMenu li.le_menuitem_level_0 a {*/
    /*    font-size: 13px;*/
    /*    padding: 10px 13px;*/
    /*}*/
}

/*-------------------------MEDIA QUERIES END-----------------------*/

/*-------------------------RESETS START----------------------------*/
.bx-viewport .htmlSlide {
    padding-bottom: 0px !important;
}
.anythingSlider-default {
    margin-bottom: 0px !important;
	padding: 0 !important;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
.wrapper img {
	vertical-align: middle;
}
.wrapper table {
	border-spacing: 0 !important;
}
/*.fixedElementWithOpenMenu{*/
/*        right: 240px;*/
/*        -webkit-transition: all .2s ease;*/
/*        -moz-transition: all .2s ease;*/
/*        transition: all .2s ease;*/
/*    }*/
/*-------------------------RESETS END------------------------------*/

/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*-------------------------CLEAR END-------------------------------*/
/*--------------------Hide the design Editor START--------------*/
.aurora_sidebar_menu_item aurora_panel-group-divider{
    display: none !important;
}
.style-settings-label{
    display: none !important;
}
#aurora_background-options, #aurora_color-options, #aurora_typography-options{
    display: none !important;
}
.aurora_preset-wrapper{
    display: none !important;
}
.aurora_side_bar_label{
    display: none !important;
}
.aurora_side_bar_label:first-of-type{
    display: block !important;
}
/*--------------------Hide the design Editor END--------------*/
/* -- TLG App Responsive Schedule Modifications -- */

.mobile-day-header {
    display: none;
}
@media all and (max-width:767px) {
    /* Show the new mobile headers */
    .mobile-day-header {
        display: block;
        color: #330099;
        font-weight: bold;
        padding: 10px;
    }

    /* Hide a bunch of stuff we don't need */
    .day-header,
    .tlg-time-col {
        display: none !important;
    }
    

    #tlg-calendar-outer-wrap {
        padding: 0 !important;
    }

    .tlg_week_calendar {
        overflow: auto !important;
        width: auto !important;
    }

    .tlg-title-row {
        margin-left: 0 !important;
    }

    .day-header {
        float: none !important;
        position: relative !important;
    }

    #tlg-calendar-wrap {
        position: relative;
        width: 100%;
        overflow-x: auto !important; 
        overflow-y: auto !important; 
    }

    .tlg_week_calendar .day_column {
        border-left: 0 !important;
        height: auto !important;
        margin-top: 0 !important;
        width: auto !important;
        float: none !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
    }
    
    .outer-ticket {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        min-height: 90px;
        left: 0 !important;
        top: auto !important;
        margin-bottom: 5px;
        padding: 20px 10px;
    }
    
    /*.tlg-ticket-top {*/
    /*    right: 50% !important;*/
    /*    left: auto !important;*/
    /*    transform: translateX(50%);*/
    /*}*/
    
    /*.tlg-ticket-middle {*/
    /*    right: 50% !important;*/
    /*    left: auto !important;*/
    /*    transform: translateX(50%);*/
    /*}*/
    
    /*.tlg-ticket-bottom {*/
    /*    right: 50% !important;*/
    /*    transform: translateX(50%);*/
    /*}*/
    
    /*.inner-ticket {*/
    /*    width: 120px;*/
    /*    text-align: center;*/
    /*    margin: auto;*/
    /*}*/
    
    .tlg-ticket-top, .tlg-ticket-middle, .tlg-ticket-bottom {
        display: none;
    }
    
    .le_tlg_wrapper #tlg-timetable .inner-ticket {
        font-size: 14px !important;
        top: 0 !important;
    }
    
    .le_tlg_wrapper #tlg-timetable .inner-ticket a {
        display: inline-block;
        font-size: 14px !important;
        margin-top: 10px;
    }
    
}
.introFormButton, partyFormButton, .campFormButton, .questionFormButton{
    display: inline-block;
} 
.bdayform, .campform, .contactform { display: none; }
.hideme {display:none;}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_cookies #le_featureArea {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/feature-images/featureImage-cookies.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
}
.aurora_creative-artwork-request #le_area2-1 {
}
.aurora_creative-artwork-request #le_area3 {
}
.aurora_creative-artwork-request #le_area7 {
    padding-top: 50px;
    padding-bottom: 30px;
}
.aurora_creative-artwork-request #le_area8 {
    margin-bottom: 30px;
}
.aurora_creative-artwork-request #le_featureArea {
}
.aurora_creative-artwork-request-form #le_area1 {
    margin-right: 40px;
    margin-left: 40px;
}
.aurora_creative-artwork-request-form #le_area2-1 {
    margin-left: 40px;
}
.aurora_creative-artwork-request-form #le_area3 {
    margin-right: 40px;
    margin-left: 40px;
}
.aurora_creative-artwork-request-form #le_area4 {
}
.aurora_creative-artwork-request-master-form #le_area1 {
    margin-right: 40px;
    margin-left: 40px;
}
.aurora_creative-artwork-request-master-form #le_area2-1 {
    margin-left: 40px;
}
.aurora_creative-artwork-request-master-form #le_area3 {
    margin-right: 40px;
    margin-left: 40px;
}
.aurora_creative-artwork-request-master-form #le_area4 {
}
.aurora_landing #le_featureArea {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/2019-update/PreSchool_Parallel-Bars_Girls_Large.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
}
.aurora_landing #le_region5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/the-little-gym/bottomCloud.png);
    background-color: rgb(54, 166, 222);
    background-repeat: repeat-x;
    background-position: top left;
}
.aurora_landing-new #le_featureArea {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/2019-update/PreSchool_Parallel-Bars_Girls_Large.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
}
.aurora_newsletter #le_featureArea {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/featureImage-forms.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_newsletter #le_header5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/featureImage-forms.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_owner-advisory-support-request-form #le_area1 {
    margin-right: 40px;
    margin-left: 40px;
}
.aurora_owner-advisory-support-request-form #le_area2-1 {
    margin-left: 40px;
}
.aurora_owner-advisory-support-request-form #le_area3 {
    margin-right: 40px;
    margin-left: 40px;
}
.aurora_owner-advisory-support-request-form #le_area4 {
}
.aurora_owner-advisory-support-request-form #le_featureArea {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/the-little-gym-2019-update/feature-Home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_privacy-policy #le_featureArea {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/feature-images/featureImage-privacyPolicy_copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
}
.aurora_terms-of-use #le_featureArea {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/tlg2initial/feature-images/featureImage-termsAndConditions.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
}
.aurora_test-page #le_tab-header {
    background-color: rgb(54, 166, 222);
}
.aurora_uk #le_area19 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/whiteBubbles.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;
    padding-top: 18px;
    padding-bottom: 18px;
}
.aurora_uk #le_area22 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/whiteSmallBubble.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom left;
}
.aurora_uk #le_featureArea {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/2019-update/PreSchool_Parallel-Bars_Girls_Large.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
}
.aurora_uk #le_region5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/the-little-gym/bottomCloud.png);
    background-color: rgb(54, 166, 222);
    background-repeat: repeat-x;
    background-position: top left;
}
.aurora_uk #le_region6 {
    background-color: rgb(54, 166, 222);
    padding-top: 5px;
    padding-bottom: 5px;
}
.aurora_uk-landing-new #le_featureArea {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/2019-update/PreSchool_Parallel-Bars_Girls_Large.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
}
.aurora_uk-landing-new #le_region6 {
    background-color: rgb(54, 166, 222);
    padding-top: 12px;
    padding-bottom: 12px;
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_creative-artwork-request #le_area2-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_creative-artwork-request #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_creative-artwork-request #le_area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_creative-artwork-request #le_area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_creative-artwork-request #le_featureArea {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_creative-artwork-request-form #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_creative-artwork-request-form #le_area2-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_creative-artwork-request-form #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_creative-artwork-request-form #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_creative-artwork-request-master-form #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_creative-artwork-request-master-form #le_area2-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_creative-artwork-request-master-form #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_creative-artwork-request-master-form #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_landing #le_featureArea {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_landing #le_region5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_newsletter #le_featureArea {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_newsletter #le_header5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_owner-advisory-support-request-form #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_owner-advisory-support-request-form #le_area2-1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_owner-advisory-support-request-form #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_owner-advisory-support-request-form #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_owner-advisory-support-request-form #le_featureArea {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test-page #le_tab-header {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_uk #le_area19 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_uk #le_area22 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_uk #le_featureArea {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_uk #le_region5 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_creative-artwork-request #le_area2-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_creative-artwork-request #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_creative-artwork-request #le_area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_creative-artwork-request #le_area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_creative-artwork-request #le_featureArea {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_creative-artwork-request-form #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_creative-artwork-request-form #le_area2-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_creative-artwork-request-form #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_creative-artwork-request-form #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_creative-artwork-request-master-form #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_creative-artwork-request-master-form #le_area2-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_creative-artwork-request-master-form #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_creative-artwork-request-master-form #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_landing #le_featureArea {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_landing #le_region5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_newsletter #le_featureArea {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_newsletter #le_header5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_owner-advisory-support-request-form #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_owner-advisory-support-request-form #le_area2-1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_owner-advisory-support-request-form #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_owner-advisory-support-request-form #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_owner-advisory-support-request-form #le_featureArea {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test-page #le_tab-header {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_uk #le_area19 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_uk #le_area22 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_uk #le_featureArea {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TLGfranchise/2019-update/PreSchool_Parallel-Bars_Girls_Large.jpg);
    background-size: cover;
    background-attachment: none;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_uk #le_region5 {
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
