@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@600&display=swap');
@import url('https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css');
@import url('https://cdn.jsdelivr.net/animatecss/3.5.2/animate.min.css');
*,
::after,
::before {
    box-sizing: border-box;
}
html, body {
	height:100%;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
strong {
	font-weight:500;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    background-color: #fff;
	line-height:160%;
}

img {
	max-width:100%;
	height:auto;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:500;
}
a {
	text-decoration:none;
	font-weight:500;
	color:#374fa6;
}
input, select, textarea, button {
	font-family: 'Rubik', sans-serif;
}
table {
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  text-align: left;
  width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



td,
th {
 border-bottom: 1px solid #e1e1e1;
  padding: 0.5rem 0.5rem;
  }
th {
	font-weight:500;
}
table tr:last-child td, table tr:last-child th {
	border-bottom:none;
}
td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

@media (min-width: 40rem) {
  table {
    display: table;
    overflow-x: initial;
  }
}

.formfield {
	margin:10px 0;
	position:relative;
}

.formfield label {
	display:block;
	padding-bottom:7px;
	font-size:14px;
	font-weight:500;
}

label {
	font-weight:500;
}


input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
input[type="time"],
textarea,
select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.3rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #333333;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	min-height: 38px;
}

textarea {
	min-height:65px;
	-webkit-appearance:none;
	resize:none;
	
}

input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="text"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="time"]:disabled,
textarea:disabled,
select:disabled,
option {
	border:none;
	-webkit-appearance:none;
	padding:0 0 10px 0;
	color:#212529;
}

@media (prefers-reduced-motion: reduce) {
    input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
        transition: none;
    }
}
input[type="email"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="text"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="password"]::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
    background-color: transparent;
    border: 0;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.button, button, input[type="submit"] {
	background-color:rgba(255,255,255,0);
	border:solid 1.5px #000;
	padding:10px 15px;
	color:#000;
	font-weight:500;
	/*border-radius:5px;*/
	cursor:pointer;
	font-size:14px;
	letter-spacing:0.5px;
}

.button:hover, button:hover, input[type="submit"]:hover {
background-color:rgba(0,0,0,1);
color:#fff;
border:solid 1.5px #fff;
	-webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.button.button-white {
	background-color:rgba(0,0,0,0);
	border:solid 1px #fff;
	color:#fff;
}

.button-black {
	background-color:rgba(0,0,0,1);
	border:solid 1px #fff;
	color:#fff;
}

.button.button-white:hover {
	background-color:rgba(255,255,255,1);
color:#000;
border:solid 1.5px #000;
	-webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

/* input[type=file] {
 height: 0;
  overflow: hidden;
  width: 0;
}

input[type=file] + label {
  background: #374fa6;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: 500;
  margin-bottom: 1rem;
  outline: none;
  padding: 10px 20px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
}
input[type=file] + label:hover {
  background-color: #333333;
}
*/

input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    /* Style the box. */
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
	border-radius:3px;
  }

  input[type=checkbox]:checked {
    /* Prepare for placing the new checkmark. */
    position: relative;
    /* Do a bug fix to keep iOS from adding dark background. */
    background: #374fa6;
	border:solid 1px #374fa6;
  }

  input[type=checkbox]:checked::after {
    /* Place (position) the new checkmark. */
    position: absolute;
    top: 4px;
    left: 2.5px;
    /*  Create a checkmark in CSS. 
    	Could use an SVG or `content: "✓";` instead. 
    	This is a box, turned 45 degs, with a 
    	left and bottom border to make the checkmark.
    	Created using an empty pseudo-element.*/
    content: "";
    width: 12px;
    height: 6px;
    border: 3px solid #fff;
    border-right: none;
    border-top: none;
    transform: rotate(-45deg);
  }


td input, td select{
	width:auto;
}

td button, td .button, td input[type=file] + label {
	font-size:13px;
	padding:5px 10px;
	margin:0;
}

input[type=file].yellowfile + label {
	font-size:13px;
	padding:5px 10px;
	margin:0;
	background: #fbbe2e;
    border: solid 1px #fbbe2e;
    color: #000;
}


.container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 95%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 95%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }




/* Modal Box */

.modal {
  position: fixed;
  top: 0px;
  pointer-events: none;
  left: 0px;
  background: rgba(51, 51, 51, 0.9);
  width: 100vw;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal.active .box {
  top: 50%;
}
.modal .close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  color: #ddd;
}
.modal .box {
  background: #fff;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 20px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  min-width:40%;
}

.modal .box h3 {
	font-size:22px;
	margin-bottom:25px;
}



/******************************** 

Custom Styles

********************************/

.site-header {
	position:fixed;
	top:0;
	left:0;
	padding:15px 0;
	background-color:#000;
	color:#fff;
	right:0;
	width:100%;
	z-index:4;
	border-bottom:solid 1px transparent;
}

.site-header.header-with-dropdown {
	border-bottom:solid 1px #fff;
}

.site-header:hover {
/*	background-color:rgba(0,0,0,1);
	-webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;*/
}

.site-header .row {
	display:flex;
	align-items:center;
}

.text-center {
	text-align:center;
}

.text-right {
	text-align:right;
}

.site-header .text-center h1 {
	font-size:25px;
	font-family: 'Cormorant SC', serif;
}

.site-header .text-center a {
	color:#fff;
}

.site-header .text-center h3 {
	letter-spacing:4px;
	font-weight:300;
	font-size:14px;
	margin-top: 6px;
}

.navigation-icon {
  display: inline-block;
  cursor: pointer;
}

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

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

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

.main-nav {
	background:#000;
	padding:150px 0 70px 0;
	color:#fff;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	right:0;
	z-index:3;
	display:none;
}
.main-nav h3 {
	font-family: 'Cormorant SC', serif;
	font-size: 17px;
    margin-top: 15px;
}
.main-nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

.main-nav ul li {
	padding:7px 0;
}
.main-nav ul li a {
	color:#fff;
	font-weight:300;
}

.main-nav ul li a:hover {
	color:#CA8664;
	-webkit-transition: color 0.5s; /* For Safari 3.0 to 6.0 */
        transition: color 0.5s; /* For modern browsers */
}

.main-nav .row {
	display:flex;
	align-items:center;
}

.main-nav .button {
	display:inline-block;
}

.main-nav img {
	max-width:120px;
}

.home-hero {
	min-height:100vh;
	display:flex;
	align-items:Center;
	position:relative;
	color:#fff;
	justify-content:center;
	background:url(images/slide-4.JPG) no-repeat center center #000;
	background-size:cover;
	text-align:center;
}

.home-hero:before {
	content:'';
	display:block;
	position:absolute;
background-color:rgba(0,0,0,0.45);
/*background: radial-gradient(rgba(0,0,0,0.4) 25%, rgba(255,255,255,0) 55%);*/
width:100%;
height:100%;
z-index:1
}

.home-hero .home-hero-text {
	z-index:2;
	line-height:350%;
}

.home-hero .home-hero-text h3 {
	font-size:30px;
	font-weight:300;
	/*text-shadow: 0 0px 3px black;*/
}

.home-hero .home-hero-text h2 {
	font-size:50px;
	/*font-weight:bold;*/
	letter-spacing:0.5px;
	/*text-shadow: 0 0px 40px black;*/
	/*letter-spacing:1.5px;*/
}

section.home-intro {
	padding:150px 0 100px 0;
	text-align:center;
}

section.home-intro img{
	max-width:120px;
	margin-bottom:25px;
}

section.home-intro p {
	/*max-width:75%;
	margin:0 auto;*/
	font-weight: 400;
    padding-bottom: 50px;
    line-height: 200%;

}

section.home-services-heading {
	padding:100px 0 80px 0;
	background:#000;
	text-align:center;
	color:#fff;
}

section.home-services-heading h2 {
	font-size:40px;
	margin-bottom:25px;
}

section.shared-office {
	padding:180px 0;
	position:relative;
	/*margin-top:60px;*/
}

section.shared-office .shared-office-left {
	position:absolute;
	width:45%;
	height:100%;
	top:0;
	left:0;
	bottom:0;
	background:url(images/sharedoffice2.JPG) no-repeat center center;
	background-size:cover;
}

section.shared-office .shared-office-left.thirty-forty {
	background:url(images/30-40-Seats.JPG) no-repeat center center;
	background-size:cover;
	 }
	 
section.shared-office .personal-office-right.sixteen-twenty {
	background:url(images/16-20-Seats.JPG) no-repeat center center;
	background-size:cover;
	 }
	 
section.shared-office .shared-office-left.ten-fifteen {
	background:url(images/10-15-Seats.jpg) no-repeat center center;
	background-size:cover;
	 }

section.shared-office h2 {
	font-size:30px;
}


section.personal-office {
	padding:120px 0;
	position:relative;
	margin:0 0 60px 0;
}

section.personal-office.personal-office-new {
	padding:180px 0;
	margin-bottom:0;
}

section.personal-office .personal-office-right {
	position:absolute;
	width:45%;
	height:100%;
	top:0;
	right:0;
	bottom:0;
	background:url(images/Personal-seat.JPG) no-repeat center center;
	background-size:cover;
}

section.personal-office h2 {
	font-size:30px;
}

section.personal-office ul{
	margin:0 0 10px 0;
	padding:0;
	list-style: disc;
    list-style-position: inside;
}

section.personal-office .button {
	display:inline-block;
	margin-top:10px;
	font-size:18px;
}

section.meeting-room .row {
	display:flex;
}

section.meeting-room .row .four.columns:nth-child(1) {
	margin:70px 0;
	background:url(images/Meeting-rooms-1.JPG) no-repeat center center;
	background-size:cover;
}

section.meeting-room .row .four.columns:nth-child(3) {
	margin:70px 0;
	background:url(images/Meetin-room-2.JPG) no-repeat center center;
	background-size:cover;
}

section.meeting-room .row .four.columns:nth-child(2) {
	background:#e1e1e1;
	padding:160px 25px;
	text-align:center;
	box-shadow: 0 10px 8px -7px #00000087;
}

section.meeting-room .row .four.columns:nth-child(2) h2 {
	font-size:30px;
}

section.meeting-room .columns {
	margin:0;
	width:33.33%;
}

section.amenities-heading {
	padding:110px 0 110px 0;
	background:#000000;
	text-align:center;
	color:#fff;
	margin:60px 0 0 0;
}

section.amenities-heading h2 {
	font-size:35px;
}

section.amenities-text {
	padding:80px 0;
}

section.amenities-text h2 {
	text-align:center;
	font-weight:500;
	font-size:30px;
}

section.amenities-text .row {
	width:80%;
	margin:0 auto;
}

section.amenities-text p {
	text-align:center;
}

section.amenities-text h3{
	font-weight:500;
	margin:35px 0 10px 0;
}

section.amenities-text ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:15px;
}

section.ambience-heading {
	padding:110px 0 110px 0;
	background:#000000;
	text-align:center;
	color:#fff;
	margin:0;
}

section.ambience-heading h2 {
	font-size:35px;
}

section.ambience-text {
	padding:80px 0;
}

section.ambience-text h2 {
	text-align:center;
	font-weight:500;
	font-size:30px;
	margin-bottom:40px;
}

section.ambience-text ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}

section.ambience-text ul li {
	margin-bottom:20px;
}

section.visit-us .row {
	display:flex;
}
section.visit-us .columns {
	margin:0;
}

section.visit-us .four.columns {
	background: #e1e1e1;
	padding:50px;
	width:40%;
}

section.visit-us .eight.columns {
	font-size:0;

}

section.visit-us iframe {
	margin-bottom:-13px;
}

section.visit-us-heading {
	padding:110px 0 110px 0;
	background:#000000;
	text-align:center;
	color:#fff;
	margin:0;
}

section.visit-us-heading h2 {
	font-size:35px;
}
.site-footer {
	padding:60px 0;
	background:#000;
	color:#fff;
}

.site-footer h3 {
	font-size:22px;
}

.site-footer ul {
	margin:15px 0 0 0;
	padding:0;
	list-style:none;
}

.site-footer ul li {
	margin-bottom:7px;
}

.site-footer ul li a {
	color:#fff;
	font-weight:300;
	font-size:16px;
}

.site-footer ul li a:hover {
	color:#CA8664;
	-webkit-transition: color 0.5s; /* For Safari 3.0 to 6.0 */
        transition: color 0.5s; /* For modern browsers */
}

.site-footer ul li a i {
	font-size:30px;
	margin-left:-5px;
}


.innerpage-hero {
	min-height:40vh;
	display:flex;
	position:relative;
	color:#fff;
	justify-content:center;
	background-size:cover;
	text-align:center;
	background:#000;
	padding:160px 0 0 0;
}



.innerpage-hero .home-hero-text {
	z-index:2;
	line-height:350%;
}

.innerpage-hero .home-hero-text h3 {
	font-size:30px;
	font-weight:300;
	text-shadow: 0 0px 3px black;
}

.innerpage-hero .home-hero-text h2 {
	font-size:50px;
	font-weight:300;
	letter-spacing:0.5px;
	text-shadow: 0 0px 40px black;
}





/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin:20px 0;
  font-weight: 300;
    line-height: 140%;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border:solid 1px #ccc;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-form {
	padding:5%;
}

.contact-form .six.columns {
	padding:11px 0;
}

section.about-us {
	padding:5% 3.5%;
}

section.about-us .five.columns {
	text-align:center;
}

section.about-us .five.columns img {
	max-width:80%;
}
section.about-us .six-columns {
	padding-top:100px;
}

.submit-div {
	text-align:center;
}

#successMessage {
	text-align:center;
	font-size:25px;
	font-weight:bold;
	padding:150px 0;
}

section.covid h2{
	font-size:35px;
	text-align:center;
	margin-bottom:35px;
}

section.covid li {
	padding:10px 0;
}
.ourServicesAnchor {
	height:50px;
	display:block;
}

.about-us.covid ul {
	    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.whatsapplink {
	position:fixed;
	bottom:1%;
	right:1%;
	font-size:40px;
	color:#fff;
	padding:10px;
	background:#000;
	border-radius:5px;
	z-index:10;
}
.whatsapplink:hover {
	color:#CA8664;
	-webkit-transition: color 0.5s; /* For Safari 3.0 to 6.0 */
        transition: color 0.5s; /* For modern browsers */
}

.contact-form h2 {
	text-align:center;
	margin-bottom:35px;
	font-size:35px;
}
@media all and (max-width: 800px) { 
.site-header .four.columns:first-child{
	width:30%;
}
.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}
.home-hero {
	min-height:60vh;
}
.main-nav .row {
	flex-direction:column;
}

.main-nav .row .four.columns:nth-child(2), .main-nav .row .four.columns:nth-child(3) {
text-align:center;
margin-top:50px;
}
.change .bar3 {
    transform: translate(0, -7px) rotate(45deg);
}
section.home-intro p {
	max-width:100%;
}
section.shared-office {
	padding:0 0 60px 0;
	margin-top:0;
}
section.shared-office .shared-office-left, section.personal-office .personal-office-right {
	position: relative;
    width: 100%;
    min-height: 250px;
}
section.personal-office {
	padding-top:0;
	margin-top:0;
}
section.personal-office .personal-office-right {
	margin-bottom:35px;
}
section.meeting-room .row {
	flex-direction:column;
}
section.meeting-room .row .columns, section.meeting-room .row .four.columns:nth-child(1), section.meeting-room .row .four.columns:nth-child(3) {
	width:100%;
	margin:0;
	min-height:250px;
}
section.amenities-heading {
	margin:0;
}
.amenities-text {
	text-align:center;
}
section.visit-us .row {
	flex-direction:column;
}
section.visit-us .four.columns {
	width:100%;
}
.site-footer ul {
	margin-bottom:30px;
}
.site-header .text-center h3 {
	display:none;
}

.site-header .button-white {
	font-size:12px;
}
.home-hero .home-hero-text h3 {
	font-size:22px;
}
.home-hero .home-hero-text h2 {
	font-size:32px;
}
.main-nav {
	padding:100px 0 50px 0;
}
.main-nav ul {
	margin:20px 0;
}
section.about-us .five.columns img {
	max-width:100%;
}
section.about-us {
	padding:5% 0;
}

section.about-us .six.columns {
	padding:0 5%;
}
 }
