html,
body {
  height: 100%;
}
body,
a {
  font-family: 'Ubuntu', sans-serif;
  color: #888;
  font-weight: 100;
}
body:hover,
a:hover {
  text-decoration: none!important;
}
h1,
h2,
h3,
h4,
h5 {
  color: #333;
}
.carousel i {
  position: absolute;
  top: 50%;
}
h1 {
  color: #f5981e;
  font-weight: 100;
}
/* Top Nav */
.top-nav {
  background-color: #ffdd00;
  border: none;
  padding-bottom: 25px;
  padding-top: 25px;
}
@media only screen and (max-width: 768px) {
  .top-nav {
    text-align: center;
  }
  .top-nav img {
    display: inline-block;
  }
  .top-nav select {
    margin-top: 10px;
  }
}
.top-nav ul {
  margin-top: 35px;
}
.top-nav ul li {
  margin-right: 15px;
}
.top-nav a {
  color: #000000;
  text-transform: uppercase;
}
/* Header Slider */
.fill .carousel {
  height: 218px;
}
.fill .item .active {
  height: 218px;
}
.fill .carousel-inner {
  height: 218px;
}
.fill {
  width: 100%;
  height: 218px;
  background-position: center;
  background-size: cover;
}
/* Side Expanding Menu */
.level-0 {
  border-top: solid 3px #F5981E;
}
.level-0 i {
  color: #f5981e;
}
.level-0 li {
  /*root*/
}
.level-0 li a {
  background-color: #F8F8F8;
  display: block;
  border: solid 1px #C4C4C4;
  padding-top: 3px;
  padding-bottom: 3px;
}
.level-0 li li a {
  margin-left: 10%;
  background-color: #E7E7E7;
  display: block;
}
.level-0 li li li a {
  margin-left: 20%;
  display: block;
  background-color: #D0D0D0;
}
.level-0 li li li li a {
  margin-left: 30%;
  display: block;
  background-color: #C4C4C4;
}
/* Separator Heading */
.separator {
  border-top: 1px solid #c4c4c4;
  text-align: center;
  margin-top: 60px;
}
.separator h2 {
  position: relative;
  top: -38px;
  display: inline-block;
  background-color: white;
  padding: 0px 60px 0px 60px;
}
@media only screen and (min-width: 768px) {
  .separator h2 {
    padding: 0px 30px 0px 30px;
  }
}
/* Image with summary */
.image-summary {
  text-align: center;
}
.image-summary img {
  display: inline-block;
  border-bottom: solid 2px #e7e7e7;
}
.image-summary div {
  border-bottom: #c4c4c4 solid 2px;
  background-color: #ffdd00;
  padding: 10px;
}
.image-summary h4 {
  margin: 0px;
}
/* Utils */
.center {
  text-align: center;
}
.yellow {
  margin-top: 40px;
  background-color: #ffdd00;
  padding-bottom: 20px;
}
.yellow h4 {
  font-size: 14px;
  margin-top: 0px;
  color: #666;
}
.yellow .col-md-4 {
  padding-bottom: 20px;
}
.yellow .news-date {
  color: #000000;
}
.partners {
  text-align: center;
}
.partners img {
  display: inline-block;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.partners img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.page-with-sidebar {
  margin-top: 50px;
}
.page-with-sidebar .col-md-3 {
  font-size: smaller;
}
.fa-ul {
  line-height: 2em;
}
.fa-ul i {
  font-size: 18px;
}
footer {
  background-color: #3D3D3D;
  margin-top: 50px;
  text-align: center;
  color: white;
  font-size: 12px;
}
footer a {
  color: white;
}
footer .col-md-5 ul,
footer .col-md-3 ul {
  text-align: left;
  margin-top: 70px;
}
footer .col-md-5 ul li,
footer .col-md-3 ul li {
  line-height: 1.8em;
  margin-bottom: 5px;
}
footer .col-md-5 .col-md-12 {
  text-align: left;
}
footer .col-md-12 ul {
  text-align: center;
}
/* Contact Page */
.form-group input,
.form-group select {
  background-color: #e7e7e7;
}
.tab-content {
  padding: 10px;
  min-height: 200px;
  z-index: -999;
}
.customtabs .col-xs-9 {
  border: solid 1px #ddd;
}
.customtabs li.active a {
  -moz-box-shadow: inset #b3b3b3 0 -1px 0 0;
  -webkit-box-shadow: inset #b3b3b3 0 -1px 0 0;
  box-shadow: inset #b3b3b3 0 -1px 0 0;
  z-index: 100;
}
/* custom inclusion of right, left and below tabs */
.tabs-left,
.tabs-right {
  border-bottom: none;
}
.tabs-left {
  /*border-right: 1px solid #ddd;*/
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top: 50px;
  border: none;
  position: relative;
}
.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways > li.active > a,
.sideways > li.active > a:hover,
.sideways > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.map_canvas {
  position: relative;
}
.world_map .marker {
  background-color: #fb652b;
  -webkit-box-shadow: 0px 0px 1px 1px #fb652b;
  -moz-box-shadow: 0px 0px 1px 1px #fb652b;
  -o-box-shadow: 0px 0px 1px 1px #fb652b;
  box-shadow: 0px 0px 1px 1px #fb652b;
}
.world_map .responsive_labels {
  margin-top: 20px;
  overflow: hidden;
  font-size: 0.85em;
  line-height: 160%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: none;
}
.world_map .responsive_labels span {
  display: block;
  margin-bottom: 5px;
  float: left;
  width: 50%;
  padding-right: 20px;
  line-height: 130%;
}
.world_map .responsive_labels .invicta_flag {
  background-position: left top;
}
.world_map .map_canvas {
  position: relative;
}
.world_map .map_graphic {
  max-width: 100%;
  display: block;
}
.world_map .marker {
  background: #fb652b;
  border: 2px solid #FFF;
  -webkit-box-shadow: 0px 0px 1px 1px #fb652b;
  -moz-box-shadow: 0px 0px 1px 1px #fb652b;
  -o-box-shadow: 0px 0px 1px 1px #fb652b;
  box-shadow: 0px 0px 1px 1px #fb652b;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.world_map .marker.animated,
.world_map .marker:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.world_map .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100px;
  text-shadow: 1px 1px 1px #FFF;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 120%;
  font-weight: bold;
  color: #737373;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.world_map .label.animated {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}
div.nopad > div[class*="col-"] {
  padding: 0;
}
/* usa map */
.australia_map .marker.syd {
  left: 60%;
  top: 71%;
}
.australia_map .marker.nc {
  left: 61%;
  top: 68%;
}
.australia_map .marker.auc {
  left: 80%;
  top: 75%;
}
.australia_map .marker.bri {
  left: 64%;
  top: 52%;
}
.australia_map .marker.wag {
  left: 54%;
  top: 75%;
}
.australia_map .marker.mel {
  left: 51%;
  top: 81%;
}
.australia_map .marker.ade {
  left: 42%;
  top: 74%;
}
.australia_map .marker.per {
  left: 7%;
  top: 65%;
}
.australia_map .marker.christchurch {
  left: 78%;
  top: 90%;
}
.dropdown-menu {
  left: auto;
  margin-top: 5px !important;
  border-top: #f5981e 3px solid;
  padding-top: 0px;
  padding-bottom: 0px;
}
.dropdown-menu li {
  margin-right: 0px !important;
  background-color: #e7e7e7;
  border-bottom: 1px solid #c4c4c4;
}
.dropdown-menu li a {
  text-transform: none;
}
.dropdown-menu li a:hover {
  background-color: #fff !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.tree-toggler {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  cursor: pointer;
}
.no-toppad {
  margin-top: 0px;
}


a, a:link, a:visited, a:hover, a:active {
color: black !important;
text-decoration: none !important;
}
