﻿/* Primary Pallette */
/* Additions */
/* Secondary Pallete */
/* Auxillary Pallete */
/* Variations on Primary */
/* Variations on Secondary */
.blue {
  color: #81cee4; }

.green {
  color: #9acb3b; }

.purple {
  color: #8b68c8; }

.teal {
  color: #03abba; }

.orange {
  color: #ff8a26; }

.gray {
  color: #d9d9d6; }

.white {
  color: white; }

.blue-bg {
  background-color: #81cee4; }

.green-bg {
  background-color: #9acb3b; }

.purple-bg {
  background-color: #8b68c8; }

.teal-bg {
  background-color: #03abba; }

.orange-bg {
  background-color: #ff8a26; }

.gray-bg {
  background-color: #d9d9d6; }

.white-bg {
  background-color: white; }

* {
  max-height: 100000px;
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type=text]::-ms-clear {
  display: none; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

textarea,
input {
  border-radius: 0; }

input[type=image] {
  padding: 0;
  border: none; }

input:focus, textarea:focus {
  outline: none; }

input[type="email"]:invalid,
input[type="number"]:invalid {
  box-shadow: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

mark {
  background: none; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

p, dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/*svg { overflow: hidden;}*/
.a-left {
  text-align: left; }

.a-right {
  text-align: right; }

.a-center {
  text-align: center; }

.fleft {
  float: left; }

.fright {
  float: right; }

.ovhidden {
  overflow: hidden; }

.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.bg-c--dark-blue {
  background-color: #0f2b57 !important; }
  .bg-c--dark-blue .sponsor-gallery .swiper-button-prev,
  .bg-c--dark-blue .sponsor-gallery .swiper-button-next {
    background-color: #0f2b57 !important; }

.bg-c--blue {
  background-color: #29497b !important; }
  .bg-c--blue .sponsor-gallery .swiper-button-prev,
  .bg-c--blue .sponsor-gallery .swiper-button-next {
    background-color: #29497b !important; }

.bg-c--light-blue {
  background-color: #546e97 !important; }
  .bg-c--light-blue .sponsor-gallery .swiper-button-prev,
  .bg-c--light-blue .sponsor-gallery .swiper-button-next {
    background-color: #546e97 !important; }

.bg-c--marine {
  background-color: #04677f !important; }
  .bg-c--marine .sponsor-gallery .swiper-button-prev,
  .bg-c--marine .sponsor-gallery .swiper-button-next {
    background-color: #04677f !important; }

.bg-c--light-marine {
  background-color: #1cabb9 !important; }
  .bg-c--light-marine .sponsor-gallery .swiper-button-prev,
  .bg-c--light-marine .sponsor-gallery .swiper-button-next {
    background-color: #1cabb9 !important; }

.bg-c--orange {
  background-color: #d96604 !important; }
  .bg-c--orange .sponsor-gallery .swiper-button-prev,
  .bg-c--orange .sponsor-gallery .swiper-button-next {
    background-color: #d96604 !important; }

.bg-c--dark-grey {
  background-color: #1a1b1d !important; }
  .bg-c--dark-grey .sponsor-gallery .swiper-button-prev,
  .bg-c--dark-grey .sponsor-gallery .swiper-button-next {
    background-color: #1a1b1d !important; }

.bg-c--grey {
  background-color: #edecec !important; }
  .bg-c--grey .sponsor-gallery .swiper-button-prev,
  .bg-c--grey .sponsor-gallery .swiper-button-next {
    background-color: #edecec !important; }

.bg-c--white {
  background-color: #fff !important; }
  .bg-c--white .sponsor-gallery .swiper-button-prev,
  .bg-c--white .sponsor-gallery .swiper-button-next {
    background-color: #fff !important; }

.bg-c--green {
  background-color: #6a9911 !important; }
  .bg-c--green .sponsor-gallery .swiper-button-prev,
  .bg-c--green .sponsor-gallery .swiper-button-next {
    background-color: #6a9911 !important; }

.bg-c--purple {
  background-color: #3c2954 !important; }
  .bg-c--purple .sponsor-gallery .swiper-button-prev,
  .bg-c--purple .sponsor-gallery .swiper-button-next {
    background-color: #3c2954 !important; }

.add-nav {
  padding: 0;
  margin: 0;
  list-style: none; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
html {
  font-size: 17px; }
  @media screen and (max-width: 1680px) {
    html {
      font-size: 17px; } }
  @media screen and (max-width: 1023px) and (min-width: 981px) {
    html {
      font-size: 14px; } }
  @media screen and (max-width: 1200px) {
    html {
      font-size: 17px; } }

body {
  margin: 0;
  color: #494c50;
  font: 400 1rem "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  min-width: 320px;
  -webkit-tap-highlight-color: transparent; }

h1 {
  font-size: 1.5rem;
  line-height: 1.125;
  margin: 1rem 0; }

h2 {
  font-size: 1.25rem;
  line-height: 1.125;
  margin: 1rem 0;
  font-weight: 400; }

h3 {
  font-size: 1rem;
  line-height: 1.125;
  margin: 1rem 0;
  font-weight: 400; }

h4 {
  font-size: 1rem;
  line-height: 1.125;
  margin: 1rem 0;
  font-weight: 400; }

h5 {
  font-size: 1rem;
  margin: 1rem 0; }

h6 {
  font-size: 1rem;
  margin: 1rem 0; }

a {
  text-decoration: none;
  color: #2f2e45;
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 400;
  transition: all 0.15s ease-in-out 0s;
  transition-property: color, background, border-color; }
  a:hover, a:focus {
    text-decoration: none; }

p {
  line-height: 1.5; }

.humburger {
  text-indent: -9999px;
  position: relative;
  width: 52.5px;
  height: 39px;
  border-width: 4px 0;
  border-style: solid;
  border-color: #494c50;
  display: none;
  transition: all 0.3s ease-in-out 0s; }
  .humburger.active {
    border-color: transparent; }
    .humburger.active:before, .humburger.active:after {
      background: #fd8a36; }
    .humburger.active:before {
      transform: rotate(-45deg); }
    .humburger.active:after {
      transform: rotate(45deg); }
  .humburger:before, .humburger:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 4px;
    background: #494c50;
    transition: all 0.3s ease-in-out 0s; }
  @media screen and (max-width: 640px) {
    .humburger {
      width: 35px;
      height: 26px; } }

.isg-swiper-container, .promo-block {
  height: 500px;
  width: 100%;
  display: flex; }
  .isg-swiper-container.short, .promo-block.short {
    height: 560px; }
  .isg-swiper-container .swiper-container, .promo-block .swiper-container {
    width: 100%;
    height: auto; }
  .isg-swiper-container .swiper-slide, .promo-block .swiper-slide {
    background-position: center;
    background-size: cover;
    padding: 50px 18.75%;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center;
    background-image: url("/Mvc/Content/images/isg-no-image.png"); }
  .isg-swiper-container-content, .promo-block-content {
    width: 45%;
    color: #fff; }
    .isg-swiper-container-content h2, .promo-block-content h2 {
      margin: 0 0 42px;
      text-shadow: 0px 0px 2px black; }
    .isg-swiper-container-content time, .promo-block-content time {
      text-transform: uppercase;
      text-shadow: 0px 0px 2px black;
      display: block;
      margin-bottom: 6px; }
    .isg-swiper-container-content time + h2, .promo-block-content time + h2 {
      padding-bottom: 24px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      margin-bottom: 18px; }
    .isg-swiper-container-content .location, .promo-block-content .location {
      text-align: left;
      display: block;
      margin-bottom: 45px;
      text-shadow: 0px 0px 2px black; }
      .isg-swiper-container-content .location span, .promo-block-content .location span {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 32px); }
      .isg-swiper-container-content .location svg, .promo-block-content .location svg {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        height: 27px;
        width: 27px; }
        .isg-swiper-container-content .location svg use, .promo-block-content .location svg use {
          fill: #fff; }
  .isg-swiper-container:not(.swiper-container-horizontal) .swiper-button-prev, .isg-swiper-container:not(.swiper-container-horizontal) .swiper-button-next, .promo-block:not(.swiper-container-horizontal) .swiper-button-prev, .promo-block:not(.swiper-container-horizontal) .swiper-button-next {
    display: none; }
  .isg-swiper-container .swiper-button-prev, .isg-swiper-container .swiper-button-next, .promo-block .swiper-button-prev, .promo-block .swiper-button-next {
    margin-top: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: none;
    transition: all 0.3s ease-in-out 0s; }
    .isg-swiper-container .swiper-button-prev svg, .isg-swiper-container .swiper-button-next svg, .promo-block .swiper-button-prev svg, .promo-block .swiper-button-next svg {
      position: absolute;
      top: 50%;
      margin-top: -23px;
      left: 4px;
      height: 45px;
      width: 45px;
      fill: rgba(255, 255, 255, 0.2);
      transition: all 0.3s ease-in-out 0s; }
    .isg-swiper-container .swiper-button-prev:hover, .isg-swiper-container .swiper-button-next:hover, .promo-block .swiper-button-prev:hover, .promo-block .swiper-button-next:hover {
      background-color: rgba(0, 0, 0, 0.7); }
      .isg-swiper-container .swiper-button-prev:hover svg, .isg-swiper-container .swiper-button-next:hover svg, .promo-block .swiper-button-prev:hover svg, .promo-block .swiper-button-next:hover svg {
        fill: #ff8a26; }
  .isg-swiper-container .swiper-button-prev, .promo-block .swiper-button-prev {
    left: 0; }
  .isg-swiper-container .swiper-button-next, .promo-block .swiper-button-next {
    right: 0; }
    .isg-swiper-container .swiper-button-next svg, .promo-block .swiper-button-next svg {
      left: auto;
      right: 4px; }
  .isg-swiper-container .swiper-pagination, .promo-block .swiper-pagination {
    bottom: 70px; }
    .isg-swiper-container .swiper-pagination-bullet, .promo-block .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      opacity: .6;
      background: none; }
      .isg-swiper-container .swiper-pagination-bullet:hover, .promo-block .swiper-pagination-bullet:hover {
        opacity: 1; }
        .isg-swiper-container .swiper-pagination-bullet:hover svg, .promo-block .swiper-pagination-bullet:hover svg {
          fill: #fff; }
      .isg-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active, .promo-block .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1; }
        .isg-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active svg, .promo-block .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
          fill: #1cabb9; }
          .managed-services .isg-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active svg, .managed-services .promo-block .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
            fill: #8b6cc6; }
      .isg-swiper-container .swiper-pagination-bullet svg, .promo-block .swiper-pagination-bullet svg {
        width: 20px;
        height: 20px;
        fill: rgba(255, 255, 255, 0.3); }
  @media screen and (max-width: 1680px) {
    .isg-swiper-container .swiper-slide, .promo-block .swiper-slide {
      padding: 50px 12.5%; } }
  @media screen and (max-width: 1280px) {
    .isg-swiper-container .swiper-button-prev, .isg-swiper-container .swiper-button-next, .promo-block .swiper-button-prev, .promo-block .swiper-button-next {
      width: 6.25%; } }
  @media screen and (max-width: 1200px) {
    .isg-swiper-container-content, .promo-block-content {
      width: 60%; }
      .isg-swiper-container-content h2, .promo-block-content h2 {
        font-size: 2rem; }
      .isg-swiper-container-content time, .isg-swiper-container-content .location, .promo-block-content time, .promo-block-content .location {
        font-size: .88rem; } }
  @media screen and (max-width: 640px) {
    .isg-swiper-container, .promo-block {
      height: 420px; }
      .isg-swiper-container.short, .promo-block.short {
        height: 380px; }
      .isg-swiper-container .swiper-slide, .promo-block .swiper-slide {
        padding: 45px;
        justify-content: flex-start; }
      .isg-swiper-container .swiper-pagination, .promo-block .swiper-pagination {
        bottom: 50px; }
      .isg-swiper-container-content, .promo-block-content {
        width: 100%; }
        .isg-swiper-container-content h2, .promo-block-content h2 {
          font-size: 1.4rem; }
        .isg-swiper-container-content .location, .promo-block-content .location {
          margin-bottom: 20px; }
        .isg-swiper-container-content time + h2, .promo-block-content time + h2 {
          margin-bottom: 15px;
          padding-bottom: 15px; }
      .isg-swiper-container .swiper-button-prev, .isg-swiper-container .swiper-button-next, .promo-block .swiper-button-prev, .promo-block .swiper-button-next {
        width: 30px; }
        .isg-swiper-container .swiper-button-prev svg, .isg-swiper-container .swiper-button-next svg, .promo-block .swiper-button-prev svg, .promo-block .swiper-button-next svg {
          width: 25px;
          height: 25px; } }

.isg-search-layoutflexcontainer {
  display: flex;
  flex-direction: row; }
  .isg-search-layoutflexcontainer #section-search-grid {
    width: 100%;
    padding-left: 10px;
    overflow-x: auto;
    overflow-y: hidden; }

@media screen and (max-width: 600px) {
  .isg-search-layoutflexcontainer {
    flex-direction: column; }
    .isg-search-layoutflexcontainer #section-search-grid {
      width: 100%;
      padding-left: 0px; } }

.search-results {
  padding: 50px 0; }
  .search-results-heading h2 {
    margin: 0 0 34px; }
  .search-results-content .media + .media {
    margin-top: 30px; }
  .search-results .media {
    padding-bottom: 29px;
    border-bottom: 1px solid #dcdbdb; }
    .search-results .media:last-child {
      border-bottom: 0; }
    .search-results .media .title {
      margin: 0 0 25px; }
      .search-results .media .title a {
        font-weight: 700;
        color: #29497b;
        font-size: 1.65rem;
        position: relative; }
        .search-results .media .title a:before {
          content: "";
          position: absolute;
          height: 3px;
          background: #29497b;
          width: 70px;
          bottom: -10px;
          left: 0;
          transition: all 0.15s ease-in-out 0s; }
        .search-results .media .title a:hover {
          color: #1cabb9; }
          .search-results .media .title a:hover:before {
            background: #1cabb9; }
    .search-results .media .link-more:hover {
      color: #1cabb9; }
      .search-results .media .link-more:hover:after, .search-results .media .link-more:hover:before {
        background: #1cabb9; }

.isg-display-toggle {
  margin-top: 12px;
  border-bottom-color: #dcdbdb;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.isg-searchbox {
  margin: auto; }

.search-results {
  padding-top: 12px !important; }
  .search-results .title a {
    font-weight: 500 !important; }

.isg-halign {
  margin-right: 12px; }

.isg-searchresultbutton {
  width: 40px !important;
  height: 40px !important;
  border-radius: 5px;
  padding-top: 5px; }

.isg-svgicon {
  display: inline-flex;
  align-self: center;
  position: relative;
  height: 1em;
  width: 1em;
  fill: white; }
  .isg-svgicon svg, .isg-svgicon img {
    height: 1em;
    width: 1em; }

.isg-search-results-desc p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9rem; }

.isg-isgsearch-results .search-results-heading h2, .isg-pisearch-results .search-results-heading h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem !important; }

/*--------------------------------- Drop down navigation bar ---------------------------------------------------*/
.isg-navdd-base, .isg-navdd, .isg-navdd-white {
  display: inline-block; }
  .isg-navdd-base ul, .isg-navdd ul, .isg-navdd-white ul {
    margin: 0;
    padding: 0; }
  .isg-navdd-base li, .isg-navdd li, .isg-navdd-white li {
    display: block;
    list-style-type: none; }
  .isg-navdd-base a, .isg-navdd a, .isg-navdd-white a {
    text-decoration: none;
    display: block; }
  .isg-navdd-base .isg-drop-caret, .isg-navdd .isg-drop-caret, .isg-navdd-white .isg-drop-caret {
    vertical-align: top;
    position: relative;
    padding-right: 20px;
    color: #98b3da; }
    .isg-navdd-base .isg-drop-caret:before, .isg-navdd .isg-drop-caret:before, .isg-navdd-white .isg-drop-caret:before, .isg-navdd-base .isg-drop-caret:after, .isg-navdd .isg-drop-caret:after, .isg-navdd-white .isg-drop-caret:after {
      content: "";
      position: absolute;
      width: 2px;
      height: 10px;
      background: #98b3da;
      top: 42.5%; }
    .isg-navdd-base .isg-drop-caret:before, .isg-navdd .isg-drop-caret:before, .isg-navdd-white .isg-drop-caret:before {
      transform: rotate(-45deg);
      right: 18px; }
    .isg-navdd-base .isg-drop-caret:after, .isg-navdd .isg-drop-caret:after, .isg-navdd-white .isg-drop-caret:after {
      transform: rotate(45deg);
      right: 12px; }
    .isg-navdd-base .isg-drop-caret:hover, .isg-navdd .isg-drop-caret:hover, .isg-navdd-white .isg-drop-caret:hover {
      color: white; }
      .isg-navdd-base .isg-drop-caret:hover:before, .isg-navdd .isg-drop-caret:hover:before, .isg-navdd-white .isg-drop-caret:hover:before, .isg-navdd-base .isg-drop-caret:hover:after, .isg-navdd .isg-drop-caret:hover:after, .isg-navdd-white .isg-drop-caret:hover:after {
        background: white; }
      .isg-navdd-base .isg-drop-caret:hover:before, .isg-navdd .isg-drop-caret:hover:before, .isg-navdd-white .isg-drop-caret:hover:before {
        transform: rotate(45deg); }
      .isg-navdd-base .isg-drop-caret:hover:after, .isg-navdd .isg-drop-caret:hover:after, .isg-navdd-white .isg-drop-caret:hover:after {
        transform: rotate(-45deg); }

.isg-navdd {
  background-color: #29497b;
  width: 100%; }
  .isg-navdd .isg-navdd-main li a {
    color: #98b3da; }
    .isg-navdd .isg-navdd-main li a.active {
      color: white; }

.isg-navdd-white {
  background-color: white; }
  .isg-navdd-white .isg-navdd-main li a {
    color: #494c50; }
    .isg-navdd-white .isg-navdd-main li a.active {
      color: #29497b; }
  .isg-navdd-white .isg-drop-caret {
    color: #494c50; }
    .isg-navdd-white .isg-drop-caret:before, .isg-navdd-white .isg-drop-caret:after {
      background: #494c50; }
    .isg-navdd-white .isg-drop-caret:hover {
      color: #29497b; }
      .isg-navdd-white .isg-drop-caret:hover:before, .isg-navdd-white .isg-drop-caret:hover:after {
        background: #29497b; }
  .isg-navdd-white ul.isg-navdd-main > li:not(.isg-navdd-item-haschildren):nth-of-type(1) a:hover {
    color: #9bc947; }
  .isg-navdd-white ul.isg-navdd-main > li:not(.isg-navdd-item-haschildren):nth-of-type(1) a.active {
    color: #9bc947; }
    .isg-navdd-white ul.isg-navdd-main > li:not(.isg-navdd-item-haschildren):nth-of-type(1) a.active:before {
      background: #9bc947; }
  .isg-navdd-white ul.isg-navdd-main > li:not(.isg-navdd-item-haschildren):nth-of-type(2) a:hover {
    color: #1cabb9; }
  .isg-navdd-white ul.isg-navdd-main > li:not(.isg-navdd-item-haschildren):nth-of-type(2) a.active {
    color: #1cabb9; }
    .isg-navdd-white ul.isg-navdd-main > li:not(.isg-navdd-item-haschildren):nth-of-type(2) a.active:before {
      background: #1cabb9; }
  .isg-navdd-white ul.isg-navdd-main > li:not(.isg-navdd-item-haschildren):nth-of-type(3) a:hover {
    color: #8b6cc6; }
  .isg-navdd-white ul.isg-navdd-main > li:not(.isg-navdd-item-haschildren):nth-of-type(3) a.active {
    color: #8b6cc6; }
    .isg-navdd-white ul.isg-navdd-main > li:not(.isg-navdd-item-haschildren):nth-of-type(3) a.active:before {
      background: #8b6cc6; }
  .isg-navdd-white ul.isg-navdd-main > li:not(.isg-navdd-item-haschildren):nth-of-type(4) a:hover {
    color: #29497b; }
  .isg-navdd-white ul.isg-navdd-main > li:not(.isg-navdd-item-haschildren):nth-of-type(4) a.active {
    color: #29497b; }
    .isg-navdd-white ul.isg-navdd-main > li:not(.isg-navdd-item-haschildren):nth-of-type(4) a.active:before {
      background: #29497b; }
  .isg-navdd-white ul.isg-navdd-main > li:not(.isg-navdd-item-haschildren):nth-of-type(n + 5) a:hover {
    color: #3ea6c1; }
  .isg-navdd-white ul.isg-navdd-main > li:not(.isg-navdd-item-haschildren):nth-of-type(n + 5) a.active {
    color: #3ea6c1; }
    .isg-navdd-white ul.isg-navdd-main > li:not(.isg-navdd-item-haschildren):nth-of-type(n + 5) a.active:before {
      background: #3ea6c1; }
  .isg-navdd-white a {
    color: #494c50; }
    .isg-navdd-white a.active {
      position: relative; }
      .isg-navdd-white a.active:before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        height: 3px;
        width: 60px; }

.isg-navdd-main {
  display: flex; }
  .isg-navdd-main li a {
    padding: 0.8rem; }

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .main-navigation {
    padding: 13px 17px;
    height: auto; }
  .mobile-menu-holder {
    top: 83px;
    height: calc(100vh - 116px); }
    .mobile-menu-holder:after {
      right: 13px;
      border-width: 0 17.5px 10px 17.5px; } }

@media screen and (min-width: 640px) and (max-width: 1200px) {
  .main-navigation {
    padding: 17px 6.25%; }
  .mobile-menu-holder {
    top: 83px;
    height: calc(100vh - 116px); }
    .mobile-menu-holder:after {
      right: 22px; } }

/*------------------------------------------------------------*/
@media (max-width: 799px) {
  .isg-navdd > ul.isg-navdd-main {
    flex-direction: column; }
    .isg-navdd > ul.isg-navdd-main a br {
      content: ' ';
      width: 0.3rem; }
    .isg-navdd > ul.isg-navdd-main .isg-navdd-submenu {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      padding-left: 24px; }
    .isg-navdd > ul.isg-navdd-main .selected, .isg-navdd > ul.isg-navdd-main .selected > a {
      color: white; }
    .isg-navdd > ul.isg-navdd-main .isg-drop-caret:hover {
      color: #98b3da; }
      .isg-navdd > ul.isg-navdd-main .isg-drop-caret:hover:before, .isg-navdd > ul.isg-navdd-main .isg-drop-caret:hover:after {
        background: #98b3da; }
      .isg-navdd > ul.isg-navdd-main .isg-drop-caret:hover:before {
        transform: rotate(-45deg); }
      .isg-navdd > ul.isg-navdd-main .isg-drop-caret:hover:after {
        transform: rotate(45deg); }
    .isg-navdd > ul.isg-navdd-main .isg-drop-caret.selected {
      color: white; }
      .isg-navdd > ul.isg-navdd-main .isg-drop-caret.selected:before, .isg-navdd > ul.isg-navdd-main .isg-drop-caret.selected:after {
        background: white; }
      .isg-navdd > ul.isg-navdd-main .isg-drop-caret.selected:before {
        transform: rotate(45deg); }
      .isg-navdd > ul.isg-navdd-main .isg-drop-caret.selected:after {
        transform: rotate(-45deg); }
    .isg-navdd > ul.isg-navdd-main .isg-drop-caret {
      padding-right: 75px; } }

@media (min-width: 800px) {
  .isg-navdd > ul.isg-navdd-main {
    flex-direction: row;
    justify-content: center; }
    .isg-navdd > ul.isg-navdd-main a {
      text-align: center; }
    .isg-navdd > ul.isg-navdd-main a:hover {
      color: white; }
    .isg-navdd > ul.isg-navdd-main li:hover > .isg-navdd-submenu {
      z-index: 10;
      pointer-events: auto;
      visibility: visible;
      opacity: 1;
      transform: scale3d(1, 1, 1);
      transition: all .3s ease-out 0s; }
    .isg-navdd > ul.isg-navdd-main .isg-navdd-item-haschildren {
      position: relative; }
    .isg-navdd > ul.isg-navdd-main .isg-navdd-submenu {
      width: 250px;
      position: absolute;
      visibility: hidden;
      pointer-events: none;
      opacity: 0;
      z-index: -1;
      top: 100%;
      transform: scale3d(0.8, 0.8, 0.8);
      transition: all .3s ease-out 0s, z-index 0s ease-out .3s, visibility 0s ease-out .3s; }
      .isg-navdd > ul.isg-navdd-main .isg-navdd-submenu li {
        display: flex;
        padding-right: 2em;
        background: #81cee4;
        border-top: 2px solid white; }
        .isg-navdd > ul.isg-navdd-main .isg-navdd-submenu li:hover {
          background: #03abba; }
        .isg-navdd > ul.isg-navdd-main .isg-navdd-submenu li a {
          color: #494c50; }
          .isg-navdd > ul.isg-navdd-main .isg-navdd-submenu li a:hover {
            color: white; } }

@media (max-width: 1199px) {
  .isg-navdd-white > ul.isg-navdd-main {
    flex-direction: column; }
    .isg-navdd-white > ul.isg-navdd-main a br {
      content: ' ';
      width: 0.3rem; }
    .isg-navdd-white > ul.isg-navdd-main .isg-navdd-submenu {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      padding-left: 24px; }
    .isg-navdd-white > ul.isg-navdd-main .selected, .isg-navdd-white > ul.isg-navdd-main .selected > a {
      color: white; }
    .isg-navdd-white > ul.isg-navdd-main .isg-drop-caret:hover {
      color: #98b3da; }
      .isg-navdd-white > ul.isg-navdd-main .isg-drop-caret:hover:before, .isg-navdd-white > ul.isg-navdd-main .isg-drop-caret:hover:after {
        background: #98b3da; }
      .isg-navdd-white > ul.isg-navdd-main .isg-drop-caret:hover:before {
        transform: rotate(-45deg); }
      .isg-navdd-white > ul.isg-navdd-main .isg-drop-caret:hover:after {
        transform: rotate(45deg); }
    .isg-navdd-white > ul.isg-navdd-main .isg-drop-caret.selected {
      color: white; }
      .isg-navdd-white > ul.isg-navdd-main .isg-drop-caret.selected:before, .isg-navdd-white > ul.isg-navdd-main .isg-drop-caret.selected:after {
        background: white; }
      .isg-navdd-white > ul.isg-navdd-main .isg-drop-caret.selected:before {
        transform: rotate(45deg); }
      .isg-navdd-white > ul.isg-navdd-main .isg-drop-caret.selected:after {
        transform: rotate(-45deg); }
    .isg-navdd-white > ul.isg-navdd-main .isg-drop-caret {
      padding-right: 0px; }
    .isg-navdd-white > ul.isg-navdd-main .isg-navdd-submenu {
      padding-left: 0px; } }

@media screen and (max-width: 1200px) {
  .mobile-menu-holder {
    flex-direction: column-reverse; }
    .mobile-menu-holder .isg-navdd-main {
      flex-direction: column;
      text-align: center; }
      .mobile-menu-holder .isg-navdd-main a br {
        content: ' ';
        width: 0.3rem; }
      .mobile-menu-holder .isg-navdd-main .isg-navdd-submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        padding-left: 24px; }
      .mobile-menu-holder .isg-navdd-main .selected, .mobile-menu-holder .isg-navdd-main .selected > a {
        color: white; }
      .mobile-menu-holder .isg-navdd-main .isg-drop-caret:hover {
        color: #98b3da; }
        .mobile-menu-holder .isg-navdd-main .isg-drop-caret:hover:before, .mobile-menu-holder .isg-navdd-main .isg-drop-caret:hover:after {
          background: #98b3da; }
        .mobile-menu-holder .isg-navdd-main .isg-drop-caret:hover:before {
          transform: rotate(-45deg); }
        .mobile-menu-holder .isg-navdd-main .isg-drop-caret:hover:after {
          transform: rotate(45deg); }
      .mobile-menu-holder .isg-navdd-main .isg-drop-caret.selected {
        color: white; }
        .mobile-menu-holder .isg-navdd-main .isg-drop-caret.selected:before, .mobile-menu-holder .isg-navdd-main .isg-drop-caret.selected:after {
          background: white; }
        .mobile-menu-holder .isg-navdd-main .isg-drop-caret.selected:before {
          transform: rotate(45deg); }
        .mobile-menu-holder .isg-navdd-main .isg-drop-caret.selected:after {
          transform: rotate(-45deg); }
      .mobile-menu-holder .isg-navdd-main .isg-drop-caret {
        padding-right: 0px; }
      .mobile-menu-holder .isg-navdd-main .isg-navdd-submenu {
        padding-left: 0px; }
      .mobile-menu-holder .isg-navdd-main li a {
        color: #bec4cc; }
        .mobile-menu-holder .isg-navdd-main li a:hover {
          color: #98b3da; }
        .mobile-menu-holder .isg-navdd-main li a.active {
          color: #29497b; }
  .isg-navdd-white {
    background-color: #1a1b1d; }
  .main-navigation .mobile-menu-holder {
    padding: 20px 6.25%;
    position: fixed;
    left: 0;
    top: 83px;
    height: calc(100vh - 116px);
    width: 100%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    background: #1a1b1d;
    transition: all 0.3s ease-in-out 0s; }
    .main-navigation .mobile-menu-holder.active {
      transform: translateX(0);
      -webkit-transform: translateX(0); }
    .main-navigation .mobile-menu-holder:after {
      content: "";
      position: absolute;
      bottom: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 26.25px 15px 26.25px;
      border-color: transparent transparent #1a1b1d transparent; }
  .add-nav {
    display: none; }
  .humburger {
    display: block; } }

@media screen and (min-width: 1200px) {
  .isg-navdd-white > ul.isg-navdd-main {
    flex-direction: row;
    justify-content: center; }
    .isg-navdd-white > ul.isg-navdd-main a {
      text-align: center; }
    .isg-navdd-white > ul.isg-navdd-main a:hover {
      color: #29497b; }
    .isg-navdd-white > ul.isg-navdd-main li:hover > .isg-navdd-submenu {
      z-index: 10;
      pointer-events: auto;
      visibility: visible;
      opacity: 1;
      transform: scale3d(1, 1, 1);
      transition: all .3s ease-out 0s; }
    .isg-navdd-white > ul.isg-navdd-main .isg-navdd-item-haschildren {
      position: relative; }
    .isg-navdd-white > ul.isg-navdd-main .isg-navdd-submenu {
      width: 250px;
      position: absolute;
      visibility: hidden;
      pointer-events: none;
      opacity: 0;
      z-index: -1;
      top: 100%;
      transform: scale3d(0.8, 0.8, 0.8);
      transition: all .3s ease-out 0s, z-index 0s ease-out .3s, visibility 0s ease-out .3s; }
      .isg-navdd-white > ul.isg-navdd-main .isg-navdd-submenu li {
        display: flex;
        padding-right: 2em;
        background: #81cee4;
        border-top: 2px solid white; }
        .isg-navdd-white > ul.isg-navdd-main .isg-navdd-submenu li:hover {
          background: #03abba; }
        .isg-navdd-white > ul.isg-navdd-main .isg-navdd-submenu li a {
          color: #494c50; }
          .isg-navdd-white > ul.isg-navdd-main .isg-navdd-submenu li a:hover {
            color: white; } }

#CookieDeclarationUserStatusPanel a {
  color: #ff8a26; }
  #CookieDeclarationUserStatusPanel a:hover {
    color: #ff8a26; }
    #CookieDeclarationUserStatusPanel a:hover:before, #CookieDeclarationUserStatusPanel a:hover:after {
      background: #ff8a26; }

#CybotCookiebotDialogBodyContentText {
  font-weight: 400 !important; }

#CybotCookiebotDialog {
  box-shadow: #121212 2px 2px 1px 2px !important; }

#CybotCookiebotDialogBody {
  max-width: 95% !important; }

#CybotCookiebotDialogDetailBody {
  max-width: 95% !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-top: 8px !important; }

#CybotCookiebotDialogDetailBodyContent {
  border-bottom: 1px solid #cccccc !important; }

.CybotCookiebotDialogDetailBodyContentTab:first-child {
  border-radius: 0 0 !important;
  -moz-border-radius: 0 0 !important;
  -webkit-border-radius: 0 0 !important; }

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
  border-radius: 0 0 !important;
  -moz-border-radius: 0 0 !important;
  -webkit-border-radius: 0 0 !important; }

#CybotCookiebotDialog,
#CybotCookiebotDialogBodyContentTitle {
  font-family: "Roboto Slab", serif !important;
  color: #494c50 !important;
  font-weight: 400 !important;
  font-size: 1rem !important; }
  #CybotCookiebotDialog a,
  #CybotCookiebotDialog div,
  #CybotCookiebotDialogBodyContentTitle a,
  #CybotCookiebotDialogBodyContentTitle div {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }

/*#CybotCookiebotDialog {
  // Why are we hiding these links? Do we not want the user to know they are there?
  a {
    color: $colorText !important;
    text-decoration: none !important;

    &:hover, &:focus {
      color: $colorText !important;
      text-decoration: none !important;

      &:before, &:after {
        background: $colorText !important;
      }
    }
  }
}*/
#CybotCookiebotDialogBodyContentText p {
  font-size: 0.8rem !important; }

#CybotCookiebotDialogBodyContentText a {
  font-size: 0.8rem !important; }

a#CybotCookiebotDialogBodyLevelButtonAccept, a#CybotCookiebotDialogBodyButtonAccept {
  background: #ff8a26 !important;
  border: #ff8a26 !important;
  color: white !important;
  text-decoration: none !important; }
  a#CybotCookiebotDialogBodyLevelButtonAccept:hover, a#CybotCookiebotDialogBodyLevelButtonAccept:focus, a#CybotCookiebotDialogBodyButtonAccept:hover, a#CybotCookiebotDialogBodyButtonAccept:focus {
    color: white !important; }

div#CybotCookiebotDialogBodyButtons {
  float: right !important; }

#CybotCookiebotDialogBodyButtons a#CybotCookiebotDialogBodyButtonDetails {
  display: none; }

#CybotCookiebotDialogBodyButtons a#CybotCookiebotDialogBodyButtonAccept {
  padding-top: 6px !important;
  padding-bottom: 6px !important; }

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes a.CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
  color: black !important; }

/*--------------------------------- Kendo Grids ---------------------------------------------------*/
.k-grid tbody {
  font-size: 0.9rem; }

.k-grid .k-header, .k-grid-header-wrap, .k-grid-header, .k-grid .k-header .k-link {
  background-color: #29497b;
  color: white;
  background-image: none; }
  .k-grid .k-header thead tr:hover, .k-grid-header-wrap thead tr:hover, .k-grid-header thead tr:hover, .k-grid .k-header .k-link thead tr:hover {
    background-color: #29497b;
    background-image: none; }

.isgGridWhiteHeaders.k-grid .k-header, .isgGridWhiteHeaders .k-grid-header-wrap, .isgGridWhiteHeaders .k-grid-header {
  background-color: white !important;
  color: #494c50;
  background-image: none !important; }

div.k-grid-header-wrap.k-auto-scrollable {
  border-right-color: transparent !important; }

.k-grid th.k-header, .k-grid-header th.k-header {
  text-align: center !important;
  vertical-align: middle !important; }

.k-grid-header-locked thead tr th:first-child {
  text-align: left !important; }

.k-grid tbody tr.hover {
  background-color: #b5bdcb; }

.isgGridTdNoLeftBorder {
  border-left: none !important; }

.isgGridNoScrollbar .k-grid-header {
  padding: 0 !important; }

.isgGridNoScrollbar .k-grid-content {
  overflow-y: visible; }

.k-grid-content.k-auto-scrollable td {
  text-align: center; }

.isgGridNoScrollbar.k-grid td {
  padding-top: 2px !important;
  padding-bottom: 2px !important; }

.k-grid {
  border-color: transparent !important; }
  .k-grid td, .k-grid th {
    border-color: transparent !important; }

.k-grid-header-locked thead tr th, .k-grid-header tbody td {
  border-bottom-color: #E3E4E6 !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important; }

.k-grid-content-locked tbody tr td, .k-grid-content.k-auto-scrollable tbody td {
  border-top-color: #E3E4E6 !important;
  border-top-style: solid !important;
  border-top-width: 1px !important; }

a.isgGridLink {
  color: #29497b;
  text-decoration: underline;
  font-size: 0.9rem; }
  a.isgGridLink:hover, a.isgGridLink.active {
    color: #3ea6c1; }

.k-grid div.k-grid-toolbar a.k-button {
  border-radius: 0;
  background-color: #ff8a26;
  color: white;
  background-image: unset;
  font-size: 14px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  min-width: 100px;
  height: 35px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0; }

.k-grid div.k-grid-toolbar {
  background-color: unset;
  width: 100%; }

.k-widget.k-tooltip-validation {
  border-color: #ff8a26;
  background-color: #ff8a26;
  color: white; }

.k-tooltip-validation .k-callout-n {
  border-bottom-color: #ff8a26; }

.isg-required-star {
  font-size: 0.5rem;
  padding-left: 0.2rem; }

.k-grid .k-grid-toolbar .k-grid-add,
.k-grid tbody .k-grid-edit,
.k-grid tbody .k-grid-update,
.k-grid tbody .k-grid-cancel,
.k-grid tbody .k-grid-delete {
  min-width: 0; }

.k-grid .k-grid-toolbar .k-grid-add .k-icon,
.k-grid tbody .k-grid-edit .k-icon,
.k-grid tbody .k-grid-update .k-icon,
.k-grid tbody .k-grid-cancel .k-icon,
.k-grid tbody .k-grid-delete .k-icon {
  margin: 0; }

.k-grid .chkbox {
  width: 1rem;
  height: 1rem;
  margin: unset;
  margin-bottom: 4px; }

/*--------------------------------- Kendo Overrides -----------------------------------------*/
.k-dialog .k-window-titlebar, .k-window .k-window-titlebar.k-header {
  background-color: #75787b !important;
  color: white !important;
  font-family: "Roboto Slab", serif;
  background-image: none !important; }

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
  background-color: #03abba !important; }

.k-draghandle.k-state-selected:hover, .k-state-selected {
  background-image: none !important; }

.k-state-selected.k-state-focused {
  box-shadow: none !important; }

.isg-clear-label .k-checkbox-label {
  font-weight: 400; }

/*--------------------------------- Kendo Popup window -----------------------------------------*/
#isgIdPopupWindow {
  overflow: hidden;
  border-color: transparent !important; }
  #isgIdPopupWindow .k-grid tr td, #isgIdPopupWindow .k-grid tr th {
    border-left-color: #E3E4E6 !important;
    border-left-style: solid !important;
    border-left-width: 1px !important; }
  #isgIdPopupWindow .k-grid tr td:first-child, #isgIdPopupWindow .k-grid tr th:first-child {
    border-left-style: none !important; }

.isgAdminHeaderContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px; }
  .isgAdminHeaderContainer > div {
    margin-right: 6px; }
    .isgAdminHeaderContainer > div.isgAdminHeaderText {
      font-family: "Roboto Slab", serif;
      font-size: 1.5rem; }

.isg-admin-company-editor-grid {
  display: grid;
  grid-template-columns: 24px 1fr 24px 3fr 24px;
  grid-row-gap: 6px;
  width: 100%; }
  .isg-admin-company-editor-grid .left {
    text-align: left;
    padding-left: min 120px, calc(vw / 4);
    align-self: end; }

.isg-admin-company-editor-popup {
  max-width: 1000px;
  width: 95vw; }

.isg-admin-user-editor-popup {
  max-width: 1000px;
  width: 95vw; }

.isg-admin-user-editor-grid {
  display: grid;
  grid-template-columns: 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px;
  grid-row-gap: 6px;
  width: 100%; }
  .isg-admin-user-editor-grid .left {
    align-self: end; }

.isg-authperm .btn {
  padding: 0; }

.isg-auth-Left {
  padding: 24px; }

.isg-auth-LeftTab {
  padding-left: 24px;
  padding-right: 24px; }

.isg-auth-Mid {
  margin: 24px; }

.isg-auth-Right {
  margin: 24px; }
  .isg-auth-Right .btn {
    padding: 0; }
  .isg-auth-Right legend span {
    font-weight: 700; }

.isg-auth-group {
  padding-bottom: 12px; }
  .isg-auth-group h1 {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 6px; }

.isg-auth-leftalign {
  display: flex;
  flex-direction: row;
  align-content: flex-start; }

.isg-auth-assignBlock {
  border-radius: 10px;
  border: 2px solid #9acb3b;
  font-size: 1rem;
  padding: 5px;
  width: 100%; }

#btnAssignAuth {
  float: right;
  margin-bottom: 12px; }

#btnUpdateAuth {
  margin-bottom: 12px; }

.btn {
  border-radius: 0px;
  display: inline-block;
  width: 235px;
  height: 55px;
  text-transform: uppercase;
  border: 0;
  background: #ff8a26;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  position: relative; }
  .btn.blue {
    background: #29497b; }
    .btn.blue:after {
      background: #1cabb9; }
  .btn.lightblue {
    background: #81cee4; }
    .btn.lightblue:after {
      background: #1cabb9; }
  .btn.grey {
    background: #d9d9d6;
    color: #494c50; }
    .btn.grey:after {
      background: #1cabb9;
      color: white; }
  .btn.white {
    background: #fff;
    color: #ff8a26; }
    .btn.white:hover {
      color: #fff !important; }
  .btn span {
    position: relative;
    z-index: 1;
    margin-left: -.3em; }
  .btn:hover:after {
    width: 340px;
    height: 340px;
    opacity: 1; }
  .btn:after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 10px;
    height: 10px;
    background: #1cabb9;
    border-radius: 50%;
    opacity: .5;
    will-change: width, height;
    transform: translate3d(0, 0, 0);
    transition: all 0.5s ease-out 0s; }
  .btn:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .btn:hover {
    color: white !important;
    background: #ff8a26;
    border: none; }

.isg-btn-med {
  width: 100px !important;
  height: 35px !important;
  font-weight: 500 !important; }

.isg-btn-sm {
  width: auto !important;
  height: 25px !important;
  font-weight: 300 !important;
  padding: 3px 12px;
  box-sizing: border-box !important; }

.svg-sprite {
  position: absolute;
  left: -9999em;
  max-height: 0;
  overflow: hidden; }

html, body {
  height: 100%; }

body {
  padding-top: 83px;
  padding-bottom: 33px; }

.isg-fixed-header {
  top: 0;
  left: 0;
  height: 83px;
  width: 100%;
  position: fixed;
  z-index: 2;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75); }

.isg-fixed-footer {
  bottom: 0;
  height: 33px;
  width: 100%;
  position: fixed;
  z-index: 2;
  text-align: center;
  padding: 5px;
  background-color: #2f3338;
  color: #bec4cc;
  font-size: 0.7rem;
  justify-content: center;
  display: flex; }
  .isg-fixed-footer div {
    margin-left: 10px;
    margin-right: 10px; }
  .isg-fixed-footer a, .isg-fixed-footer a:hover, .isg-fixed-footer a:focus {
    color: #bec4cc;
    font-size: 0.7rem; }

.header .logo {
  display: block;
  height: 100%;
  margin: 0; }
  .header .logo a {
    vertical-align: top;
    display: inline-block;
    height: 100%;
    margin-right: 12px;
    position: relative; }
  .header .logo img {
    height: 100%; }
  .header .logo .tagline {
    font-size: .94rem;
    line-height: 1.2;
    font-weight: 400;
    color: #494c50;
    vertical-align: baseline;
    display: inline-block; }

/*-------------------------------------------------------------------------------------------------*/
.main-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 22px;
  height: 83px;
  background: #fff;
  /*ul {
    @extend %list-reset;
    text-align: right;
  }*/ }

/*-------------------------------------------------------------------------------------------------*/
.add-nav {
  padding-right: 22px; }
  .add-nav li {
    display: inline-block;
    padding: 12px 0 11px;
    position: relative; }
  .add-nav li + li {
    margin-left: 26px; }
    .add-nav li + li:before {
      position: absolute;
      left: -15px;
      top: 50%;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #3d4147; }

.search {
  position: relative;
  border-width: 0 1px;
  border-style: solid;
  border-color: #2f3338; }
  .search .link-search {
    height: 43px;
    width: 60px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s; }
    .search .link-search:before, .search .link-search:after {
      content: "";
      position: absolute;
      width: 30px;
      height: 2px;
      background: #bec4cc;
      transition: all 0.15s ease-in-out 0s; }
    .search .link-search:before {
      left: 0;
      bottom: 100%;
      transform: rotate(45deg) translate(-87px, -6px); }
    .search .link-search:after {
      right: 0;
      bottom: 100%;
      transform: rotate(-45deg) translate(87px, -6px); }
    .search .link-search:hover, .search .link-search.active {
      background: #2f3338; }
      .search .link-search:hover svg, .search .link-search.active svg {
        fill: #bec4cc; }
    .search .link-search.active svg {
      opacity: 0;
      transform: rotate(-180deg) scale(0.2); }
    .search .link-search.active:before, .search .link-search.active:after {
      transition: all 0.5s ease-in-out 0s; }
    .search .link-search.active:before {
      transform: rotate(45deg) translate(27px, 6px); }
    .search .link-search.active:after {
      transform: rotate(-45deg) translate(-27px, 6px); }
    .search .link-search svg {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -12px;
      margin-left: -12px;
      width: 21px;
      height: 21px;
      fill: #7c8086;
      transition: all 0.3s ease-in-out 0s; }
  .search .search-holder {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    top: 100%;
    right: -1px;
    width: 321px;
    height: 60px;
    padding: 15px 0 15px 20px;
    transition: all .3s ease-out 0s, z-index 0s ease-out .3s, visibility 0s ease-out .3s;
    transform: translate3d(30px, 0, 0);
    background: #2f3338; }
    .search .search-holder ::-moz-placeholder {
      color: #bec4cc;
      opacity: 1; }
    .search .search-holder :-ms-input-placeholder {
      color: #bec4cc; }
    .search .search-holder ::-webkit-input-placeholder {
      color: #bec4cc; }
    .search .search-holder.active {
      z-index: 10;
      opacity: 1;
      pointer-events: auto;
      visibility: visible;
      transition: all .3s ease-out 0s;
      transform: translate3d(0, 0, 0); }
    .search .search-holder input {
      background: none;
      color: #bec4cc;
      width: calc(100% - 65px); }
    .search .search-holder button {
      text-indent: -9999px;
      position: relative;
      width: 60px;
      height: 30px;
      background: none;
      border: 0;
      transition: all 0.15s ease-in-out 0s; }
      .search .search-holder button:hover {
        opacity: .5; }
      .search .search-holder button svg {
        width: 21px;
        height: 21px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -12px;
        margin-left: -12px;
        fill: #bec4cc; }

.k-resize-handle, .k-resize-hint {
  z-index: unset; }

.mobile-menu-holder {
  width: calc(100% - 260px);
  display: flex;
  justify-content: flex-end; }

.mobile-menu-holder.active {
  padding: 0; }

.body-content {
  max-width: none;
  width: 100%;
  padding-right: unset;
  padding-left: unset; }
  .body-content .isg-page {
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 33px; }
  .body-content .isg-page-recessed {
    padding: 24px;
    margin-bottom: 33px; }

@media screen and (min-width: 1200px) {
  .isg-page {
    width: 1170px; } }

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .isg-page {
    width: 970px; } }

@media screen and (max-width: 991px) and (min-width: 768px) {
  .isg-page, .isg-page-recessed {
    width: 750px;
    padding-left: 12px;
    padding-right: 12px; } }

@media screen and (max-width: 767px) {
  .isg-page, .isg-page-recessed {
    width: 100%;
    padding-left: 6px;
    padding-right: 6px; } }

body {
  padding-top: 135px; }

.header {
  height: 130px; }
  .header .main-navigation {
    display: grid;
    grid-template-columns: 300px 1fr 300px;
    height: 130px; }
    .header .main-navigation .logo {
      grid-column: 1;
      height: auto; }
    .header .main-navigation .name {
      grid-column: 2;
      text-align: center;
      margin-top: auto;
      margin-bottom: auto; }
    .header .main-navigation .clientLogo {
      grid-column: 3;
      text-align: right; }

.questionTable {
  margin: 1rem 0;
  width: 100%; }
  .questionTable tr {
    padding: 0.5rem 0 0.5rem 0; }
  .questionTable td {
    padding: 3px 0; }
  .questionTable tr.qx {
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3; }
  .questionTable label {
    font-weight: normal;
    padding: 0;
    width: 100%; }
  .questionTable .qx-agree-h {
    text-align: center; }
  .questionTable .qx-radio {
    text-align: center;
    width: 60px; }
  .questionTable .qx-left {
    text-align: left; }
  .questionTable .qx-right {
    text-align: right; }
  .questionTable .qx-h2 {
    font-weight: bold; }
  .questionTable .qx-h1 {
    font-size: 0.8rem;
    color: #494c50; }
  .questionTable textarea {
    height: 5em;
    width: 90%;
    margin-left: 10%;
    margin-top: 6px; }
  .questionTable .invalid {
    color: #b22222; }
    .questionTable .invalid .qx-radio input[type='radio']:after, .questionTable .invalid .qx-radio input[type='radio']:checked:after {
      border-color: #b22222; }

.qx-button {
  font-weight: 500;
  height: 35px;
  margin-left: 10px;
  width: 220px; }

.qx-footer {
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  margin-top: 0.5rem;
  width: 100%; }
  .qx-footer .qx-footer-invalid {
    grid-column: 1/4;
    color: #b22222;
    padding-bottom: 5px; }
  .qx-footer .qx-footer-left,
  .qx-footer .qx-footer-center,
  .qx-footer .qx-footer-right {
    margin: auto 0 auto 0; }
  .qx-footer .qx-footer-left {
    text-align: left; }
  .qx-footer .qx-footer-center {
    text-align: center;
    vertical-align: middle; }
  .qx-footer .qx-footer-right {
    text-align: right; }
  .qx-footer .qx-lang img {
    margin: 0 1px 0 1px;
    padding-bottom: 3px; }
  .qx-footer .qx-lang a:hover {
    background: #778899; }

input[type='radio'] {
  height: 24px;
  width: 24px; }
