@charset "UTF-8";
.mobile {
  width: 400px;
}

/*

Colors

Colors:
$color-gptw-bg-blue: #E3F7FF - background color
$color-gptw-bg-dark-blue: #0045FF - background color
$color-gptw-bg-charcoal: #181818 - background color
$color-gptw-bg-gray: #f7f7f7 - background color
$color-gptw-bg-green: #def2bf - background color
$color-gptw-bg-purple: #eee6fc - background color
$color-gptw-bg-yellow: #FFFAC1 - background color
$color-gptw-bg-royal-blue: #174bd6 - background color
$color-gptw-bg-dark-purple: #401A80 - background color
$color-gptw-bg-pink: #ffd3e8 - background color
$color-gptw-black: #292b30 - accent color
$color-gptw-bright-green: #7dcc00 - accent color
$color-gptw-bright-red: #ff5a5a - accent color
$color-gptw-dark-green: #007373 - accent color
$color-gptw-gold: #ffb81a - accent color
$color-gptw-logo-red: #d50000 - accent color
$color-gptw-teal: #2cd9dd - accent color
$color-gptw-text-navy-blue: #002171 - text color
$color-gptw-text-bright-blue: #0045FF - text color
$color-gptw-text-light-blue: #337DFF - text color
$color-gptw-text-light-grey: #b3b3b3 - text color
$color-gptw-text-medium-grey: #5c6066 - text color
$color-gptw-text-white: #ffffff - text color
$color-gptw-link-background: #DCE6FF - link background color

Styleguide Colors

*/
/* Background colours */
/* Accent colors */
/*

Colors

Various text colors

Markup:
<p class="{{modifier_class}}">A paragraph tag</p>

.font-grey - grey
.font-lighter-grey - light grey
.font-blue - blue


Styleguide Text - Colors

*/
/* CHART COLOURS */
/* LEGACY COLOUR DEFINITIONS */
body.fixed {
  position: fixed;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: -34px;
  background: white;
  z-index: 100;
}

#mobile-overlay {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 90;
  background: white;
}
#mobile-overlay.show {
  display: block;
}

#country-selector {
  padding-left: 20px;
  display: none;
}
@media (min-width: 1200px) {
  #country-selector {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-items: center;
            align-items: center;
    padding-left: 0;
  }
}
#country-selector form {
  position: relative;
  display: none;
}
#country-selector form .select2-selection__arrow {
  display: none !important;
}
#country-selector form .select2-selection__rendered {
  padding-right: 12px !important;
  padding-left: 12px !important;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  width: 200px !important;
}
#country-selector form .select2-results__option {
  font-size: 12px;
  letter-spacing: 0px;
  width: 200px !important;
}
#country-selector form select {
  width: 150px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
#country-selector form input {
  display: none;
}
#country-selector img {
  width: 22px;
  margin-right: 10px;
}
#country-selector i.arrow {
  margin-right: 10px;
}
#country-selector .mod-languages {
  font-weight: normal;
  font-family: "Sailec-Medium";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
}
#country-selector .mod-languages.italic {
  font-family: "Sailec-MediumItalic";
}

#gptw-navigation {
  z-index: 100;
  position: relative;
}
#gptw-navigation .desktop {
  display: none;
}
#gptw-navigation .mobile-bottom, #gptw-navigation .mobile-middle {
  display: none;
}
#gptw-navigation .mobile-middle {
  position: relative;
}
#gptw-navigation .mobile-bottom .desktop-left {
  display: none;
}
#gptw-navigation .mobile-bottom .desktop-right {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  #gptw-navigation .mobile-bottom .desktop-right nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
}
#gptw-navigation .mobile-bottom .desktop-right nav ul li {
  float: none;
  padding-top: 0;
}
#gptw-navigation .mobile-bottom .desktop-right nav .social-links-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
#gptw-navigation .mobile-bottom .desktop-right nav .social-links-nav a {
  display: block;
  margin-right: 10px;
}
#gptw-navigation .mobile-bottom .desktop-right nav .social-links-nav a:last-of-type {
  margin-right: 0;
}
#gptw-navigation .mobile-bottom .desktop-right nav .social-links-nav a i {
  display: block;
  color: #0045FF;
  line-height: 32px;
}
#gptw-navigation .btn {
  margin: 0 !important;
}
#gptw-navigation #mobile-nav-close {
  display: none;
  color: #002171;
}
#gptw-navigation #mobile-nav-open {
  font-weight: normal;
  font-family: "Sailec-Bold";
  font-size: 12px;
  letter-spacing: 2px;
  color: #002171;
}
#gptw-navigation #mobile-nav-open.italic {
  font-family: "Sailec-BoldItalic";
}
#gptw-navigation.open {
  position: fixed;
  top: 0px;
  height: 100vh;
  width: 100%;
  padding-top: 60px;
  background: white;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 120px;
}
#gptw-navigation.open .mobile-bottom, #gptw-navigation.open .mobile-middle {
  display: block;
}
#gptw-navigation.open .desktop-right.mobile-middle {
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
#gptw-navigation.open .mobile-header {
  top: 0;
}
#gptw-navigation .mobile-header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: white;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
  padding-right: 15px;
}
#gptw-navigation .mobile-header img {
  height: 30px;
}
#gptw-navigation .mobile-header .logo.mobile {
  width: auto;
}
#gptw-navigation .mobile-header .logo.mobile img {
  height: 60px;
}
#gptw-navigation nav {
  height: 100%;
}
#gptw-navigation nav > ul {
  line-height: 1;
}
#gptw-navigation nav > ul > li {
  padding-bottom: 40px;
  color: #002171;
}
#gptw-navigation nav > ul > li:first-of-type {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  #gptw-navigation nav > ul > li:first-of-type {
    padding-top: 0;
  }
}
#gptw-navigation nav > ul > li > ul {
  padding-top: 20px;
}
#gptw-navigation nav > ul > li > ul > li.parent:before {
  content: none;
}
#gptw-navigation nav > ul > li > ul > li > ul > li {
  margin-left: 10px;
  padding-top: 0;
}
#gptw-navigation nav > ul ul {
  line-height: 28px;
}
#gptw-navigation nav ul {
  font-size: 16px;
  letter-spacing: 0.5px;
  background: white;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}
#gptw-navigation nav ul li {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: white;
  position: relative;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Sailec-Medium";
  text-decoration: none;
}
#gptw-navigation nav ul li.italic {
  font-family: "Sailec-MediumItalic";
}
#gptw-navigation nav ul li a {
  color: #002171;
}
#gptw-navigation nav ul li.active > a {
  color: #337DFF !important;
}
#gptw-navigation nav ul li.current > a {
  color: #337DFF;
}
#gptw-navigation nav ul li a, #gptw-navigation nav ul li span {
  display: inline-block;
  padding-top: 2px;
}
#gptw-navigation nav ul li.parent:before {
  content: "";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  right: 5px;
  top: 2px;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
#gptw-navigation nav ul li.parent.show:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#gptw-navigation nav ul li ul {
  font-size: 12px;
  letter-spacing: 0.5px;
  min-width: 5rem;
  padding: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
}
#gptw-navigation nav ul li ul.show {
  display: block;
  visibility: visible;
  opacity: 1;
}
#gptw-navigation nav ul li ul li {
  clear: both;
}
#gptw-navigation nav ul li ul li:first-of-type {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  #gptw-navigation nav ul li ul li:first-of-type {
    margin-top: 0;
  }
}
#gptw-navigation nav ul li ul li:first-of-type li {
  margin-top: 0;
}
#gptw-navigation nav ul li ul li a {
  color: #5c6066;
}
#gptw-navigation .desktop-right ul li {
  padding-bottom: 0;
}
#gptw-navigation .mobile-top {
  background: white;
}
#gptw-navigation .mobile-bottom {
  background: white;
  position: fixed;
  bottom: 0;
  z-index: 111;
  width: 100%;
}
#gptw-navigation .mobile-bottom .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
#gptw-navigation .mobile-bottom .wrapper nav {
  width: 100%;
}
#gptw-navigation .mobile-bottom .wrapper ul {
  font-size: 12px;
  letter-spacing: 0.5px;
}
#gptw-navigation .mobile-bottom .wrapper ul li {
  display: inline-block;
  padding-left: 8px;
}
#gptw-navigation .mobile-bottom .wrapper ul a {
  color: #5c6066;
}
@media (min-width: 1200px) {
  #gptw-navigation .mobile-header {
    display: none;
  }
  #gptw-navigation .desktop {
    display: block;
  }
  #gptw-navigation nav ul {
    padding: 0px;
  }
  #gptw-navigation nav ul > li {
    float: left;
    padding-left: 16px;
    padding-right: 16px;
  }
  #gptw-navigation nav ul > li:hover > a {
    color: #337DFF;
  }
  #gptw-navigation nav ul > li:hover > li {
    padding-top: 0;
  }
  #gptw-navigation nav ul > li:hover > li > a {
    color: #5c6066;
  }
  #gptw-navigation nav ul > li:hover > li:hover > a {
    color: #337DFF;
  }
  #gptw-navigation nav ul > li:hover > li.current > a {
    color: #337DFF;
  }
  #gptw-navigation nav ul > li ul {
    position: absolute;
    left: 0;
  }
  #gptw-navigation nav ul > li ul.show {
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
    z-index: 2;
  }
  #gptw-navigation nav ul > li ul.show:before {
    content: "";
    background: transparent;
    top: -4px;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
  }
  #gptw-navigation .desktop-top {
    display: block;
    border-bottom: 2px solid #E6E6E6;
    width: 100%;
    position: relative;
    z-index: 100;
    background: white;
  }
  #gptw-navigation .desktop-top .desktop-left {
    display: block;
  }
  #gptw-navigation .desktop-top .desktop-right {
    margin-left: initial;
    margin-right: initial;
  }
  #gptw-navigation .desktop-top .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    height: 36px;
  }
  #gptw-navigation .desktop-top nav ul {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  #gptw-navigation .desktop-top nav > ul > li {
    line-height: 30px;
    height: 32px;
    padding-bottom: 5px;
  }
  #gptw-navigation .desktop-top nav > ul > li a {
    color: #5c6066;
    /* &:hover {

        color: $color-gptw-text-light-blue;
    } */
  }
  #gptw-navigation .desktop-top .desktop-left {
    padding-left: 10px;
  }
  #gptw-navigation .desktop-bottom {
    position: relative;
    padding-bottom: 0;
    background: white;
    z-index: 95;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
  }
  #gptw-navigation .desktop-bottom .mobile-header {
    display: none;
  }
  #gptw-navigation .desktop-bottom > div {
    height: 60px;
  }
  #gptw-navigation .desktop-bottom > div > a, #gptw-navigation .desktop-bottom > div > nav {
    height: 60px;
  }
  #gptw-navigation .desktop-bottom > div > nav ul {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  #gptw-navigation .desktop-bottom > div > nav ul li {
    white-space: nowrap;
  }
  #gptw-navigation .desktop-bottom > div > nav > ul > li {
    line-height: 58px;
    height: 60px;
  }
  #gptw-navigation .desktop-bottom > div > nav > ul > li.parent:before {
    display: none;
  }
  #gptw-navigation .desktop-bottom > div > nav > ul > li.parent:after {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    position: relative;
    top: -2px;
    left: 5px;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
  }
  #gptw-navigation .desktop-bottom > div > nav > ul > li.parent.show:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  #gptw-navigation .desktop-bottom > div > nav > ul > li ul {
    top: 60px;
  }
  #gptw-navigation .desktop-bottom > div > nav > ul > li ul.show {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #gptw-navigation .desktop-bottom > div > nav > ul > li ul li {
    line-height: 34px;
    height: 36px;
    width: 100%;
  }
  #gptw-navigation .desktop-bottom > div > nav > ul > li > ul {
    padding-right: 10px;
  }
  #gptw-navigation .desktop-bottom > div > nav > ul > li > ul > li.parent:before {
    content: "";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    right: -2px;
    top: 0px;
  }
  #gptw-navigation .desktop-bottom > div > nav > ul > li > ul > li > ul {
    position: absolute;
    top: 10px;
    padding-right: 10px;
    left: calc(100%);
  }
  #gptw-navigation .desktop-bottom > div > nav > ul > li > ul > li > ul:before {
    box-shadow: none;
  }
  #gptw-navigation .desktop-bottom > div > nav > ul > li > ul > li > ul.left {
    border-left: none;
  }
  #gptw-navigation .desktop-bottom > div > nav > ul > li > ul > li > ul li {
    padding: 0;
  }
  #gptw-navigation .desktop-bottom .desktop-left {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
            align-content: flex-start;
  }
  #gptw-navigation .desktop-bottom .desktop-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-align-items: center;
            align-items: center;
    padding-right: 10px;
  }
  #gptw-navigation .desktop-bottom .desktop-right p {
    margin-bottom: 0;
  }
  #gptw-navigation .desktop-bottom a.logo {
    text-decoration: none;
    height: 100%;
  }
  #gptw-navigation .desktop-bottom a.logo img {
    height: 100%;
  }
  #gptw-navigation .desktop-bottom a.logo img.forallsummit {
    padding: 4px;
  }
}
#gptw-navigation .desktop-right li {
  padding-right: 0;
}
#gptw-navigation .desktop-right li:after {
  content: "|";
  margin-left: 10px;
}
#gptw-navigation .desktop-right li:hover:after {
  color: initial;
}
#gptw-navigation .desktop-right li:last-of-type {
  padding-right: 10px;
}
#gptw-navigation .desktop-right li:last-of-type:after {
  content: none;
}

#hello-bar {
  top: 0;
  width: 100vw;
  z-index: 101;
  text-align: center;
  color: #002171;
  background-size: cover;
  background-position: center center;
  font-weight: normal;
  font-family: "Sailec-Medium";
}
#hello-bar.italic {
  font-family: "Sailec-MediumItalic";
}
#hello-bar .hello-bar {
  width: 100%;
}
#hello-bar .hello-bar .content {
  padding-top: 6px;
  padding-bottom: 6px;
}
#hello-bar .hello-bar .content .btn {
  margin: 5px 10px 5px 10px;
}

/*# sourceMappingURL=gptw-nav.css.map */