/* CSS crunched with Crunch - http://crunchapp.net/ */
/* fonts used
 *******************
 font-family: 'Oswald', sans-serif;
 font-family: 'Open Sans', sans-serif;
 font-family: 'Roboto Condensed', sans-serif;
 *******************
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* ****************************************** */
.wrap-container {
  width: 1140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wrap-container:before,
.wrap-container:after {
  content: " ";
  display: table;
}
.wrap-container:after {
  clear: both;
}
html {
  font-size: 16px;
  line-height: 1.1;
}
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 62.5%;
}
.pattern-style-top-section {
  width: 100%;
  margin-bottom: 5px;
}
.pattern-style-top-section .pattern-style {
  width: 35%;
  height: 10px;
  float: right;
}
.pattern-style-top-section .pattern-style .orange-ptrn {
  width: 19%;
  height: 100%;
  float: left;
  background-color: #f0a830;
}
.pattern-style-top-section .pattern-style .olive-ptrn {
  width: 51%;
  height: 100%;
  float: left;
  background-color: #78c0a8;
}
.pattern-style-top-section .pattern-style .brown-ptrn {
  width: 30%;
  height: 100%;
  float: left;
  background-color: #5e412f;
}
.cmn-header:before,
.cmn-header:after {
  content: " ";
  display: table;
}
.cmn-header:after {
  clear: both;
}
.cmn-header .logo {
  float: left;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
}
.cmn-header .main-nav {
  float: right;
  margin-top: 0;
}
.cmn-header .main-nav ul {
  list-style-type: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.cmn-header .main-nav ul > li {
  display: inline-block;
  line-height: 98px;
}
.cmn-header .main-nav ul > li > a {
  color: #ff9900;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  padding: 40px 35px;
  text-decoration: none;
}
.cmn-header .main-nav ul > li > a:hover {
  background-color: #383838;
  color: #fff;
}
.cmn-header .main-nav ul > li.active a {
    background-color: #383838;
    color: #fff;
}
.cmn-header .main-nav ul > li.dropdown {
  background-image: url('../img/dropdown-arrow.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  position: relative;
}
.cmn-header .main-nav ul > li.dropdown > a:hover {
  background-color: #333333;
  background-image: url('../img/dropdown-arrow.png');
  background-repeat: no-repeat;
  background-position: 90% center;
}
.cmn-header .main-nav ul > li.dropdown ul {
  display: none;
  width: 210px;
  padding: 0;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #272727;
  z-index: 5;
}
.cmn-header .main-nav ul > li.dropdown ul li {
  display: block;
  text-align: left;
}
.cmn-header .main-nav ul > li.dropdown ul li a {
  display: block;
  line-height: 18px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #fff;
  -webkit-transition: ease;
  transition: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cmn-header .main-nav ul > li.dropdown ul li a:hover {
  background-color: #1a1a1a;
}
.cmn-header .main-nav ul > li.dropdown:hover ul {
  display: block;
}
.banner {
  width: 100%;
  height: 515px;
  background: url('../img/banner-image.png') no-repeat center center;
  background-size: cover;
}
.inner_banner {
  width: 100%;
  height: 390px;
  background: url('../img/inner_banner.jpg') no-repeat center center;
  background-size: cover;
}
.banner .banner-text {
  font-size: 8em;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20%;
  letter-spacing: 1px;
  text-stroke-width: 1px;
  text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #d5d5d5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #d5d5d5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #d5d5d5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f6f6 0%, #d5d5d5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f6f6 0%, #d5d5d5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f6f6f6 0%, #d5d5d5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d5d5d5', GradientType=0);
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .banner-text span {
  display: block;
  font-weight: 300;
  text-transform: none;
  color: #fff;
}
.points {
  width: 100%;
  padding-top: 25px;
  padding-right: 0;
  padding-bottom: 25px;
  padding-left: 0;
  background-color: #f0a229;
}
.points ul {
  list-style-type: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
}
.points ul li {
  width: 33.333333%;
  box-sizing: border-box;
  float: left;
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
    display: table;
}
.points ul li a{
    text-decoration: none;
}
.points ul li:nth-child(2),
.points ul li:nth-child(5) {
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
}
.points ul li .iconic {
  width: 92px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #e48c12;
  text-align: center;
  line-height: 88px;
  display: table-cell;
}
.points ul li .iconic img {
  vertical-align: middle;
}
.points ul li .textual {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.points ul li .textual h4 {
  color: #5e412f;
  font-size: 1.8em;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
}
.points ul li .textual p {
  font-size: 1.4em;
  font-family: 'Open Sans', sans-serif;
  color: #4c4b4b;
}
.content {
  padding-top: 90px;
  padding-right: 0;
  padding-bottom: 90px;
  padding-left: 0;
  width: 100%;
  overflow: hidden;
}
.content .content-text {
  width: 70%;
  float: left;
  padding-right: 15px;
  box-sizing: border-box;
}
.content .content-text h1 {
  font-size: 5em;
  color: #3299bb;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
}
.content .content-text p {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  color: #4b4b4b;
  line-height: 1.5;
    padding-right: 15px;
}
.content .content-text p a{
    text-decoration: none;
}
.content-text ul li{
    list-style: outside none none;
    font-size: 12px;
    margin-top: 10px;
    margin-left: -40px;
}
.content-text ul li a{ 
    font-size: 1.4em;
}
.content-text .heading{
    font-weight: bold;
    text-decoration: underline;
}
.content .board-dir {
  width: 30%;
  float: left;
  background-color: #fceb9b;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.content .board-dir .board-title {
  background-color: #3299bb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 43px;
  line-height: 43px;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  position: relative;
  font-size: 2.4em;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}
.content .board-dir .board-title:after {
  content: "";
  width: 91px;
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
  background: url('../img/board-dir-pattern.png') no-repeat right center;
}
.content .board-dir .board-title img {
  position: absolute;
  right: 10px;
  top: -10px;
  z-index: 1;
}
.content .board-dir .directors {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #e0f0f5;
}
.content .board-dir .directors ul {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.content .board-dir .directors ul li {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
}
.content .board-dir .directors ul li h4 {
  font-size: 1.8em;
  color: #3b7689;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}
.content .board-dir .directors ul li p {
  font-family: Arial;
  font-size: 1.4em;
  color: #028fbe;
  font-weight: 400;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.map {
  height: 275px;
  position: relative;
  background-color: #efefef;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 120px;
  margin-left: 0;
}
.map .map-address {
  width: 400px;
  background-color: #fff;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.map .map-address h3 {
  font-size: 2.2em;
  color: #3299bb;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
.map .map-address p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  color: #716f6f;
}
footer {
  width: 100%;
  height: 50px;
  background-color: #383838;
  font-family: Arial;
  font-size: 1.4em;
  color: #fff;
}
footer .footer-nav {
  float: left;
}
footer .footer-nav ul {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  list-style-type: none;
  line-height: 50px;
}
footer .footer-nav ul li {
  display: inline-block;
  margin-right: 10px;
}
footer .footer-nav ul li:before {
  content: "• ";
  color: #ff9900;
}
footer .footer-nav ul li a {
  text-decoration: none;
  color: #fff;
}
footer .footer-nav ul li a:hover {
  color: #e6e6e6;
}
footer .copyright {
  float: right;
  line-height: 50px;
}
