/* Custom Stylesheet hash:16758471001675689656 dated 16 Sep, 2024 12:20:12+UTC */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,500&display=swap");
/*
 * Header variabels 
*/
.header p,
.header span,
.footer p,
.footer span {
  line-height: 1.44;
  font-size: 16px;
  margin-bottom: 12px; }
  .header p.small,
  .header span.small,
  .footer p.small,
  .footer span.small {
    font-size: 14px;
    margin: 0px; }
  .header p.p-13,
  .header span.p-13,
  .footer p.p-13,
  .footer span.p-13 {
    font-size: 13px; }
  .header p.p-12,
  .header span.p-12,
  .footer p.p-12,
  .footer span.p-12 {
    font-size: 12px; }
    .header p.p-12 span,
    .header span.p-12 span,
    .footer p.p-12 span,
    .footer span.p-12 span {
      font-size: 12px; }
  .header p.p-11,
  .header span.p-11,
  .footer p.p-11,
  .footer span.p-11 {
    font-size: 11px; }
.header .font-p-14,
.footer .font-p-14 {
  font-size: 14px; }
  .header .font-p-14 p,
  .footer .font-p-14 p {
    font-size: 14px;
    line-height: 2; }
.header .color-primary,
.footer .color-primary {
  color: #10507a; }
  .header .color-primary a:visited,
  .footer .color-primary a:visited {
    color: #10507a; }
.header .color-white,
.footer .color-white {
  color: white; }
  .header .color-white:visited,
  .footer .color-white:visited {
    color: white; }
.header a,
.footer a {
  color: #10507a;
  font-weight: bold;
  text-decoration: none; }
  .header a:visited,
  .footer a:visited {
    color: black; }
.header h1,
.header .h1,
.header h2,
.header .h2,
.header h3,
.header .h3,
.header h4,
.header .h4,
.header h5,
.header .h5,
.header h6,
.header .h6,
.footer h1,
.footer .h1,
.footer h2,
.footer .h2,
.footer h3,
.footer .h3,
.footer h4,
.footer .h4,
.footer h5,
.footer .h5,
.footer h6,
.footer .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 8px;
  line-height: 1.4; }
.header h1,
.header .h1,
.footer h1,
.footer .h1 {
  font-size: 2.5em; }
.header h2,
.header .h2,
.footer h2,
.footer .h2 {
  font-size: 2em; }
.header h3,
.header .h3,
.footer h3,
.footer .h3 {
  font-size: 1.5em; }
.header h4,
.header .h4,
.footer h4,
.footer .h4 {
  font-size: 1.2em; }
.header pre,
.footer pre {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #10507a;
  font-weight: bold; }
.header .text-right,
.footer .text-right {
  text-align: right; }
  .header .text-right-desktop,
  .footer .text-right-desktop {
    text-align: right; }
.header .font-normal,
.footer .font-normal {
  font-weight: normal; }
@media (max-width: 776px) {
  .header h1,
  .header .h1,
  .header h2,
  .header .h2,
  .header h3,
  .header .h3,
  .header h4,
  .header .h4,
  .header h5,
  .header .h5,
  .header h6,
  .header .h6,
  .footer h1,
  .footer .h1,
  .footer h2,
  .footer .h2,
  .footer h3,
  .footer .h3,
  .footer h4,
  .footer .h4,
  .footer h5,
  .footer .h5,
  .footer h6,
  .footer .h6 {
    word-break: break-word; }
  .header .text-right-desktop,
  .footer .text-right-desktop {
    text-align: left; } }

.reset-ul {
  padding-left: 0px;
  margin: 0px;
  list-style: none; }

.content {
  max-width: 1170px;
  margin: 0px auto;
  padding: 0px 10px; }
  .content.small {
    max-width: calc(1170px - 200px); }
  .content-with-sidebar {
    max-width: calc(1170px + 200px);
    padding: 0px 10px;
    margin: 0px auto; }
  .content.space-top-bottom {
    margin: 100px auto; }
    .content.space-top-bottom h1 {
      margin-bottom: 20px; }

a {
  color: #10507a;
  font-weight: bold;
  text-decoration: none; }
  a:visited {
    color: black; }

.flex {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    min-width: inherit;
    max-width: inherit; }
  .flex.h-auto {
    height: auto; }
  .flex.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex.column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .flex.items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex .item-center {
    margin: auto; }
  .flex .margin-right-auto {
    margin-right: auto; }
  .flex.space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.col-1 {
  width: 8.3333333333%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-1.no-padding {
    padding: 5px 0px; }

.col-2 {
  width: 16.6666666667%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-2.no-padding {
    padding: 5px 0px; }

.col-3 {
  width: 25%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-3.no-padding {
    padding: 5px 0px; }

.col-4 {
  width: 33.3333333333%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-4.no-padding {
    padding: 5px 0px; }

.col-5 {
  width: 41.6666666667%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-5.no-padding {
    padding: 5px 0px; }

.col-6 {
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-6.no-padding {
    padding: 5px 0px; }

.col-7 {
  width: 58.3333333333%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-7.no-padding {
    padding: 5px 0px; }

.col-8 {
  width: 66.6666666667%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-8.no-padding {
    padding: 5px 0px; }

.col-9 {
  width: 75%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-9.no-padding {
    padding: 5px 0px; }

.col-10 {
  width: 83.3333333333%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-10.no-padding {
    padding: 5px 0px; }

.col-11 {
  width: 91.6666666667%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-11.no-padding {
    padding: 5px 0px; }

.col-12 {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-12.no-padding {
    padding: 5px 0px; }

.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media (max-width: 776px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .flex.row-phone {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }

  .col-1 {
    width: 100%;
    padding: 5px; }

  .col-2 {
    width: 100%;
    padding: 5px; }

  .col-3 {
    width: 100%;
    padding: 5px; }

  .col-4 {
    width: 100%;
    padding: 5px; }

  .col-5 {
    width: 100%;
    padding: 5px; }

  .col-6 {
    width: 100%;
    padding: 5px; }

  .col-7 {
    width: 100%;
    padding: 5px; }

  .col-8 {
    width: 100%;
    padding: 5px; }

  .col-9 {
    width: 100%;
    padding: 5px; }

  .col-10 {
    width: 100%;
    padding: 5px; }

  .col-11 {
    width: 100%;
    padding: 5px; }

  .col-12 {
    width: 100%;
    padding: 5px; }

  .col {
    padding: 10px; }

  .end {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
@media (min-width: 776px) {
  .hidden-desktop {
    display: none; } }
@media (max-width: 776px) {
  .hidden-phone {
    display: none; }

  .swipe-icon {
    display: block; }

  .content {
    padding: 0px 10px; }

  /*.messenger-chat {
	  display: none;
	}*/
  /*bottom: 10px;
	  right: 10px;
	  height: 75px;
	  width: 75px;
	  position: fixed;
	  z-index: 110 !important;
	  display: none;
	  &.show {
		display: block;
	  }
	}
	#kayako-messenger {
	  //z-index: 100 !important;
	}
	*/ }
#kayako-messenger .messenger__bubble {
  background-color: red !important; }

@media (max-width: 776px) {
  .sidebar .overlay {
    cursor: crosshair;
    display: none;
    z-index: 300;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 100%; }
  .sidebar .slide-in {
    background: white;
    z-index: 400;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 0%;
    max-width: 38rem;
    border-left: 1px solid #f2f2f2;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  /*transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1) transform;
transform: translateX(100%);
will-change: transform;
*/
    -webkit-transform: translateX(100%) translateX(6.4rem);
            transform: translateX(100%) translateX(6.4rem);
    -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1) all;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1) all;
    will-change: transform; }
  .sidebar.open .overlay {
    display: block; }
  .sidebar.open .slide-in {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%; }
    .sidebar.open .slide-in.not-full-width {
      width: 85%; }

  .sidebar .slide-in {
    overflow: scroll;
    padding: 15px; }
    .sidebar .slide-in .top-image {
      height: 175px;
      margin-top: -15px;
      margin-left: -16px;
      margin-right: -15px;
      margin-bottom: 20px;
      position: relative; }
      .sidebar .slide-in .top-image img {
        position: absolute;
        z-index: 2;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
.cross-wrapper {
  position: relative; }

.cross {
  position: absolute;
  z-index: 9;
  display: block;
  cursor: pointer;
  height: 32px;
  width: 32px; }
  .cross.right-top {
    top: calc(32px / 3);
    right: 6px; }
  .cross:after, .cross:before {
    content: "";
    height: 2px;
    width: 100%;
    border-radius: 4px;
    background: #575757;
    position: absolute;
    top: 13px; }
  .cross.white:after, .cross.white:before {
    background: #fff; }
  .cross:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .cross:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

header#header {
  position: relative;
  z-index: 99;
  background: white;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #f2f2f2; }
  header#header .logo {
    width: inherit;
    margin-top: inherit;
    float: inherit;
    margin-right: auto; }
    header#header .logo img {
      height: calc(100% - 18px);
      width: 141px;
      height: 65px;
      -o-object-fit: contain;
         object-fit: contain; }
  header#header .submit-ticket-extra-btn {
    background-color: #1395d1;
    padding: 7px 12px !important;
    margin-left: 10px;
    color: white;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center !important; }
    header#header .submit-ticket-extra-btn:hover {
      color: white !important;
      opacity: 80% !important; }
  header#header ul#primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static; }
  header#header #header ul {
    position: static; }
  header#header nav ul li a {
    font-size: 14px;
    font-weight: bold;
    color: black;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: inherit !important;
    display: block !important;
    text-align: left !important; }

/*
  * Following code is for dropdown purpose
  */
@media (min-width: 776px) {
  #header .top-image,
  #header .info,
  #header .cross {
    display: none; }
  #header nav ul#primary-menu > li {
    margin: 0px 5px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    #header nav ul#primary-menu > li > a {
      padding: 5px 7px;
      border-radius: 8px;
      font-size: 14px; }
    #header nav ul#primary-menu > li a:hover {
      color: #1196d1;
      font-weight: bold; }
    #header nav ul#primary-menu > li.green a {
      color: white;
      background: #61a200; }
    #header nav ul#primary-menu > li.green:hover a {
      color: white;
      opacity: 0.8; }
    #header nav ul#primary-menu > li.blue a {
      background: #10507a;
      color: white; }
    #header nav ul#primary-menu > li.blue:hover a {
      color: white;
      opacity: 0.8; }
  #header nav ul#primary-menu > li.menu-item-has-children {
    position: relative; }
    #header nav ul#primary-menu > li.menu-item-has-children:hover > a {
      color: #1196d1 !important; }
    #header nav ul#primary-menu > li.menu-item-has-children > .sub-menu {
      list-style: none;
      -webkit-transition: all 0.1s ease-in-out 0.1s;
      transition: all 0.1s ease-in-out 0.1s;
      width: 250px;
      margin: 0px auto;
      max-height: 0em;
      overflow: hidden;
      border-radius: 4px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0px 28px;
      background: white;
      position: absolute;
      left: -100px;
      top: 65px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #header nav ul#primary-menu > li.menu-item-has-children > .sub-menu ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        position: static; }
      #header nav ul#primary-menu > li.menu-item-has-children > .sub-menu > li {
        width: auto; }
        #header nav ul#primary-menu > li.menu-item-has-children > .sub-menu > li > a {
          color: #313131;
          font-size: 17px;
          margin-bottom: 20px;
          display: block;
          font-weight: 400;
          height: inherit;
          cursor: auto;
          pointer-events: none; }
        #header nav ul#primary-menu > li.menu-item-has-children > .sub-menu > li li {
          padding: 5px 0px;
          margin: 5px 0px; }
          #header nav ul#primary-menu > li.menu-item-has-children > .sub-menu > li li a {
            font-size: 14px;
            color: #10507a; }
            #header nav ul#primary-menu > li.menu-item-has-children > .sub-menu > li li a .menu-item-description {
              color: #313131;
              font-weight: 400;
              display: block;
              font-size: 12px; }
    #header nav ul#primary-menu > li.menu-item-has-children.mega-menu > .sub-menu {
      width: 800px;
      left: -300px; }
      #header nav ul#primary-menu > li.menu-item-has-children.mega-menu > .sub-menu > li > a {
        margin-bottom: 28px;
        height: 50px; }
    #header nav ul#primary-menu > li.menu-item-has-children.mega-menu.small-headlines > .sub-menu > li > a {
      margin-bottom: 28px;
      height: inherit; }
    #header nav ul#primary-menu > li.menu-item-has-children.mega-menu.larger > .sub-menu {
      width: 900px;
      left: -350px; }
      #header nav ul#primary-menu > li.menu-item-has-children.mega-menu.larger > .sub-menu > li {
        max-width: 24%;
        margin-right: 1%; }
    #header nav ul#primary-menu > li.menu-item-has-children.mega-menu.larger > .sub-menu {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #header nav ul#primary-menu > li.menu-item-has-children.mega-menu.larger > .sub-menu > .btn {
        margin-right: 0px !important;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        width: 48%;
        max-width: 100% !important;
        text-align: center;
        background: transparent;
        color: white;
        padding: 0px;
        text-align: center; }
        #header nav ul#primary-menu > li.menu-item-has-children.mega-menu.larger > .sub-menu > .btn > a {
          text-align: center !important;
          background: #10507a;
          color: white;
          border-radius: 4px;
          display: inline-block;
          padding: 12px 22px;
          width: 100%;
          cursor: pointer;
          pointer-events: inherit !important; }
          #header nav ul#primary-menu > li.menu-item-has-children.mega-menu.larger > .sub-menu > .btn > a:hover {
            background: #10507a;
            color: white;
            opacity: 0.8; }
    #header nav ul#primary-menu > li.menu-item-has-children.mega-menu:last-of-type > .sub-menu {
      left: inherit;
      right: -150px; }
    #header nav ul#primary-menu > li.menu-item-has-children:hover > .sub-menu {
      max-height: 80em;
      padding: 28px 28px 28px 28px;
      -webkit-box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.08); }
      #header nav ul#primary-menu > li.menu-item-has-children:hover > .sub-menu.mega-menu {
        padding: 38px 28px 28px 28px; } }
@media (min-width: 776px) and (max-width: 1950px) {
  #header nav ul#primary-menu li#menu-item-679 > .sub-menu {
    left: -683px; } }
@media (max-width: 776px) {
  #header {
    height: 60px; }
    #header .logo img {
      height: 100%;
      height: 55px;
      width: 121px;
      margin-bottom: -6px; }
    #header .info {
      margin-top: 20px; }
      #header .info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        min-width: inherit;
        max-width: inherit; }
        #header .info ul li {
          margin-right: 10px;
          margin-bottom: 10px; }
          #header .info ul li a {
            padding: 0px; }
    #header nav ul#primary-menu {
      -webkit-box-align: inherit;
          -ms-flex-align: inherit;
              align-items: inherit;
      margin: inherit; }
      #header nav ul#primary-menu > li {
        margin-bottom: 9px;
        padding: 8px 0px;
        border-bottom: 1px solid #f2f2f2; }
        #header nav ul#primary-menu > li > a {
          font-size: 20px;
          width: 80%; }
        #header nav ul#primary-menu > li .submit-ticket-extra-btn {
          width: calc(100% - 20px);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin: 0px 10px;
          border-radius: 4px; }
        #header nav ul#primary-menu > li.menu-item-has-children {
          position: relative;
          -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
          #header nav ul#primary-menu > li.menu-item-has-children::before {
            content: "";
            position: absolute;
            right: 15px;
            top: 12px;
            bottom: 0px;
            height: 10px;
            width: 10px;
            -webkit-transform: rotate(135deg);
                    transform: rotate(135deg);
            background: transparent;
            border-top: 2px solid #313131;
            border-right: 2px solid #313131;
            z-index: 2;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          #header nav ul#primary-menu > li.menu-item-has-children > .sub-menu {
            max-height: 0em;
            overflow: hidden;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            list-style: none;
            padding: 0px;
            padding-left: 20px;
            margin: 0px;
            position: static; }
            #header nav ul#primary-menu > li.menu-item-has-children > .sub-menu ul {
              list-style: none;
              padding: 0px; }
            #header nav ul#primary-menu > li.menu-item-has-children > .sub-menu > li {
              margin-top: 20px;
              padding-bottom: 10px; }
              #header nav ul#primary-menu > li.menu-item-has-children > .sub-menu > li > a {
                font-size: 18px;
                font-weight: 400;
                display: block;
                margin-bottom: 15px; }
              #header nav ul#primary-menu > li.menu-item-has-children > .sub-menu > li .sub-menu li {
                margin-bottom: 16px; }
              #header nav ul#primary-menu > li.menu-item-has-children > .sub-menu > li .sub-menu a {
                padding: 5px 0px;
                font-size: 14px;
                margin-bottom: 10px;
                color: #10507a; }
                #header nav ul#primary-menu > li.menu-item-has-children > .sub-menu > li .sub-menu a .menu-item-description {
                  color: #313131;
                  font-weight: 400;
                  display: none;
                  font-size: 12px; }
          #header nav ul#primary-menu > li.menu-item-has-children.mega-menu > .sub-menu > li {
            border-bottom: 1px solid #f2f2f2; }
            #header nav ul#primary-menu > li.menu-item-has-children.mega-menu > .sub-menu > li:last-of-type {
              border-bottom: 0px solid #f2f2f2; }
            #header nav ul#primary-menu > li.menu-item-has-children.mega-menu > .sub-menu > li.btn {
              padding: 0px;
              border: 0px solid transparent;
              text-align: center;
              margin: 20px 0px 15px 0px; }
              #header nav ul#primary-menu > li.menu-item-has-children.mega-menu > .sub-menu > li.btn a {
                background: #10507a;
                color: white;
                border-radius: 4px;
                display: inline-block;
                padding: 12px 22px;
                width: 100%;
                pointer-events: inherit;
                cursor: inherit;
                margin: 0px; }
          #header nav ul#primary-menu > li.menu-item-has-children.open::before {
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            top: 16px; }
          #header nav ul#primary-menu > li.menu-item-has-children.open > .sub-menu {
            max-height: 80em; } }
#togglemenu {
  border: 0px solid transparent;
  background-color: transparent;
  padding: 0px;
  margin: 0px 10px;
  outline: none;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #togglemenu .line {
    height: 3px;
    margin-left: -10px;
    border-radius: 6px;
    background-color: black;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #togglemenu .line:after, #togglemenu .line:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0px;
      right: 0px;
      height: 3px;
      border-radius: 6px;
      background-color: black; }
    #togglemenu .line:after {
      top: auto;
      bottom: 5px; }
  #togglemenu.open .line {
    margin-left: -32px; }

.topbar {
  background: #f2f2f2;
  padding: 5px 0px;
  position: relative;
  z-index: 100; }
  .topbar.open {
    z-index: 99; }
  .topbar .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .topbar #top-menu li {
    margin-right: 10px; }
    .topbar #top-menu li a {
      font-size: 12px;
      font-weight: 400;
      color: #313131; }
  .topbar .right-area {
    margin-left: auto; }

.social-media-links a {
  display: inline-block;
  margin-right: 5px; }
.social-media-links svg {
  display: block;
  height: 20px;
  width: 20px; }

@media (max-width: 776px) {
  .topbar #top-menu {
    display: none; }
    .topbar #top-menu li {
      margin-right: 5px; }
      .topbar #top-menu li a {
        font-size: 12px; } }
/*
EXTRA
*/
.topbar .login .signup {
  background-color: #1395d1;
  padding: 7px 12px;
  margin-left: 10px;
  color: white; }

.dropdown {
  padding: 0px;
  margin-left: 10px; }
  .dropdown .menu__link {
    margin: 0px;
    padding: 0px; }
    .dropdown .menu__link .menu__truncate {
      margin: 0px;
      color: black; }

#footer {
  background: #0b315a !important;
  padding: 20px; }

#footer .main .footer {
  float: inherit;
  width: inherit;
  padding: inherit;
  border-bottom: inherit;
  background: inherit;
  border-top: inherit; }

#footer .main .footer .fullWidth {
  float: inherit;
  padding: inherit; }

#footer .logo-footer {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px; }

#footer .logo-footer img {
  max-height: 150px;
  width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0px auto; }

#footer .copyright-text {
  padding-top: 20px;
  color: white; }

#footer .copyright-text a,
#footer .copyright-text p {
  margin: 0px;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 500; }

#footer .copyright-text a {
  border-bottom: 1px solid white; }

#footer .copyright-text a:visited {
  color: white; }

#footer .copyright-text .bottom-text {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300; }

#footer .copyright-text .bottom-text a {
  font-size: 12px; }

.footer {
  float: inherit;
  padding: 0px !important;
  margin: 0px;
  background: inherit;
  border-bottom: 0px solid transparent; }

.links-menu {
  background-color: #f3f5fd;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .links-menu::-webkit-scrollbar {
    display: none; }
  .links-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    list-style: none; }
  .links-menu li {
    margin-right: 10px;
    margin-left: 10px;
    position: relative; }
    .links-menu li:after {
      content: "";
      height: 100%;
      width: 1px;
      background-color: #eee;
      display: inline-block;
      position: absolute;
      right: -10px;
      top: 0px;
      bottom: 0px; }
    .links-menu li:first-of-type {
      margin-left: 0px; }
    .links-menu li:last-of-type {
      margin-right: 0px; }
      .links-menu li:last-of-type::after {
        display: none; }
    .links-menu li a {
      text-align: center;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 400;
      color: #072771;
      white-space: nowrap; }
      .links-menu li a:visited {
        color: #072771; }

@media (max-width: 776px) {
  .links-menu {
    height: 50px;
    position: relative; }
    .links-menu ul {
      position: absolute;
      padding: 15px; } }
/*.kmess {
  position: fixed;
  bottom: 35px;
  right: 30px;
  cursor: pointer;
  z-index: 100;
}
*/
/*#kayako-messenger {
  &.kayako-visible {
    right: 90px !important;
  }
}*/
/*#kayako-messenger {
  right: 100px !important;
  bottom: 40px !important;
}
.kmess {
  bottom: 400px;
  right: 10px;
  position: fixed;
}
*/
.blue-bar-bottom {
  background: #10507a;
  padding: 10px 0px; }
  .blue-bar-bottom .col-6 {
    width: 47%; }
  .blue-bar-bottom span {
    line-height: 1;
    margin: 0px;
    display: block; }
  .blue-bar-bottom a {
    line-height: 1;
    color: white;
    margin: 0px;
    padding: 0px;
    font-size: 12px; }
    .blue-bar-bottom a:visited {
      color: white; }
    .blue-bar-bottom a:hover {
      color: white; }
  .blue-bar-bottom .sales {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 25px; }
    .blue-bar-bottom .sales .top {
      text-transform: uppercase;
      font-size: 24px;
      font-weight: bold;
      display: block;
      margin-bottom: 4px; }
  .blue-bar-bottom .contact-info .top {
    font-weight: bold;
    margin-bottom: 2px; }

@media (max-width: 776px) {
  body.home .blue-bar-bottom {
    margin-bottom: -80px; }

  .blue-bar-bottom .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .blue-bar-bottom .sales {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    margin: 0px;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    /*&.last {
      margin-top: 15px;
      padding-top: 30px;
      border-top: 2px solid white;
    }*/ }
    .blue-bar-bottom .sales .top {
      font-size: 18px; }
  .blue-bar-bottom .contact-info {
    width: 100%;
    margin-bottom: 10px; }
    .blue-bar-bottom .contact-info span {
      color: rgba(255, 255, 255, 0.5);
      font-size: 14px; }
    .blue-bar-bottom .contact-info a {
      font-size: 12px;
      margin-top: -5px; } }
.search--home,
.search--self {
  padding: 75px 0;
  background-color: #f3f5fd; }
  .search--home .search .inputaddon__item.button,
  .search--self .search .inputaddon__item.button {
    color: white;
    background-color: #1395d1;
    border-color: #1395d1;
    background-image: none;
    font-weight: bold; }

.container a {
  color: #333; }
  .container a:visited {
    color: #333; }
.container h1.u-inlineblock,
.container h1.display--heading,
.container h1#display--heading {
  font-weight: bold;
  color: #10507a; }

body .header {
  border-bottom-width: inherit;
  width: 100%;
  float: inherit;
  background: inherit;
  color: inherit;
  border-bottom: inherit; }
  body .header .header__top {
    width: 100%;
    background-color: inherit;
    border-bottom: inherit;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    padding: inherit !important;
    position: inherit; }
    body .header .header__top:before, body .header .header__top:after {
      display: none; }
    body .header .header__top .header__top__wrapper.wrap {
      display: inherit;
      margin-left: inherit;
      margin-right: inherit;
      max-width: inherit;
      min-width: inherit;
      position: inherit;
      height: inherit; }

#kayako-messenger {
  right: 10px !important;
  bottom: 60px !important; }

.chat-wrapper .kmess {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 20px;
  right: 30px;
  position: fixed;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .chat-wrapper .kmess:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
html, .select, .drill-default {
	font-family: Open Sans, sans-serif;
}
a, a:hover, a:focus, a:active, .u-visuallink, .u-visuallink:hover,
.heading--blue,
.fr-toolbar .fr-command.fr-btn.fr-active,
.fr-popup .fr-command.fr-btn.fr-active,
.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus,
.fr-desktop .fr-command.fr-active.fr-selected,
.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab,
.tab__notCurrent a:hover {
	color: #072771;
}

.button--primary,
.button--primary:hover:enabled,
.button--primary:focus:enabled,
.button--primary:active:enabled,
.nav__menu a:hover, .nav__menu a:active, .dd__link:hover,
.fr-popup .fr-checkbox input:checked + span,
.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after,
.fr-image-resizer .fr-handler,
.fr-image-progress-bar-layer > div.fr-loader span,
.autocomplete--field__item:hover, .autocomplete--field__item.is-selected {
	background-color: #072771;
}

.textfield:focus,
.search-wrapslim .inputaddon__field:focus,
.file-btn:focus, .file-btn.is-active, .dz-drag-hover {
	border-color: #072771;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 4px -1px #072771;
}

.button--primary:focus:enabled, .button--primary:active:enabled,
.select:focus, .drill-default:focus, .drill-default.drill-focus {
	box-shadow: 0 0 3px 0 #072771;
}

.tab > li,
.textfield.picker__input--active,
.textfield--heading:focus,
.pager__selected,
.tab__notCurrent:hover,
.picker__select--month:focus, .picker__select--year:focus,
.picker__day--highlighted, .picker__day--selected:hover,
.picker--focused .picker__day--selected, .picker__button--clear:focus,
.picker__button--close:focus,
.fr-popup .fr-input-line input[type="text"]:focus,
.fr-popup .fr-input-line textarea:focus,
.fr-popup .fr-checkbox input:checked + span,
.fr-popup .fr-checkbox input:focus + span,
.fr-image-resizer, .fr-image-upload-layer.fr-drop,
table td.fr-selected-cell, table th.fr-selected-cell,
.fr-table-resizer div,
.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
	border-color: #072771;
}

input[type="checkbox"].switch:focus + div {
	box-shadow: 0 0 .2em 1px #072771, 0 1px 1px hsla(0,0%,100%,.6);
}

.picker__day--today:before,
.picker__button--today:before {
	border-top-color: #072771;
}