*, *:before, *:after {
   box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
   margin: 0 auto;
   padding: 0 20px;
}

@media screen and (min-width: 1380px) {
   .content-wrapper {
      padding: 0;
   }
}

.dnd-section > .row-fluid {
   padding-right: 0;
   padding-left: 0;
   margin-right: auto;
   margin-left: auto;
}

.dnd-section .dnd-column {
   padding: 0 20px;
}

@media (max-width: 767px) {
   .dnd-section .dnd-column {
      padding: 0;
   }
}
@font-face { 
   font-family: clearsans; 
   src: url("https://6606649.fs1.hubspotusercontent-na1.net/hubfs/6606649/ScrumAlliance_January2022/fonts/ClearSans-Regular-webfont.eot") format("embedded-opentype"),
      url(//6606649.fs1.hubspotusercontent-na1.net/hubfs/6606649/raw_assets/public/ScrumAlliance_January2022/fonts/ClearSans-Regular-webfont.woff) format("woff"),
      url(//6606649.fs1.hubspotusercontent-na1.net/hubfs/6606649/raw_assets/public/ScrumAlliance_January2022/fonts/ClearSans-Regular-webfont.ttf) format("truetype"),
      url(//6606649.fs1.hubspotusercontent-na1.net/hubfs/6606649/raw_assets/public/ScrumAlliance_January2022/fonts/ClearSans-Regular-webfont.svg) format("svg"); 
   font-style: normal; 
   font-weight: 400; 
}
body.sticky{
   overflow:hidden;
}
.body-wrapper{
   overflow-x:hidden;
}
body {
   line-height: 1.42857143;
   word-break: break-word;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
   line-break: strict;
   word-break: break-all;
}

/* Paragraphs */

p {
   margin: 0 0 10px;
}

/* Anchors */

a {
   cursor: pointer;
   text-decoration: none;
   -webkit-transition: all 0.15s linear;
   -moz-transition: all 0.15s linear;
   -o-transition: all 0.15s linear;
   transition: all 0.15s linear;
}
.contents-wrap, 
.contents-wrap p {
   font-size: 14px;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
   line-height: 1.1;
}

h1,
h2,
h3{
   margin-top: 20px;
   margin-bottom: 10px;
}
h4,
h5,
h6 {
   margin-top: 10px;
   margin-bottom: 10px;
}
h5,
h6 {
   text-transform: uppercase;

}
h5 {
   letter-spacing: 1.6px;
}
h6 {

   letter-spacing: 2.0px;
}
/* Lists */

ul,
ol {
   margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
   margin: 0;
}

ul.no-list {
   list-style: none;
}

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

blockquote {
   border-left: 2px solid;
   margin: 0 0 1.4rem;
   padding-left: 15px;
}

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
@media(max-width:767px){
   .contents-wrap, 
   .contents-wrap p {
      font-size: 1.8rem !important;
   }

}
button,
.button {
   cursor: pointer;
   display: inline-block;
   text-align: center;
   transition: all 0.15s linear;
   border: 1px solid #009fe3;
   text-decoration: none;
   letter-spacing: 1.1px;
   font-weight: 600;
   align-self: center;
   justify-content: center;
   text-align: center;
   cursor: pointer;
   display: inline-block;
   margin-top: 24px; 
   margin-bottom: 10px;   
   font-size: 14px;
   line-height: 1.42857143;
   white-space: nowrap;
   vertical-align: middle;
}

button:disabled,
.button:disabled {
   background-color: #D0D0D0;
   border-color: #D0D0D0;
   color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
   text-decoration: none;
}

button:active,
.button:active {
   text-decoration: none;
}
/* Form fields */

.hs-form-field {
   margin-bottom: 1.4rem;
}

/* Labels */

form label {
   font-weight: 600;
   font-size:15px;
   letter-spacing: .2px;
   color: #374c57;
   display: inline-block;
   max-width: 100%;
   margin-bottom: 5px;
}

/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   display: block;
   width: 100%;
   height: 34px;
   padding: 6px 12px;
   font-size: 14px;
   line-height: 1.42857143;
   color: #555;
   background-color: #fff;
   background-image: none;
   border: 1px solid;
   border-radius: 4px;
   box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
   transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   font-family: inherit;
   width: 100%;
   outline:0;
   box-sizing: border-box;
}

form fieldset {
   max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
   margin: 0;
   padding: 0;
   list-style: none;
}

form .inputs-list > li {
   display: block;
   margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
   vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
   cursor: pointer;
   margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
   position: relative;
}

.hs-dateinput:before {
   content:'\01F4C5';
   position: absolute;
   right: 10%;
   top: 50%;
   transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
   color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
   border-radius: 0;
   box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
   border-radius: 0 !important;
   color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
   background-color: transparent;
   border: initial;
   padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
   font-size: 0.875rem;
   margin: 0 0 1.4rem;
}

form .hs-richtext img {
   max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
   margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
   color: #EF6B51;
}

.hs-input.invalid.error {
   border-color: #da2e4e;
}

.hs-error-msg {
   color:#da2e4e;
   margin-top: 0.35rem;
}
ul.no-list.hs-error-msgs label{
   color:#da2e4e;
}
/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   display: inline-block;
   text-align: center;
   transition: all 0.15s linear;
   border: 1px solid #009fe3;
   text-decoration: none;
   letter-spacing: 1.1px;
   font-weight: 600;
   align-self: center;
   justify-content: center;
   text-align: center;
   cursor: pointer;
   display: inline-block;
   margin-top: 24px; 
   margin-bottom: 10px;   
   font-size: 14px;
   line-height: 1.42857143;
   white-space: nowrap;
   vertical-align: middle;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}
ul.no-list.hs-error-msgs {
   padding: 0;
}
.hs_cos_wrapper_type_member_login form label {
   display: inline-block;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
   min-height: 3.6rem;
}
header.header.desktop .header-wrapper {
   display: none;
}
header.header.desktop .menu-sec ul.submenu.level-1 {
   display: grid;
   grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
   grid-template-areas: "logo mCert mCoach mCommunity mResources mAbout mCTA mLogin mNotification";
   grid-gap: 0px 15px;
   border-bottom: 1px solid #C3D0D6;
   background-color: #ffffff;
   z-index: 999;
   position: fixed;
   top: 0px;
   min-height: 5.2rem;
   width: 100vw;
   font-family: ClearSans;
}

header.header.desktop .menu-sec ul.submenu.level-1 {
   padding: 0;
   margin: 0;
   list-style: none;
}
header.header.desktop .menu-sec ul.submenu.level-1 > li {
   padding: 1.6rem 0;
   text-align: center;
   min-height: 4rem;
   max-height: 36rem;

}
header.header.desktop nav.navigation-primary ul.submenu.level-1 > li > ul.submenu.level-2 {
   padding: 0;
   list-style: none;
   margin: 0;
}

header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-child(4)>ul.level-2>li>ul.level-3>li>ul.submenu.level-4,
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-child(6)>ul.level-2>li>ul.level-3>li>ul.submenu.level-4 {
   display: grid;
   grid-gap: 3.6rem;
   padding: 3.6rem;
   justify-items: start;
   align-items: center;
   grid-template-columns: 1fr 1fr 1fr 1px 1fr;
}
header.header.desktop ul.submenu.level-2 > li {
   z-index: 999;
   position: absolute;
   float: left;
   background-color: #ffffff;
   top: -1rem;
   width: 100vw;
   border-bottom: 1px solid #ddd;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
}
header.header.desktop ul.submenu.level-4 > li > a > p {
   color: inherit;
   font-weight: 700;
   font-size: 1.8rem;
   margin-top: 10px;
   margin-bottom: 10px;
   line-height: 1.1;
}
header.header.desktop ul.submenu.level-4 > li > a > span {
   font-size: 1.4rem;
   line-height: 1.42857143;
   color: #374c57;
}
header.header.desktop ul.submenu.level-4 > li:nth-child(4) {
   background-color: #c3d0d6;
   width: 1px;
   height: 100%;
}
header.header.desktop ul.submenu.level-5 {
   list-style: none;
   margin: 0;
   text-align: left;
   padding: 0;
   margin-bottom: 1rem;
   margin-left: 0;
}
header.header.desktop ul.submenu.level-5 > li > a {
   color: #254a5d;
   font-size: 1.5rem;
   /*    line-height: 1.42857143; */
}
header.header.desktop ul.submenu.level-4>li > a {
   width: 24rem;
   height: auto;
   display: grid;
   place-items: center;
   text-align: center;
   text-decoration: none;
   color: #254a5d;
}
header.header.desktop ul.submenu.level-4 > li {
   width: 24rem;
   height: auto;
   display: grid;
   place-items: center;
   text-align: center;
   text-decoration: none;
   color: #254a5d;
}

header.header.desktop .menu-sec nav.navigation-primary > ul.level-1 > li:nth-child(4) > ul.level-2 > li > ul.level-3 > li > ul.level-4 > li > a > img,
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(1)>ul.level-2>li>ul.level-3>li>ul.level-4>li > a > img,
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(2)>ul.level-2>li>ul.level-3>li>ul.level-4>li > a > img,
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(5)>ul.level-2>li>ul.level-3>li>ul.level-4>li > a > img{
   opacity: 1;
   -webkit-animation-duration: .25s;
   animation-duration: .25s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   width: auto;
   height: 10rem;
   margin-bottom: 1.2rem;
}
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-child(4)>ul.level-2>li>ul.level-3>li>ul.level-4>li>a {
   height: auto;
   display: grid;
   place-items: center;
   text-align: center;
   text-decoration: none;
   color: #254a5d;
}
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(1)>ul.level-2>li>ul.level-3>li>ul.level-4,
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(2)>ul.level-2>li>ul.level-3>li>ul.level-4{
   display: grid;
   grid-gap: 3.6rem;
   padding: 3.6rem;
   justify-items: start;
   align-items: center;

}
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(1)>ul.level-2>li>ul.level-3>li>ul.level-4{
   grid-template-columns: 1fr 1fr 1fr 1px 1fr 1fr;
}

header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(2)>ul.level-2>li>ul.level-3>li>ul.level-4{
   grid-template-columns: 1fr 1fr 1fr 1px 1fr;
}


header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(1)>ul.level-2>li>ul.level-3>li>ul.level-4>div:nth-of-type(1)>li>ul.level-5 li:nth-child(2),
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(1)>ul.level-2>li>ul.level-3>li>ul.level-4>div:nth-of-type(1)>li>ul.level-5 li:nth-child(5),
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(1)>ul.level-2>li>ul.level-3>li>ul.level-4>div:nth-of-type(1)>li>ul.level-5 li:nth-child(7) {
   margin-bottom: 1rem;
}
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(1)>ul.level-2>li>ul.level-3>li>ul.level-4>div:nth-of-type(2)>li>ul.level-5 > li:nth-child(1) > a {
   font-size: 1.5rem;
   letter-spacing: 2px;
   margin-top: 1.6rem;
   margin-bottom: 1.6rem;
   font-weight: 500;
   line-height: 1.1;
   display: block;
   color: #5b7380;
}


header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(2)>ul.level-2>li>ul.level-3>li>ul.level-4 > div > li > a {
   font-size: 1.5rem;
   letter-spacing: 2px;
   margin-top: 1.6rem;
   margin-bottom: 1.6rem;
   font-weight: 500;
   line-height: 1.1;
   display: block;
   text-align: left;
   color: #5b7380;
}
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(2)>ul.level-2>li>ul.level-3>li>ul.level-4 > div > li:nth-child(1) {
   margin-bottom: 4.6rem;
}


header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(5)>ul.level-2>li>ul.level-3>li>ul.level-4 > div > li > ul.submenu.level-5 > li:nth-child(6) {
   margin-bottom: 1rem;
}
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-child(5)>ul.level-2>li>ul.level-3>li>ul.submenu.level-4 {
   display: grid;
   grid-gap: 3.6rem;
   padding: 3.6rem;
   justify-items: start;
   align-items: center;
   grid-template-columns: 3fr 1px 1fr 1fr;
   overflow: auto;
}
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-child(5)>ul.level-2>li>ul.level-3>li>ul.submenu.level-4>li:nth-child(2) {
   background-color: #c3d0d6;
   width: 1px;
   height: 100%;
}
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-child(5)>ul.level-2>li>ul.level-3>li>ul.submenu.level-4>div:nth-of-type(2)>li>ul>li:nth-child(3) {
   line-height: 1.5;
   display: block;
   height: 20px;
}
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-child(5)>ul.level-2>li>ul.level-3>li>ul.submenu.level-4>div:nth-of-type(2)>li>ul>li:nth-child(4) {
   font-size: 1.5rem;
   letter-spacing: 2px;
   margin-top: 1.6rem;
   margin-bottom: 1.6rem;
   font-weight: 500;
   line-height: 1.1;
   color: #5b7380;
}
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-child(5)>ul.level-2>li>ul.level-3>li>ul.submenu.level-4>div:nth-of-type(3)>li>ul>li:nth-child(1)>a {
   font-size: 1.5rem;
   letter-spacing: 2px;
   margin-top: 1.6rem;
   margin-bottom: 1.6rem;
   font-weight: 500;
   line-height: 1.1;
   display: block;
   color: #5b7380;
}
header.header.desktop .res-img-sec {
   color: #254a5d;
   align-content: center;
   text-align: left;
   background-color: #fff;
   border: 1px solid #c3d0d6;
   border-radius: 4px;
   padding: 0;
   overflow: hidden;
   display: grid;
   grid-template-columns: 2fr 1fr;
   grid-template-rows: 1fr;
   min-height:21vw;
}
header.header.desktop .res-img img {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   object-fit: cover;
   min-height: 16rem;
   height: 100%;
}

header.header.desktop .res-text {
   padding: 1.6rem;
   align-content: center;
   align-self:center;
   display: flex;
   flex-direction: column;
   height: 24rem;
}
header.header.desktop .res-text span {
   font-size: 1.5rem;
   letter-spacing: 2px;
   margin-top: 1.6rem;
   margin-bottom: 1.6rem;
   font-weight: 500;
   line-height: 1.1;
   color: #5b7380;
}
header.header.desktop .res-text a {
   color: #254a5d;
   font-weight: 700;
   font-size: 1.8rem;
   margin-top: 10px;
   margin-bottom: 10px;
   line-height: 1.1;
   display: block;
}
header.header.desktop .res-img {
   background-image: url(//6606649.fs1.hubspotusercontent-na1.net/hubfs/6606649/raw_assets/public/ScrumAlliance_January2022/images/resource-img.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   object-fit: cover;
   height: 100%;
   position: relative;
}

header.header.desktop .res-text p {
   margin: 0;
   color: #254a5d;
   font-weight: 400;
   line-height: 20px;
   font-size: 14px;
}
header.header.desktop .webinar {
   background: #254a5d;
   bottom: 0.01rem;
   position: absolute;
   width: 100%;
   color: #ffffff;
   padding: 0.6rem 1.6rem;
}
header.header.desktop .webinar > div {
   float: left;
   margin-right: 5px;
   margin-top: -4px;
   width: 22px;
   height: 22px;
}
header.header.desktop .webinar img {
   width: 100%;
   max-width: 100%;
   min-height: auto;
}
header.header.desktop .webinar p {
   margin: 0 2.4rem;
   color: #ffffff;
   font-size: 1.5rem;
   letter-spacing: 2px;
   font-weight: 500;
   line-height: 1.1;
}
header.header.desktop .saNav__mobileIcon{
   display:none;
}
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(1)>ul.level-2>li>ul.level-3>li>ul.level-4 div{
   list-style:none;
}
header.header.desktop ul.submenu.level-4>li>a:hover{
   color:#009FE3;
}
header.header.desktop ul.submenu.level-4>li>a:hover>img{
   opacity: .7!important;
   cursor: pointer;
   animation-name: bounce;
}
header.header.desktop ul.submenu.level-4>li>a:hover>span{
   color:#009FE3;
}
header.header.desktop ul.submenu.level-5>li>a{
   word-break: keep-all;
}
header.header.desktop ul.submenu.level-5>li>a:hover{
   color:#009FE3;
}
a.menu-link.remove-sec{
   display:none;
}
header.header.desktop .menu-sec ul.submenu.level-1>li:nth-child(6)>ul.level-2>li>ul.level-3>li>ul.submenu.level-4>div{
   list-style:none;
}
header.header.desktop .menu-sec ul.submenu.level-1 div{
   list-style:none;
}
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(2)>ul.level-2>li>ul.level-3>li>ul.level-4>div>li{
   margin:0px !important;
}
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(2)>ul.level-2>li>ul.level-3>li>ul.level-4>div>li>ul>li:nth-child(6){
   margin-top: 4.7rem;
   margin-bottom: 1.5rem;
}
header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(2)>ul.level-2>li>ul.level-3>li>ul.level-4>div>li>ul>li:nth-child(6)>a{
   font-size: 1.5rem;
   letter-spacing: 2px;

   font-weight: 500;
   line-height: 1.1;
   color:#5B7380;
}
header.header.desktop .res-img-sec:hover .res-text a,header.header.desktop .res-img-sec:hover .res-text p{
   color:#009FE3;
}
@keyframes bounce{
   0% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
   }
   100% {
      -webkit-transform: translateY(0.6rem);
      -ms-transform: translateY(.6rem);
      transform: translateY(0.6rem);
   }
}

@media (min-width: 821px){
   header.header.desktop nav.navigation-primary ul.submenu.level-1 > li:hover > ul {
      visibility: visible;
      opacity: 1;
   }
   header.header.desktop nav.navigation-primary ul.submenu.level-2 {
      display: grid;
      position: absolute;
      width: 100%;
      left: 0;
      background-color: #ffffff;
      z-index: 999;
      top: 6.2rem;
      transition: all .25s ease-in-out;
      opacity: 0;
      visibility: hidden;
   }
   header.header.desktop .mobile-header{
      display:none !important;
   }

}


@media (max-width: 1290px){
   header.header.desktop .menu-sec ul.submenu.level-1 {
      grid-gap: 0.75rem;
   }
   header.header.desktop nav.navigation-primary ul.level-1 > li:nth-child(7) > a, nav.navigation-primary ul.level-1 > li:nth-child(8) > a {
      min-width: 12rem !important;
      font-size: 1.2rem;
   }
   header.header.desktop .saNav__logo {
      background-size: 26rem !important;
      width: 25rem !important;
   }
   header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(1)>ul.level-2>li>ul.level-3>li>ul.level-4,
   header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(2)>ul.level-2>li>ul.level-3>li>ul.level-4,
   header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-child(4)>ul.level-2>li>ul.level-3>li>ul.submenu.level-4, 
   header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-child(6)>ul.level-2>li>ul.level-3>li>ul.submenu.level-4,
   header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-child(5)>ul.level-2>li>ul.level-3>li>ul.submenu.level-4{
      display: grid;
      grid-gap: 1.6rem;
      padding: 1.6rem;
      justify-items: start;
      align-items: center;
   }
}


@media (max-width: 1080px){
   header.header.desktop .saNav__logo {
      background-size: 22rem !important;
      width: 20rem !important;
   }
   header.header.desktop .menu-sec ul.submenu.level-1 {
      grid-gap: 0.5rem;
   }

}

@media (max-width: 1008px){
   header.header.desktop .menu-sec ul.submenu.level-1>li{
      padding: 1.6rem 0.75rem;
      text-align: left;
   }
   header.header.desktop nav.navigation-primary ul.level-1>li:nth-child(7)>a{
      min-width: 9rem !important;
      font-size: 1.2rem;
   }
   header.header.desktop .saNav__logo {
      background-size: 20rem !important;
      width: 19rem !important;
   }
   header.header.desktop nav.navigation-primary ul.level-1>li:nth-child(8)>a {
      flex-grow: 1 !important;
      min-width: 6rem !important;
   }
   header.header.desktop .menu-sec ul.submenu.level-1 > li:not(:nth-child(7)) > a {
      white-space: nowrap;
      text-align: left;
   }
   header.header.desktop nav.navigation-primary ul.level-1 > li:nth-child(8) > a {
      text-align: center !important;
   }
   header.header.desktop ul.submenu.level-4>li,header.header.desktop ul.submenu.level-4>li>a{
      width:20rem;
   }
   header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-child(4)>ul.level-2>li>ul.level-3>li>ul.level-4>li>a>img, 
   header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(1)>ul.level-2>li>ul.level-3>li>ul.level-4>li>a>img,
   header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(2)>ul.level-2>li>ul.level-3>li>ul.level-4>li>a>img, 
   header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(5)>ul.level-2>li>ul.level-3>li>ul.level-4>li>a>img{
      height: 8rem;
   }
   header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(2)>ul.level-2>li>ul.level-3>li>ul.level-4 {
      grid-template-columns: 2fr 2fr 2fr;
   }
   header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(1)>ul.level-2>li>ul.level-3>li>ul.level-4 {
      grid-template-columns: 2fr 2fr 2fr;
   }
   header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(1)>ul.level-2>li>ul.level-3>li>ul.level-4>li:nth-child(4),
   header.header.desktop .menu-sec nav.navigation-primary>ul.level-1>li:nth-of-type(2)>ul.level-2>li>ul.level-3>li>ul.level-4>li:nth-child(4){
      display:none;
   }
   header.header.desktop .res-text p{
      line-height: 13px;
      font-size: 10px;
   }
   header.header.desktop .res-text a{
      font-size: 1.32rem;
   }
   header.header.desktop .res-text span{
      margin-top: 1rem;
      margin-bottom: 1rem;
   }
   header.header.desktop nav.navigation-primary ul.level-1 > li:nth-child(7) > a{
      padding: 4px 0.75rem;
   }
}

@media(min-width:821px){
   .mobile-header{
      display:none !important;
   }
}
@media(max-width:820px){
   .header-wrapper {
      display: block;
   }
   a#sa__nav_menu_Mobile {
      background-image: url(//6606649.fs1.hubspotusercontent-na1.net/hubfs/6606649/raw_assets/public/ScrumAlliance_January2022/images/menu-trigger.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 30px 30px;
      height: 30px;
      display: block;
      margin-top: 10px;
      position: absolute;
      top: 0;
      right: 72px;
      width: 37px;
   }
   .menu-open a#sa__nav_menu_Mobile {
      background-image: url(//6606649.fs1.hubspotusercontent-na1.net/hubfs/6606649/raw_assets/public/ScrumAlliance_January2022/images/menu-clos-trigger.png);
      right: 63px;
   }
   header.mobile-header {
      border-bottom: 1px solid #c3d0d6;
      padding-bottom: 6px;
      position: fixed;
      z-index: 9999;
      background: #fff;
      top: 0;
      width: 100%;
   }
   .saNav__logo {
      background-size: 23rem !important;
      width: 23rem !important;
      margin-top: 5px !important;
   }
   .mobile-menu {
      display: none;
   }
   .menu-open .mobile-menu {
      display: block;
      height: calc(80vh - 50px);
      overflow: hidden;
   }
   html {
      font-size: 62.5% !important;
   }
   body.menu-open {
      overflow: hidden;
   }
   .mbutton-wrapper {
      display: flex;
      justify-content: space-around;
      padding-bottom: 7px;
   }

   .mbutton-wrapper .csbutton:nth-child(1) a {
      min-width: 9rem;
      font-size: 1.2rem;
      font-weight: 600;
      padding: 0.75rem!important;
      align-self: center;
      justify-content: center;
      text-align: center;
      cursor: pointer;
      border-radius: 4px!important;
      color: #fff;
   }
   .mbutton-wrapper .csbutton:nth-child(2) a {
      min-width: 6rem;
      background: #fff;
      border: 1px solid #254a5d;
      color: #254a5d;
      padding: 0.75rem;
      font-size: 1.2rem;
   }
   .mbutton-wrapper .csbutton:nth-child(2) a:hover {
      background: #254a5d;
      color: #fff;
   }
   a#sa__nav_menu_Mobile {
      transition: none !important;
      -webkit-transition: none !important;
   }
   nav.navigation-primary > ul > li {
      border: 1px solid #eee;
      font-size: 2rem;
      max-height: none;
      transition: all .25s ease-in-out .2s;
      overflow: hidden;
      display: block;
      height: 100%;
      width: 100%;
      padding: 15px 0;
      margin-bottom: .5rem;
   }

   nav.navigation-primary > ul {
      padding: 0;
      list-style: none;
      margin: 0;
   }

   nav.navigation-primary > ul > li > a {
      transition: all .75s ease-in-out .25s;
      margin-left: 15px;
      font-weight: 700;
      color: inherit;
      text-decoration: none;
   }
   nav.navigation-primary>ul>li>a {
      position: relative;
   }

   nav.navigation-primary>ul>li>a::after {
      content: "";
      background-image: url(//6606649.fs1.hubspotusercontent-na1.net/hubfs/6606649/raw_assets/public/ScrumAlliance_January2022/images/right-chevron.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 24px;
      object-fit: contain;
      height: 24px;
      width: 24px;
      margin-left: -3px;
      display: inline-table;
      vertical-align: middle;
   }
   .saNav__dropdownContent {
      position: relative;
      top: 0;
      background-color: transparent;
      visibility: visible;
      opacity: 0;
      width: 0;
      overflow: hidden;
      height: 0;
      transition: all .1s ease-in-out 0s;
   }

   .saNav__dropdownContent .saNav__container {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      z-index: 999;
      width: 100vw;
      position: relative;
      float: none;
      border: none;
      background-color: transparent;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      top: 0;
      max-height: calc(80vh - 130px);
   }
   .submenu-open .saNav__dropdownContent {
      visibility: visible;
      opacity: 1;
      width: 100%;
      height: 100%;
      transition: all 1s ease-in-out 0s;
   }
   nav.navigation-primary>ul>li.submenu-open > a {
      transition: all .1s ease-in-out 0s;
      visibility: hidden;
      opacity: 0;
      width: 0;
      height: 0;
      overflow: hidden;
      display: block;
   }


   .submenu nav.navigation-primary > ul > li:not(.submenu-open) {
      transition: all .1s ease-in-out 0s;
      visibility: hidden;
      opacity: 0;
      width: 0;
      height: 0;
      overflow: hidden;
      display: none;
   }
   ul.submenu.level-2 > li:first-child > a {
      position: relative;
   }

   ul.submenu.level-2 > li:first-child > a::before {
      content: "";
      background-image: url(//6606649.fs1.hubspotusercontent-na1.net/hubfs/6606649/raw_assets/public/ScrumAlliance_January2022/images/left-arrows.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 24px;
      object-fit: contain;
      height: 24px;
      width: 24px;
      margin-right: 4px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -3px;
   }

   ul.submenu.level-2 {
      padding: 0;
      list-style: none;
      margin: 0;
   }
   .saNav__ScrollIndicator {
      background-image: url(//6606649.fs1.hubspotusercontent-na1.net/hubfs/6606649/raw_assets/public/ScrumAlliance_January2022/images/down-chevron.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 30px 30px;
      height: 30px;
      width: 30px;
      display: revert;
      position: relative;
      float: right;
      top: 250px;
      font-size: 2rem;
      color: red;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      align-self: flex-end;
      animation-duration: 2s;
      animation-iteration-count: infinite;
      animation-name: bounce-5;
      animation-timing-function: ease;
   }
   @keyframes bounce-5 {
      0% {
         transform: scale(1,1) translateY(0)
      }

      10% {
         transform: scale(1.1,.9) translateY(0)
      }

      30% {
         transform: scale(.9,1.1) translateY(-100px)
      }

      50% {
         transform: scale(1,1) translateY(0)
      }

      57% {
         transform: scale(1,1) translateY(-7px)
      }

      64% {
         transform: scale(1,1) translateY(0)
      }

      100% {
         transform: scale(1,1) translateY(0)
      }
   }
   ul.submenu.level-2>li:first-child>a {
      color: #009fe3;
   }

   ul.submenu.level-2>li:not(:first-child)>a {
      font-size: 2rem;
      text-align: left;
      font-weight: 700;
      color: #254a5d;
      margin-top: 10px;
      margin-bottom: 10px;
      line-height: 1.1;
      display: block;
   }

   ul.submenu.level-2>li:not(:first-child) ul {
      padding: 0;
      list-style: none;
      margin: 0;
   }

   ul.submenu.level-2>li:not(:first-child) ul > li {
      padding: 0;
   }

   ul.submenu.level-2>li:not(:first-child) {
      padding: .25rem 0 2px 2.9rem;
   }

   ul.submenu.level-2>li:not(:first-child) ul > li > a {
      font-weight: 400;
      color: #254a5d;
      padding: 0.6rem 0;
      font-size: 1.8rem;
      text-align: left;
      display: block;
   }

   ul.submenu.level-2>li:not(:first-child) ul {
      margin-bottom: 1rem;
   }
   ul.submenu.level-2>li:nth-child(4) {
      margin-bottom: 2px;
   }
   ul.submenu.level-2>li:nth-child(n+5) > a {
      margin: 0 0 6px 0;
   }
   ul.submenu.level-2>li:not(:first-child) a:hover {
      color: #009fe3;
   }

   ul.submenu.level-3 > li:first-child > a {
      font-size: 1.5rem !important;
      letter-spacing: 2px;
      margin-top: 1.6rem;
      margin-bottom: 1.6rem;
      font-weight: 500 !important;
      line-height: 1.1;
      color: #5b7380 !important;
      padding: 0 !important;
   }
   nav.navigation-primary>ul>li:nth-child(3) ul.submenu.level-3>li:first-child>a {
      font-size: 1.8rem !important;
      letter-spacing: normal !important;
      font-weight: 400 !important;
      margin: 0 !important;
      padding: 0.6rem 0 !important;
      color: #254a5d !important;
      line-height: 1.1 !important;
   }
   nav.navigation-primary>ul>li:nth-child(4) ul.submenu.level-3>li:first-child>a {
      font-size: 1.8rem !important;
      text-align: left;
      letter-spacing: normal !important;
      color: #254a5d !important;
      padding: 0.6rem 0 !important;
      margin: 0 !important;
   }

   nav.navigation-primary>ul>li:nth-child(4) ul.submenu.level-3>li:first-child>a:hover {
      color: #009fe3 !important;
   }

   nav.navigation-primary>ul>li:nth-child(4) ul.submenu.level-3>li:nth-child(3)>a {
      font-size: 1.5rem;
      letter-spacing: 2px;
      margin-top: 1.6rem;
      margin-bottom: 1.6rem;
      font-weight: 500;
      line-height: 1.1;
      padding-top: 30px;
      padding-bottom: 0;
      color: #5b7380 !important;
   }

   nav.navigation-primary>ul>li:nth-child(4) ul.submenu.level-2 > li:nth-child(2) > a::before {
      content: "BUILD YOUR CAREER WITH AGILE";
      display: block;
      font-size: 1.5rem;
      letter-spacing: 2px;
      margin-top: 1.6rem;
      margin-bottom: 1.6rem;
      font-weight: 500;
      line-height: 1.1;
      color: #5b7380;
      padding-bottom: 7px;
   }

   nav.navigation-primary>ul>li:nth-child(4) ul.submenu.level-2 > li:nth-child(2) > a {
      border: 1px solid #c3d0d6;
      padding: 1.6rem 1.6rem 1.8rem;
      border-radius: 4px;
   }
   nav.navigation-primary>ul>li:nth-child(1) ul.submenu.level-3>li:first-child>a,
   nav.navigation-primary>ul>li:nth-child(5) ul.submenu.level-3>li:first-child>a {
      font-size: 1.8rem !important;
      text-align: left;
      letter-spacing: normal !important;
      color: #254a5d !important;
      padding: 0.6rem 0 !important;
      margin: 0 !important;
   }
   nav.navigation-primary>ul>li:nth-child(1) ul.submenu.level-3>li:first-child>a:hover,
   nav.navigation-primary>ul>li:nth-child(5) ul.submenu.level-3>li:first-child>a:hover{
      color: #009fe3 !important;
   }
   .overlay {
      position: fixed;
      top: 0;
      width: 100%;
      height: 100vh;
      opacity: .75;
      background-color: #000;
      z-index: 1;
      display: none;
   }
   .menu-open .overlay {
      display:block;
   }
   .mbutton-wrapper .csbutton:nth-child(1) a{
      min-width: 253px; 
   }
   .mbutton-wrapper .csbutton:nth-child(2) a{
      min-width: 167px; 
   }
   body {
      padding-top: 50px;
   }
}

@media(max-width:600px){
   a#sa__nav_menu_Mobile {
      right:8px;
   }
   .menu-open a#sa__nav_menu_Mobile {
      right: 8px;
   }
   .mbutton-wrapper .csbutton:nth-child(1) a{
      min-width: 200px; 
   }
   .mbutton-wrapper .csbutton:nth-child(2) a{
      min-width: 120px; 
   }
}

@media(max-width:350px){
   .mbutton-wrapper .csbutton:nth-child(1) a {
      min-width: 150px; 
   }
}







@media(max-width:820px){
   .header.desktop{
      display:none !important;
   }
}
footer.footer {
   color: #c3d0d6;
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
   grid-gap: 16.6px;
   padding: 10px 36px 60px;
   justify-items: center;
   background-color: #21343d;
   font-size: 14px;
}
footer.footer ul{
   display:block!important;
   margin-bottom: 10px;
   padding-left: 0;
}
footer.footer ul>li:first-child>a{
   font-size: 15px;
   letter-spacing: 2px;
   margin-top: 16px;
   margin-bottom: 16px;
   font-weight: 500;
   line-height: 1.1;
   color: #fff;
   text-transform: uppercase;
   display:block;  
   word-break: normal;
}
footer.footer ul>li{
   font-size: 15px;
   line-height: 1.42857143;
   list-style: none;
}
footer.footer ul>li>a{
   font-weight: 400;
   color: #fff;
}
footer.footer .footer_column1 ul>li:nth-child(4), 
footer.footer .footer_column1 ul>li:nth-child(12),
footer.footer .footer_column1 ul>li:nth-child(15),
footer.footer .footer_column1 ul>li:nth-child(18){
   margin-bottom: 10px;
}
footer.footer .footer_column2 ul>li:nth-child(6){
   margin-bottom: 10px;  
}
footer.footer .footer_column4 ul>li:nth-child(8){
   margin-bottom: 10px;  
}
.footer_column5 {
   align-self: center;
}
.footer_column5 p {
   font-size: 13px;
   text-align: center;
   color: #c3d0d6;
   margin: 0;
}
.footer__copyright {
   text-align: center;
   font-size: 13px;
}
.footer__copyright a {
   font-weight: 400;
   color: #fff;
}
.footer__P {
   color: #21343d;
}
.saNav__footerLogoImg {
   background-image: url();
   background-position: center;
   background-repeat: no-repeat;
   background-size: 260px;
   object-fit: contain;
   height: 60px;
}
@media(min-width:821px) and (max-width:1270px){
   .saNav__footerLogoImg {
      background-size: contain;
   }
}
@media (max-width: 820px){
   footer.footer {
      display: block;
   }
   footer.footer ul {
      padding: 6px 0;
      font-size: 18px;
      text-align: left;
   }
   footer.footer ul>li {
      padding: 6px 0;
      font-size: 18px;
      text-align: left;
   }
   footer.footer .footer_column4 ul>li:nth-child(9) {
      padding-top: 12px;
   }
   footer.footer .footer_column4 ul>li:nth-child(8) {
      padding-bottom: 12px;

   }
   @media (max-width: 820px) and (orientation: landscape){
      footer.footer ul {
         padding: 0;
      }
   }
