/* 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, ol, ul, li,
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;
	vertical-align: baseline;
}
/* 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, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 1000px;
	background-color: #1ba8a4;
}
p {
	
}
a {
	text-decoration: none;
}
.header {
	position: fixed;
	top: 0px;
	background-color: rgba(0,80,100, 0.5);
	width: 100%;
	z-index: 999;
	transition: background-color 800ms ease;
	height: 100px;
}
.header.scrolling {
	background-color: rgba(0,80,100, 0.8);
	transition: background-color 800ms ease;
}
.header .wrapper {
	padding: 0px 20px 0px;
}
.header .logo {
	height: 80px;
	width: 140px;
	background: transparent url(../img/iskandar-malaysia-logo.png) center center no-repeat;
	display: inline-block;
	float: left;
	background-size: contain;
}
.header ul li {
	display: inline-block;
}
.header ul li a {
	color: #ffffff;
	padding: 36px 15px;
}
.header .menu {
	text-align: center;
}
.header .menu li a {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
}
.header .menu > ul > li {
	position: relative;
}
.header .menu > ul > li > a {
	display: inline-block;	
}
.royalSlider {
  width: 100%;
  height: 300px;
}
.slides img {
	width: 100%;
	display: block;
}
.slides a {
	display: block;
	position: relative;
}
.slides a span.cta {
	border: 1px solid #666666;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 5px 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	font-weight: bold;
	color: #666666;
}
.slides a span.cta.white {
	border-color: #ffffff;
	color: #ffffff;
	margin-left: -60px;
}
.slides a span.cta:hover {
	background-color: #333333;
	border-color: #333333;
	color: #ffffff;
}
.header .social {
	float: right;
	padding-top: 30px;
}
.header .social a .fa {
	font-size: 24px;
	margin: 0 5px;
}
.header .social .facebook {
	
}
.header .social .instagram {
	
}
.header .social .twitter {
	
}
.header .social .youtube {
	
}

.section1 {
	background: #ffffff url(../img/sustainable-s.jpg) center bottom no-repeat;
	background-size: cover;
	height: 90%;
	position: relative;
}
.section2 {
	background: #ffffff url(https://www.iskandarmalaysia.com.my/public/green/img/section2-bg.jpg) center bottom no-repeat;
	background-size: cover;
	height: 100%;
	min-height: 920px;
	position: relative;
}
.section-content {
	position: absolute;
	width: 100%;
	top: 0px;	
}
img.full-width {
	display: block;
	width: 100%;
}
.section1 .section-content {
}
.section-content-wrapper {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 20px 60px;
	text-align: center;
}
strong {
	font-weight: bold;
}
h1, h2, h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	padding: 0.5em 0;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 30px;
}
.section1 h1 {
}
.section1 h1:after {
	display: block;
	width: 50%;
	height: 1px;
	background-color: #95c11f;
	content:' ';
	margin: 20px auto 0;
}
.section.orange {
	background-color: #fffbf5;
}
.section.gray {
	background-color: #f6f6f6;
}
.section.blue {
	background-color: #dfefed;
}
.section.bright-blue {
	background-color: #3fa9f5;
	color: #ffffff;
}
.section h1:after {
	display: block;
	width: 50%;
	height: 1px;
	background-color: #95c11f;
	content:' ';
	margin: 20px auto 0;
}
.section2 h2 {
	color: #ffffff;
	font-size: 29px;
	text-align: center;
	padding-top: 80px;
}
.section2 .section-content {
	color: #ffffff;
	letter-spacing: 0.025em;
}
.section2 .section-content-wrapper {
	width: 70%;
	padding: 40px 20px 40px;
	margin-bottom: 1%;
}
.section3 {
	background: #ffffff url(https://www.iskandarmalaysia.com.my/public/green/img/section3-bg.jpg) center center no-repeat;
	background-size: contain;
	min-height: 840px;
	position: relative;
}
.section3 .section-content {
	position: relative;
	bottom: auto;
}
.section3 .section-content-wrapper {
	padding: 30px 20px 20px;
}
.section3 h2 {
	color: #1ba8a4;
	font-size: 29px;
	text-align: center;
	padding-top: 60px;
}
.section3 .boxes {
	text-align: center;
}
.section3 .boxes .overlay-content {
	position: absolute;
	top: 100%;
	font-size: 14px;
	width: 100%;
	padding: 10% 0;
	background-color: #f6f6f6;
	height: 100%;
	-webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.section3 .boxes .overlay-content ul li {
	line-height: 1.6em;
}
.section3 .boxes .overlay-content.packed {
	padding-top: 8%;
}
.section3 .boxes .overlay-content.packed ul li {
	line-height: 1.4em;
	font-size: 13px;
}
.section3 .boxes .box {
	width: 32.5%;
	background-color: rgba(255,255,255, 0.8);
	display: inline-block;
	vertical-align: top;
	border: 1px solid #dddddd;
	height: 300px;
	margin: 3px 0px;
	position: relative;
	overflow: hidden;
	font-weight: normal;
	line-height: 1.4em;
}
.section3 .boxes .box .box-logo-2 {
	margin-bottom: 1em;
}
.section3 .boxes .box1 {
	background: rgba(255,255,255, 0.8) url(https://www.iskandarmalaysia.com.my/public/green/img/iskandar-smart-economy.png) center center no-repeat;
}
.section3 .boxes .box2 {
	background: rgba(255,255,255, 0.8) url(https://www.iskandarmalaysia.com.my/public/green/img/iskandar-smart-governance.png) center center no-repeat;
}
.section3 .boxes .box3 {
	background: rgba(255,255,255, 0.8) url(https://www.iskandarmalaysia.com.my/public/green/img/iskandar-smart-environment.png) center center no-repeat;
}
.section3 .boxes .box4 {
	background: rgba(255,255,255, 0.8) url(https://www.iskandarmalaysia.com.my/public/green/img/iskandar-smart-mobility.png) center center no-repeat;
}
.section3 .boxes .box5 {
	background: rgba(255,255,255, 0.8) url(https://www.iskandarmalaysia.com.my/public/green/img/iskandar-smart-people.png) center center no-repeat;
}
.section3 .boxes .box6 {
	background: rgba(255,255,255, 0.8) url(https://www.iskandarmalaysia.com.my/public/green/img/iskandar-smart-living.png) center center no-repeat;
}
.section3 .boxes .box .box-logo-2 {
	height: 118px;
}
.section3 .boxes .box1 .box-logo-2 {
	background: transparent url(https://www.iskandarmalaysia.com.my/public/green/img/iskandar-smart-economy-mini.png) center center no-repeat;
}
.section3 .boxes .box2 .box-logo-2 {
	background: transparent url(https://www.iskandarmalaysia.com.my/public/green/img/iskandar-smart-governance-mini.png) center center no-repeat;
}
.section3 .boxes .box3 .box-logo-2 {
	background: transparent url(https://www.iskandarmalaysia.com.my/public/green/img/iskandar-smart-environment-mini.png) center center no-repeat;
}
.section3 .boxes .box4 .box-logo-2 {
	background: transparent url(https://www.iskandarmalaysia.com.my/public/green/img/iskandar-smart-mobility-mini.png) center center no-repeat;
}
.section3 .boxes .box5 .box-logo-2 {
	background: transparent url(https://www.iskandarmalaysia.com.my/public/green/img/iskandar-smart-people-mini.png) center center no-repeat;
}
.section3 .boxes .box6 .box-logo-2 {
	background: transparent url(https://www.iskandarmalaysia.com.my/public/green/img/iskandar-smart-living-mini.png) center center no-repeat;
}
.section3 .boxes .box:hover .overlay-content,
.section3 .boxes .box:focus .overlay-content {
	top: 0px;
	-webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.section {
	text-align: center;
	background-color: #ffffff;
	overflow: hidden;
}
.section-title {
	padding-top: 150px;
}
.cols {
	width: 100%;
	overflow: hidden;
	height: 415px;
}
.col2 .col {
	width: 50%;
	float: left;
}
.iskandar-about {
	background: transparent url(https://www.iskandarmalaysia.com.my/public/green/img/iskandar-about.jpg) center top no-repeat;
	background-size: cover;
}
.iskandar-about-text {
	background-color: #1ba8a3;
	padding: 2em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.2em;
	letter-spacing: 0.025em;
}
.section .section-content {
	position: relative;
	bottom: auto;
}
.section .section-content-wrapper {
	width: 76%;
	padding: 48px 30px;
}
.section-content-wrapper p img {
	max-width: 100%;
}
.iskandar-framework h1 {
	margin-bottom: 0;
	margin-top: 1em;
}
.thumbnails {
	overflow: hidden;
}
.thumbnails .thumb {
	display: inline-block;
	width: 30%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.thumbnails .thumb2 {
	margin-left: 4%;
	margin-right: 4%;
}
.thumbnails .thumb img {
	width: 100%;
	height: auto;
	display: block;
}
.thumbnails .thumb .thumb-title {
	position: absolute;
	top: 83%;
	background-color: rgba(27, 168, 163, 0.8);
	color: #ffffff;
	width: 100%;
	height: 100%;
	left: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: 700;
	-webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.thumbnails .thumb:hover .thumb-title,
.thumbnails .thumb:focus .thumb-title {
	top: 0px;
}
.thumb-title-header {
	position: absolute;
	top: 1em;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}
.thumb-title-list {
	display: table;
	width: 100%;
	height: 100%;
	font-size: 14px;
	margin-top: 1em;
}
.thumbnails .thumb .thumb-title-list img {
	width: auto;
	display: block;
	margin: 10px auto;
}
.thumb-title-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.iskandar-framework-thumbnails {
	padding-bottom: 30px;
}
.footer {
	color: #ffffff;
	font-size: 12px;
	background:#37B34A url(../img/footer.jpg) center bottom no-repeat;
	background-size: contain;
}
.footer .wrapper {
	overflow: hidden;
	padding: 20px;
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.footer .footer-row {
	margin-bottom: 220px;
	text-align: center;
}
.footer .copyright {
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.footer a {
	color: #ffffff;
	font-size: 12px;
}
.footer ul {
}
.footer ul li {
	display: inline-block;
	width: 100%;
}
.footer .footer-col-text {
	line-height: 1.6em;
}
.footer-col-title {
	font-size: 14px;
	font-weight: bold;
}
.footer-col * {
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.element-item {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
}
.element-item > * {
  margin: 0;
  padding: 0;
  display: block;
}
.element-item a {
	position: relative;
	overflow: hidden;
	display: block;
}
.element-item a img {
	display: block;
	width: 100%;
}
.filter {
	margin-bottom: 30px;
}
.filter ul {
	list-style: none;
}
.filter ul li {
	display: inline-block;
	margin-bottom: 10px;
}
.filter ul li a {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.01em;
	color: #575756;
	cursor: pointer;
	overflow: hidden;
}
.filter ul li a span {
	padding: 5px 10px;
}
.filter ul li a.is-checked span, .filter ul li a:hover span {
	color: #ffffff;
	background-color: #1ba8a4;
}
.filter ul li + li a:before {
    content: "|";
    color: #1ba8a4;
    margin: 0 10px;
    font-size: 18px;
    vertical-align: top;
}
.grid .item-name {
	position: absolute;
	top: 100%;
	height: 100%;
	left: 0px;
	width: 100%;
	text-align: center;
	background-color: rgba(27, 168, 163, 0.8);
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4em;
	-webkit-transition: all 400ms ease-in-out;
	  -moz-transition: all 400ms ease-in-out;
	  -o-transition: all 400ms ease-in-out;
	  transition: all 400ms ease-in-out;
}
.grid .item-name img {
	display: block;
	width: auto;
	margin: 20% auto 20px;
}
.grid a:hover .item-name,
.grid a:focus .item-name {
	top: 0px;
}
.iskandar-programme {
	padding-bottom: 50px;
}
.downloads {
	overflow: hidden;
	padding-bottom: 50px;
}
.downloads .download {
	float: left;
	width: 50%;
}
.downloads .download .download-title {
	margin-bottom: 1em;
	display: inline-block;
}
.downloads .download .download-thumbnail img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.downloads .download a {
	padding: 20px 40px;
	background-color: #1ba8a4;
	color: #ffffff;
	display: inline-block;
	width: 40%;
	margin-top: 30px;
}
.privacy p {
	margin-bottom: 1.5em;
}
.privacy h2 {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #aaaaaa;
	margin-bottom: 1.5em;
}
.map {
	width: 100%;
}
.map iframe {
	width: 100%;
	height: 400px;
}
.enquiry {	
	text-align: left;
}
.enquiry .form,
.enquiry .address {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 50%;
}
.enquiry .address {
	width: 49.5%;
}
.enquiry .form h3,
.enquiry .address h3 {
	border-bottom: 1px solid #dddddd;
	border-top:2px solid #aaaaaa;
}
.actual-form {
	font-size: 12px;
	color: #706F6F;
	width: 90%;
}
.actual-form label {
	display: block;
	margin-bottom: 5px;
}
.actual-form label em {
	color: #ff0000;
	font-weight: bold;
}
.actual-form .row {
	margin: 10px 0;
}
input[type=text], input[type=number], input[type=email], select, textarea {,
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}
textarea {
	height: 200px;
}
input[type="submit"] {
	border: 0px;
	padding: 1em 2em;
	background-color: #1BA8A4;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 1em;
	cursor: pointer;
}
input:focus, select:focus, textarea:focus {
  outline: none;
}
.style-1 input[type="text"], .style-1 select, .style-1 textarea {
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
.style-1 input[type="text"]:focus,
.style-1 select:focus,
.style-1 textarea:focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}
.address h4 {
	font-weight: bold;
	margin: 1em 0;
}
.address .divider {
	margin: 1.5em 0;
	border-bottom: 1px solid #dddddd;
}
.address address em {
	display: block;
	font-weight: bold;
}
.contact-number {
	margin: 1em 0;
}
.contact-number label {
	font-weight: bold;
}
.btn {
	border: 0px;
	padding: 0.5em;
	margin-top: 1em;
	background-color: #1BA8A4;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;	
	display: block;
	width: 40%;
	text-align: center;
	font-weight: bold;
}
.btn-entry {
	background-color: #9dd12c;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	font-weight: bold;
	padding: 1em;
	color: #000000;
}
.email {
	margin: 1em 0;
}
.email label {
	font-weight: bold;
}
.error {
	font-weight: bold;
	color: #ff0000;
	margin: 1em 0;
}
.thankyou {
	color: blue;
	font-weight: bold;
	font-size: 18px;
	margin: 1em 0;
}
.form-error {
	font-weight: bold;
	color: #ff0000;
}
.footer-title {
	text-align: center;
	font-size: 18px;
	line-height: 1em;
	padding: 2em 0 1em;
	position: relative;
	margin-bottom: 1em;
}
.footer-title:after {
	display: block;
	width: 20%;
	height: 1px;
	background-color: #ffffff;
	content:' ';
	margin: 10px auto 0;
}
.footer-col {
	display: inline-block;
	vertical-align: top;
	width: 24%;
}
.rsDefault .rsArrowIcn {
	width: 55px;
	height: 79px;
	background-image: url(../img/arrow-right.png);
	background-position: center center !important;
	background-color: transparent;
	padding: 0px;
}
.special-bg {
	background-image: url(../img/text-bg-s.jpg);
	background-position: right top !important;
	background-repeat: no-repeat;
	background-size: 60% auto;
}
.special-bg .section-content-wrapper {
	padding-top: 0px;
}
.above-special .section-content-wrapper {
	padding-top: 40px;
	padding-bottom: 10px;
}
.rsDefault .rsArrowLeft .rsArrowIcn {
	background-image: url(../img/arrow-left.png);	
}
.rsDefault.rsHor .rsArrowRight {
	right: 20px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: transparent !important;
}
.row {
	margin: 32px 0;
}
.row.col2, .row.col3 {
	overflow: hidden;
}
.row.col3 .col img {
	width: 100%;
}
.row.col4 .col img {
	max-width: 100%;
}
.row.col2 .col img {
	max-width: 100%;
}
.row.col5 .col img {
	max-width: 100%;
}
.row h3 {
	font-weight: bold;
}
.row.col2 .col {
	display: inline-block;
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	vertical-align: top;
}
.row.col3 .col {
	display: inline-block;
	width: 26.5%;
	vertical-align: top;
}
.row.col3 .col:nth-child(2) {
	margin: 0 9%;
}
.row.col3 .col p {
	font-size: 16px;
	line-height: 1.6em;
}
.para p {
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
	clear: left;
	margin-bottom: 1em;
}
.para.center p {
	text-align: center;
}
.para p.half {
	width: 35%;
}
.row.col4. .row.col5 {
	text-align: left;
	overflow: hidden;
	margin-bottom: 20px;
}
.row.col4 .col {
	display: inline-block;
	width: 24.5%;
	vertical-align: top;
	text-align: center;
	padding: 20px;
	border: 1px solid #ffffff;
	min-height: 210px;
	box-sizing: border-box;
}
.row.col5 .col {
	display: inline-block;
	width: 19%;
	vertical-align: top;
	text-align: center;
	padding: 20px;
	border: 1px solid #ffffff;
	min-height: 210px;
	box-sizing: border-box;
}
.row.col4 .col span {
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #333333;
	vertical-align: middle;
}
/*
.row.col4 .col:nth-child(1) {
	border-left: 0px;
	border-top: 0px;
}
.row.col4 .col:nth-child(2) {
	border-left: 0px;
	border-top: 0px;
}
.row.col4 .col:nth-child(3) {
	border-left: 0px;
	border-top: 0px;
}
.row.col4 .col:nth-child(4) {
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
}
.row.col4 .col:nth-child(5) {
	border-left: 0px;
	border-bottom: 0px;
}
.row.col4 .col:nth-child(6) {
	border-left: 0px;
	border-bottom: 0px;
}
.row.col4 .col:nth-child(7) {
	border-left: 0px;
	border-bottom: 0px;
}*/
.masonry {
	column-count: 4;
    column-gap: 2em;
    margin: 1em 0;
}
.masonry .mbox {
	padding: 1em;
	display: inline-block;
    margin: 0 0 2em;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
}
.masonry .mbox .mbox-title {
	font-weight: bold;
}
.masonry .mbox p {
	font-size: 15px;
}
.highlighted-caption .col {
	background-color: #9dd12c;
}
.section.panel h1 {
	margin-bottom: 0px;
}
.section.panel h3 {
	font-size: 12px;
	line-height: 1.4em;
}
.section.panel h3 em {
	font-style: italic;
}
.tab-nav a {
	margin: 0 1em;
	color: #666666;
}
.tab-nav a.active {
	font-weight: bold;
	color: #020202;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}
.tab-content a {
	color: #020202;
}
.video-embed {
	
}
.video-embed iframe {
	width: 100%;
	height: 480px;
}
.col2 .video-embed {
	margin-left: 1em;
	margin-right: 1em;
}
.col2 .video-embed iframe {
	height: 240px;
}
.ui-accordion-content {
	text-align: left;
	font-size: 14px;
	line-height: 1.6em;
}
.ui-accordion-content p {
	font-size: 14px;
}
.ui-accordion-content h3 {
	text-align: center;
	font-weight: bold;
	text-transform: none;
	font-size: 18px;
}
.ui-accordion-content ol {
	list-style: decimal;
	padding-left: 1em; 
}
.ui-accordion-content li {
	line-height: 1.6em;
	margin: 5px 0;
}
.ui-accordion .ui-accordion-header {
	background-image: none !important;
	background-color: #f2f2f2 !important;
	border: 0px !important;
}
.ui-widget-content {
	background-image:  none;
	background-color: #fffbf5;
	border: 0px;
}
.activity {
	width: 48%;
	margin-bottom: 2em;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: top;
}
.activity:nth-of-type(odd) {
	margin-right: 3%;
}
.activity h4 {
	background-color: #dfefed;
	padding: 1em;
	text-transform: uppercase;
}
.activity-list {
	padding: 1em;
}
.activity-list ul {
	list-style: disc;
	padding-left: 1em;
}
p.left {
	text-align: left !important;
}
.form-form {
	margin: 1em 0;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.form-form input[type=text], .form-form input[type=email] {
	border: 1px solid #dddddd;
	padding: 1em;
}
.form-row {
	margin: 10px 0px;
	font-size: 14px;
	text-align: left;
}
.form-form label {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	display: block;
}
.form-form label em {
	color: red;
}
.submenu {
    text-align: left;
    display: none;
    background: green;
    position: absolute;
    top: 100px;
    left: 0;
    width: 235px;
    z-index: 999999;
    background-color: rgba(0,80,100, 0.7);
    font-size: 16px;
    padding: 18px 0px;
}
.submenu li {
	display: block !important;
	line-height: 1.4em;
	padding: 6px 18px;
}
.submenu li a {
	text-transform: none !important;
	padding: 0px !important;
}
.menu > ul > li:hover {
	background-color: rgba(0,80,100, 0.9);	
}
.entry-form, .entry-form p, .entry-form label, .entry-form input {
	font-size: 12px;
}
.entry-form .tab-nav {
	overflow: hidden;
	margin-bottom: 1em;
}
.entry-form .tab-nav a {
	margin: 0px;
	padding: 0.5em 1em;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
.entry-form .tab-nav a.active {
	background-color: #cccccc;
}
.entry-form .tabs * {
	text-align: left;
}
.entry-form .form-form {
	max-width: none;
}
.entry-form h3 {
	background-color: #cccccc;
	padding: 0.5em 1em;
	text-transform: uppercase;
	font-weight: bold;
}
.entry-form .form-form label {
	display: inline-block;
	vertical-align: top;
}
.entry-form .form-form .form-row {
	padding-left: 1%;
	padding-right: 1%;
	width: 49.5%;
	display: inline-block;
	box-sizing: border-box;
	margin: 5px 0px;
}
.entry-form .form-form .form-row label {
	width: 36%;
	display: inline-block;
}
.entry-form .form-form .form-row input[type=text],
.entry-form .form-form .form-row input[type=email],
.entry-form .form-form .form-row textarea {
	width: 60%;
	display: inline-block;
	vertical-align: top;
	padding: 0.5em 1em;
}
.entry-form .form-form .form-row textarea {
	height: 100px;
}
.form-box-col {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
}
.entry-form .form-form .form-box-col .form-row {
	width: 100%;
}
.entry-form .form-box-full {
	margin: 24px 0;
}
.warning {
	color: red;
}
.para ul {
	list-style: circle;
	padding-left: 1em;
}
.para ul li {
	font-size: 14px;
	text-align: left;
}
.para ul li a, .para ol li a {
	text-decoration: underline;
}
.pp_details .pp_description {
	font-size: 18px !important;
	line-height: 1.6em !important;
}