/* #TYPOGRAPHY */
/*
font-weight
300 - light
400 - regular
600 - medium
700 - bold
*/
/* #links  */
/* #TABLE */
/* #pagination */
/* #NAVIGATION */
/* #mainmenu */
/* #sidemenu */
/* #footermenu */
body {
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

a {
  outline: none; }

a img, img {
  border: none; }

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/**
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    contenteditable attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that are clearfixed.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf {
  *zoom: 1; }

.wk-map img {
  max-width: none !important; }
.wk-map .wk-content {
  white-space: nowrap; }

#ckimgrsz {
  display: none; }

#xmap ul.level_1 {
  font-size: 85%; }
#xmap a {
  color: #58595b; }
  #xmap a:hover {
    color: #133b61; }

#searchForm .label {
  float: none;
  margin: 6px 5px 6px 0; }
#searchForm #search-searchword {
  float: left;
  margin: 0 5px 0 0;
  padding: 9px 10px;
  width: 270px; }
#searchForm .button {
  float: left;
  padding: 11px 15px;
  height: 40px; }

@media screen and (max-width: 480px) {
  #searchForm #search-searchword {
    margin: 0 1% 0 0;
    padding-left: 2%;
    padding-right: 2%;
    width: 77%; }
  #searchForm .button {
    font-size: 13px;
    padding-left: 2%;
    padding-right: 2%;
    width: 22%; } }
.search-results {
  margin: 0 !important;
  padding: 0 !important; }
  .search-results .result-title {
    margin: 0 0 10px 0; }
  .search-results .result-created {
    color: #858585;
    font-size: 14px;
    margin: 0; }
  .search-results .result-text {
    margin: 5px 0; }
  .search-results hr {
    margin: 20px 0; }
  .search-results .highlight {
    background: #133b61;
    color: #fff; }

.counter {
  margin: 20px 0 10px 0; }

.pagination {
  font-size: 14px;
  line-height: 1; }
  .pagination ul {
    margin: 0 !important;
    padding: 0 !important; }
    .pagination ul li {
      float: left;
      list-style: none !important;
      margin: 0 5px 5px 0 !important;
      padding: 0 !important; }
      .pagination ul li.pagination-start span, .pagination ul li.pagination-prev span, .pagination ul li.pagination-next span, .pagination ul li.pagination-end span {
        background: #dcdcdc;
        color: #58595b; }
      .pagination ul li a {
        background: #133b61;
        color: white;
        display: block;
        padding: 5px 8px; }
        .pagination ul li a:hover {
          background: #f15c22;
          color: white; }
      .pagination ul li span {
        background: #f15c22;
        color: white;
        display: block;
        padding: 5px 8px; }

.article-info {
  color: #858585;
  font-size: 14px;
  margin: 0; }
  .article-info dd {
    margin: 0; }

*:focus {
  outline: 0; }

.align-left {
  float: left;
  margin: 0 15px 10px 0; }

.align-right {
  float: right;
  margin: 0 0 10px 15px; }

.overthrow {
  clear: both;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.overthrow-message {
  background: #D9DEE1 url(../img/table-scroll.png) no-repeat 96% center;
  display: inline-block;
  float: right;
  font-size: 12px;
  padding: 2px 20px 2px 7px;
  text-align: right; }

.tooltip {
  display: none !important; }

body {
  background: #ebebeb;
  color: #58595b;
  font-family: "Titillium Web", sans-serif, Arial;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3; }

h1, h2, h3, h4 {
  color: #133b61;
  font-weight: 600;
  margin: 0; }

p {
  margin: 0; }

strong {
  font-weight: 600; }

a {
  color: #f15c22;
  text-decoration: none; }
  a:hover {
    color: #133b61;
    text-decoration: none; }

blockquote {
  color: #133b61;
  font-size: 18px;
  line-height: 1.3;
  margin: 15px 0; }
  blockquote p:first-child {
    margin-top: 0; }
  blockquote p:last-child {
    margin-bottom: 0; }

table tr td {
  border: none;
  margin: 0;
  padding: 0; }
table p {
  margin: 0; }

table {
  border-collapse: collapse;
  border: none;
  width: 100%; }
  table tr {
    border-bottom: solid 1px #dcdcdc; }
    table tr th {
      background: #133b61;
      color: white;
      font-weight: 400;
      padding: 9px 15px;
      text-align: left;
      text-transform: uppercase; }
    table tr td {
      border: none;
      margin: 0;
      padding: 9px 15px; }
    table tr:nth-child(2n) td {
      background: #fff;
      color: #58595b; }
    table tr:nth-child(2n+1) td {
      background: #fff;
      color: #58595b; }

table.no-bg tr {
  border: none; }
  table.no-bg tr td {
    background: none; }

hr {
  background: #dcdcdc;
  border: none;
  color: #dcdcdc;
  height: 1px;
  margin: 20px 0; }

.container p {
  margin: 15px 0; }
.container .readmore {
  background: none;
  color: #f15c22;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; }
  .container .readmore:hover {
    background: none;
    color: #B6B5B4;
    text-decoration: none; }

.main-content h1 {
  color: #133b61;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 15px 0;
  text-transform: uppercase; }
.main-content h2 {
  color: #f15c22;
  font-size: 21px;
  line-height: 1.1;
  margin: 15px 0; }
.main-content h3 {
  color: #58595b;
  font-size: 19px;
  line-height: 1.2;
  margin: 15px 0; }
.main-content h4 {
  color: #58595b;
  font-size: 16px;
  line-height: 1.2;
  margin: 15px 0;
  text-transform: uppercase; }
.main-content a {
  color: #f15c22;
  text-decoration: none; }
  .main-content a:hover {
    color: #133b61;
    text-decoration: none; }
.main-content ul {
  margin: 15px 0 15px 0;
  padding: 0; }
  .main-content ul li {
    background: url(../img/bullet-icon.png) no-repeat left 9px;
    list-style: none;
    margin: 5px 0;
    padding: 0 0 0 13px; }
    .main-content ul li p {
      margin: 0; }
.main-content ul.links-list a,
.main-content #zoo .description ul a {
  color: #133b61;
  font-weight: 400; }
  .main-content ul.links-list a:hover,
  .main-content #zoo .description ul a:hover {
    color: #f15c22; }
.main-content ol li p {
  margin: 0; }
.main-content img {
  height: auto !important;
  max-width: 100%; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  border: solid 1px #dcdcdc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #58595b;
  font-family: "Titillium Web", sans-serif, Arial;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  padding: 8px 10px; }

input[placeholder], [placeholder], *[placeholder] {
  color: #58595b !important; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #58595b !important; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #58595b !important; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #58595b !important; }

input[type="submit"],
button,
.button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #133b61;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: "Titillium Web", sans-serif, Arial;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
  text-transform: uppercase; }
  input[type="submit"]:hover,
  button:hover,
  .button:hover {
    background: #2e6c8d; }

.inner {
  padding: 0 15px;
  position: relative; }

.header {
  background: #fff;
  height: 80px;
  position: relative;
  z-index: 10; }
  .header .inner {
    padding: 0; }
  .header .logo {
    display: inline-block;
    margin: 21px 0 0 15px; }
    .header .logo img {
      height: 40px; }
  .header .phone {
    display: none; }
  .header .search {
    display: none; }

.menu-btn {
  background: url(../img/menu-btn.png) no-repeat 0 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 44px;
  width: 25px; }
  .menu-btn:hover {
    background-image: url(../img/menu-btn-hover.png); }

.main-nav {
  display: none;
  height: 0;
  position: relative;
  z-index: 9; }
  .main-nav .inner {
    padding: 0; }
  .main-nav ul.menu > li {
    border-bottom: solid 1px #dcdcdc; }
    .main-nav ul.menu > li:hover > a, .main-nav ul.menu > li.active > a, .main-nav ul.menu > li.alias-parent-active > a {
      background: #2e6c8d;
      color: white; }
    .main-nav ul.menu > li:last-child {
      border-bottom: none; }
    .main-nav ul.menu > li > a {
      background: #7d9caf;
      color: white;
      display: block;
      font-size: 13px;
      font-weight: 400;
      line-height: 1.2;
      padding: 10px 15px;
      text-transform: uppercase; }
    .main-nav ul.menu > li ul {
      display: none; }

.slider {
  display: none; }

.slider-mobile {
  position: relative; }
  .slider-mobile .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 170px;
    width: 100%; }
  .slider-mobile .content {
    color: #133b61;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 15px 0; }

.home-container {
  padding: 30px 0;
  position: relative;
  z-index: 5; }
  .home-container .home-services .moduletable {
    background: #7d9caf;
    color: #fff;
    font-size: 14px;
    position: relative; }
    .home-container .home-services .moduletable h3 {
      color: #fff;
      font-size: 19px;
      font-weight: 300;
      padding: 20px 0;
      text-align: center;
      text-transform: uppercase; }
    .home-container .home-services .moduletable .bg-image {
      background-position: center center;
      background-size: cover;
      height: 155px;
      position: relative; }
    .home-container .home-services .moduletable .content {
      padding: 15px; }
      .home-container .home-services .moduletable .content .readmore {
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding-top: 15px;
        text-transform: uppercase; }
    .home-container .home-services .moduletable:nth-child(2) {
      background: #2e6c8d; }
    .home-container .home-services .moduletable:nth-child(3) {
      background: #0a4672; }
    .home-container .home-services .moduletable:nth-child(4) {
      background: #153d63; }
    .home-container .home-services .moduletable .modulelink {
      background: url(../img/blank.png) repeat 0 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.container {
  padding: 30px 0;
  position: relative;
  z-index: 3; }
  .container .main-content .main-content-block {
    padding: 0 0 20px 0; }
  .container .main-content .breadcrumbs {
    color: #b8b8b8;
    display: block;
    font-size: 14px;
    margin-bottom: 15px; }
    .container .main-content .breadcrumbs a, .container .main-content .breadcrumbs span {
      padding: 0 5px; }
      .container .main-content .breadcrumbs a:first-child, .container .main-content .breadcrumbs span:first-child {
        padding-left: 0; }
    .container .main-content .breadcrumbs a {
      color: #858585; }
      .container .main-content .breadcrumbs a:hover {
        color: #58595b; }
    .container .main-content .breadcrumbs span {
      color: #58595b;
      font-weight: 600; }
  .container .main-content .blog .items-row .item {
    border-bottom: solid 1px #dcdcdc;
    padding: 20px 0; }
    .container .main-content .blog .items-row .item h2 {
      color: #133b61; }
  .container .left .moduletable {
    margin: 0 0 20px 0; }
  .container .left .side-nav {
    text-transform: uppercase; }
    .container .left .side-nav h3 {
      background: #133b61;
      color: #fff;
      font-size: 14px;
      line-height: 1.2;
      padding: 11px 15px; }
    .container .left .side-nav ul li {
      background: white;
      margin: 0 0 3px 0;
      position: relative; }
      .container .left .side-nav ul li > a:hover, .container .left .side-nav ul li.current > a {
        color: #f15c22; }
      .container .left .side-nav ul li a {
        color: #194d7f;
        display: block;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.2;
        padding: 8px 15px; }
      .container .left .side-nav ul li ul {
        padding: 0 0 10px 0; }
        .container .left .side-nav ul li ul li {
          margin: 0; }
          .container .left .side-nav ul li ul li a {
            font-size: 13px;
            font-weight: 400;
            padding: 7px 12px 7px 30px; }
          .container .left .side-nav ul li ul li ul {
            padding: 0; }
            .container .left .side-nav ul li ul li ul li a {
              font-size: 14px;
              padding: 5px 12px 5px 40px;
              text-transform: none; }
              .container .left .side-nav ul li ul li ul li a:before {
                content: "-";
                left: 30px;
                position: absolute; }

.footer {
  background: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 5; }
  .footer .footer-nav ul li {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 4px 0;
    text-transform: uppercase; }
    .footer .footer-nav ul li a {
      color: #133b61; }
      .footer .footer-nav ul li a:hover {
        color: #f15c22; }
  .footer .dash {
    background: url(../img/dash-2x.png) no-repeat 0 0;
    background-size: 190px auto;
    display: block;
    font-size: 0;
    height: 28px;
    line-height: 0;
    margin-top: 10px;
    width: 190px; }
    .footer .dash:hover {
      background-position: 0 100%; }

.contact-form {
  font-size: 14px;
  font-weight: 400; }
  .contact-form form div.rsform-block {
    padding: 0 0 10px 0; }
  .contact-form form input[type="text"],
  .contact-form form input[type="email"],
  .contact-form form textarea,
  .contact-form form select {
    width: 100%; }
  .contact-form form input[type="submit"] {
    float: right; }
  .contact-form form .formRed {
    color: #cc0000;
    margin: 0 0 15px 0;
    font-weight: 600; }
  .contact-form form .formError {
    color: #cc0000;
    font-size: 11.5px;
    font-weight: 600; }

.latest-news {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  z-index: 11; }
  .latest-news h3 {
    background: #f15c22;
    color: #fff;
    font-size: 15px;
    padding: 11px 15px;
    text-transform: uppercase; }
  .latest-news .news-date {
    color: #7a99ac; }
  .latest-news h4 {
    font-weight: 400;
    margin: 0 0 10px;
    text-decoration: underline; }
    .latest-news h4:hover {
      text-decoration: none; }
  .latest-news .content {
    background: #fff;
    border-bottom: solid 4px #f15c22;
    font-size: 14px;
    padding: 15px; }
    .latest-news .content p:last-child {
      margin-bottom: 0; }
    .latest-news .content .readmore {
      color: #f15c22;
      font-size: 12.5px;
      font-weight: 600;
      text-transform: uppercase; }
      .latest-news .content .readmore:hover {
        color: #b6b5b4; }
    .latest-news .content a {
      color: #133b61; }
      .latest-news .content a:hover {
        color: #f15c22; }

.header .latest-news {
  display: none; }

/**** Zoo Styles ****/
#zoo .items {
  margin: 40px 0 0 0; }
  #zoo .items .teaser-item {
    float: left;
    margin: 0 4% 20px 0;
    position: relative;
    width: 48%; }
    #zoo .items .teaser-item:nth-child(2n) {
      margin-right: 0; }
    #zoo .items .teaser-item:hover h2 {
      background: #f15c22; }
    #zoo .items .teaser-item:hover .image {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80); }
    #zoo .items .teaser-item h2 {
      background: #7d9caf;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      height: 30px;
      line-height: 1;
      margin: 0;
      overflow: hidden;
      padding: 5px 10px; }
      #zoo .items .teaser-item h2 span {
        display: table-cell;
        height: 30px;
        vertical-align: middle; }
    #zoo .items .teaser-item .image {
      line-height: 0; }
    #zoo .items .teaser-item .link a, #zoo .items .teaser-item .url a {
      background: url(../img/blank.png) repeat 0 0;
      font-size: 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
#zoo table.no-bg {
  margin: 25px 0; }
  #zoo table.no-bg img {
    border: solid 3px #D9DEE1;
    margin-top: 5px; }
#zoo table tr td {
  font-size: 14px; }

.wk-gallery-wall a {
  margin: 0 2% 10px 0;
  width: 32%; }
  .wk-gallery-wall a:nth-child(3n) {
    margin-right: 0; }

.investors-table a {
  color: #58595b; }
  .investors-table a:hover {
    color: #f15c22; }

/* People page styles */
.people-page .category-desc h2 {
  background: #f15c22;
  color: #fff;
  font-size: 21px;
  padding: 11px 15px;
  text-transform: uppercase; }
.people-page h2 {
  color: #133b61;
  margin: 0 0 3px 0; }
.people-page h4 {
  margin: 0;
  text-transform: none; }
.people-page .item-image {
  float: left;
  margin-right: 15px; }

.asx-source {
  display: none; }

.header .phone {
  background: url(../img/phone-icon.png) no-repeat left center;
  color: #133b61;
  display: block;
  font-size: 24px;
  line-height: 1;
  padding-left: 35px;
  position: absolute;
  right: 15px;
  top: 15px; }

.slider-mobile .content {
  font-size: 17px; }

.home-container .home-services .moduletable {
  float: left;
  width: 50%; }
  .home-container .home-services .moduletable .content {
    height: 100px;
    overflow: hidden; }

/**** Zoo Styles ****/
#zoo .items .teaser-item {
  margin: 0 3% 30px 0 !important;
  width: 31.333%; }
  #zoo .items .teaser-item:nth-child(3n) {
    margin-right: 0 !important; }
#zoo .item .image {
  float: left;
  margin: 0 20px 0 0;
  width: 200px; }

/* Sticky Footer Code */
html, body {
  height: 100%; }

.wrap {
  min-height: 100%; }

.home-container {
  overflow: auto;
  padding-bottom: 100px !important; }

.container {
  overflow: auto;
  padding-bottom: 100px !important; }

.footer {
  position: relative;
  margin-top: -67px !important;
  height: 13px !important;
  padding: 30px 0 !important;
  clear: both; }

/* END Sticky Footer Code */
.header {
  height: 110px; }
  .header .logo {
    margin: 33px 0 0 15px; }
    .header .logo img {
      height: 46px; }
  .header .phone {
    top: 20px; }
  .header .search {
    display: block;
    position: absolute;
    right: 215px;
    top: 60px; }
    .header .search input[type="text"] {
      border: 1px solid #94adbc;
      border-right: none;
      color: #7a99ac;
      float: left;
      font-family: "Titillium Web", sans-serif, Arial;
      font-size: 14px;
      height: 38px;
      line-height: 1;
      padding: 11px;
      width: 160px; }
    .header .search input[type="submit"] {
      cursor: pointer;
      float: right;
      text-transform: uppercase; }
    .header .search .button {
      background: #fff url(../img/search-icon.png) no-repeat center center;
      border: 1px solid #94adbc;
      border-left: none;
      height: 38px;
      padding: 10px 15px;
      width: 20px; }
      .header .search .button:hover {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80); }

.sub .header .search {
  right: 15px;
  top: 55px; }

.menu-btn {
  display: none; }

.main-nav {
  background: #002541;
  display: block !important;
  height: auto; }
  .main-nav ul.menu > li {
    border: none;
    border-left: 1px solid #844330;
    display: block;
    float: left; }
    .main-nav ul.menu > li.active > a {
      background: none;
      color: white; }
    .main-nav ul.menu > li:hover > a {
      background: #f15c22;
      color: white; }
    .main-nav ul.menu > li:hover > ul {
      display: block; }
    .main-nav ul.menu > li:last-child {
      border-right: 1px solid #844330; }
    .main-nav ul.menu > li > a {
      background: none;
      color: white;
      display: block;
      font-size: 14px;
      font-weight: 600;
      padding: 15px 22px 13px 22px;
      text-align: center; }
    .main-nav ul.menu > li ul {
      border-bottom: #f15c22 4px solid;
      position: absolute; }
      .main-nav ul.menu > li ul li {
        border-bottom: solid 1px #dcdcdc;
        border-right: solid 1px #dcdcdc;
        display: block;
        position: relative; }
        .main-nav ul.menu > li ul li:hover > a, .main-nav ul.menu > li ul li.active > a, .main-nav ul.menu > li ul li.alias-parent-active > a {
          background: white;
          color: #f15c22; }
        .main-nav ul.menu > li ul li:hover > ul {
          display: block; }
        .main-nav ul.menu > li ul li:last-child {
          border-bottom: none; }
        .main-nav ul.menu > li ul li a {
          background: white;
          color: #58595b;
          display: block;
          font-size: 15px;
          line-height: 1.2;
          font-weight: 400;
          padding: 10px 15px 10px 22px;
          width: 160px; }
        .main-nav ul.menu > li ul li ul {
          left: 198px;
          top: 0; }

.slider-mobile .bg-image {
  height: 230px; }
.slider-mobile .content {
  font-size: 19px;
  margin: 0 auto;
  padding: 25px 0 0;
  width: 738px; }

.home-container .home-services .inner {
  margin: 0 auto;
  width: 738px; }
.home-container .home-services .moduletable {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 1% 0 0;
  padding-top: 155px;
  width: 24.25%; }
  .home-container .home-services .moduletable:last-child {
    margin: 0; }
  .home-container .home-services .moduletable h3 {
    background: url(../img/plus.png) no-repeat 50% 25px;
    font-size: 21px;
    padding: 75px 0 0; }
  .home-container .home-services .moduletable .bg-image {
    position: absolute;
    top: 0;
    width: 100%; }
  .home-container .home-services .moduletable .content {
    height: 270px;
    padding: 20px 15px 15px; }
    .home-container .home-services .moduletable .content .readmore {
      padding-top: 25px; }
  .home-container .home-services .moduletable:nth-child(1) {
    background: url(../img/1-bg.png) no-repeat left 121%; }
  .home-container .home-services .moduletable:nth-child(2) {
    background: url(../img/2-bg.png) no-repeat left bottom; }
  .home-container .home-services .moduletable:nth-child(3) {
    background: url(../img/3-bg.png) no-repeat right bottom; }
  .home-container .home-services .moduletable:nth-child(4) {
    background: url(../img/4-bg.png) no-repeat right 121%; }

.container .main-content {
  float: right;
  width: 70.5%; }
  .container .main-content .main-content-block {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px; }
.container .left {
  float: left;
  width: 27%; }
  .container .left .side-nav h3 {
    padding: 11px 20px; }
  .container .left .side-nav ul li a {
    padding: 10px 12px 9px 20px; }

.footer .footer-nav {
  float: left; }
  .footer .footer-nav ul li {
    border-right: solid 1px #133b61;
    display: block;
    float: left;
    padding: 0 10px; }
    .footer .footer-nav ul li:first-child {
      padding-left: 0; }
    .footer .footer-nav ul li:last-child {
      border-right: none; }
.footer .dash {
  float: right;
  margin: -14px 0 0 0; }

.latest-news h3 {
  padding: 11px 20px; }
.latest-news .content {
  padding: 20px; }

.home .latest-news {
  display: block;
  position: absolute;
  right: 15px;
  top: 60px;
  width: 185px; }
  .home .latest-news:hover h3 {
    background: #f15c22 url(../img/minus.png) no-repeat 93% center; }
  .home .latest-news:hover .content {
    display: block; }
  .home .latest-news h3 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f15c22 url(../img/plus.png) no-repeat 93% center;
    background-size: 17px auto;
    cursor: pointer;
    font-size: 14px;
    height: 36px;
    padding: 9px 20px 9px 32px; }
  .home .latest-news .content {
    display: none;
    position: absolute; }

.inner {
  margin: 0 auto;
  padding: 0;
  width: 960px; }

.header {
  height: 150px; }
  .header .logo {
    margin: 45px 0 0 0; }
    .header .logo img {
      height: 61px; }
  .header .phone {
    font-size: 26px;
    right: 0; }
  .header .search {
    right: 285px;
    top: 69px; }
    .header .search input[type="text"] {
      width: 200px; }

.sub .header .search {
  right: 0;
  top: 69px; }

.main-nav {
  width: 100%; }
  .main-nav ul.menu > li > a {
    font-size: 16px;
    padding: 20px 36px; }
  .main-nav ul.menu > li ul li a {
    font-size: 16px;
    padding: 10px 15px 10px 36px;
    width: 190px; }
  .main-nav ul.menu > li ul li ul {
    left: 242px; }

.home .main-nav {
  background: none; }
  .home .main-nav ul.menu > li {
    border-left: 1px solid #6c91aa; }
    .home .main-nav ul.menu > li.active > a {
      background: none;
      color: #133b61; }
    .home .main-nav ul.menu > li:hover > a {
      background: #f15c22;
      color: white; }
    .home .main-nav ul.menu > li:last-child {
      border-right: 1px solid #6c91aa; }
    .home .main-nav ul.menu > li > a {
      color: #133b61; }

.slider-mobile {
  display: none; }

.slider {
  display: block; }
  .slider .slider-overlay {
    background: url(../img/slider-overlay.png) no-repeat center top;
    height: 646px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3; }
  .slider ul.slides,
  .slider ul.slides li {
    height: 100% !important; }
  .slider .bg-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    height: 100%;
    line-height: 0;
    position: fixed;
    top: 0;
    width: 100%; }
  .slider .caption {
    background: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    bottom: auto;
    color: #133b61;
    filter: none !important;
    font-size: 30px;
    font-weight: 600;
    height: 155px;
    left: 50%;
    line-height: 1.25;
    margin: 0 0 0 -480px;
    overflow: hidden;
    padding: 0 0 0 50px;
    top: 80px;
    width: 960px;
    z-index: 6; }
    .slider .caption h2 {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      float: left;
      font-size: 40px;
      line-height: 1.1;
      padding-right: 30px;
      text-transform: uppercase;
      width: 420px; }
    .slider .caption h3 {
      border-left: 3px solid #f2f4f7;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      float: left;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.5;
      padding-left: 30px;
      text-transform: uppercase;
      width: 490px; }
  .slider .nav {
    left: 50%;
    margin: 0 0 0 -480px;
    position: absolute;
    top: 84px;
    width: 20px;
    z-index: 10; }
    .slider .nav li {
      margin-left: 0; }
      .slider .nav li.active span, .slider .nav li:hover span {
        background: #f15c22; }
      .slider .nav li span {
        background: #fff;
        height: 12px;
        width: 12px; }

.sub .slider .slider-overlay {
  background: url(../img/slider-overlay-sub.png) no-repeat center top;
  height: 150px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3; }
.sub .slider .content {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%; }

.home-container {
  margin: 281px 0 0;
  height: 700px;
  padding: 0; }
  .home-container .home-services .inner {
    width: 960px; }
  .home-container .home-services .moduletable {
    font-size: 16px;
    padding-bottom: 100px; }
    .home-container .home-services .moduletable:hover {
      padding-bottom: 0; }
      .home-container .home-services .moduletable:hover .content {
        display: block; }
    .home-container .home-services .moduletable .content {
      display: none;
      height: 260px;
      padding: 40px 25px 30px; }
    .home-container .home-services .moduletable:nth-child(1) {
      background-position: left 108%; }
      .home-container .home-services .moduletable:nth-child(1):hover {
        background: url(../img/1-bg-hover.png) no-repeat left 260%; }
    .home-container .home-services .moduletable:nth-child(2):hover {
      background: url(../img/2-bg-hover.png) no-repeat left bottom; }
    .home-container .home-services .moduletable:nth-child(3):hover {
      background: url(../img/3-bg-hover.png) no-repeat right bottom; }
    .home-container .home-services .moduletable:nth-child(4) {
      background-position: right 108%; }
      .home-container .home-services .moduletable:nth-child(4):hover {
        background: url(../img/4-bg-hover.png) no-repeat right 260%; }

.container {
  background: none;
  min-height: 300px;
  padding: 0; }
  .container .main-content {
    width: 715px; }
    .container .main-content .main-content-block {
      padding: 90px 35px 40px; }
    .container .main-content .main-content-bg {
      background: url(../img/main-content-bg.png) no-repeat right bottom;
      height: 171px; }
    .container .main-content p, .container .main-content ul li, .container .main-content ol li {
      text-align: justify; }
    .container .main-content .blog .items-row.cols-2 {
      border-bottom: solid 1px #dcdcdc;
      padding: 10px 0; }
      .container .main-content .blog .items-row.cols-2 .item {
        float: left;
        border: none;
        padding: 0;
        width: 45%; }
        .container .main-content .blog .items-row.cols-2 .item:nth-child(2n+1) {
          margin-right: 10%; }
  .container .left {
    padding-top: 90px;
    width: 215px;
    /*
    .side-nav ul ul li a {
    	background: #EEF0F0;
    }
    */ }

.footer .dash {
  background: url(../img/dash.png) no-repeat 0 0;
  background-size: auto auto; }

.home .latest-news {
  right: 0;
  top: 70px;
  width: 267px; }
  .home .latest-news h3 {
    font-size: 18px;
    padding: 5px 20px 5px 32px; }

#zoo .item .image {
  width: 250px; }

/*# sourceMappingURL=ie.css.map */
