@import url(https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,400italic,500,500italic,700,700italic,900,900italic|PT+Serif:400,400italic,700,700italic|Catamaran:400,100,200,300,500,600,700,800,900);
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a, a:hover, a:focus, img, h1, h2, h3, h4, h5, h6, ol, ul, li, img {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

img, fieldset {
  border: none
}



.right-section img {
  margin-right: 10px;
}

:focus {
  outline: none
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

a {
  color: #139494;
  cursor: pointer;
}

ul, ol, li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

th, td {
  vertical-align: center;
  text-align: justify; padding:10px;
}

input[type="submit"], input[type="button"], input[type="text"], input[type="email"], input[type="tel"], input[type="psssword"], textarea {
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0px;
}

input[type="submit"], input[type="button"] {
  cursor: pointer;
}


body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #1f1f1f;
  font-size: 17px;
  background:url(../images/bg-strip.jpg) repeat-x 0 0 #dbeef4;
 /* /*
background:#DBEEF4;
background:url(../images/background-fade.png);background-repeat: no-repeat;
background-size:cover; position: relative;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#31859c+0,31859c+12,91ccdc+45,d9edf3+79,dbeef4+100 
  background: rgb(49, 133, 156);
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' 
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxODU5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iIzMxODU5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzkxY2NkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2Q5ZWRmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmVlZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgb(49, 133, 156) 0%, rgb(49, 133, 156) 12%, rgb(145, 204, 220) 45%, rgb(217, 237, 243) 79%, rgb(219, 238, 244) 100%);
  /* FF3.6-15 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(49, 133, 156)), color-stop(12%, rgb(49, 133, 156)), color-stop(45%, rgb(145, 204, 220)), color-stop(79%, rgb(217, 237, 243)), color-stop(100%, rgb(219, 238, 244)));
  /* Chrome4-9,Safari4-5 
  background: -webkit-linear-gradient(top, rgb(49, 133, 156) 0%, rgb(49, 133, 156) 12%, rgb(145, 204, 220) 45%, rgb(217, 237, 243) 79%, rgb(219, 238, 244) 100%);
  /* Chrome10-25,Safari5.1-6
  background: -o-linear-gradient(top, rgb(49, 133, 156) 0%, rgb(49, 133, 156) 12%, rgb(145, 204, 220) 45%, rgb(217, 237, 243) 79%, rgb(219, 238, 244) 100%);
  /* Opera 11.10-11.50 
  background: -ms-linear-gradient(top, rgb(49, 133, 156) 0%, rgb(49, 133, 156) 12%, rgb(145, 204, 220) 45%, rgb(217, 237, 243) 79%, rgb(219, 238, 244) 100%);
  /* IE10 preview 
  background: linear-gradient(to bottom, rgb(49, 133, 156) 0%, rgb(49, 133, 156) 12%, rgb(145, 204, 220) 45%, rgb(217, 237, 243) 79%, rgb(219, 238, 244) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#31859c', endColorstr='#dbeef4', GradientType=0);
  /* IE6-8 */
}

/*p {
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 18px
}*/

p a {
  color: #139494;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.wrapper {
  width: 1200px;
  margin: 0 auto
}

h2 {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  display: block
}

h4 {
  font-size: 22px;
  line-height: 25px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
}

h3 {
  color: #364696;
  font-size: 29px;
  line-height: 31px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
}

h5 {
  font-size: 17px;
  line-height: 25px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
  text-transform: uppercase
}

#main {
  float: left;
  width: 100%;
  background: url(../images/home-bg.jpg) repeat-y 0 0;
}

header {
  float: left;
  padding: 10px 12px;
  width: 100%;
  background: url(../images/header-bg.png) repeat 0 0;
  margin-bottom: 23px;
}

.header-sec {
  float: left;
  width: 100%;
  background: #e3f4f1;
  box-shadow: 0 0 12px rgba(54, 70, 150, .75) inset;
  padding-right: 10px;
}

#logo {
  float: left;
  width: auto;
  padding: 15px 0 15px 29px;
}

#logo img {
  vertical-align: top;
  width: auto
}

.top-link {
  float: right;
  width: auto;
  font-size: 0px;
  margin-top: 14px;
  margin-right: 27px
}

.top-link li {
  display: inline;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
  margin-right: 23px;
}

.top-link li a {
  display: inline-block;
  color: #303030
}

.top-link li a:hover {
  color: #139494
}

.top-link li.active a {
  color: #139494
}

.social {
  float: right;
  width: auto;
  font-size: 0;
  margin-top: 12px
}

.social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  line-height: 24px;
  margin-right: 8px;
}

.social a.fb {
  background: #3a589b
}

.social a.tw {
  background: #3498d8
}

.social a.gp {
  background: #c72328
}

.social a.in {
  background: #007bb5
}

.social a.in {
  font-size: 13px
}

.social a:hover {
  background: #139494
}

.search-box {
  float: right;
  clear: right;
  height: 32px;
  margin-top: 23px;
}

.search-box input[type="text"] {
  float: left;
  width: 174px;
  height: 32px;
  border: solid 1px #cfcfcf;
  border-right: none;
  padding: 0 12px;
  font-size: 14px;
  color: #7d7d7d;
  padding: 0 12px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
}

.search-box input[type="submit"] {
  float: left;
  width: 34px;
  height: 32px;
  background: #139494 url(../images/search-ico1.png) no-repeat center center;
  border: none;
  font-size: 0px;
  line-height: 0px;
}

.search-box input[type="submit"]:hover {
  background-color: #146992
}

nav {
  float: right;
  width: auto;
  margin: 23px 10px 0 0
}

.main-menu {
  display: block;
  transition: none;
}

.main-menu > li {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
}

.main-menu > li > a {
  color: #303030;
  display: block;
  padding: 9px 19px 8px;
  border-radius: 19px;
}

.main-menu > li:hover > a {
  color: #fff;
  background: #139494
}

.main-menu > li.active > a {
  color: #fff;
  background: #139494
}

.main-menu li {
  position: relative;
}

.main-menu .sub-menu {
  background: #fff;
  display: none;
  text-align: left;
  padding: 0 10px;
  z-index: 99;
}

.main-menu .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #333;
}

.main-menu .sub-menu li:last-child {
  border: none;
}

.main-menu .sub-menu li a {
  display: block;
  color: #303030;
  padding: 8px;
  font-size: 90%;
}

.main-menu .sub-menu > li:hover > a {
  color: #fff;
  background: #139494;
}

.main-menu li:hover .sub-menu {
  display: block;
}

.main-menu li:hover .sub-menu .sub-menu {
  display: none;
  top: 0;
}

.main-menu li:hover .sub-menu .sub-menu li:hover a {
  color: #000;
  background: #fff;
}

.main-menu li:hover .sub-menu li:hover .sub-menu {
  display: block;
}

@media only screen and (min-width: 767px) {
  .main-menu {
    display: block !important;
  }
  .main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -30px;
    width: 220px;
    background: #fff;
    padding: 0;
  }
  .main-menu .sub-menu li {
    border: none;
  }
  .main-menu li:hover .sub-menu .sub-menu {
    left: 100%;
  }
}

.banner {
  float: left;
  width: 100%;
  padding: 0 12px 10px;
}

.banner-del {
  float: left;
  width: 100%;
  background: url(../images/slider-bg.jpg) no-repeat 0 0;
  padding: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .75);
}

.banner-pic {
  float: left;
  width: 789px;
  position: relative
}

.banner-pic img {
  vertical-align: top;
  width: 100%
}

.banner-pic .del {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  max-height: 15%;
  z-index: 999;
  text-align: center
}

.banner-right {
  float: right;
  width: 341px;
  background: #0a7777;
  padding: 10px 16px;
  min-height: 238px;
  box-shadow: 0 0 19px rgba(0, 0, 0, .45) inset
}

.banner-right h3 {
  float: left;
  width: 100%;
  background: #364696;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-family: 'PT Serif', serif;
  text-align: center;
  font-weight: 700;
  min-height: 55px;
  padding-top: 15px;
  margin-bottom: 10px;
}

.banner-right p {
  font-size: 17px;
  line-height: 33px;
  color: #fff;
  clear: both;
  font-family: 'robotomedium';
  padding: 15px 4px 15px 4px;
  display: inline;
}

.inner-banner .banner-right {
  min-height: 224px
}

.read-btn {
  display: block;
  width: 148px;
  height: 36px;
  margin: auto;
  text-align: center;
  border: solid 1px #fff;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  padding-top: 9px;
}

.read-btn:hover {
  background: #fff;
  color: #0a7777
}

.map-section {
  float: left;
  width: 100%;
  text-align: center;
  padding: 35px 0;
  position: relative;
}

.load_img {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 40%;
}

.map-section h2 {
  text-align: center;
  clear: both;
  padding-bottom: 24px
}

.map {
  float: left;
  width: 100%;
}

.map img {
  vertical-align: top;
  width: 90%;
}


/*.body-container{ float:left; width:100%; padding:72px 12px; background:#fff}*/

.body-container {
  float: left;
  width: 100%;
  padding: 72px 12px;
  background: #fffff0
}

.report-list {
  display: block;
  clear: both;
  clear: both;
}

.report-list li {
  clear: both;
  display: block;
  padding-bottom: 44px;
  float: left;
  width: 100%
}

.report-list li h6 {
  color: #1f1f1f;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
  font-family: 'robotomedium';
  padding-bottom: 16px;
}

.report-list li p {
  padding-bottom: 23px;
  clear: both;
}

.report-list li label {
  display: block;
  clear: both;
  position: relative;
  padding: 0 0 15px 19px;
  line-height: 25px
}

.report-list .select-wrapper {
  background: #fffcf9 url(../images/select-arrow.png) no-repeat 94% center;
  position: relative;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 16px;
  height: 31px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  hidden;
  cursor: pointer;
  z-index: 999;
  text-align: left;
  float: left;
  vertical-align: middle;
  width: 244px;
  border: solid 1px #dadada
}

.report-list .select-wrapper .holder {
  float: left;
  height: 31px;
  padding: 5px 10px
}

.report-list .select-wrapper .holder.active {
  z-index: -1
}

.report-list .select-wrapper select {
  margin: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  _noFocusLine: expression(this.hideFocus=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 31px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #1f1f1f
}

.report-list .select-wrapper select option {
  font-size: 15px;
  line-height: 25px;
  padding: 7px 10px;
  color: #1f1f1f;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.report-btn {
  float: left;
  width: 218px;
  height: 31px;
  background: #a9dcd5;
  border-radius: 2px;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-left: 21px;
}

.report-btn:hover {
  background: #364696;
  color: #fff
}

.report-list .custom-radio {
  position: absolute;
  left: 0px;
  top: 7px;
  margin: 0
}

.btn {
  float: left;
  height: 31px;
  background: #a9dcd5;
  border-radius: 2px;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 8px 23px;
  margin-top: 20px;
  position: relative;
  z-index: 999
}

.btn:hover {
  background: #364696;
  color: #fff!important;
}

aside {
  float: left;
  width: 292px;
  background: #139494;
  padding: 25px 16px;
  min-height: 391px
}

aside h3 {
  color: #fff;
  border-bottom: solid 1px #107f7f;
  padding-bottom: 12px;
  margin-bottom: 17px;
}

aside ul {
  display: block;
  clear: both
}

aside ul li {
  font-size: 15px;
  line-height: 18px;
  font-family: 'robotomedium';
  padding: 0 0 0 17px;
  position: relative;
  margin-bottom: 18px;
}

aside ul li:before {
  content: "\f0da";
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 12px;
}

aside ul li a {
  color: #fff;
}

aside ul li:hover a {
  color: #5bbcff
}

aside ul li.active a {
  color: #5bbcff
}

.right-section {
  float: right;
  width: 848px;
}

.right-section h3 {
  margin-bottom: 35px
}

.member-list {
  text-align: left;
}

.member-list td {
  vertical-align: top;
  vertical-align: top;
  text-align: left;
  padding: 0 15px;
}

.member-list td:first-child {
  padding-left: 0
}

.member-list td .pic {
  float: left;
  width: 180px;
  border: solid 1px #dedede;
  margin-top: 7px;
  margin-bottom: 27px
}

.member-list td .pic img {
  vertical-align: top;
  width: 100%
}

.member-list td h6 {
  display: block;
  clear: both;
  font-size: 18px;
  line-height: 21px;
  color: #1f1f1f;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
  padding-bottom: 10px
}

.member-list td p {
  font-size: 15px;
  line-height: 23px;
  color: #1f1f1f;
  display: block;
  width: 80%;
  padding-bottom: 4px;
}

.member-list td span {
  display: block;
  clear: both;
  margin-bottom: 8px;
}

.member-list td span img {
  vertical-align: middle;
  padding-right: 5px;
}

.member-list td strong {
  display: block;
  font-size: 17px;
  line-height: 20px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
  white-space: nowrap
}

.member-list td a {
  color: #139494
}

.member-list td a:hover {
  text-decoration: underline
}

.list {
  clear: both;
  display: block
}

.list li {
  display: block;
  clear: both;
  font-size: 15px;
  line-height: 30px;
  padding-left: 14px;
  position: relative;
  color: #1f1f1f;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 13px
}

.list li:before {
  content: "\f0da";
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: 'FontAwesome';
  color: #1f1f1f;
  font-size: 12px;
}
.right-section.member-dash .list{ /*border-bottom: 1px solid;*/ padding-top: 15px;}
.about-pic {
  float: left;
  width: 100%;
}

.about-pic img {
  vertical-align: top;
  width: 100%
}

.metting-list {
  float: left;
  width: 100%;
}

.metting-list li {
  float: left;
  width: 405px;
  height: 275px;
  border: solid 1px #dedede;
  text-align: center;
  padding: 20px;
  margin-bottom: 21px
}

.metting-list li:nth-child(2n) {
  float: right;
}

.metting-list li h5 {
  color: #139494;
}

.metting-list li address {
  font-style: normal
}

.metting-list li address span {
  display: block;
  clear: both;
  padding-top: 10px;
  font-size: 16px;
  line-height: 26px
}

.contact-left {
  float: left;
  width: 360px;
  padding: 20px 0 30px 30px;
}

.contact-left h3 {
  padding-bottom: 25px;
}

.contact-left .box {
  float: left;
  width: 100%;
  padding: 20px 0;
  position: relative
}

.contact-left .box:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 146px;
  height: 2px;
  content: "";
  display: block;
  background: #d4d4d4
}

.contact-left h5 {
  display: block;
  clear: both;
  font-size: 21px;
  line-height: 24px;
  color: #139494;
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  text-transform: capitalize
}

.contact-left span {
  color: #4b4b4b;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  display: block
}

.contact-left span a {
  color: #4b4b4b;
}

.contact-left span a:hover {
  color: #0c7e7e
}

.contact-right {
  float: right;
  width: 682px;
  padding: 20px 30px 30px 0px;
}

.contact-right h3 {
  margin-bottom: 30px;
}

.contact-right .form-row {
  float: left;
  width: 100%
}

.contact-right .form-row .col {
  float: left;
  width: 310px;
  margin-bottom: 18px
}

.contact-right .form-row .col:nth-child(2n) {
  float: right
}

.contact-right .form-row label {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  color: #141414;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-bottom: 17px;
}

.contact-right input[type="text"], .contact-right input[type="email"], .contact-right input[type="tel"], .contact-right textarea {
  float: left;
  width: 100%;
  border: solid 1px #d8d9db;
  height: 47px;
  border-radius: 2px;
  font-size: 15px;
  color: #141414;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 0 10px;
}

.contact-right textarea {
  height: 196px;
  padding: 10px
}

.contact-right input[type="submit"] {
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  background: #139494;
  width: 185px;
  height: 48px;
  border-radius: 3px;
  border: none;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
  margin-top: 100px
}

.contact-right input[type="submit"]:hover {
  background: #003664
}

footer {
  float: left;
  width: 100%;
  background: #004784;
  text-align: center;
  position: relative;
  padding: 30px 0 10px;
}

footer:before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 0px;
  width: 100%;
  background: url(../images/shadow-img.png) no-repeat center 0;
  height: 51px;
}

.footer-box {
  width: 272px;
  display: inline-block;
  vertical-align: top;
  text-align: left
}

.footer-box h4 {
  color: #5bbcff;
  text-transform: uppercase;
  display: block;
  clear: both;
  padding-bottom: 4px;
}

.footer-box ul {
  display: block
}

.footer-box ul li {
  display: block;
  clear: both;
  font-size: 15px;
  line-height: 30px;
  padding-left: 14px;
  position: relative
}

.footer-box ul li:before {
  content: "\f0da";
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 12px;
}

.footer-box ul li a {
  color: #fff
}

.footer-box ul li a:hover {
  text-decoration: underline
}

.footer-box .social {
  float: left;
}

.copyright {
  display: block;
  clear: both;
  font-size: 16px;
  line-height: 25px;
  color: #6788a9;
  padding-top: 15px;
}

.custom-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -.1em;
  width: 10px;
  height: 11px;
  background: url(../images/check.png) no-repeat 0 0;
  margin-left: 14px;
  margin-top: 9px;
}

.custom-check {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -.1em;
  width: 10px;
  height: 11px;
  background: url(../images/check.png) no-repeat 0 0;
  margin-right: 14px
}

.custom-radio {
  background-position: 0 0;
}

.custom-check.focus {
  background-position: 0 0;
}

.custom-radio.focus {
  background-position: 0 bottom;
}

.custom-check.checked {
  background-position: 0 bottom;
}

.custom-radio.checked {
  background-position: 0 bottom;
}

.custom-check.checked.focus {
  background-position: 0 bottom;
}

.custom-radio.checked.focus {
  background-position: 0 bottom;
}

.read-more {
  display: inline;
  color: #B4CB41;
  font-weight: 400;
}

.read-more:hover {
  color: #fff;
}

.span6 .btn-ser {
  position: relative;
  z-index: 99999;
}

.span6 > input {
  display: block;
  width: 44%;
}

.edit-profile {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.edit-profile span,.edit-profile label {
  width: 20%;
  float: left;
  margin-left: 2%;
}

.edit-profile input, textarea, select {
  float: left;
  width: 75% !important;
  float: left;
  border: solid 1px #d8d9db !important;
  height: 47px;
  border-radius: 2px;
  font-size: 15px;
  color: #141414;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 0 10px;
}

.page-id-1077 th, td {
    padding: 10px;
    text-align: justify; color:#000; font-size:15px;
}

.page-id-1056 tbody{border-bottom:#CCC solid 1px; padding:10px;}
.page-id-1056 .state-report tr{border-bottom:#CCC solid 1px;}
.state-report-box{padding-top:20px; display:block;}

.state-text p{margin-bottom:10px; display:block;}

.edit-profile textarea {
  height: 110px;
}

.edit-profile input[type="submit"] {
  vertical-align: bottom;
  color: #fff;
  background: #139494;
  width: 185px;
  height: 48px;
  border-radius: 3px;
  border: none;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
  float: left;
  margin-left: 102px;
}

.edit-profile input[type="submit"]:hover {
  background: #003664
}

.formtitle {
  padding: 31px 0;
  text-align: center;
}

.pollresult {
  width: 100%;
  float: left
}

.pollresult li {
  display: inline-block;
  width: 3%;
  vertical-align: top;
}

.pollresult li span {
  font-size: 17px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}

.pollresult li:nth-child(2n) {
  width: 67%
}

.pollresult li:nth-child(3n) {
  width: 15%
}

.pollresult li:nth-child(4n) {
  width: 10%
}

.pollresult li p {
  line-height: 25px;
  font-size: 15px;
}

.pollresult1 {
  width: 100%;
  float: left;
  font-size: 15px;
}

.pollresult1 li {
  display: inline-block;
  width: 19%;
  vertical-align: top;
  text-align: justify;
  padding: 10px 0px;
}

.pollresult1 li span {
  font-size: 17px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}

.pollresult1 li:nth-child(2n) {
  width: 70%
}

.pollresult1 li a {
  padding: 7px 34px;
}

.pollresult1 .sub {
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  background: #139494;
  width: 128px;
  height: 48px;
  border-radius: 3px;
  border: none;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
}

.pollresult1 .sub:hover {
  background: #003664
}

.pollresult1 li p {
  line-height: 25px;
  font-size: 15px;
}



.com1 ul {
  list-style: none;
}

.com1 ul li {
  float: left;
  width: 80%;

  margin-bottom: 10px;

}

.com1 ul li:nth-child(2n) {

}

.compa leble {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.compa input[type="submit"], input[type="button"] {
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  background: #139494;
  width: 128px;
  height: 48px;
  border-radius: 3px;
  border: none;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
}

.compa a {
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  background: #139494;
  width: 128px;
  height: 48px;
  border-radius: 3px;
  border: none;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 46px;
}

.compa .edit-profile input, textarea, select {
  width: 100%;
  margin-bottom: 10px;
}

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;
  width: 100%;
  height: auto

}

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;

}

.parent_title {
  color: #fff;
}


/*-------------------------------------popup css---------------------------*/

.black_overlay {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

.white_content {
  background-color: #fffff0;
  border: 16px solid rgb(14, 124, 123);
  display: none;
  height: 500px;
  left: 0;
  padding: 16px;
  position: fixed;
  top: 0;
  width: 900px;
  overflow: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99999;
}

#light a:hover {
  opacity: .8;
}

.button-kksecondary {
  background: #e05d22;
  background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%);
  background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%);
  border: none;
  border-bottom: 3px solid #b93207;
  border-radius: 2px;
  color: #fff !important;
  display: inline-block;
  padding: 11px 24px 10px;
  text-decoration: none;
}


.custom_form > h3 {margin-bottom: 17px;}


/*.kkclose{ position:absolute;   right: -3px; top: -3px; background: url(../images/close.png) no-repeat 0 0; background-size: 100%; height: 25px; width: 25px; font-size: 0;}*/

.kkclose a {
  display: block;
  height: 25px;
  left: -12px;
  position: relative;
  top: -12px;
  width: 25px;
}

.max {
  top: 0;
  left: 0;
  font-size: 13px;
  color: red;
  padding: 1px;
}

.kkclose {
  background: hsla(0, 0%, 0%, 0) url("../images/close.png") no-repeat scroll 0 0 / 100% auto;
  border: 1px solid hsl(0, 0%, 0%);
  border-radius: 27px;
  font-size: 0;
  height: 25px;
  padding: 18px;
  position: absolute;
  right:1px;
  top:2px;
  width: 35px;
  z-index: 99999;
}

#upload-btn {
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  /* background: #139494; */
  width: 128px;
  height: 48px;
  border-radius: 3px;
  border: none;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
  margin-left: 190px;
}

.pop-up-prof-details {
  float: left;
  width: 50%;
}

.pop-up-prof-details > label {
  color: rgb(14, 124, 123);
  font-size: 20px;
  font-weight: bold;
}

.pop-up-prof-details p {
  font-size: 14px;
  line-height: 22px;
}

.popup_box img {
  border: 2px solid rgb(14, 124, 123);
  float: left;
  margin-right: 12px;
}

.popup_box {
  float: left;
  margin-bottom: 20px;
  width: 50%;
  margin-top: 10px;
}

.pop-up-prof-details > a {
  color: #1f1f1f;
  text-transform: capitalize;
}

.forum-page li {
  float: left;
  margin: 0 10px 0 0;
  width: 12%;
}

.forum-page li:nth-child(3) {
  width: 40%;
}

.forum-page li:nth-child(5) {
  width: 13%;
}

.forum-page li span {
  font-weight: bold;
  text-align: center;
  display: block;
}

.forum-page li:nth-child(1) {
  width: 3%;
}

.forum-page li p {
  font-size: 14px;
}

.left {
  display: inline-block;
  margin-left: 8px;
  width: 25%;
  font-weight: bold;
  vertical-align: top;
}

.right {
  display: inline-block;
  width: 60%;
}

.forum_comment li:last-child .right li:nth-child(2n+1) p {
  margin-bottom: 0;
  background: none;
  padding: 12px;
}

.social.popup {
  float: left;
  margin-top: 0;
}

.map_location img {
  margin-right: 10px;
  vertical-align: top;
}

.map_location li {
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
}

.white_content h3 {
  text-align: center;
}

.forum_comment li {
  padding: 8px;
}

ul.tml-action-links li:nth-child(1) {
  display: none;
}

.popup_box.full_width {
  width: 100%;
}

.right-section.checklist ul {
  padding-left: 30px;
  /*padding-top: 20px;*/
  padding-bottom: 10px;
  list-style-type: disc;
  border-bottom: 1px solid;
  float: left;
}
.checklist-add{ width: 100%; float: left;}
.checklist-add ul:last-child{ border: none;}
.checklist-add > p{ float: left; padding:10px 0;}

.right-section.checklist ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  list-style-type: disc;
  font-weight: bold;
}

.right-section.checklist p a {
  margin: 15px 0 0;
  display: inline-block;
  width: 100%;
}

.contact-right.reg-form .form-row .col {
  float: left;
  margin-bottom: 13px;
  width: 100%;
}

.contact-right.reg-form {
  margin-right: 165px !important;
}

.wpcf7-form-control.wpcf7-submit.submit-button {
  margin: 0;
  width: 309px;
}

.wpcf7-form-control-wrap.ExplainPlannedUse textarea {
  height: 95px;
}

.right-section.checklist p {
  line-height: 30px;
}

.right-section.checklist ul li:nth-child(12) {
  list-style: none;
  margin-left: -33px !important;
}

.right-section.checklist ul li:nth-child(13) {
  list-style: none;
  margin-left: -33px !important;
}

.custom_form {
  margin: auto;
  width: 70%;
  padding: 15px;
  font-size: 14px;
}

.custom_form hr {
  margin: 10px 0;
}

.custom_form b {
  font-size: 16px;
}

.custom_form p {
  font-size: 14px;
}

.custom_form input:not([type="radio"]) {
  border: solid 1px #eee;
  height: 30px;
  margin-bottom: 5px;
}

.custom_form input[type="submit"], input[type="button"]{margin-top:20px; background:#0C7675; padding:10px; color:#FFF; 
  font-size:18px; font-weight:bold; height:45px;}

#user-files tbody td {
  padding: 0px 10px;
  font-size: 14px;
  width: 20%;
}
.page-id-944 .custom_form input:not([type="radio"]) {width:100%;}

#user-files_wrapper p{ padding:0; margin-bottom: 0; font-size: 13px; line-height:18px; }
#user-files_wrapper td{padding:5px 10px !important; font-size: 13px !important; text-align: left;}
#user-files_wrapper td img{ margin:0;}
.question_filter {
    float: left;
    width: 100%;
}

.report-section form #state{ float:left; width:300px !important; border:none; outline: none; margin:10px 0;}
.report-section form select option{ float:left; font-size: 14px; width:300px; padding:10px;}
.report-section small{ font-weight: bold; font-size: 18px; line-height: 32px; display: block; margin-bottom: 10px}

.report-section form .button{ padding:10px 20px; background:#139494; outline: none; margin:12px; border-radius:3px; color:#fff; outline: none; border:none;}

.report-section form .button:hover{ background: #003664}
.question_filter form input[type="radio"]{ margin:5px 10px; float:left;}

.question_filter table td{ padding:10px 5px 10px 5px; border-bottom:1px solid #ccc;}

.question_filter .button{ padding:10px 20px; background:#139494; outline: none; margin:12px; border-radius:3px; color:#fff; outline: none; border:none;}
.question_filter .button:hover{ background:#003664 }

.question_filter small{ font-weight: bold; font-size: 18px; line-height: 32px; display: block; margin-bottom: 10px}

.page-id-967 .right-section > form{margin-top:20px;}
.page-id-967 .right-section > form input[type="submit"], input[type="button"]{background:#139494; padding:10px; margin-left:10px; border:none; color:#FFF; font-size:20px; font-weight:bold; width:auto !important;}

.page-id-967 .body-container > a {  background: #139494 none repeat scroll 0 0; padding: 10px; color:#FFF; font-size:20px; font-weight:bold; border-radius:1px; }
.page-id-967 .right-section > form input[type="submit"], input[type="button"]{width:29% !important; height:45px !important; margin-left:0;}

.ques-report {
    /*border-bottom: 1px solid #ddd;*/
    display: inline-block;
    padding: 15px 0;
}

/*.right-section > p {
    display: inline-block;
    line-height: 26px;
    padding-bottom: 5px;
    padding-top: 13px;
}*/
.right-section > p {
    line-height: 26px;
    padding-bottom: 13px;
}

#pagination {
    height: 42px;
    width: 100%;
}

.page-numbers {
    list-style: outside none none;
    margin: 65px auto;
    padding: 0;
    width: 100%;
}

.pages {
    float: left;
}

.page-numbers.current {
    background: none repeat scroll 0 0 #139494;
    border: 1px solid #89adcf;
    color: #fff;
    margin-right: 4px;
    padding: 3px 10px;
    font-weight: bold;
  }
  .page-numbers a{background: none repeat scroll 0 0 #146992;
    border: 1px solid #ccc;
    color: #fff;
    font-weight: bold;
    margin-right: 4px;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
  }
.page-numbers {
    list-style: outside none none;
    padding: 0;
    width: 100%;
}

.page-numbers > li {
    
    float: left;
    margin: 0 8px;
   }


.text-right{text-align:right;}
.tbl{width:100%; border-collapse: collapse; margin-top: 30px;}
.btn-new{
    background: none repeat scroll 0 0 #139494;
    border: medium none;
    border-radius: 3px;
    padding:10px 20px;
    color: #fff;

    display: inline-block;
    font-family: "Catamaran",sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: bottom;
    margin-left: 0;
    
}
.btn-new:hover{background: #003664;}
.tbl td,.tbl th{ padding:10px 5px;}
.tbl th{border-bottom:1px solid #ddd;}
.tbl td p{line-height: 20px;}
.tbl td:nth-child(3){width:30%;}
.edit-profile .right-r{float: right !important; margin-right: 3%;}
.edit-profile .btn-wid{width:45% !important; margin-left: 0 !important}
.nm-file-tools a{display: inline-block; vertical-align: middle;}

.clear{clear: both;}
.comnt{background: #e4e4e4 !important; padding:10px; margin-bottom: 10px;}
.comnt span{color:#065D5D; font-size:14px; font-style:italic; display: block; margin-top: 10px;}
.gap-ul li{margin-bottom: 20px;}
.com1:after{clear: both; content: ''; display: table;}

.tbl-rep{border-collapse: collapse; margin-top: 30px; width:100%;}
.tbl-rep th{ padding:0 15px 15px 0; border-bottom:1px solid #eee;}
.tbl-rep th, .tbl-rep td{vertical-align: top;}
.tbl-rep td p{padding-right: 40px; line-height: 26px;}
/*---addy-(3-2-16)---*/

.state-profile {float: left; padding: 0 40px; width: 100%; }
.top-profile {margin-bottom: 30px; }
.state-profile-img {float: left; width: 100%; margin-bottom: 40px; }
.top-profile h2{ color: #364696; font-family: "Catamaran",sans-serif; text-transform: uppercase;}
.top-profile a{ display: block;}
.box3{ float: left;min-height: 370px; padding: 10px; width: 33.33%;}
.state-member-details img {border: 3px solid #0a7777; display: block;margin-bottom: 10px;}
.state-member-details{ text-align:left;}
.state-profile-details{text-align: left;}
.state-profile-details p {color: #333; font-family: catamaran; font-size: 16px; line-height: 20px; }
.state-member-details > a {display: inline-block; margin-bottom: 4px;  font-size: 18px; font-weight: 600;}
.state-profile-img > h3{ padding-bottom: 15px;}
.body-container.state-prof-page{ padding-top: 30px;}

.tbl tr {
    border-bottom: 1px solid #ddd;
}
  .tbl strong {
    display: block;
    font-size: 16px;
    padding-bottom: 4px;
}

.tbl.tbl-forum td:nth-child(3) {
    padding-right: 40px;
    width: 35%;
}
.tbl.tbl-forum td:nth-child(2) {
    padding-right: 20px;
    width: 20%;
}

.state_view_btn {
    float: left;
    width: 100%;
}

.print_btn {
    background: none repeat scroll 0 0 #fffff0;
    float: right;
    padding: 20px;
    text-align: right;
    width: 100%;
}


#light h3 a {
    text-decoration: underline;
}
.page-header h1{ margin-bottom:30px; }
.right-section-full{width:100%;}



#eps_super_search-2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ddd;
    clear: both;
    float: right;
    margin-bottom: 20px;
    min-height: 0;
    padding: 20px 0;
    width: 100%;
}
#eps_super_search-2 h2 {
    float: left;
}
#eps_super_search-2 form {
    float: left;
    padding: 0 15px;
}
.input-group {
    display: inline-block;
}
#super_searchform > input {
    display: inline-block;
}
.form-control {
    float: left;
}
#eps_super_search-2 input[type="text"] {
    border: 1px solid #ddd;
    height: 40px;
    -webkit-appearance:none;
    padding-left: 10px;
}
#eps_super_search-2 #searchsubmit {
    height: 40px;
    margin-top: 0;
    -webkit-appearance:none;
}

#eps_super_search-2 h3 {
    border-bottom: medium none;
    color: #364696;
    float: left;
    margin-bottom: 0;
}

.body-container > b {
    font-weight: bold;
}

#primary > p {
    border-bottom: 1px solid;
    margin-bottom: 20px;
    margin-top: 7px;
    padding-bottom: 25px;
}

#primary > h3 {
    font-size: 20px;
    font-weight: bold;
}

.search-document {
    border-bottom: 1px solid;
    margin-bottom: 16px;
}
.search-document > h3{
  font-size: 20px;
    font-weight: bold;
}
.search-document > p {
   
    margin-top: 7px;
    padding-bottom: 10px;
}

.metting-list1.borad-member > li {
    width: 50%;
}
#fixTable td{font-size:13px;}
#fixTable td {text-align: left;}
table.tbl.tbl-forum td{text-align: left;}

*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.matrix_content {
    color: #118385;
    line-height: 12px;
}
.custom_form textarea{height:150px; width:100% !important;}
.logout{
   background: none repeat scroll 0 0 #0c7675;
   color: #fff;
   font-size: 18px;
   font-weight: bold;
   margin-top: 20px;
   padding: 10px;
 }
/*.button.submit-btn{width:45% !important}*/

.last-update-report > ul {
    padding: 10px;
}

.last-update-report li {
    margin: 12px;
}

.last-update-report li span {
    font-weight: 700;
}

.page-template-template-checklist-front-page .right-section.checklist ul li {
	font-weight: normal !important;
}