/*
	Theme Name: Lots For Tots Childcare
	Description: Lots For Tots Childcare WordPress Theme
	Version: 1
	Author: Dave Playford
	Tags: HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing: border-box;
	vertical-align: baseline;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol {
list-style: none;
}
ul {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;	
}
ul li {
color: #4a4a49; 
font-size: 1em; 
line-height: 1.7em; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p + p { 
	margin-top: 0.5em;
}
a {
color: inherit;
font-family: 'Montserrat', sans-serif;
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
a:focus {
outline:0;
}
a:hover{
color: #fec3df;
}
p { 
color: #4a4a49; 
font-size: 1em; 
font-family: 'Montserrat', sans-serif;
padding: 0;
line-height: 1.7em;
}
strong { 
font-weight: bold; 
}

/*================================*/
/*          Colours               */
/*                                */
/*     Blue:       #00adf2        */
/*     Light Blue: #6fd6ff        */
/*     Light Pink: #fec3df        */
/*                                */
/*================================*/

/*===== Fonts =====*/
@font-face {
font-family: "impress";
  src: url("fonts/ImpressBT-Regular.eot");
  src: url("fonts/ImpressBT-Regular.eot?#iefix") format("embedded-opentype"),
       url("fonts/ImpressBT-Regular.woff") format("woff"),
       url("fonts/ImpressBT-Regular.ttf") format("truetype"), 
       url("fonts/ImpressBT-Regular.svg#ImpressBT-Regular") format("svg");
font-weight: normal;
font-style: normal;
}

/*===== Main Styles =====*/
body {
background-color: #ffffff;
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Divs =====*/
.rainbow-top {
background: url("images/rainbow-top.jpg") top left repeat-x;
height: 9px;
width: 100%;
}

.rainbow-bottom {
background: url("images/rainbow-bottom.jpg") bottom left repeat-x;
height: 9px;
width: 100%;
}

#header {
position: relative;
background: #6dd7fe;
width: 100%;
height: 175px;
}

#logo {
position: relative;
display: block;
float: left;
width: 400px;
margin: 0;
padding: 0;
z-index: 100;
}

#header-contact {
position: absolute;
top: 35px;
right: 10px;
}

#menu {
position: absolute;
right: 10px;
bottom: 20px;
height: 50px;
z-index: 999;
}

#banner {
position: relative;
background: url("images/child-banner-01.png") bottom right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 500px;
width: 100%;
z-index: 50;
}

.banner-content {
position: absolute;
top: 30%;
left: 15%;
}

#banner-short {
position: relative;
background: url("images/stars-banner-01.png") bottom right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.main-content.grey {
background-color: #f9f9f9;
}

.main-content.starstop {
background-image: url("images/stars-top-right.png");
background-position: top right;
background-repeat: no-repeat;
}

.main-content.starsbottom {
background-image: url("images/stars-bottom-right.png");
background-position: bottom right;
background-repeat: no-repeat;
}

.main-content.starsboth {
background-image: url("images/stars-top-right.png"), url("images/stars-bottom-right.png");
background-position: top right, bottom right;
background-repeat: no-repeat, no-repeat;
}

.main-content.childfooter {
background-image: url("images/child-footer-01.png"), url("images/stars-top-right.png");
background-position: bottom -25px right, top right;
background-repeat: no-repeat, no-repeat;
}

.multi-review-content {
position: relative;
background: #ffffff;
border-radius: 10px;
min-height: 250px;
padding: 20px;
margin: 0;
}

.review-icon {
position: absolute;
bottom: 10px;
right: 20px;
}

.text-container {
padding: 0;
margin: 0;
}

#footer {
width: 100%;
padding: 80px 0;
margin: 0;
}

#baseline {
background: #6dd7fe;
width: 100%;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#header-wrapper {
position: relative;
width: 100%;
max-width: 1600px;
height: 100%;
padding: 20px 10px;
margin: 0 auto;
}

#banner-wrapper {
position: relative;
width: 100%;
max-width: 1600px;
height: 100%;
padding: 0 10px;
margin: 0 auto;
}

.main-content-short-wrapper {
width: 100%;
max-width: 1600px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-wrapper {
width: 100%;
max-width: 1600px;
padding: 80px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-top-wrapper {
width: 100%;
max-width: 1600px;
padding: 80px 10px;
margin: 0 auto;
overflow: hidden;
}

.container {
width: 100%;
max-width: 1200px;
}

.container-pack {
width: 70%;
}

.job-header {
padding: 0 0 10px 0;
margin: 0;
}

.job-details {
min-height: 165px;
padding: 0;
margin: 0;
}

.job-detail-wrapper {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

.meeting-header {
display: inline-block;
width: 100%;
padding: 0 200px 0 0;
}

.download {
position: relative;
float: right;
margin: -50px 0 0 0;
text-align: left;
}

.flex-wrapper {
display: flex;
flex-flow: row nowrap;
align-items: center;
}

#footer-wrapper {
width: 100%;
max-width: 1600px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#footer-logo {
display: block;
width: 250px;
margin: 0 auto 10px;
padding: 0;
}

#baseline-wrapper {
width: 100%;
max-width: 1600px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

/*===== Columns =====*/
.promo-image {
display: block;
float: left;
width: 20%;
padding: 0;
margin: 0;
overflow: hidden;
text-align: center;
}

.promo-text {
display: block;
float: left;
width: 80%;
margin: 0;
padding: 0 0 0 20px;
overflow: hidden;
text-align: left;
}

.job-desc-column {
display: block;
float: left;
width: 25%;
padding: 0 10px 0 0;
margin: 0;
overflow: hidden;
}

.job-detail-column {
display: block;
float: left;
width: 75%;
padding: 0 0 0 10px;
margin: 0;
overflow: hidden;
}

.one-column {
display: block;
float: left;
width: 100%;
padding: 20px;
margin: 0; 
}

.two-column {
display: block;
float: left;
width: 50%;
padding: 20px;
margin: 0; 
}

.two-column.first {
padding: 20px 10px 20px 0;
}

.two-column.last {
padding: 20px 0 20px 10px;
}

.three-column {
display: block;
float: left;
width: 33.333%;
padding: 20px;
margin: 0;
}

.three-column.first {
padding: 20px 10px 20px 0;
}

.three-column.last {
padding: 20px 0 20px 10px;
}

.inner-column {
background: #ffffff;
border-radius: 10px;
padding: 20px;
margin: 0;
}

.left-column-70 {
display: block;
float: left;
width: 70%;
padding: 0 25px 0 0;
margin: 0;
}

.right-column-30 {
display: block;
float: left;
width: 30%;
padding: 0 0 0 25px;
margin: 0;
}

.left-column-30 {
display: block;
float: left;
width: 30%;
margin: 0;
padding: 0 25px 0 0;
}

.right-column-70 {
display: block;
float: left;
width: 70%;
margin: 0;
padding: 0 0 0 25px;
}

.rooms-column {
order: 1;
width: 50%;
padding: 0;
margin: 0;
}

.rooms-column.image {
padding: 40px;	
}

#footer-column-01 {
display: block;
float: left;
width: 30%;
padding: 0 25px 0 0;
margin: 0;
}

#footer-column-02 {
display: block;
float: left;
width: 40%;
padding: 0 25px 0 0;
margin: 0;
}

#footer-column-03 {
display: block;
float: left;
width: 30%;
padding: 0;
margin: 0;
}

/*===== Sections =====*/
section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}

section.small {
padding: 10px 0 0;
margin: 0;
overflow: hidden;
}

section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

section.large {
padding: 80px 0 0;
margin: 0;
overflow: hidden;
}

section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

section.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

section.subsmall {
padding: 0 0 10px 0;
margin: 0;
overflow: hidden;
}

section.sidebar {
background: #ffffff;
border-radius: 15px;
padding: 20px;
margin: 0 0 20px 0;
}

section.team {
background: #fffff;
border-radius: 15px;
padding: 20px;
margin: 0 0 20px 0;
}

section.medium {
padding: 30px 0 0;
margin: 0;
overflow: hidden;
}

/*===== Menus =====*/
.menu_title {
display: none;
position: relative;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #ffffff;
font-size: 1.1em;
font-weight: 600; 
}

nav a {
position: relative;
color: #ffffff; 
display: block; 
font-size: 1em;
font-weight: 600;
text-transform: uppercase;
line-height: 50px;
padding: 0 30px; 
text-decoration: none; 
}

nav a.last {
padding: 0 0 0 30px;
}

nav a:hover {
color: #fec3df;
}

nav a.nocursor {
cursor: context-menu;
}

nav ul,
nav ul li { 
height: 50px;
list-style-type: none; 
padding: 0; 
margin: 0;
text-indent: unset;
}

nav > ul { 
text-align: right; 
}

nav > ul > li { 
display: inline-block; 
}

nav > ul > li.mobile { 
display: none; 
}

nav > ul > li:first-child { 
border-left: none; 
}

.sub-menu-parent { 
position: relative;
background: url("images/down.gif") no-repeat scroll right 15px center;
padding: 0 15px 0 0; 
}

.sub-menu {
visibility: hidden; /* hides sub-menu */
opacity: 0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:hover .sub-menu {
visibility: visible; /* shows sub-menu */
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-menu li {
background: #6fd6ff;
width: 300px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ececec;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
text-align: left;
text-indent: unset;
}

.sub-menu li a {
font-size: 0.9em;
line-height: 50px;	
}

ul.sub-menu li:last-child {
border-radius: 0 0 10px 10px;
border-bottom: none;
}

/*===== General =====*/
.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.light {
font-weight: 300;
}

.normal {
font-weight: 400;
}

.medium {
font-weight: 500;
}

.semibold {
font-weight: 600;
}

.bold {
font-weight: 700;
}

.extrabold {
font-weight: 900;
}

.italic {
font-style: italic;
}

.uppercase {
text-transform: uppercase;
}

.darkshadow {
text-shadow: 2px 2px 2px #000000;
}

.hidden {
opacity: 0;
}

.hide {
display: inline-block;
}

.noover {
overflow: visible;
}

.clear {
clear: both;
}

/*===== Spans =====*/


/*===== Headers =====*/
header.main {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

header.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

header.short {
padding: 0 0 10px 0;
margin: 0;
overflow: hidden;
}

header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

header.form {
padding: 20px 0 10px 0;
margin: 0;
overflow: hidden;
}

h1 {
color: #2d2d2c;
font-family: 'impress', sans-serif;
font-size: 3em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h1.blue {
color: #6dd7fe;
}

h2 {
color: #2d2d2c;
font-family: 'impress', sans-serif;
font-size: 2.5em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h2.white {
color: #ffffff;
}

h2.blue {
color: #6dd7fe;
}

.text-container h2 {
padding: 20px 0;
}

h3 {
color: #2d2d2c;
font-family: 'impress', sans-serif;
font-size: 2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h3.white {
color: #ffffff;
}

h3.blue {
color: #6dd7fe;
}

.text-container h3 {
padding: 20px 0;
}

h4 {
color: #2d2d2c;
font-family: 'impress', sans-serif;
font-size: 1.6em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h4.white {
color: #ffffff;
}

h4.blue {
color: #6dd7fe;
}

.text-container h4 {
padding: 20px 0;
}

h5 {
color: #2d2d2c;
font-family: 'impress', sans-serif;
font-size: 1.2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h5.white {
color: #ffffff;
}

h5.blue {
color: #6dd7fe;
}

.text-container h5 {
padding: 20px 0;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #4a4a49; 
font-size: 1em; 
padding: 0;
line-height: 1.7em;
}

p.main-text.white {       
color: #ffffff; 
}

p.main-text.small {       
font-size: 0.875em; 
}

p.main-text.large {       
font-size: 1.1em; 
}

.text-container.white p {
color: #ffffff;
}

.text-container.small p {
font-size: 0.875em;
}

p.banner-text {
color: #2d2d2c;
font-family: 'impress', sans-serif;
font-size: 3.5em;
margin: 0;
padding: 0;
line-height: 1em;
}

p.banner-text.small {
font-size: 2em;
}

p.error-text {       
color: #00adf2; 
font-size: 12em; 
font-weight: 700;
padding: 0;
line-height: 1em;
}

/*===== Form Fields =====*/
form#emailForm {
padding: 0;
margin: 0;
}

form.cmxform {
width: 100%;
color: #454545; 
font-size: 1.1em;
padding: 10px 0 0;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #454545;
}

form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmxform fieldset fieldset {
background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}

form.cmxform label.error, label.error {
color: red;
font-style: italic;
display: block !important;
margin: 0 0 10px 0;
}

div.error { 
display: none; 
}

form.cmxform .gray * { 
color: gray; 
}

#emailForm {
width: 100%;
}

#emailForm label.error {
width: auto;
display: none;
font-size: 0.85em;
margin: 0 0 20px 0;
}

.editor-label {
border: 0 none;
display: block;
margin: 10px 0;
outline: 0 none;
padding: 0;
}

.editor-label-buttons {
border: 0 none;
display: block;
margin: 20px 0 10px 0;
outline: 0 none;
padding: 0;
}

.editor-field {
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
}

.editor-field-padded {
border: 0 none;
display: block;
margin: 0 0 20px 0;
outline: 0 none;
padding: 0;
}

.editor-field-short {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 90%;
margin: 0;
outline: 0 none;
padding: 0;
}

/*===== Buttons =====*/
a.button {
background: #beea65;
background: #beea65 url("images/white-star.png") no-repeat scroll right 20px center;
border: 0 none;
border-radius: 10px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
padding: 15px 60px 15px 20px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.button.primary {
background: #6dd7fe;
background: #6dd7fe url("images/white-star.png") no-repeat scroll right 20px center;
margin: 0 10px 10px 0;
}

a.button:hover {
background: #fec3df url("images/white-star.png") no-repeat scroll right 20px center;
}

a.button.small {
font-size: 0.9em;
padding: 12px 50px 12px 15px;
}

a.button.full {
width: 100%;
}

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link:hover {
color: #fec3df;
text-decoration: underline;
}

a.link.under:hover {
color: #fec3df;
}

a.social:link, a.social:visited, a.social:active {
display: inline-block;
height: 32px;
width: 32px;
text-decoration: none;
}

a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
}

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: inherit; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: inherit; 
}

/*===== Lists =====*/
ul.contact {
list-style: none outside none;
margin: 0;
padding: 0;
}
	
ul.contact li {
float: left;
color: #ffffff;
font-size: 1.1em; 
font-family: 'Montserrat', sans-serif;
font-weight: 600;
cursor: pointer;
height: 32px;
line-height: 32px;
text-align: center;
padding: 0;
margin: 0 0 0 15px;
text-indent: unset;
}

ul.contact li.parent {
display: inline-block;	
}

ul.contact li.first {
padding: 0 25px 0 0;	
}

ul.contact li a {
color: #ffffff;
text-decoration: none;
}

ul.contact li a:hover {
color: #fec3df;
}

ul.contact li a.login {
position: relative;
top: -3px;
margin: 0 10px 0 0;
}

ul.contact li a.login img {
height: 40px;	
}

ul.contact li.facebook {
position: relative;
background: url('images/facebook.png') no-repeat 50% 0;
}

ul.contact li.instagram {
position: relative;
background: url('images/instagram.png') no-repeat 50% 0;
}

/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.bullets li {
color: #6dd7fe; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #4a4a49; 
font-size: 1em; 
line-height: 1.7em;
}

ul.stars {
list-style-image: url('images/pink-star.png');
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.stars li {
color: #4a4a49; 
padding: 0;
margin-bottom: 10px;
margin-left: 2.5em;
text-indent: -1.6em;
}

span.stars {
color: #4a4a49; 
font-size: 1em; 
line-height: 1.7em;
}

/*===== Footer =====*/
.featureList, .featureList ul {
padding-left: 2em;
margin: 0;
list-style-type: none;
font-size: 1em;
font-family: 'Montserrat', sans-serif;
line-height: 1.5em;
color: #4a4a49;
text-align: left;
}
.lineF {
padding-left: 4em;
margin-top: 0;
}

.featureList li:before {
position: absolute;
margin-left: -1.3em;
}

.featureList li.gthan:before {
content: "\003E";
color: #6dd7fe;
}

.featureList li.gthan a:hover {
text-decoration: none;
}

.featureList li {
margin: 0 0 12px 0;
text-indent: unset;
}	
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.top {
display: inline-block;
position: relative;
top: 5px;
}

img.spin {
border: 0;
height: auto;
max-width: 100%;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out; 
-o-transition: all 1s ease-in-out; 
-ms-transition: all 1s ease-in-out;
}

img.spin:hover {
-webkit-transform: rotate(360deg); 
-moz-transform: rotate(360deg); 
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}

img.social {
margin: 0 15px 0 0;
}

img.rounded {
border-radius: 15px;
}

img.logo {
height: 100px;
margin: 0 20px 0 0;
padding: 0;
}

/*===== Expandable Styles =====*/
.layer1 {
margin: 0;
padding: 0;
width: 100%;
}
 
.faq-wrapper {
background: #ff89bd;
border-radius: 7px; 
padding: 20px;
margin: 10px 0 30px;
}

.faq-wrapper.pink {
background: #ff89bd;
}
	
.faq-wrapper.blue {
background: #00adf2;
} 
 
.heading {
background: url("images/expand.png") no-repeat scroll right 20px center;
color: #ffffff;
font-size: 1.3em;
margin: 0;
padding: 5px 80px 8px 0;
display: block;
line-height: 1.2em;
cursor: pointer;
}

.bg {
background: url("images/expand.png") no-repeat scroll right 20px center;
}

.new-bg {
background: url("images/reduce.png") no-repeat scroll right 20px center;
}

.faqcontent {
background-color: transparent;
padding: 10px 0 0 0;
-webkit-transition: none;
-moz-transition: none; 
-o-transition: none; 
-ms-transition: none;
transition: none;
}

/*===== Animations =====*/

/*=== Fade In  ===*/
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; } }
.fadeIn { animation-name: fadeIn; }

/*=== Fade In Down ===*/
@keyframes fadeInDown {
  from { opacity: 0; transform: translate3d(0, -100%, 0); }
  to { opacity: 1; transform: none; } }
.fadeInDown { animation-name: fadeInDown; }

/*=== Fade In Up ===*/
@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 20px, 0); }
  to { opacity: 1; transform: none; } }
.fadeInUp { animation-name: fadeInUp; }

/*=== Fade In Left ===*/
@keyframes fadeInLeft {
  from { opacity: 0; transform: translate3d(-30px, 0, 0) }
  to { opacity: 1; transform: none; } }
.fadeInLeft { animation-name: fadeInLeft; }

/*=== Fade In Right ===*/
@keyframes fadeInRight {
  from { opacity: 0; transform: translate3d(100%, 0, 0); }
  to { opacity: 1; transform: none; } }
.fadeInRight { animation-name: fadeInRight; }

.animatein.in-view {  
animation: fadeIn;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateleft.in-view {  
animation: fadeInLeft;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateright.in-view {  
animation: fadeInRight;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animatedown.in-view {  
animation: fadeInDown;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateup.in-view {  
animation: fadeInUp;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

/*=== Optional Delays  ===*/
.one { animation-delay: 0.2s !important; }
.two { animation-delay: .6s !important; }
.three { animation-delay: 1s !important; }
.four { animation-delay: 1.4s !important; }
.five { animation-delay: 1.8s !important; }

/*===== MeanMenu =====*/
a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #ffffff;
    height: 2px;
    margin-top: 4px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    margin-top: 24px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
	background: #6dd7fe;
    position: relative;
    float: left;
    width: 100%;
	box-sizing: border-box;
	text-indent: unset;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0;
    text-align: left;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    text-decoration: none;
    text-transform: uppercase;
	box-sizing: border-box;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a:hover {
    color: #fec3df;
}

.mean-container .mean-nav ul li li a {
	background: #beea65;
    width: 100%;
    padding: 0 0 0 20px;
    text-shadow: none!important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
	height: 50px;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 0
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 60px;
    height: 50px;
    padding: 0 20px 10px 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 400;
    background: rgba(255, 255, 255, .1);
    border: none!important;
    border-left: 1px solid #ffffff!important
}

.mean-container .mean-push,
.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-push {
    float: left;
    clear: both
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none!important
}

/*===== Fleslider =====*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; text-indent: unset; margin: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible; backface-visibility: visible;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; position: relative; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/*===== Owl Carousel =====*/
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: #6dd7fe;
    border: none;
    padding: 0 !important;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
	font-size: 3em;
    margin: 5px 20px;
    padding: 4px 7px;
    background: #171516;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fec3df;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

/*===== Wordpress =====*/

/*===== Page Navi Styles =====*/
.wp-pagenavi {
position: relative;
height: 50px;
padding: 10px 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
padding: 7px 10px; 
margin-right: 10px;
font-family: 'Montserrat', sans-serif;
font-size: 15px; 
color: #454545; 
text-decoration: none;
border: 1px solid #6dd7fe; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
background: #6dd7fe;
color: #ffffff;
border: 1px solid #6dd7fe;
}

.wp-pagenavi span.current { 
font-weight: bold; 
}

/*===== WP Form =====*/
form.search {
margin: 0 0 30px 0;
}

/*===== Search Box =====*/
input.search-input {
border: 1px solid #959595;
color: #2b2b2b;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 35px;
line-height: 18px;
padding: 2px 3px;
margin-bottom: 10px;
transition: all 0.5s ease-in-out;
}

button.search-submit {
background-color: transparent;
display: inline-block;
border: none;
padding: 10px 0 0 10px;
position: relative;
cursor: pointer;
color: #6c7755; 
font-size: 1em; 
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}

button.search-submit::after {
border-right: 2px solid #6c7755;
border-top: 2px solid #6c7755;
content: "";
display: inline-block;
height: 0.4em;
transform: rotate(45deg);
width: 0.4em;
margin-bottom: 1px;
margin-left: 3px;
transition: all 0.5s ease-in-out;
}

button.search-submit:hover::after {
margin-left: 15px;	
}

/*===== WP Widgets =====*/
input.wpcf7-text {
border: 1px solid #cccccc;
border-radius: 7px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 500;
height: 30px;
line-height: 18px;
margin: 0 auto 10px;
padding: 10px;
width: 95%;
outline: none;
transition: all 0.5s ease-in-out;
}

input.wpcf7-text:focus {
border: 1px solid #b1d456;
}

input.wpcf7-text.error {
border: 1px solid #ffffff;
}

textarea.wpcf7-textarea {
border: 1px solid #cccccc;
border-radius: 7px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 500;
height: 200px;
line-height: 18px;
margin: 0 auto 10px;
padding: 10px;
width: 95%;
outline: none;
transition: all 0.5s ease-in-out;
}

textarea.wpcf7-textarea:focus {
border: 1px solid #b1d456;
}

textarea.wpcf7-textarea.error {
border: 1px solid #ffffff;
}

select.wpcf7-select {
background: #ffffff;
border: 1px solid #cccccc;
border-radius: 5px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 47px;
line-height: 18px;
margin: 0 auto 10px;
padding: 5px;
width: 96.5%;
outline: none;
transition: all 0.5s ease-in-out;
}

.wpcf7-radio {
font-family: 'Quicksand', sans-serif;
font-size: 1em !important;
}

.wpcf7-list-item-label {
font-size: 1em !important;
}

.wpcf7-checkbox {
display: block;
margin: 0 0 10px 0;
}

.wpcf7-list-item {
margin: 0 25px 10px 0 !important;
}

input.wpcf7-date {
border: 1px solid #cccccc;
border-radius: 7px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 500;
height: 30px;
width: 200px;
line-height: 18px;
margin: 0 auto 10px;
padding: 10px;
outline: none;
transition: all 0.5s ease-in-out;
}

input.wpcf7-submit {
background: #6dd7fe;
background: #6dd7fe url("images/white-star.png") no-repeat scroll right 20px center;
border: 0 none;
border-radius: 10px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
padding: 15px 60px 15px 20px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all 0.5s ease-in-out;
}

input.wpcf7-submit:hover {
background: #fec3df url("images/white-star.png") no-repeat scroll right 20px center;
}

div.wpcf7-response-output {
float: left;
border-radius: 7px;
width: 100%;
font-size: 1em;
font-weight: 500;
line-height: 1.3em;
margin: 1em 0 1em !important;
padding: 10px 1em !important;
}

span.wpcf7-not-valid-tip {
color: #a40019;
margin: 0 0 20px 0;	
}

.QuoteText {
border: none !important;
font-weight: 700 !important;
color: #ed008c !important;
}

/*===== Images =====*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.alignnone {float:left; margin:0 1em 1em 0}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignnone {float:left; margin:0 1em 1em 0}


/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480.99px) 
			  and (min-width: 320px) {

#header {
height: 150px;
}

#logo {
float: unset;
position: absolute;
left: -50px;
bottom: -43px;
width: 260px;
padding: 6px 0 0;
}

nav > ul > li.mobile { 
display: inline-block; 
}

#header-contact {
top: 5px;
}

ul.contact li {
font-size: 1em;	
}

ul.contact li.parent {
display: none;	
}

.hide {
display: none;
}

#menu {
width: 100%;
right: 0;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

#banner {
background: url("images/child-banner-01_stars_320.png") top right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}

.banner-content {
left: 10px;	
}

#banner-short {
height: 150px;
}

.main-content.starstop {
background-image: url("images/stars-top-right_150.png");
background-position: top right;
background-repeat: no-repeat;
}

.main-content.starsbottom {
background-image: url("images/stars-bottom-right_150.png");
background-position: bottom right;
background-repeat: no-repeat;
}

.main-content.starsboth {
background-image: url("images/stars-top-right_150.png"), url("images/stars-bottom-right_150.png");
background-position: top right, bottom right;
background-repeat: no-repeat, no-repeat;
}

.main-content.childfooter {
background-image: url("images/child-footer-01_769.png"), url("../images/stars-top-right_150.png");
background-position: bottom -25px right -100px, top right;
background-repeat: no-repeat, no-repeat;
padding: 0 0 80px;
}

.meeting-header {
padding: 0;
}

.download {
margin: 0;
padding: 10px 0 0;
width: 100%;
}

.container-pack {
width: 100%;
}

.main-content-top-wrapper {
width: 100%;
max-width: 1600px;
padding: 40px 10px 60px;
margin: 0 auto;
overflow: hidden;
}

.job-desc-column {
width: 45%;	
}

.job-detail-column {
width: 55%;	
}

.three-column {
width: 100%;
}

.left-column-70 {
width: 100%;
padding: 0;
}

.right-column-30 {
width: 100%;
padding: 40px 0 0;
}

.left-column-30 {
width: 100%;
padding: 0;
}

.right-column-70 {
width: 100%;
padding: 40px 0 0;
}

.flex-wrapper {
flex-flow: column nowrap;
}

.rooms-column {
width: 100%;
}

.rooms-column.image {
padding: 40px 10px;
}

#footer-column-01 {
width: 100%;
padding: 0;
}

#footer-column-02 {
width: 100%;
padding: 40px 0 0;
}

#footer-column-03 {
width: 100%;
padding: 60px 0 0;
text-align: center;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.8em;
}

h3 {
font-size: 1.5em;
}

h4 {
font-size: 1.2em;
}

p.main-text {
font-size: 0.9em;
}

p.main-text.large {
font-size: 1em;
}

p.banner-text {
font-size: 1.9em;
}

p.banner-text.small {
font-size: 1.1em;
}

a.button {
font-size: 0.9em;
}

input.contact {
width: 90%;
}	

textarea.contact {
width: 90%;
}

p.error-text { 
font-size: 8em; 
}			  

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600.99px) 
			  and (min-width: 481px) {
			  
#header {
height: 165px;
}

#logo {
width: 280px;
top: 20px;
}

#header-contact {
top: 10px;
}

ul.contact li {
font-size: 1em;
}

#menu {
width: 100%;
right: 0;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

#banner {
background: url("images/child-banner-01_stars_480.png") top right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}

.banner-content {
left: 20px;	
}

#banner-short {
height: 175px;
}

.main-content.starstop {
background-image: url("images/stars-top-right_200.png");
background-position: top right;
background-repeat: no-repeat;
}

.main-content.starsbottom {
background-image: url("images/stars-bottom-right_200.png");
background-position: bottom right;
background-repeat: no-repeat;
}

.main-content.starsboth {
background-image: url("images/stars-top-right_200.png"), url("images/stars-bottom-right_200.png");
background-position: top right, bottom right;
background-repeat: no-repeat, no-repeat;
}

.main-content.childfooter {
background-image: url("images/child-footer-01_769.png"), url("images/stars-top-right_200.png");
background-position: bottom -25px right -100px, top right;
background-repeat: no-repeat, no-repeat;
padding: 0 0 80px;
}

.meeting-header {
padding: 0;
}

.download {
margin: 0;
padding: 10px 0 0;
width: 100%;
}

.container-pack {
width: 100%;
}

.main-content-top-wrapper {
width: 100%;
max-width: 1600px;
padding: 40px 10px 60px;
margin: 0 auto;
overflow: hidden;
}

.job-desc-column {
width: 33.333%;	
}

.job-detail-column {
width: 66.666%;	
}

.three-column {
width: 100%;
}

.left-column-70 {
width: 100%;
padding: 0;
}

.right-column-30 {
width: 100%;
padding: 40px 0 0;
}

.left-column-30 {
width: 100%;
padding: 0;
}

.right-column-70 {
width: 100%;
padding: 40px 0 0;
}

.flex-wrapper {
flex-flow: column nowrap;
}

.rooms-column {
width: 100%;
}

.rooms-column.image {
padding: 40px 10px;
}

#footer-column-01 {
width: 100%;
padding: 0;
}

#footer-column-02 {
width: 100%;
padding: 40px 0 0;
}

#footer-column-03 {
width: 100%;
padding: 60px 0 0;
text-align: center;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.6em;
}

h4 {
font-size: 1.3em;
}

p.main-text {
font-size: 0.9em;
}

p.main-text.large {
font-size: 1em;
}

p.banner-text {
font-size: 2em;
}

p.banner-text.small {
font-size: 1.2em;
}

a.button {
font-size: 0.9em;
}

input.contact {
width: 90%;
}	

textarea.contact {
width: 90%;
}
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 768.99px) 
			  and (min-width: 601px) {

#header {
height: 155px;
}

#logo {
width: 300px;
top: 1px;
}

#header-contact {
top: 15px;
}

ul.contact li {
font-size: 1em;
}

#menu {
width: 100%;
right: 0;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

#banner {
background: url("images/child-banner-01_stars.png") top right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}

.banner-content {
left: 20px;	
}

#banner-short {
height: 200px;
}

.main-content.starstop {
background-image: url("images/stars-top-right_250.png");
background-position: top right;
background-repeat: no-repeat;
}

.main-content.starsbottom {
background-image: url("images/stars-bottom-right_250.png");
background-position: bottom right;
background-repeat: no-repeat;
}

.main-content.starsboth {
background-image: url("images/stars-top-right_250.png"), url("images/stars-bottom-right_250.png");
background-position: top right, bottom right;
background-repeat: no-repeat, no-repeat;
}

.main-content.childfooter {
background-image: url("images/child-footer-01_769.png"), url("images/stars-top-right_250.png");
background-position: bottom -25px right -100px, top right;
background-repeat: no-repeat, no-repeat;
padding: 0 0 80px;
}

.container-pack {
width: 90%;
}

.job-desc-column {
width: 33.333%;	
}

.job-detail-column {
width: 66.666%;	
}

.three-column {
width: 100%;
}

.left-column-70 {
width: 100%;
padding: 0;
}

.right-column-30 {
width: 100%;
padding: 40px 0 0;
}

.left-column-30 {
width: 100%;
padding: 0;
}

.right-column-70 {
width: 100%;
padding: 40px 0 0;
}

.flex-wrapper {
flex-flow: column nowrap;
}

.rooms-column {
width: 100%;
}

.rooms-column.image {
padding: 40px 10px;
}

#footer-column-01 {
width: 40%;
}

#footer-column-02 {
width: 60%;
padding: 0;
}

#footer-column-03 {
width: 100%;
padding: 60px 0 0;
text-align: center;
}

h1 {
font-size: 2.3em;
}

h2 {
font-size: 2.3em;
}

h3 {
font-size: 1.8em;
}

h4 {
font-size: 1.4em;
}

p.main-text.large {
font-size: 1em;
}

p.banner-text {
font-size: 2.3em;
}

p.banner-text.small {
font-size: 1.4em;
}

a.button {
font-size: 0.9em;
}		  

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1024.99px) 
			  and (min-width: 769px) {

#header {
height: 155px;
}

#logo {
width: 325px;
top: -10px;
}

#menu {
width: 100%;
right: 0;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

#banner {
background: url("images/child-banner-01_769.png") bottom right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 350px;
}

.banner-content {
left: 20px;	
}

#banner-short {
height: 200px;
}

.main-content.starstop {
background-image: url("images/stars-top-right_250.png");
background-position: top right;
background-repeat: no-repeat;
}

.main-content.starsbottom {
background-image: url("images/stars-bottom-right_250.png");
background-position: bottom right;
background-repeat: no-repeat;
}

.main-content.starsboth {
background-image: url("images/stars-top-right_250.png"), url("images/stars-bottom-right_250.png");
background-position: top right, bottom right;
background-repeat: no-repeat, no-repeat;
}

.main-content.childfooter {
background-image: url("images/child-footer-01_1250.png"), url("images/stars-top-right_250.png");
background-position: bottom -25px right -100px, top right;
background-repeat: no-repeat, no-repeat;
}

.container-pack {
width: 75%;
}

.job-header {
min-height: 75px; 
}

.three-column {
padding: 20px 10px;
}

.flex-wrapper {
flex-flow: column nowrap;
}

.rooms-column {
width: 100%;
}

.rooms-column.image {
padding: 40px 10px;
}

#footer-column-01 {
width: 40%;
}

#footer-column-02 {
width: 60%;
padding: 0;
}

#footer-column-03 {
width: 100%;
padding: 60px 0 0;
text-align: center;
}

h1 {
font-size: 2.6em;
}

h3 {
font-size: 1.8em;
}

p.banner-text {
font-size: 2.6em;
}

p.banner-text.small {
font-size: 1.6em;
}			  
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1250.99px) 
			  and (min-width: 1025px) {

#header {
height: 155px;
}

#logo {
width: 325px;
top: -10px;
}

#menu {
width: 100%;
right: 0;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

#banner {
background: url("images/child-banner-01_1250.png") bottom right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 350px;
}

.banner-content {
left: 10%;	
}

.main-content.starstop {
background-image: url("images/stars-top-right_300.png");
background-position: top right;
background-repeat: no-repeat;
}

.main-content.starsbottom {
background-image: url("images/stars-bottom-right_300.png");
background-position: bottom right;
background-repeat: no-repeat;
}

.main-content.starsboth {
background-image: url("images/stars-top-right_300.png"), url("images/stars-bottom-right_300.png");
background-position: top right, bottom right;
background-repeat: no-repeat, no-repeat;
}

.main-content.childfooter {
background-image: url("images/child-footer-01.png"), url("images/stars-top-right_300.png");
background-position: bottom -25px right -100px, top right;
background-repeat: no-repeat, no-repeat;
}

.container-pack {
width: 60%;
}

.job-header {
min-height: 75px; 
}

h1 {
font-size: 2.6em;
}

h3 {
font-size: 1.8em;
}

p.banner-text {
font-size: 3em;
}

p.banner-text.small {
font-size: 1.8em;
}		  
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1500.99px) 
			  and (min-width: 1361px) {
			  
#banner {
background: url("images/child-banner-01_1500.png") bottom right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 450px;
}

.banner-content {
left: 10%;	
}

.main-content.starstop {
background-image: url("images/stars-top-right_350.png");
background-position: top right;
background-repeat: no-repeat;
}

.main-content.starsbottom {
background-image: url("images/stars-bottom-right_350.png");
background-position: bottom right;
background-repeat: no-repeat;
}

.main-content.starsboth {
background-image: url("images/stars-top-right_350.png"), url("images/stars-bottom-right_350.png");
background-position: top right, bottom right;
background-repeat: no-repeat, no-repeat;
}

.main-content.childfooter {
background-image: url("images/child-footer-01.png"), url("images/stars-top-right_350.png");
background-position: bottom -25px right -100px, top right;
background-repeat: no-repeat, no-repeat;
}

.container-pack {
width: 60%;
}

h1 {
font-size: 2.8em;
}

p.banner-text {
font-size: 3.3em;
}			  
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1360.99px) 
			  and (min-width: 1251px) {

#header {
height: 155px;
}

#logo {
width: 350px;
}

nav a {
padding: 0 25px;
}

#banner {
background: url("images/child-banner-01_1500.png") bottom right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 400px;
}

.banner-content {
left: 10%;	
}

.main-content.starstop {
background-image: url("images/stars-top-right_300.png");
background-position: top right;
background-repeat: no-repeat;
}

.main-content.starsbottom {
background-image: url("images/stars-bottom-right_300.png");
background-position: bottom right;
background-repeat: no-repeat;
}

.main-content.starsboth {
background-image: url("images/stars-top-right_300.png"), url("images/stars-bottom-right_300.png");
background-position: top right, bottom right;
background-repeat: no-repeat, no-repeat;
}

.main-content.childfooter {
background-image: url("images/child-footer-01.png"), url("images/stars-top-right_300.png");
background-position: bottom -25px right -100px, top right;
background-repeat: no-repeat, no-repeat;
}

.container-pack {
width: 60%;
}

h1 {
font-size: 2.8em;
}

p.banner-text {
font-size: 3.3em;
}		  
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1500.99px) 
			  and (min-width: 1361px) {
			  
#banner {
background: url("images/child-banner-01_1500.png") bottom right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 450px;
}

.banner-content {
left: 10%;	
}

.main-content.starstop {
background-image: url("images/stars-top-right_350.png");
background-position: top right;
background-repeat: no-repeat;
}

.main-content.starsbottom {
background-image: url("images/stars-bottom-right_350.png");
background-position: bottom right;
background-repeat: no-repeat;
}

.main-content.starsboth {
background-image: url("images/stars-top-right_350.png"), url("images/stars-bottom-right_350.png");
background-position: top right, bottom right;
background-repeat: no-repeat, no-repeat;
}

.main-content.childfooter {
background-image: url("images/child-footer-01.png"), url("images/stars-top-right_350.png");
background-position: bottom -25px right -100px, top right;
background-repeat: no-repeat, no-repeat;
}

.container-pack {
width: 60%;
}

h1 {
font-size: 2.8em;
}

p.banner-text {
font-size: 3.3em;
}
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1700.99px) 
			  and (min-width: 1501px) {

#banner {
background: url("images/child-banner-01_1700.png") bottom right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
	
.container-pack {
width: 60%;
}	
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1800px) 
			  and (min-width: 1701px) {

#banner {
background: url("images/child-banner-01_1800.png") bottom right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
	
.container-pack {
width: 60%;
}	
			  
}