body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
img {
	max-width: 100%;
}

#header {
	position: relative;
	background-color: #00649C;
}
#header .content {
	padding: 5px;
	line-height: 2;
}
#logo {
	width: 100%;
	float: left;
	max-width: 250px;
	padding: 5px;
}
#call_now {
	float: right;
	width: 100%;
	max-width: 500px;
	color: #FFF;
	margin-top: 20px;
	text-align: right;
}
#call_now p {
	font-size: 1.5rem;
	text-align: right;
	font-weight: 700;
	margin: 0 .4375rem;
}
#call_now span {
	color: #3cc2cb;
}
#call_now a {
	text-decoration: none;
	color: #FFF;
}
a.contact-button {
	background-color: #FFF;
	color: #000 !important;
	display: inline-block;
	padding: 0 20px;
	border-radius: 10px;
	font-size: 1.2rem;
}
#call_now .call-now-bottom {
	font-size: 1.125rem;
	border-top: 1px solid #7498d1;
}

/* ----------- nav bar -------------- */

#navbtn {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	padding-left: 2px;
	padding-right: 2px;
	
	cursor: pointer;
	cursor: hand;
	cursor: pointer;
	cursor: hand;
}
.menu-global {
  backface-visibility: hidden;
  position: absolute;
  left: 11px;
 border-top: 3px solid #999;
  width: 32px;
  transition: 0.55s;
}
.menu-top {
  top: 11px;
}
.menu-middle {
  top: 23px;
}
.menu-bottom {
  top: 35px;
}
#navbtn.sel {
	
}
#navbtn.sel .menu-top {
  backface-visibility: hidden;
  top: 23px;
  transform: rotate(220deg);
  -webkit-transform: rotate(220deg);
  transition: 0.55s 0.5s;
}
#navbtn.sel .menu-middle {
  opacity: 0;
}
#navbtn.sel .menu-bottom {
  backface-visibility: hidden;
  top: 23px;
  transform: rotate(-220deg);
  -webkit-transform: rotate(-220deg);
  transition: 0.55s 0.5s;
}
header nav {
	vertical-align: top;
	margin: 0;
	display: block;
	border-top: 1px solid #00649C;
	text-align: center;
}
header nav ul {
	list-style:none;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #000;
}
header nav li {
    display: inline-block;
    position: relative;
	padding: 0;
	border-right: 1px solid #00649C;
}
header nav li.current {
	background-color: #00649C;
}
header nav a {
	
	padding: .75rem 1.875rem;
    display: inline-block;
    font-size: 1rem;
	font-weight: 700;
    color: #27AAE1;
    text-decoration: none;
	transition: all 0.5s;
}
header nav a:hover {
	color: #cfdbee;
	transition: all 0.5s;
}

/* dropdowns */
header nav ul li ul {
	display: none;
	
}
header nav ul ul {
	display: none;
	z-index: 100;
	position:absolute;
	width: 250px;
	height: auto;
	left: 0;
	padding: 0;
	background: none;
}
header ul ul li {
	text-align: left;
	background: rgba(0,0,0,0.8);
	display: block;
	border-bottom: 1px solid #333;
}
header ul ul li:hover {
	background-color: #00649C;
}
header ul ul li a {
	font-size: 16px;
	padding: 10px 20px;
	text-transform: none;
	display: block;
	color: #FFF;
	line-height: 24px;
}
header ul ul li .fa {
	font-size:  24px;
	min-width: 40px;
	text-align: center;
	display: inline-block;
}

/* ------------ content ------------- */

.content {
	max-width: 1100px;
	padding: 30px;
	text-align: left;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
}
.content.full-width,
.content.hero {
	max-width: 100%;
	padding: 0;
}
.content.full-width p {
	margin: 0;
}
.content.hero {
	padding: 0;
	background-size: cover;
}
h1, h2, h3 {
	font-weight: 600;
	line-height: 1.2;
}
h1 {
	color: #00649C;
	font-size: 2.625rem;
}
h2 {
	font-size: 1.5rem;
}
hr {
	border-top: 1px solid #DDD;
	clear: both;
}

.content.hero h1 {
	display: inline-block;
	margin-top: 150px;
	background: rgba(255,255,255,0.9);
	color: #000;
	margin-bottom: 0;
	padding-top: 10px;
	padding-left: 100px;
	padding-right: 15px;
	padding-bottom: 0;
	font-size: 5rem;
	line-height: 1.2;
}
.content.hero.portfolio-page h1 {
	font-size: 3rem;
}
.row {
	clear: both;
	position: relative;
}
.column {
	float: left;
}
.column.half {
	width: 48%;
	margin: 0 1%;
}
.column.third {
	width: 31.333%;
	margin: 0 1%;
	background: #CCC;
	height: 200px;
}
.column {
	float: left;
}
.col-xxsmall {
	width: 1%;
}
.col-small {
	width: 4%;
}
.col-1 {
	width: 8%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
}
.column.alignright {
	text-align: right;
}
.column.aligncenter {
	text-align: center;
}
.clearer {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.media.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.media.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.media.aligncenter {
	margin: 20px auto;
	display: block;
}

.button {
	background-color: #3cc2cb;
	display: inline-block;
	font-size: 1rem;
	margin-top: 10px;
	padding: .375rem .75rem;
	color: #FFF;
	text-decoration: none;
	border-width: 0;
	border-radius: 4px;
	cursor: pointer;
	cursor: hand;
}
.button:hover {
	background-color: #89dae0;
}
.button.loading {
	background-image: url(../graphics/buttonloader.gif);
	background-size: 35px;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -1000em; 
}
.button.disabled {
	opacity: 0.5;
}
.button.hide {
	display: none;
}

iframe {
	width:  100%;
	border-width: 0;
}


/* -------------- pagination ----------------- */
.pagination {
	margin-top: 30px;
}
.pagination .pagelink {
	display: inline-block;
}
.pagination .pagelink a {
	background-color: #034763;
	display: inline-block;
	border-radius: 4px;
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
}
.pagination .pagelink a:hover {
	background-color: #047aab;
}
.pagination .pagelink.current {
	background-color: #999;
	padding: 5px 10px;
	border-radius: 4px;
	color: #FFF;
}


.content.fullwidth {
	max-width: 100%;
}

/* ---------- accordions ---------------- */

.accordion-section p {
	display: none;
}
.accordion-item {
	background-color: #e9f0f6;
	padding: 20px;
	cursor: pointer;
	cursor: hand;
}
.accordion-item h2 {
	margin: 0;
	font-size: 1.3rem;
}
.accordion-item.alt {
	background-color: #FFF;
}
.accordion-caret {
	float: right;
	font-size: 2rem;
}
.accordion-item p {
	display: block;
}
.accordion-item p.hide {
	display: none;
}
.accordion-content {
	display: none;
	padding: 20px 30px;
	text-align: left;
}


/* --------------- forms ---------------- */
.formfield {
	position: relative;
	font-size: 18px;
	margin: 7px 0;
	float: left;
	width: 100%;
}

.formfield.half {
	width: 48%;
	margin-right: 2%;
}
.formfield.half.right {
	margin-right: 0;
	margin-left: 2%;
}
.formfield.third {
	width: 31.33%;
	margin-left: 1%;
	margin-right: 1%;
}
.formfield.third.left {
	margin-left: 0;
	margin-right: 2%;
}
.formfield.third.right {
	margin-right: 0;
	margin-left: 2%;
}

.formfield input[type="text"], .formfield input[type="password"], .formfield textarea {
	width: 96%;
	padding: 4px 2%;
	font-size: 18px;
	color: #333;
	border: 1px solid #333;
	border-radius: 3px;
}
.formfield.price input[type="text"] {
	max-width: 100px;
}
.formfield select {
	width: 100%;
	font-size: 18px;
	color: #333;
	border: 1px solid #333;
}
.formfield input[type="text"]:disabled, .formfield input[type="password"]:disabled, .formfield textarea:disabled, .formfield select:disabled {
	opacity: .3;
}
.formfield input[type="text"].placeholder, .formfield input[type="password"].placeholder, .formfield textarea.placeholder {
	color: #999;
}
.formfield input[type="text"].required, .formfield input[type="password"].required, .formfield textarea.required {
	color: #CC0000;
	border-color: #CC0000;
	background-image: url(../graphics/form-required.svg);
	background-position: top right;
	background-size: 70px auto;
	background-repeat: no-repeat;
}

#required {
	color: #FF0000;
	display: none;
}


.formdata {
	display: none;
}


/* ——————— homepage ———————— */
.content.home-banner-wrap {
	
	max-width: 100%;
	padding: 0;
}
.content.home-banner-wrap .content {
	padding: 0;
}
.home-banner-wrap p {
	display: none;
}
.home-slider {
	margin-bottom: 0 !important;
	
}
.home-slider .slides li {
	background-size: cover;
	background-position: center;
	min-height: 500px;
}
.home-slider h2 {
	color: #FFF;
	background: rgba(0,0,0,0.7);
	font-size: 3.5rem;
	max-width: 50%;
	text-align: left;
	margin-left: 50px;
	margin-bottom: 0;
	margin-top: 100px;
	padding: 40px 20px;
	display: block;
}
.home-slider p.show {
	display: block;
	background: rgba(0,0,0,0.7);
	margin-top: 0;
	max-width: 50%;
	text-align: left;
	margin-left: 50px;
	padding: 10px 20px;
	color: #FFF;
	font-size: 1.5rem;
	display: block;
}
.home-slider .fader-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 370px;
	background-image: url(../graphics/slider-left.png);
	background-size: 100% 100%;
}
.home-slider .fader-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 370px;
	background-image: url(../graphics/slider-right.png);
	background-size: 100% 100%;
}
.home-slider .flex-direction-nav {
	display: none;
}
.home-slider .flex-control-nav {
	bottom: 20px !important;
	text-align: right !important;
	line-height: 2;
}
.home-slider .flex-control-paging li a {
	background-color: #27AAE1;
	color: #FFF;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.home-slider .flex-control-paging li a.flex-active {
	background-color: #FFF;
	color: #FFF;
}
.home .row .column .inner {
	background-color: #EEE;
	margin: 10px;
	padding: 20px;
}
.home .row .column .inner h3 {
	font-size: 2.5rem;
	margin: 0;
}
.content.home-callout {
	background-image: url(https://southeastasiasolutions.com/media/2024/5/slide1.jpg);
	background-size: cover;
	background-position: center;
	max-width: 100%;
	padding: 0;
}
.home-callout h2 {
	color: #FFF;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
	margin: 0;
	padding: 100px 0;
	font-size: 2.5rem;
}

/* —————— bios ——————— */

.bio-list {
	padding-bottom: 80px !important;
}
.bio-list .bio-image {
	background-color: #CCC;
}
.bio-list .name {
	bottom: 30px !important;
	font-size: 1.1rem;
}
.bio-list .position {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: .8rem;
	line-height: 1;
	font-style: italic;
}
.bio-list .position a {
	text-decoration: none;
	color: #666;
}

/* ------------ contact page ----------------- */


.contact textarea {
	height: 200px;
}


/* ------------ footer ---------------- */
footer {
	background: #00649C;
}
.footer-inner {
	padding: .9375rem 1.875rem;
	border-right: 1px solid #FFF;
}
.footer-inner.last {
	border-right-width: 0;
}
footer .content {
	color: #FFF;
	font-size: 1rem;
	line-height: 1.5;
}
footer h2 {
	font-size: 1.625rem;
}
footer .copyright {
	font-size: 14px;
}
footer .copyright a {
	color: #333;
}
footer .row {
	margin: 0;
	padding-bottom: 20px;
}
footer a {
	color: #FFF;
}
.footer-bottom {
	background-color: #014972;
}


@media all and (max-width: 1024px) {
	
	#logo {
		text-align: left;
	}
	#call_now {
		margin-right: 50px;
	}
	header .navwrap {
		width: 100%;
	}
	header nav {
		display: none;
		height: auto;
		min-height: 50px;
		position: absolute;
		top: 60px;
		right: 0;
		padding-right: 0px;
		width: 300px;
		background-size: cover;
		z-index: 11;
	}
	header nav ul, header .subnav ul {
		height: auto;
		margin: 0;
		padding: 0;
		float: none;
	}
	
	nav ul li {
		float: none;
		text-align: center;
		cursor: pointer;
		cursor: hand;
		height: auto;
		display: block;
	}
	header nav ul li a {
		font-size: 20px;
		line-height: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
		background: none;
		border-bottom: 2px solid #333;
		text-decoration: none;
	}
	header nav a, header .subnav a {
		display: block;
	}
	#navbtn {
		display: block;
	}
	
	#mobilenavbtn.sel .menu-global {
		border-top: 2px solid #CCC
		;
	}
	#mobilenavbtn.sel .menu-top {
	  backface-visibility: hidden;
	  top: 17px;
	  transform: rotate(220deg);
	  -webkit-transform: rotate(220deg);
	  transition: 0.55s 0.5s;
	}
	#mobilenavbtn.sel .menu-middle {
	  opacity: 0;
	}
	#mobilenavbtn.sel .menu-bottom {
	  backface-visibility: hidden;
	  top: 17px;
	  transform: rotate(-220deg);
	  -webkit-transform: rotate(-220deg);
	  transition: 0.55s 0.5s;
	}
	
	.content {
		max-width: 96%;
	}
	
	.home .content {
		margin-top: 0;
	}
	.home-slider h2 {
		font-size: 2rem;
	}
		
	footer .col-3, footer .col-6 {
		width: 96%;
		margin: 0 1%;
		float: none;
	}
}



@media all and (max-width: 800px) {
	
	#logo {
		padding: 15px;
		max-width: 250px;
	}
	#call_now {
		float: none;
	}
	#call_now p {
		text-align: center;
	}
	.navwrap {
		z-index: 10;
	}
	#navbtn {
		z-index: 101;
		top: 10px;
	}
	header nav {
		position: absolute;
		left: 0;
		top: 37px;
		width: 100%;
		background-color: #3e71b7;
		color: #FFF;
	}
	header nav ul li {
		display: block;
	}
	header nav ul li a {
		font-size: 20px;
		line-height: 40px;
	}
	header nav ul li ul {
		display: block;
		position: relative;
		width: 100%;
	}
	
	
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
		width: 96%;
		margin: 0 2%;
	}
	p {
		font-size: 16px;
	}
	h2 {
		font-size: 1.8rem;
	}
	.button {
		font-size: 20px;
	}
	
	.content {
		text-align: left;
		padding: 10px;
	}
	.content h1 {
		font-size: 30px;
	}
	.content.hero h1 {
		font-size: 3rem;
		margin-top: 100px;
	}
	.content.hero.portfolio-page h1 {
		font-size: 1.5rem;
		padding-left: 10px;
	}
	#portfolio-slider li {
		height: 400px;
	}
	.portfolio-item h4 {
		padding-top: 200px;
		margin: 0;
	}
}
@media all and (max-width: 600px) {
	#header .content {
		padding: 0;
		max-width: 100%;
	}
	#call_now {
		display: block;
		background: #000;
		clear: both;
		margin: 0;
		max-width: 100%;
		padding-bottom: 10px;
		
	}
	nav ul li {
		text-align: left;
	}
	.home-slider .slides li {
		min-height: 300px;
	}
	.home-slider h2 {
		margin-top: 30px;
		padding: 20px;
		max-width: 70%;
	}
	.home .row. column .inner h3 {
		font-size: 1.5rem;
	}
	.home-callout h2 {
		font-size: 1.5rem;
	}
}