/* ----- Variables ----- */
.hideme {
  opacity: 0;
}
.showme {
  opacity: 1;
}
/* ----- Main Layout ----- */
.row {
  padding: 0 10px;
}
.container {
  width: 990px;
  margin: 0 auto;
}
.onehalf {
  width: 50%;
  float: left;
}
.onethird {
  width: 33.33%;
  float: left;
}
.twothird {
  width: 66.66%;
  float: left;
}
.onefourth {
  width: 25%;
  float: left;
}
.onefourth.right {
  float: right;
}
.twofourth {
  width: 50%;
  float: left;
}
.twofourth.right {
  float: right;
}
.threefourth {
  width: 75%;
  float: left;
}
.threefourth.right {
  float: right;
}
.onefifth {
  width: 20%;
  float: left;
}
.fourfifth {
  width: 80%;
  float: left;
}
/* ----- 720px Layout ----- */
@media handheld, only screen and (max-width: 990px + (10px * 3)) {
  .container {
    width: 720px;
  }
}
/* ----- 480px Layout ----- */
@media handheld, only screen and (max-width: 720px + (10px * 3)) {
  .container {
    width: 480px;
  }
  .onehalf,
  .onethird,
  .twothird,
  .onefourth,
  .onefourth.right,
  .twofourth,
  .twofourth.right,
  .threefourth,
  .threefourth.right {
    width: 100%;
    float: none;
  }
}
/* ----- 320px Layout ----- */
@media handheld, only screen and (max-width: 480px + (10px * 3)) {
  .container {
    max-width: 280px;
    min-width: 280px;
    width: 100%;
  }
}
body {
  background: #1e1e1d url('images/body-bg.gif') repeat-y center top;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
}
h1 {
  font-weight: normal;
  font-size: 3.7em;
  margin: 0.4em 0;
  padding-left: 60px;
  text-shadow: 0px 0px 3px #000;
  filter: dropshadow(color=#000, offx=0, offy=0);
}
h2 {
  color: #00325d;
  font-weight: normal;
  margin: 0.4em 0;
  font-size: 2.5em;
}
h3 {
  color: #00325d;
  font-weight: normal;
  font-size: 1.4em;
  margin: 0.9em 0;
}
h4 {
  color: #003c70;
  font-size: 1.15em;
  margin: 0.5em 0;
}
hr {
  border: 0 none;
  background: #727272;
  height: 1px;
}
a {
  text-decoration: none;
  color: #ffa930;
  outline: none !important;
}
p {
  line-height: 1.5em;
  margin: 1.3em 0;
}
ul {
  list-style-image: url('images/li-bullet.png');
  padding: 0 1em;
}
li {
  line-height: 1.7em;
}
img {
  max-width: 100%;
}
iframe {
  border: 0 none;
  width: 100%;
}
circle {
  cursor: pointer;
}
.fii-title {
  display: none;
}
.fii-title-img {
  display: block;
  margin: 2em 0 1.5em;
}
#fii-top-menu {
  background: #90a136 url('images/fii-top-menu-bg.gif') repeat-x center top;
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
}
#fii-top-menu ul {
  list-style: none;
  margin: 0 0 2px;
  padding: 0.6em 0;
  text-align: center;
}
#fii-top-menu li {
  display: inline;
}
#fii-top-menu a {
  color: #003366;
  font-size: 14px;
  font-weight: bold;
  padding: 0 1.2em;
}
.mt-mobile-title {
  display: none;
}
table.metric {
  margin-top: 61px;
  margin-bottom: 1.3em;
  position: relative;
}
table.metric .ticon {
  display: block;
  border: 2px solid #fff;
  margin-top: -41px;
}
table.metric .metric-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  top: -27px;
  left: 85px;
}
table.metric .metric-description {
  font-size: 12px;
  color: #000;
  position: absolute;
  top: -22px;
  right: 0;
  display: block;
}
table.metric td,
table.metric th {
  text-align: center;
  width: 16.66%;
  font-size: 12px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 10px;
  border-left: 1px solid #86a986;
}
table.metric th {
  background: #327632 url('images/metric-th.gif') repeat-x center top;
  color: #fff;
  border-bottom: 1px solid #c6c6c6;
}
table.metric td {
  background: #fff;
  border-top: 1px solid #86a986;
}
table.metric .alt td {
  background: #cee0ce;
}
table.metric tr td:first-child,
table.metric tr th:first-child {
  text-align: left;
  font-weight: bold;
  border-left: 0 none;
}
.download-table {
  margin-bottom: 1.3em;
  border: 1px solid #a4a4a4;
}
.download-table td,
.download-table th {
  font-size: 14px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 8px 15px;
}
.download-table th {
  background: #1a7580 url('images/download-th.gif') repeat-x center top;
  color: #fff;
  border-bottom: 1px solid #c6c6c6;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #1a7580;
  border-bottom: 0 none;
  text-align: left;
  padding: 8px 15px;
}
.download-table td {
  background: #fff;
  font-weight: bold;
  color: #186c76;
}
.download-table .alt td {
  background: #f1f1f1;
}
.download-table .dlbtn {
  text-align: right;
}
.download-table .dlbtn img {
  display: block;
  float: right;
}
.content .onethird p:first-child {
  margin-top: 0;
}
.map-attribution {
  display: none;
}
.ss_wrapper {
  overflow: hidden;
  color: #CC4800;
}
.ss_wrapper a {
  color: #003c70 !important;
}
.ss_wrapper li {
  list-style-image: url('images/li-bullet-orange.png');
}
#ss_pages {
  width: 49.99%;
  float: left;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ss_posts {
  width: 49.99%;
  float: left;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#page_drop_down,
#post_drop_down {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 0.5em;
  margin-bottom: 1em;
}
#mapmodal-container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 250;
  display: none;
}
#mapmodal-container.show {
  display: block;
}
#mapmodal-container .closedetection {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: pointer;
}
#mapmodal-container .pad {
  padding: 0 20px;
}
#mapmodal-container .bgpad {
  min-width: 240px;
  max-width: 700px;
  margin: 4% auto 0;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  color: #333;
  position: relative;
  z-index: 1;
}
#mapmodal-container .bgpad #mapmodal {
  min-height: 200px;
  overflow: auto;
  position: relative;
  padding-right: 20px;
}
#mapmodal-container .bgpad #mapmodal ul {
  padding-left: 1.5em;
}
#mapmodal-container .bgpad strong {
  color: #003c70;
}
#mapmodal-container .bgpad .marker-title {
  font-size: 22px;
  margin-bottom: 1em;
}
#mapmodal-container .bgpad .marker-description {
  font-size: 14px;
  line-height: 1.4em;
}
#mapmodal-container .ajax-loader-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mapmodal-container .ajax-loader-container .ajax-loader {
  display: block;
  margin: 30% auto 0;
}
#mapmodal-container .ajax-loader-container .ajax-loader.remove {
  display: none;
}
.close-button-map {
  background: url('images/close-button2.png');
  background-repeat: no-repeat;
  z-index: 99;
  position: absolute;
  height: 30px;
  width: 30px;
  cursor: pointer;
  top: 5px;
  right: 5px;
  margin-bottom: 10px;
  display: block;
}
.s990 {
  display: block;
}
.s720,
.s480,
.s320 {
  display: none;
}
.row {
  -webkit-backface-visibility: hidden;
}
header {
  background: url('images/header-bg.gif') left top;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 100;
  min-height: 100px;
}
header #logo {
  display: block;
  float: left;
}
header .mobile-btn {
  width: 32px;
  height: 32px;
  display: block;
}
header .search {
  position: absolute;
  top: 20px;
  right: 0;
}
header .mainmenu {
  position: absolute;
  bottom: 15px;
  right: 0;
}
header .slogan {
  font-size: 21px;
  font-style: italic;
  max-width: 40%;
  font-weight: bold;
  color: #003c70;
  display: block;
  position: absolute;
  bottom: 10%;
  left: 19%;
}
.search {
  background: url('images/search.png') no-repeat;
  padding: 4px 25px;
  height: 16px;
  width: 153px;
}
.search input[type=text] {
  border: 0 none;
  background: transparent;
  color: #9b9b9b;
  font-size: 13px;
}
.mainmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainmenu li {
  float: left;
  background: url('images/mainmenu-bullet.png') no-repeat 0 center;
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}
.mainmenu li:first-child {
  padding-left: 0;
  background: none;
}
.mainmenu a {
  display: block;
  font-family: "TwCenMT-Medium", Arial, Helvetica, Sans-serif;
  font-size: 17px;
  color: #000;
}
.mainmenu .sub-menu {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  margin: 0;
  padding: 0;
  min-width: 200px;
  display: none;
}
.mainmenu .sub-menu li {
  background: none;
  float: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #97C3F7;
}
.mainmenu .sub-menu li:first-child {
  border-top: 0 none;
}
.mainmenu .sub-menu .sfHover > a {
  background: #6895ca;
}
.mainmenu .sub-menu a {
  font-size: 14px;
  background: #7DB4F5;
  color: #fff;
  font-family: Arial, Helvetica, Sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 7px 12px;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.mainmenu .sub-menu a:hover {
  background: #6895ca;
}
.mainmenu .sub-menu .sub-menu {
  top: 0;
  left: 90%;
  z-index: 1;
}
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
  z-index: 1;
}
.slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
#slider-prev {
  position: absolute;
  left: 30px;
  top: 42%;
  z-index: 1;
}
#slider-next {
  position: absolute;
  right: 30px;
  top: 42%;
  z-index: 1;
}
.bx-prev {
  display: block;
  background: url('images/hero-leftarrow.png') no-repeat;
  width: 115px;
  height: 63px;
  cursor: pointer;
  text-shadow: 0px 0px 3px #000000;
  filter: dropshadow(color=#000000, offx=0, offy=0);
}
.bx-prev .previous {
  font-size: 90%;
  color: #fff;
  font-family: "GillSans", Arial, Helvetica, Sans-serif;
  padding-left: 15px;
  padding-top: 15px;
  display: block;
}
.bx-prev .slide-name {
  font-size: 105%;
  color: #fff;
  font-family: "GillSans", Arial, Helvetica, Sans-serif;
  padding-left: 15px;
  display: block;
  text-transform: uppercase;
}
.bx-prev .slide-name a {
  color: inherit;
}
.bx-next {
  display: block;
  background: url('images/hero-rightarrow.png') no-repeat 100% 0;
  width: 100px;
  height: 63px;
  cursor: pointer;
  text-shadow: 0px 0px 2px #000000;
  filter: dropshadow(color=#000000, offx=0, offy=0);
  text-align: right;
}
.bx-next .next {
  font-size: 90%;
  color: #fff;
  font-family: "GillSans", Arial, Helvetica, Sans-serif;
  padding-top: 15px;
  padding-right: 15px;
  display: block;
  width: 85px;
}
.bx-next .slide-name {
  font-size: 105%;
  color: #fff;
  font-family: "GillSans", Arial, Helvetica, Sans-serif;
  display: block;
  text-transform: uppercase;
  padding-right: 15px;
}
.bx-next .slide-name a {
  color: inherit;
}
#home-section .home-content {
  padding-top: 227px;
  max-width: 370px;
}
#home-section .home-content h2 {
  font-family: Arial, Helvetica, Sans-serif;
  font-weight: normal;
  font-size: 170%;
  background: rgba(38, 113, 191, 0.8);
  padding: 0.6em;
  margin: 0 0 0.2em;
  color: #fff;
}
#home-section .home-content a {
  color: #ffa416;
  font-weight: bold;
  font-size: 13px;
}
#home-section .home-content p {
  font-size: 16px;
  background: rgba(38, 113, 191, 0.8);
  padding: 0.6em;
  margin: 0;
  max-width: 85%;
}
#home-section .home-content.posbtm {
  padding-top: 0;
  margin-top: 80px;
  max-width: 280px;
}
#home-section .home-content.posbtm h2 {
  border-radius: 8px 8px 0 0;
}
#home-section .home-content.posbtm p {
  max-width: 100%;
}
#home-section .home-content.posbtm p:first-child {
  border-radius: 8px 8px 0 0;
}
#home-section .home-content.posbtm p:last-child {
  border-radius: 0 0 8px 8px;
}
#home-section .toggle {
  width: 230px;
  position: absolute;
  right: 0;
  top: 170px;
  z-index: 75;
}
.content-box {
  width: auto !important;
}
.rs-wrap:after,
.rs-slider:after,
.rs-thumbwrap:after,
.rs-arrows:after,
.rs-caption:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
/* ===[ Slider ]=== */
.rs-wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  width: 1400px !important;
}
.rs-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rs-slide-bg {
  *zoom: 1;
}
.rs-slider > li > a {
  display: block;
}
.rs-slider > li {
  list-style: none;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0 -100% 0 0;
  padding: 0;
  float: left;
  position: relative;
}
.rs-slider > li > a {
  padding: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hero-image {
  height: 649px;
}
.hero-image img {
  transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  -webkit-transition: max-width 0.5s;
  -o-transition: max-width 0.5s;
  display: block;
  width: 1400px;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-content .container {
  height: 100%;
}
.hero-featured {
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  cursor: pointer;
}
.bgimg-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.bgimg-container img {
  transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  -webkit-transition: max-width 0.5s;
  -o-transition: max-width 0.5s;
  display: block;
  width: 1400px;
  max-width: 1400px;
  margin: 0 auto;
}
#page-section {
  position: relative;
  font-size: 14px;
  margin-bottom: 20px;
}
#page-section .content {
  margin-right: 2px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}
#page-section .content h2:first-child,
#page-section .content h3:first-child,
#page-section .content h4:first-child,
#page-section .content h5:first-child,
#page-section .content h6:first-child {
  margin-top: 0;
}
#page-section .content img {
  height: auto;
}
#page-section .content a {
  color: #cc4800;
}
#page-section label {
  color: #00325D;
}
#page-section input[type="text"],
#page-section textarea {
  border: 0 none;
  padding: 5px;
}
#page-section input[type="submit"] {
  border: 0 none;
  background: #fca92c;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 7px;
  padding: 7px 12px;
}
.sidemenu-btn {
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 75;
}
.sidemenu-btn .btn {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  border: 0 none;
  background: transparent url('images/sidemenu-btn1.png') no-repeat;
  width: 42px;
  height: 42px;
  display: block;
  text-indent: -9999px;
  font-size: 1px;
  color: transparent;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0;
  padding: 0;
}
.sidemenu-btn .btn.active {
  background-position: 0 -62px;
  height: 44px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.sidemenu-btn nav {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
}
.sidemenu-btn nav > ul {
  display: none;
}
.sidemenu-btn nav > ul.show {
  display: block;
}
.sidemenu-btn ul {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 200px;
}
.sidemenu-btn li {
  border-top: 1px solid #97c3f7;
}
.sidemenu-btn li:first-child {
  border-top: 0 none;
}
.sidemenu-btn a {
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  background: #7db4f5;
  padding: 7px 12px;
  color: #fff;
  display: block;
}
.sidemenu-btn a:hover {
  background: #6895ca;
}
.sidemenu-btn .sub-menu {
  border-top: 1px solid #97c3f7;
}
.sidemenu-btn .sub-menu a {
  padding-left: 24px;
}
.sidemenu-btn .sub-menu .sub-menu a {
  padding-left: 48px;
}
.breadcrumbs {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
.breadcrumbs span {
  margin: 0 0.8em;
}
.content.fii {
  margin-right: 0 !important;
  margin-left: 2px;
  position: relative;
}
.leftcol {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  color: #000;
}
.leftcol > *:first-child {
  margin-top: 0;
  border-top: 0 none;
}
.leftcol a {
  color: #186c76;
}
.leftcol h3 {
  color: #003c70;
  margin-bottom: 0.5em;
}
.leftcol p {
  margin-top: 0;
}
.leftcol > *:first-child > *:first-child {
  margin-top: 0;
}
.leftcol > div {
  border-top: 1px solid #a9a9a2;
  margin-top: 1.5em;
}
.leftcol > div:first-child {
  border-top: 0 none;
  margin-top: 0;
}
.leftcol .gform_title {
  font-weight: normal !important;
}
.leftcol input[type="text"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  border-top: 1px solid #a2a2a2 !important;
  font-size: 12px;
  padding: 0.5em 1em !important;
  margin: 0.3em 0;
}
.leftcol label {
  display: none !important;
}
.leftcol .gform_footer {
  margin: 1em 0 0 !important;
  padding: 0 !important;
}
.leftcol input[type="submit"] {
  display: block;
  text-indent: -9999px;
  font-size: 1px !important;
  border-radius: 0 !important;
  color: transparent;
  border: 0 none !important;
  background: url('images/fii-submit.gif') no-repeat center top !important;
  width: 114px;
  height: 35px;
  margin: 0 auto;
}
.leftcol .textwidget img {
  display: block;
  border: 1px solid #92a338;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.leftcol .gform_ajax_spinner {
  display: block;
  margin: 1em auto 0;
}
.fii-side-menu nav {
  font-family: "Trebuchet MS";
}
.fii-side-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fii-side-menu nav li {
  background: url('images/menu-dots.gif') no-repeat left center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  padding: 0.4em 0 0.4em 0.7em;
  border-top: 1px solid #a09e9e;
}
.fii-side-menu nav li:first-child {
  border-top: 0 none;
}
.leftcol.metric-table h3 {
  border-top: 1px solid #a4a4a4;
  padding-top: 1em;
}
.leftcol.metric-table > h3:first-child {
  border-top: 0 none;
  padding-top: 0;
}
.leftcol.metric-table .textwidget {
  margin-top: 0;
  border-top: 0 none;
}
.rightcol {
  font-size: 13px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}
.rightcol h2:first-child,
.rightcol h3:first-child,
.rightcol h4:first-child,
.rightcol h5:first-child,
.rightcol h6:first-child,
.rightcol p {
  margin-top: 0;
}
.rightcol a {
  color: inherit;
}
.rightcol .textwidget img {
  margin: 0;
}
footer {
  position: relative;
}
footer.page {
  background: #161616;
}
footer .container {
  padding-top: 10px;
}
footer h4 {
  color: inherit;
  margin: 0;
  text-transform: uppercase;
}
footer h4 ~ p {
  margin-top: 0.3em;
}
footer .textwidget > p:first-child {
  margin-top: 0.3em;
}
footer hr {
  border: 0 none;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  background: #333;
}
footer .widget {
  color: #8e8e8e;
  margin-top: 1em;
}
footer .copyright {
  color: #9d9d9d;
  font-size: 11px;
  margin-bottom: 0.7em;
}
footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .menu li {
  float: left;
  border-left: 1px solid #fca92c;
  padding: 0 0.7em;
  line-height: 1em;
}
footer .menu li:first-child {
  border-left: 0 none;
  padding-left: 0;
}
footer .menu a {
  font-size: 11px;
  color: #fca92c;
}
footer .designedby {
  margin-bottom: 1em;
}
footer .designedby a {
  font-size: 10px;
  color: #5c5c5b;
}
.toggle h3 {
  font-family: "GillSans", Arial, Helvetica, Sans-serif;
  font-size: 130%;
  margin: 0;
  background: #d97f17 url('images/toggle-title-bg.gif') repeat-x left top;
  color: #f3c794;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin: 0.2em 0 0;
  padding: 9px;
  cursor: pointer;
}
.toggle h3.show {
  color: #fff;
}
.toggle a {
  color: #fff;
  font-weight: bold;
}
.toggle p {
  display: none;
  margin: 0;
  background: #ef9a35 url('images/toggle-content-bg.gif') repeat-x left top;
  padding: 10px;
}
.toggle p.show {
  display: block;
}
.toggle.faq h3 {
  text-align: left !important;
}
.toggle.faq p {
  text-align: left !important;
}
/* ----- 720px Layout ----- */
@media handheld, only screen and (max-width: 990px + (10px * 3)) {
  .s720 {
    display: block;
  }
  .s990,
  .s480,
  .s320 {
    display: none;
  }
  #slider-prev,
  #slider-next {
    display: none;
  }
  header #logo {
    width: 130px;
    padding: 12px 0;
  }
  header .mobile-btn {
    width: 32px;
    height: 32px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
  }
  header .slogan {
    bottom: 20%;
    left: 20%;
  }
  .mainmenu {
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
  }
  .mainmenu li {
    margin-left: 10px;
    padding-left: 10px;
  }
  .mainmenu a {
    font-size: 15px;
  }
  table.metric .metric-description {
    top: -45px;
  }
  .hero-image {
    height: 626px;
  }
  .hero-image img {
    max-width: 1350px;
  }
  .bgimg-container img {
    max-width: 1350px;
  }
  footer .ss-media a {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  footer .menu li {
    line-height: 1.7em;
    border-left: 0 none;
    margin-left: 0;
    padding-left: 0;
    margin-right: 1em;
    padding-right: 0;
  }
  footer .onefourth {
    width: 25%;
  }
  .threefourth {
    width: 66.66%;
  }
  .onefourth {
    width: 33.33%;
  }
}
/* ----- 480px Layout ----- */
@media handheld, only screen and (max-width: 720px + (10px * 3)) {
  .s480,
  .s480.s320 {
    display: block;
  }
  .s720,
  .s990,
  .s320 {
    display: none;
  }
  header .search {
    top: auto;
    bottom: 15px;
  }
  header .mobile-btn {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 0;
    opacity: 1;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
  }
  header .slogan {
    display: none;
  }
  #fii-top-menu ul {
    text-align: left;
  }
  #fii-top-menu li {
    float: none;
    display: block;
  }
  #fii-top-menu a {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .mainmenu {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    top: 50px;
    bottom: auto;
    width: 100%;
  }
  .mainmenu.show {
    opacity: 1;
    display: block;
    visibility: visible;
  }
  .mainmenu li {
    background: none;
    float: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #97C3F7;
  }
  .mainmenu li:first-child {
    border-top: 0 none;
  }
  .mainmenu a {
    font-size: 14px;
    background: #7DB4F5;
    color: #fff;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 7px 12px;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
  }
  .mainmenu a:hover {
    background: #6895ca;
  }
  .mainmenu .sub-menu {
    border-top: 1px solid #97C3F7;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .mainmenu .sf-sub-indicator {
    display: none;
  }
  #slider-prev,
  #slider-next {
    display: none;
  }
  .hero-image {
    height: 494px;
  }
  .hero-image img {
    max-width: 1060px;
  }
  .bgimg-container img {
    max-width: 1060px;
  }
  #home-section .home-content {
    padding-top: 100px;
    width: 250px;
  }
  #home-section .home-content h2 {
    width: 60%;
    font-size: 15px;
  }
  #home-section .home-content p {
    font-size: 12px;
  }
  #home-section .home-content.posbtm {
    bottom: 22%;
  }
  #home-section .home-content.posbtm h2 {
    width: auto;
  }
  #home-section .toggle {
    width: 180px;
    top: 67px;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
  }
  #page-section .content {
    margin-right: 0;
    margin-bottom: 2px;
    min-height: auto !important;
  }
  .rightcol {
    min-height: auto !important;
  }
  .content.fii {
    margin-left: 0;
    height: auto !important;
  }
  .leftcol {
    margin-bottom: 2px;
    height: auto !important;
  }
  footer .onefourth {
    width: 33.33%;
    float: left;
  }
  footer .onefourth .widget {
    padding-right: 10px;
  }
  footer .ss-media {
    width: 100%;
  }
  footer .ss-media .widget {
    text-align: left !important;
  }
  footer .ss-media a {
    width: auto;
    float: none;
    display: inline;
    margin-right: 15px;
  }
  .threefourth {
    width: auto;
  }
  .onefourth {
    width: auto;
  }
}
/* ----- 320px Layout ----- */
@media handheld, only screen and (max-width: 480px + (10px * 3)) {
  .s320,
  .s480.s320 {
    display: block;
  }
  .s720,
  .s990,
  .s480 {
    display: none;
  }
  #ss_pages {
    width: 100%;
  }
  #ss_posts {
    width: 100%;
  }
  .mt-mobile-title {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000;
    margin-bottom: 5px;
  }
  .mt-mobile-title span {
    display: block;
    font-size: 12px;
    text-transform: none;
  }
  table.metric {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
	Label the data
	*/
  }
  table.metric thead,
  table.metric tbody,
  table.metric th,
  table.metric td,
  table.metric tr {
    display: block;
  }
  table.metric thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.metric tr {
    border: 1px solid #ccc;
  }
  table.metric td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #6a8c6a;
    position: relative;
    padding-left: 40%;
    text-align: left;
    width: 56%;
  }
  table.metric td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  table.metric td:nth-of-type(1):before {
    content: "";
  }
  table.metric td:nth-of-type(2):before {
    content: "Total";
  }
  table.metric td:nth-of-type(3):before {
    content: "Male";
  }
  table.metric td:nth-of-type(4):before {
    content: "Female";
  }
  table.metric td:nth-of-type(5):before {
    content: "Urban";
  }
  table.metric td:nth-of-type(6):before {
    content: "Rural";
  }
  .download-table {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    border-collapse: collapse;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .download-table img {
    width: auto !important;
    float: none !important;
  }
  .download-table thead,
  .download-table tbody,
  .download-table th,
  .download-table td,
  .download-table tr {
    display: block;
  }
  .download-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .download-table tr {
    border: 1px solid #ccc;
    border-collapse: collapse;
  }
  .download-table td {
    /* Behave  like a "row" */
    border: 0 none;
    border-collapse: collapse;
    position: relative;
    text-align: left;
    width: auto;
  }
  .download-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  header .search {
    background: url('images/search320.png') no-repeat;
    width: 73px;
  }
  header .search input[type="text"] {
    width: 85px;
  }
  .container {
    max-width: 280px;
    min-width: 280px;
    width: 100%;
  }
  .hero-image {
    height: 380px;
  }
  .hero-image img {
    max-width: 810px;
  }
  .bgimg-container img {
    max-width: 810px;
  }
  #home-section .home-content {
    padding-top: 62px;
    width: 250px;
  }
  #home-section .home-content.posbtm {
    bottom: 28%;
  }
  #home-section .toggle {
    opacity: 0;
    visibility: hidden;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
  }
  .content img {
    width: 100%;
    height: auto;
  }
  .mobile-hide {
    display: none !important;
  }
  footer .onefourth {
    width: 50%;
    float: left;
  }
  footer .onefourth .widget {
    padding-right: 10px;
  }
  footer .ss-media {
    width: 50%;
  }
  footer .ss-media .widget {
    text-align: left !important;
  }
  footer .ss-media a {
    width: 50%;
    float: left;
    display: block;
    margin-right: 0;
  }
}
