@charset "UTF-8";
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
#tooltip {
  width: 120px;
  background-color: rgb(176, 12, 15);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
     .button-group {
  left: 20px;
  top: 20px;
  position: absolute;
}

.scale,
.scale:hover,
.scale:active,
.scale:focus {
  border: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  outline: none;
}

.scale {
  background: rgb(3,32,61);
  color: #FFF;
  display: block;
  font-size: 35px;
  height: 55px;
  line-height: 30px;
  margin-bottom: 5px;
  padding: 5px;
  text-align: center;
  width: 55px;
  transition: background .3s ease-in-out;
}

.scale:hover,
.scale:focus {
  background: rgb('2,118,181')
}

.scale:disabled {
  color: rgb('244,229,195');
  background: rgb('244,229,195');
  cursor: default
}
.tide-chart-container {
  position: relative;
  margin: auto;
  min-height: 500px;
  height: 100%;
  width: 100%;
}
                        #tidal-stream-canvas {
                            display: block;
                            margin: 0;
                        }

                        #tidal-stream-canvas {
                            opacity: 95%;
                        }
#calendar-container {
  position: absolute;
  background-color: white;
  border: 1px solid black;
  padding: 10px;
  z-index: 99;
  display: none;
}

#calendar-table {
  border-collapse: collapse;
  width: 100%;
  margin: auto;
}

#calendar-table caption {
  font: bold 1.4em "Fira Sans", sans-serif;
  padding: 2px 0 10px;
  caption-side: top;
  color: rgb(0,32,101);
  text-align: center;
}

#calendar-table th {
  background-color: grey;
  color: white;
}

#calendar-table th,
#calendar-table td {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

#calendar-table td:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

#prev-btn, #next-btn {
  position: absolute;
  top: 0px;
  border: none;
  background-color: white;
  font-size: 1.5rem;
  padding: 0 5px;
  cursor: pointer;
}
  
#prev-btn:hover, #next-btn:hover {
    background-color: #f2f2f2;
}
#prev-btn {
  left: 10px;
}
#next-btn {
  right: 10px;
}
#tidalcurvetablewrapper {
    margin: 15px 6px 15px 0;
    padding: 0;
    border: 0;
    display: block;
    border-radius: 5px;
    color: #09315b;
    font-family: "JohnstonITC",Helvetica,sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
  overflow: auto;
  overflow-x: scroll;

        }
#tidalcurvetablewrapper table {
  margin-bottom: 15px;
}
#tidalcurvetablewrapper table tr td {
font-weight: 400;
font-size: 14px;
  border: 1px solid #ddd;
font-size: 16px;
line-height: 20px;
color: #000;
text-align: center;
  padding: 6px 10px;
  border-right: 1px solid #d8d8d8;
font-weight: 300;
  display: table-cell;
vertical-align: inherit;

}
#tidalcurvetablewrapper table tr:first-child td:first-child {
  border-bottom: 1px solid #ddd !important;
color: #09315b;
text-align: unset;
font-size: 16px;
line-height: 20px;
position: sticky;
left: 0;
border-top: 1px solid #ddd;
margin-top: -1px;
background-color: #fff;
padding-left: 10px;
font-size: 16px;
min-width: 100px;
max-width: 100px;
width: 100px;
padding: 6px 10px;
display: table-cell;
vertical-align: inherit;
}
#tidalcurvetablewrapper table tr:last-child {
  
}
/* The switch - the box around the slider */
.toggle-hemisphere {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.toggle-hemisphere input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.toggle-hemisphere-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(3,32,61);
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-hemisphere-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggle-hemisphere-slider {
  background-color: rgb(176, 12, 15);
}

input:focus + .toggle-hemisphere-slider {
  box-shadow: 0 0 1px rgb(176, 12, 15);
}

input:checked + .toggle-hemisphere-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

html {
    box-sizing: border-box;
    -ms-overflow-style:scrollbar
}

*, ::after, ::before {
    box-sizing:inherit
}

.rya-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.5px;
    margin-right:-3.5px
}

@media (min-width: 1024px) {
    .rya-row {
        margin-left: -5px;
        margin-right:-5px
    }
}

.col, .rya-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 3.5px;
    padding-right:3.5px
}

@media (min-width: 1024px) {
    .col, .rya-col {
        padding-left: 5px;
        padding-right:5px
    }
}

.column-grid {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding:0 20px
}

@media (min-width: 1024px) {
    .column-grid {
        padding:0
    }
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width:100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width:8.3333333333%
}

.offset-1 {
    margin-left:8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width:16.6666666667%
}

.offset-2 {
    margin-left:16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width:25%
}

.offset-3 {
    margin-left:25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width:33.3333333333%
}

.offset-4 {
    margin-left:33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width:41.6666666667%
}

.offset-5 {
    margin-left:41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width:50%
}

.offset-6 {
    margin-left:50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width:58.3333333333%
}

.offset-7 {
    margin-left:58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width:66.6666666667%
}

.offset-8 {
    margin-left:66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width:75%
}

.offset-9 {
    margin-left:75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width:83.3333333333%
}

.offset-10 {
    margin-left:83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width:91.6666666667%
}

.offset-11 {
    margin-left:91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width:100%
}

.offset-12 {
    margin-left:100%
}

@media (min-width: 1024px) {
    .col-d-1 {
        flex: 0 0 4.1666666667%;
        max-width:4.1666666667%
    }

    .offset-d-1 {
        margin-left:4.1666666667%
    }

    .col-d-2 {
        flex: 0 0 8.3333333333%;
        max-width:8.3333333333%
    }

    .offset-d-2 {
        margin-left:8.3333333333%
    }

    .col-d-3 {
        flex: 0 0 12.5%;
        max-width:12.5%
    }

    .offset-d-3 {
        margin-left:12.5%
    }

    .col-d-4 {
        flex: 0 0 16.6666666667%;
        max-width:16.6666666667%
    }

    .offset-d-4 {
        margin-left:16.6666666667%
    }

    .col-d-5 {
        flex: 0 0 20.8333333333%;
        max-width:20.8333333333%
    }

    .offset-d-5 {
        margin-left:20.8333333333%
    }

    .col-d-6 {
        flex: 0 0 25%;
        max-width:25%
    }

    .offset-d-6 {
        margin-left:25%
    }

    .col-d-7 {
        flex: 0 0 29.1666666667%;
        max-width:29.1666666667%
    }

    .offset-d-7 {
        margin-left:29.1666666667%
    }

    .col-d-8 {
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }

    .offset-d-8 {
        margin-left:33.3333333333%
    }

    .col-d-9 {
        flex: 0 0 37.5%;
        max-width:37.5%
    }

    .offset-d-9 {
        margin-left:37.5%
    }

    .col-d-10 {
        flex: 0 0 41.6666666667%;
        max-width:41.6666666667%
    }

    .offset-d-10 {
        margin-left:41.6666666667%
    }

    .col-d-11 {
        flex: 0 0 45.8333333333%;
        max-width:45.8333333333%
    }

    .offset-d-11 {
        margin-left:45.8333333333%
    }

    .col-d-12 {
        flex: 0 0 50%;
        max-width:50%
    }

    .offset-d-12 {
        margin-left:50%
    }

    .col-d-13 {
        flex: 0 0 54.1666666667%;
        max-width:54.1666666667%
    }

    .offset-d-13 {
        margin-left:54.1666666667%
    }

    .col-d-14 {
        flex: 0 0 58.3333333333%;
        max-width:58.3333333333%
    }

    .offset-d-14 {
        margin-left:58.3333333333%
    }

    .col-d-15 {
        flex: 0 0 62.5%;
        max-width:62.5%
    }

    .offset-d-15 {
        margin-left:62.5%
    }

    .col-d-16 {
        flex: 0 0 66.6666666667%;
        max-width:66.6666666667%
    }

    .offset-d-16 {
        margin-left:66.6666666667%
    }

    .col-d-17 {
        flex: 0 0 70.8333333333%;
        max-width:70.8333333333%
    }

    .offset-d-17 {
        margin-left:70.8333333333%
    }

    .col-d-18 {
        flex: 0 0 75%;
        max-width:75%
    }

    .offset-d-18 {
        margin-left:75%
    }

    .col-d-19 {
        flex: 0 0 79.1666666667%;
        max-width:79.1666666667%
    }

    .offset-d-19 {
        margin-left:79.1666666667%
    }

    .col-d-20 {
        flex: 0 0 83.3333333333%;
        max-width:83.3333333333%
    }

    .offset-d-20 {
        margin-left:83.3333333333%
    }

    .col-d-21 {
        flex: 0 0 87.5%;
        max-width:87.5%
    }

    .offset-d-21 {
        margin-left:87.5%
    }

    .col-d-22 {
        flex: 0 0 91.6666666667%;
        max-width:91.6666666667%
    }

    .offset-d-22 {
        margin-left:91.6666666667%
    }

    .col-d-23 {
        flex: 0 0 95.8333333333%;
        max-width:95.8333333333%
    }

    .offset-d-23 {
        margin-left:95.8333333333%
    }

    .col-d-24 {
        flex: 0 0 100%;
        max-width:100%
    }

    .offset-d-24 {
        margin-left:100%
    }
}

@font-face {
    font-family: Poppins-Light;
    font-style: normal;
    font-weight: 300;
    src: local("Poppins Light"), local("Poppins-Light"), url(/Assets/RYA/fonts/Poppins-Light.woff2) format("woff2"), url(/Assets/RYA/fonts/Poppins-Light.woff) format("woff"), url(/Assets/RYA/fonts/Poppins-Light.ttf) format("truetype");
    font-display:swap
}

@font-face {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 400;
    src: local("Poppins Regular"), local("Poppins-Regular"), url(/Assets/RYA/fonts/Poppins-Regular.woff2) format("woff2"), url(/Assets/RYA/fonts/Poppins-Regular.woff) format("woff"), url(/Assets/RYA/fonts/Poppins-Regular.ttf) format("truetype");
    font-display:swap
}

@font-face {
    font-family: Poppins-Medium;
    font-style: normal;
    font-weight: 500;
    src: local("Poppins Medium"), local("Poppins-Medium"), url(/Assets/RYA/fonts/Poppins-Medium.woff2) format("woff2"), url(/Assets/RYA/fonts/Poppins-Medium.woff) format("woff"), url(/Assets/RYA/fonts/Poppins-Medium.ttf) format("truetype");
    font-display:swap
}

@font-face {
    font-family: Poppins-SemiBold;
    font-style: normal;
    font-weight: 600;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(/Assets/RYA/fonts/Poppins-SemiBold.woff2) format("woff2"), url(/Assets/RYA/fonts/Poppins-SemiBold.woff) format("woff"), url(/Assets/RYA/fonts/Poppins-SemiBold.ttf) format("truetype");
    font-display:swap
}

html {
    scroll-behavior:smooth
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    html {
        font-size:135%
    }
}

body {
    color: #000;
    font-family: Poppins-Regular, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing:antialiased
}

body .container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left:auto
}

#sg-patterns {
    box-sizing: border-box;
    max-width: 100%;
    padding:0 .5em
}

.demo-animate {
    background: #ddd;
    padding: 1em;
    margin-bottom: 1em;
    text-align: center;
    border-radius: 8px;
    cursor:pointer
}

.sg-colors {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin:0
}

.sg-colors li {
    flex: auto;
    padding: .3em;
    margin: 0 .5em .5em 0;
    min-width: 5em;
    max-width: 14em;
    border: 1px solid #ddd;
    border-radius:8px
}

.sg-swatch {
    display: block;
    height: 4em;
    margin-bottom: .3em;
    border-radius:5px
}

.sg-swatch-shadow {
    box-shadow:0 40px 20px 20px rgba(0, 0, 0, .6)
}

.sg-label {
    font-size: 90%;
    line-height:1
}

#atoms-logo-reversed .sg-pattern-example {
    background: #444;
    display:inline-block
}

#molecules-logo-footer-link .sg-pattern-example {
    background: #444;
    display:inline-block
}

@media (min-width: 1024px) {
    .slanted:after {
        z-index:2
    }
}

@media (max-width: 1023.98px) {
    .slanted:before {
        z-index:-1
    }
}

@media (min-width: 1024px) {
    .back-top {
        z-index:999
    }
}

@media (max-width: 1023.98px) {
    .spotlight-image {
        z-index:1
    }
}

@media (max-width: 1023.98px) {
    .spotlight .slanted {
        z-index:2
    }
}

.search-result-container ul {
    z-index:1
}

.filter-container {
    z-index:1
}

.filter-container-overlay {
    z-index:2
}

.cookie-overlay {
    z-index:1000
}

.m-right-content:after {
    z-index:-1
}

.m-left-content div:first-child {
    z-index:99
}

.m-left-content:before {
    z-index:1
}

.m-cat-list {
    z-index:99
}

fieldset {
    border: 0;
    padding: 0;
    margin:0
}

label {
    display: block;
    padding-bottom:.2rem
}

button, input, select, textarea {
    font-family: Poppins-Light, sans-serif;
    font-size: 100%;
    margin: 0;
    color:#454545
}

input, textarea {
    width: 100%;
    outline: 0;
    border: none;
    background-color: #f6f6f6;
    border-right: 1px solid #d0d0d0;
    border-bottom:1px solid #d0d0d0
}

input:focus, textarea:focus {
    border-bottom: 2px solid #0276b5;
    border-right: 2px solid #0276b5;
    border-top: none;
    border-left:none
}

textarea {
    resize:none
}

input[type=number], input[type=search], input[type=text], input[type=url], textarea {
    -webkit-appearance:none
}

.show-password, button, input[type=submit] {
    padding: .5em;
    background: #f6f6f6;
    border:1px solid #000
}

input[type=checkbox], input[type=radio] {
    width: auto;
    margin-right:.3em
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance:none
}

.formfield {
    margin-top: 1.25rem;
    margin-bottom:1.25rem
}

.formfield.d-half .server-error-msg {
    margin-top:.4375rem
}

.formfield-spacer {
    margin-top: 1.25rem;
    margin-bottom:1.25rem
}

.g-recaptcha {
    width:100%
}

.rya-field__note {
    font-size: .75rem;
    line-height: 1.4166666667;
    display: inline-block;
    color: #4b4b4b;
    margin-top: .3125rem;
    margin-bottom:.3125rem
}

.error-message {
    display: none;
    background: #b00c0f;
    padding: .3125rem;
    font-family: Poppins-Regular, sans-serif;
    color: #fff;
    font-size: .75rem;
    letter-spacing: .3;
    margin-top:.4375rem
}

.input-validation-error, input.error-field, select.error-field, textarea.error-field {
    border: 1px solid #b00c0f;
    transition-duration:.5s
}

.field-validation-error span, span.error-field {
    background: #b00c0f;
    display: inline-block;
    padding: .3125rem;
    font-family: Poppins-Regular, sans-serif;
    color: #fff;
    font-size: .75rem;
    letter-spacing: .01875rem;
    margin-top:.4375rem
}

.field-validation-error span, span.warning-field {
    background: #be5800;
    display: inline-block;
    padding: .3125rem;
    font-family: Poppins-Regular, sans-serif;
    color: #fff;
    font-size: .75rem;
    letter-spacing: .01875rem;
    margin-top:.4375rem
}

.success-msg {
    background: #048200;
    display: inline-block;
    padding: .3125rem;
    font-family: Poppins-Regular, sans-serif;
    color: #fff;
    font-size: .75rem;
    letter-spacing: .01875rem;
    margin-top:.4375rem
}

input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #0276b5;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    margin-top:.125rem
}

input[type=radio]:checked {
    background: #0276b5;
    display: block;
    cursor: pointer;
    font-size: 1.25rem;
    box-shadow:inset 0 0 0 4px #fff
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    min-width: 1.46875rem;
    height: 1.46875rem;
    margin-top: 0 !important;
    margin-right:.9375rem
}

input[type=checkbox].error-field + input + span + span.checkmark {
    border:1.5px solid #b00c0f
}

input[type=checkbox].error-field + span + span.checkmark {
    border:1.5px solid #b00c0f
}

input[type=checkbox]:checked {
    background-color:#0276b5
}

input[type=checkbox]:checked ~ .checkmark {
    background:#0276b5
}

input[type=checkbox]:checked ~ .checkmark:after {
    display:block
}

.checkmark:after {
    content: "";
    position: absolute;
    left: .4rem;
    top: .3rem;
    width: .25rem;
    height: .625rem;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform:rotate(45deg)
}

select {
    font-family: Poppins-Light, sans-serif;
    outline: 0;
    width: 100%;
    color: #454545;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top: 0 none;
    border-left: 0 none;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    line-height: 1.415;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: 1.875rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #f6f6f6 url(/images/dropdown-arrow.svg) right no-repeat;
    background-position:calc(100% - 1em) center
}

select.disabled {
    pointer-events:none
}

select::-ms-expand {
    display:none
}

.select-dropdown {
    position: relative;
    margin-top:.9375rem
}

.navbar .navbar-nav > .nav-item > .nav-link .select-dropdown .more-arrow, .select-dropdown .icon-dropdown-arrow, .select-dropdown .navbar .navbar-nav > .nav-item > .nav-link .more-arrow {
    display:none
}

.input-field, input[type=password], input[type=text], textarea {
    border-radius: 0;
    padding:.5rem
}

.input-with-button .show-password {
    position: absolute;
    right: 0;
    border: none;
    outline: 0;
    text-align: center;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    padding-left: .625rem;
    padding-right: .625rem;
    margin-top: .4375rem;
    margin-bottom: .25rem;
    margin-left: .75rem;
    margin-right: .75rem;
    background-color: #4b4b4b;
    font-size: .75rem;
    color:#fff
}

.date-wrapper {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    font-family:Poppins-Medium, sans-serif
}

.date-wrapper .input-field {
    margin-top:.3125rem
}

.date-wrapper input {
    flex: 0 0 31%;
    max-width:31%
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .date-wrapper input {
        flex: 0 0 32.5%;
        max-width:32.5%
    }
}

.check-wrapper {
    display: flex;
    position: relative;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events:none
}

.check-wrapper span {
    cursor: pointer;
    pointer-events: visible;
    padding-left:.625rem
}

.check-wrapper span.checkmark {
    padding-left:0
}

.check-wrapper input {
    margin-right:0
}

.check-wrapper input:checked .checkmark {
    cursor: pointer;
    background-color:#0276b5
}

.check-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5rem;
    width: 1.5rem;
    border: solid #0276b5;
    border-width: .125rem;
    border-radius: .125rem;
    background-color:#fff
}

.check-wrapper .checkmark:after {
    top: -.125rem;
    width: .4375rem;
    height: 1.125rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform:rotate(45deg)
}

.white-radio input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #0276b5;
    border: 2px solid #fff;
    width: 1.2rem;
    height: 1.2rem;
    border-radius:50%
}

.white-radio input[type=radio]:checked {
    background: #fff;
    box-shadow:inset 0 0 0 4px #0276b5
}

.meter {
    background: 0 0;
    background-color: rgba(0, 0, 0, .1);
    margin: 0;
    width: 100%;
    height: .5em;
    border: 0 solid #fff;
    position: absolute;
    top: 0
}

.meter[data-value="1"] {
    width: 25%;
    background: linear-gradient(90deg, #ef3c62, #b00c0f)
}

.meter[data-value="2"] {
    width: 50%;
    background: linear-gradient(90deg, #fe8d3e, #be5800)
}

.meter[data-value="3"] {
    width: 75%;
    background: linear-gradient(90deg, #76d95f, #048200)
}

.meter[data-value="4"] {
    width: 100%;
    background:linear-gradient(90deg, #048200, #007200)
}

.pw-indi-box {
    position: relative;
    padding-top: .625rem;
    margin-top:.625rem
}

.pw-indi-box span.error {
    color:#b00c0f
}

.pw-indi-box span.warning {
    color:#be5800
}

.pw-indi-box span.good {
    color:#048200
}

.pw-indi-box .pw-str-text {
    margin-bottom:0
}

.pw-indi-box .pw-str-text .help-fb {
    font-style:italic
}

.pw-indi-box .pw-str-text .help-fb.error {
    color:#b00c0f
}

.pw-indi-box .gradient {
    position: absolute;
    z-index: 1;
    top: 0;
    animation: gradientPanX 6s ease infinite;
    display: block;
    height: .625rem;
    width: 100%;
    background-size:400% 400%
}

@keyframes gradientPanX {
    0% {
        background-position:0 50%
    }

    50% {
        background-position:100% 50%
    }

    100% {
        background-position:0 50%
    }
}

button.disabled {
    pointer-events:none
}

.keyline {
    border-bottom: 2px solid #e6e6e6;
    height: 1px;
    margin-top: 2.5rem;
    margin-bottom:2.5rem
}

@media (min-width: 1024px) {
    .keyline {
        margin-top: 3.75rem;
        margin-bottom:5rem
    }
}

label.fancyradio {
    font-family:Poppins-Light, sans-serif
}

@media (min-width: 1024px) {
    #iccFlow .rya-form .d-full div, #iccFlow .rya-form .d-full label, #iccFlow .rya-form .d-full > input, .register-form .d-full div, .register-form .d-full label, .register-form .d-full > input, .register-option-form .d-full div, .register-option-form .d-full label, .register-option-form .d-full > input, .sailability-form .d-full div, .sailability-form .d-full label, .sailability-form .d-full > input {
        flex: 0 0 38.6956521739%;
        max-width:38.6956521739%
    }

    #iccFlow .rya-form .d-full select, .register-form .d-full select, .register-option-form .d-full select, .sailability-form .d-full select {
        outline: 0;
        color:#000
    }

    #iccFlow .rya-form .d-offset, .register-form .d-offset, .register-option-form .d-offset, .sailability-form .d-offset {
        margin-left:4.5454545455%
    }
}

#iccFlow .rya-form .keyline, .register-form .keyline, .register-option-form .keyline, .sailability-form .keyline {
    width:100%
}

#iccFlow .rya-form .formfield, .register-form .formfield, .register-option-form .formfield, .sailability-form .formfield {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    #iccFlow .rya-form .formfield.d-full, .register-form .formfield.d-full, .register-option-form .formfield.d-full, .sailability-form .formfield.d-full {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right:.4875rem
    }

    #iccFlow .rya-form .formfield.d-half, .register-form .formfield.d-half, .register-option-form .formfield.d-half, .sailability-form .formfield.d-half {
        flex: 0 0 39.1304347826%;
        max-width:39.1304347826%
    }
}

@media (min-width: 1024px) {
    #iccFlow .rya-form .formfield.full-width-block, .register-form .formfield.full-width-block, .register-option-form .formfield.full-width-block, .sailability-form .formfield.full-width-block {
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
        margin-right:0
    }
}

#iccFlow .dd-account-name label {
    flex: 0 0 52.1739130435%;
    max-width:52.1739130435%
}

.date-label-wrapper {
    display: flex;
    justify-content:space-between
}

.date-label-wrapper .date-label {
    flex: 0 0 31% !important;
    max-width:31% !important
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .date-label-wrapper .date-label {
        flex: 0 0 32.5% !important;
        max-width:32.5% !important
    }
}

.confirmation-email a {
    display:inline-block
}

.radio-wrapper {
    display: flex;
    position: relative;
    padding-left: 1.625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select:none
}

.radio-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    z-index:1
}

.radio-wrapper input:checked ~ .radiocheckmark:after {
    display: block;
    border-width:0 1px 1px 0
}

.radio-wrapper .radiocheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.1875rem;
    width: 1.1875rem;
    border-radius: 50%;
    border: 2px #0276b5 solid;
    margin-top:.125rem
}

.radio-wrapper .radiocheckmark:after {
    content: "";
    position: absolute;
    display: none;
    top: .25rem;
    left: .25rem;
    height: .4375rem;
    width: .4375rem;
    border-radius: 50%;
    background-color:#0276b5
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .radio-wrapper .radiocheckmark:after {
        left: .1875rem;
        top: .1875rem;
        height: .6875rem;
        width: .6875rem;
        border:1px #fff solid
    }
}

.membership-register-form .date-wrapper {
    pointer-events:none
}

.sc-form label {
    margin-bottom: .3125rem;
    margin-top: 1.25rem;
    font-family: Poppins-Medium, sans-serif;
    font-size: 1rem;
    letter-spacing: .4px;
    display:inline-block
}

.sc-form input[type=submit] {
    font-size: 1rem;
    color: #0276b5;
    background-color: #fff;
    border: 2px solid #0276b5;
    padding: .5rem 1.25rem;
    margin-top: 1.25rem;
    transition-duration: .5s;
    font-family: Poppins-Medium, sans-serif;
    outline: 0 none;
    width:auto
}

.sc-form .field-validation-error {
    background: #b00c0f;
    color: #fff;
    font-size: .75rem;
    display: block;
    padding: .3125rem;
    margin-bottom: .625rem;
    margin-top:.4375rem
}

.sc-form .field-validation-error span {
    margin-top:0
}

.sc-form textarea + span.field-validation-error {
    margin-top:0
}

.friend-details-section h1 {
    padding-left:.125rem
}

.friend-details-form {
    margin-top:2.5rem
}

@media (min-width: 1024px) {
    .friend-details-form {
        margin-top:5.625rem
    }
}

.friend-details-form .refer-friend-submit {
    margin-left:.3125rem
}

.friend-details-form .rya-form {
    margin-top:0
}

.friend-details-form .radio-wrapper {
    display:block
}

.friend-details-form .radio-wrapper .note {
    cursor: pointer;
    font-family:Poppins-Light, sans-serif
}

.friend-details-form .radio-wrapper .fancyradio {
    display: inline-block;
    cursor: pointer;
    font-family:Poppins-Medium, sans-serif
}

.friend-details-form .radio-wrapper input {
    margin-top:0
}

.friend-details-form .message, .friend-details-form .select-gift {
    margin-top: 0;
    margin-bottom:0
}

@media (min-width: 1024px) {
    .refer-friend-form .d-offset {
        padding: 0;
        margin-left:6.8181818182%
    }
}

.refer-friend-form .formfield {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .refer-friend-form .formfield.d-half {
        flex: 0 0 46.4583333333%;
        max-width: 46.4583333333%;
        margin-top:0
    }
}

.popup-container {
    display:none
}

button a {
    color: inherit;
    font-size:inherit
}

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

.clearfix:after {
    clear:both
}

.is-hidden {
    display: none !important;
    visibility:hidden !important
}

.is-vishidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip:rect(1px, 1px, 1px, 1px)
}

.align-right {
    text-align:right
}

.align-center {
    text-align:center
}

.align-left {
    text-align:left
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow:hidden
}

@media all and (max-width: 46.8em) {
    .hide-small {
        display:none
    }
}

@media all and (min-width: 46.8em) and(max-width: 50em) {
    .hide-med {
        display:none
    }
}

@media all and (min-width: 50em) {
    .hide-large {
        display:none
    }
}

.hide-element {
    display:none
}

.js-error {
    color: #b00c0f;
    border:1px solid #b00c0f
}

.bg-blue {
    background-color:#0276b5
}

.bg-blue.section-spacer {
    padding-top:0
}

.bg-white {
    background-color: #fff;
    color:#000
}

.bg-white.section-spacer {
    padding-top:0
}

.link-white {
    color: #fff;
    text-decoration: underline;
    font-family:inherit
}

.section-spacer {
    padding-bottom: .75rem;
    padding-top:.75rem
}

@media (min-width: 1024px) {
    .section-spacer {
        padding-bottom: 1.875rem;
        padding-top:1.875rem
    }
}

.section-spacer.bg-color {
    margin-bottom: .75rem;
    margin-top:.75rem
}

@media (min-width: 1024px) {
    .section-spacer.bg-color {
        margin-bottom: 1.875rem;
        margin-top:1.875rem
    }
}

.content-wrapper {
    min-height:calc(100vh - 671px)
}

@media (min-width: 1024px) {
    .content-wrapper {
        min-height:calc(100vh - 986.54px)
    }
}

.bg-gray + .bg-color {
    margin-top: -.75rem;
    padding-top:0
}

@media (min-width: 1024px) {
    .bg-gray + .bg-color {
        margin-top:-1.875rem
    }
}

.img-component {
    text-align:center
}

.responsive-embed {
    position: relative;
    height: 0;
    padding-bottom: 46.38%;
    overflow: hidden;
    margin:0 auto
}

.responsive-embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border:0
}

@media (min-width: 1024px) {
    .responsive-embed iframe {
        width:98.9%
    }
}

.responsive-embed iframe video {
    height: auto !important;
    width: 100% !important;
    position:inherit !important
}

@media (min-width: 1024px) {
    .desktop-row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right:-5px
    }
}

@media (min-width: 1024px) {
    .video-component {
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
        padding:0
    }
}

@media (min-width: 1024px) {
    .video-component .responsive-embed {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        margin-left:8.3333333333%
    }
}

@media (min-width: 1024px) {
    .full-layout {
        max-width:100%
    }
}

@media (min-width: 1024px) {
    .full-layout .responsive-embed {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left:0
    }
}

.full-layout .responsive-embed iframe {
    width:99.7%
}

@media (min-width: 1024px) {
    .full-layout .desktop-row {
        margin-right:0
    }
}

.content-spacer {
    margin-top: 3.125rem;
    margin-bottom:3.125rem
}

@media (min-width: 1024px) {
    .content-spacer {
        margin-top: 6.25rem;
        margin-bottom:6.25rem
    }
}

.middle-spacer {
    margin-top: 1.875rem;
    margin-bottom:1.875rem
}

@media (min-width: 1024px) {
    .middle-spacer {
        margin-top: 3.75rem;
        margin-bottom:3.75rem
    }
}

.middle-spacer a {
    display:inline-block
}

.spacer-top {
    margin-top:2.5rem
}

@media (min-width: 1024px) {
    .spacer-top {
        margin-top:5rem
    }
}

.spacer-top + .spacer-top {
    margin-top:0
}

.spacer-top + .spacer-top .result-section {
    border-top:0 none
}

.spacer-top + .spacer-top + .section-spacer {
    padding-top:1.875rem
}

@media (min-width: 1024px) {
    .spacer-top + .spacer-top + .section-spacer {
        padding-top:3.75rem
    }
}

.gray-bg-breadcrumb {
    background-color:#f6f6f6
}

.gray-bg-breadcrumb .rya-breadcrumb-list li + li:before {
    vertical-align:initial
}

@media (min-width: 1024px) {
    .gray-bg-breadcrumb .rya-breadcrumb-list li + li:before {
        vertical-align:middle
    }
}

.breadcrumb-spacing {
    padding-top: 1.125rem;
    padding-bottom:.75rem
}

@media (min-width: 1024px) {
    .breadcrumb-spacing {
        padding-bottom: 1rem;
        padding-top:1.375rem
    }
}

@media (min-width: 1024px) {
    .breadcrumb-spacing .rya-breadcrumb-list {
        margin-top:.3125rem
    }
}

.breadcrumb-spacing .rya-breadcrumb-list ul {
    max-height:1.5rem
}

.breadcrumb-spacing .breadcrumb-icon {
    vertical-align:middle
}

@media (min-width: 1024px) {
    .breadcrumb-spacing .breadcrumb-icon {
        vertical-align:sub
    }
}

.breadcrumb-spacing .breadcrumb-icon a {
    font-size:.875rem
}

.breadcrumb-spacing li:last-child {
    pointer-events:none
}

.breadcrumb-spacing .anchor {
    vertical-align:top
}

@media (min-width: 1024px) {
    .breadcrumb-spacing .anchor {
        margin-top:.0625rem
    }
}

.white-bg-breadcrumb .rya-breadcrumb-list li + li:before {
    vertical-align:initial
}

@media (min-width: 1024px) {
    .white-bg-breadcrumb .rya-breadcrumb-list li + li:before {
        vertical-align:middle
    }
}

.msg-container {
    display: flex;
    align-items: center;
    justify-content:center
}

.msg-container a {
    color: #fff;
    font-size:.75rem
}

@media (min-width: 1024px) {
    .msg-container a {
        font-size:1rem
    }
}

.msg-container .msg-content {
    text-align: left;
    color:#fff
}

@media (min-width: 1024px) {
    .msg-container .msg-content {
        text-align:center
    }
}

.msg-container .icon {
    padding-right: .5rem;
    vertical-align: middle;
    display: flex;
    color: #fff;
    font-size:1.4375rem
}

.line-separator {
    border: 0;
    height: 2px;
    background: #e6e6e6;
    margin-top: 1px;
    width:100%
}

.line-separator-red {
    background-color:#b00c0f
}

.line-separator-blue {
    background-color:#0276b5
}

.no-result-found p {
    font-size: 1.3125rem;
    line-height: 1.15;
    color:#4b4b4b
}

@media (min-width: 1024px) {
    .no-result-found p {
        font-size: 2rem;
        line-height:1.2
    }
}

a.msg-link {
    font-size:inherit
}

@media (max-width: 1023.98px) {
    .sort-options {
        margin-bottom:1.5rem
    }
}

@media (min-width: 1024px) {
    .sort-options {
        display: flex;
        justify-content: center;
        margin-bottom:1.25rem
    }
}

.sort-options .is-selected {
    background-color: #4b4b4b;
    color:#fff
}

@media (max-width: 1023.98px) {
    .sort-options .is-selected {
        font-size: .875rem;
        height: 1.5625rem;
        padding-top:.25rem
    }
}

.sort-options .sort-tab-btns {
    display: flex;
    justify-content:center
}

.sort-options .tab-btn-heading {
    font-family:Poppins-Light, sans-serif
}

@media (min-width: 1024px) {
    .sort-options .tab-btn-heading {
        align-self: center;
        margin-right:.8125rem
    }
}

@media (max-width: 1023.98px) {
    .sort-options .tab-btn-heading {
        text-align: center;
        display: block;
        font-size: .75rem;
        margin-bottom:.375rem
    }
}

.sort-options.hide-element {
    display:none
}

.highlight-text {
    font-family: Poppins-Medium, sans-serif;
    color: #0276b5;
    letter-spacing:normal
}

.bold {
    font-family:Poppins-Medium, sans-serif
}

.light {
    font-family:Poppins-Light, sans-serif
}

mark {
    color: #0276b5;
    font-family: Poppins-Medium, sans-serif;
    background-color:transparent
}

.spacer-90 {
    margin-bottom:2.5rem
}

@media (min-width: 1024px) {
    .spacer-90 {
        margin-bottom:5.625rem
    }
}

.spacer-120 {
    margin-top:2.8125rem
}

@media (min-width: 1024px) {
    .spacer-120 {
        margin-top:5.625rem
    }
}

.spacer-60 {
    margin-bottom:2.5rem
}

@media (min-width: 1024px) {
    .spacer-60 {
        margin-bottom:3.75rem
    }
}

.spacer-40 {
    margin-bottom:1.25rem
}

@media (min-width: 1024px) {
    .spacer-40 {
        margin-bottom:2.5rem
    }
}

.spacer-30 {
    margin-bottom:.9375rem
}

@media (min-width: 1024px) {
    .spacer-30 {
        margin-bottom:1.875rem
    }
}

.spacer-10 {
    margin-bottom:.625rem
}

.spacer-30-top {
    margin-top:.9375rem
}

@media (min-width: 1024px) {
    .spacer-30-top {
        margin-top:1.875rem
    }
}

.spacer-60-top {
    margin-top:1.875rem
}

@media (min-width: 1024px) {
    .spacer-60-top {
        margin-top:3.75rem
    }
}

.spacer-bottom-30 {
    margin-bottom:1.25rem
}

@media (min-width: 1024px) {
    .spacer-bottom-30 {
        margin-bottom:1.875rem
    }
}

.icc-landing-page p {
    margin-bottom:0
}

.icc-landing-page .list-heading {
    margin-bottom:.3125rem
}

.font-blue {
    color:#0276b5
}

.no-filter, .no-search {
    display:none !important
}

.finder-result-container .filtered, .finder-result-container .is-search {
    display:flex !important
}

.is-search {
    display:flex !important
}

.filtered.no-search, .no-filter.is-search {
    display:none !important
}

.button-section.hide-element {
    display:none
}

.button-section > div {
    display: inline-block;
    width: auto;
    max-width:initial
}

.button-section div + div {
    float:right
}

.cookie-overlay {
    position: fixed;
    bottom: 0;
    width:100%
}

@media (min-width: 1024px) {
    .cookie-overlay .accept-cookie {
        margin-left:1.125rem
    }
}

.tab-content {
    display:none
}

.no-margin {
    margin-top: 0;
    margin-bottom:0
}

.or-seperator {
    align-self: center;
    font-family: Poppins-Light, sans-serif;
    display: inline-block;
    margin-left: .5rem;
    margin-right:.5rem
}

@media (max-width: 1023.98px) {
    .or-seperator {
        margin-bottom: .9375rem;
        margin-top:1.25rem
    }
}

.float-left {
    float:left
}

.float-right {
    float:right
}

.link-to-myrya .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .link-to-myrya .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .link-to-myrya .moosend-designer-button[type=submit] {
    display:inline-block
}

.underline {
    text-decoration: underline;
    cursor:pointer
}

.newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit] + .error-field, .rya-primary-btn + .error-field {
    margin-left:.625rem
}

.radio-wrapper {
    margin-bottom:.5rem
}

.disable {
    pointer-events:none
}

input[type=checkbox]:disabled ~ span {
    cursor:default
}

.transparent-arrow-bar {
    background-color: transparent;
    position: absolute;
    top: 0;
    width:100%
}

.transparent-arrow-bar:before {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 50%;
    right: 50%;
    border-bottom: 13px solid #0276b5;
    border-right:17px solid transparent
}

.transparent-arrow-bar:after {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 50%;
    left: 50%;
    border-bottom: 13px solid #0276b5;
    border-left:17px solid transparent
}

.font-10 {
    font-size:.625rem
}

h1 {
    color: #000;
    line-height:1.2
}

h2 {
    line-height: 1.2;
    color:#000
}

h3 {
    color:#000
}

.heading {
    color: #000;
    font-family: Poppins-Medium, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 2.5rem;
    line-height: 1.15;
    height:.8em
}

.heading-1 {
    font-family: Poppins-Medium, sans-serif;
    color: #000;
    letter-spacing: .9px;
    display:block
}

@media (min-width: 1024px) {
    .heading-1 {
        font-size: 3rem;
        letter-spacing:1px
    }
}

.heading-1.hide-element {
    display:none
}

a {
    color: #0276b5;
    font-family: Poppins-Medium, sans-serif;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .3px;
    text-decoration: none;
    outline: 0;
    cursor:pointer
}

.anchor {
    width: -moz-max-content;
    width: max-content;
    white-space:nowrap
}

@media (min-width: 1024px) {
    .anchor-hover {
        background-image: linear-gradient(to top, #0276b5 50%, #fff 50%), linear-gradient(to top, #0276b5 50%, transparent 50%);
        background-size: 100% 200%;
        background-position: top;
        transition:background-position .3s ease-in-out
    }
}

a.text-link {
    color: #0276b5;
    text-decoration:underline
}

.accordion-wrapper .accordion-header {
    display: flex;
    flex-direction: row;
    background: 0 0;
    color: #0276b5;
    font-family: Poppins-Medium, sans-serif;
    font-size: 1rem;
    cursor: pointer;
    padding: .9375rem;
    border: none;
    border-top: 2px solid #e6e6e6;
    outline: 0;
    text-align: left;
    width:100%
}

.accordion-wrapper .accordion-header .header-label {
    display: flex;
    flex-grow: 1;
    letter-spacing:.025rem
}

.accordion-wrapper .accordion-header .result-count {
    font-size: .75rem;
    font-family: Poppins-Light, sans-serif;
    color: #4b4b4b;
    margin-left: .9375rem;
    text-align: right;
    display: flex;
    align-items:center
}

.accordion-wrapper .accordion-header .icon {
    vertical-align: middle;
    margin-left: .625rem;
    font-size: 1.25rem;
    height:1.5rem
}

.accordion-wrapper .accordion-active {
    background-color:#f6f6f6
}

.accordion-wrapper .accordion-content {
    font-family: Poppins-Light, sans-serif;
    font-size: 1rem;
    padding: 1.125rem;
    display: none;
    background-color: #fff;
    overflow:hidden
}

@media (max-width: 1023.98px) {
    .accordion-wrapper .accordion-content {
        padding-left:.125rem
    }
}

.accordion-wrapper .accordion-content .check-wrapper {
    margin-right: 1.5625rem;
    margin-bottom:1.25rem
}

.accordion-wrapper .accordion-content .check-wrapper span {
    cursor: pointer;
    padding-left: .625rem;
    pointer-events:visible
}

.link-icon a {
    border-bottom: solid #0276b5;
    border-width: .0625rem;
    margin-left:.5rem
}

.link-icon .icon {
    font-size: .875rem;
    margin-left: .3125rem;
    margin-right:.625rem
}

.icon-closed-icon.icon-openicon {
    color: #0276b5;
    transform:rotate(180deg)
}

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

nav ul {
    list-style:none
}

dl {
    overflow: hidden;
    margin:0 0 1em
}

dt {
    font-weight:700
}

dd {
    margin-left:0
}

img, object, video {
    max-width: 100%;
    height:auto
}

iframe {
    margin-bottom:1em
}

figcaption {
    font-style:italic
}

* {
    box-sizing:border-box
}

blockquote, body, div, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, iframe, label, legend, li, nav, object, ol, p, section, table, ul {
    margin: 0;
    padding:0
}

article, figure, footer, header, hgroup, nav, section {
    display:block
}

a, button {
    outline:0 none
}

a::-moz-focus-inner, button::-moz-focus-inner {
    border:1px dotted transparent
}

input {
    filter:none
}

input::-webkit-caps-lock-indicator {
    opacity:0
}

input::-webkit-credentials-auto-fill-button {
    opacity:0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #4b4b4b;
    width:100%
}

th {
    text-align: left;
    border: 1px solid #4b4b4b;
    padding:.2em
}

td {
    border: 1px solid #4b4b4b;
    padding:.2em
}

p {
    color: #000;
    font-family: Poppins-Light, sans-serif;
    margin-bottom: 1em;
    font-size:.75rem
}

@media (min-width: 1024px) {
    p {
        font-size:1rem
    }
}

.h-divider {
    border: 0;
    height: 2px;
    background: #e6e6e6;
    margin-top: 1px;
    width:100%
}

.heading-1, h1 {
    font-size: 1.8125rem;
    line-height:1.2
}

@media (min-width: 1024px) {
    .heading-1, h1 {
        font-size: 3rem;
        line-height:1.2
    }
}

.heading-2, h2 {
    font-size: 1.625rem;
    line-height:1.15
}

@media (min-width: 1024px) {
    .heading-2, h2 {
        font-size: 2.5rem;
        line-height:1.15
    }
}

.heading-3, h3 {
    font-size: 1.3125rem;
    line-height:1.15
}

@media (min-width: 1024px) {
    .heading-3, h3 {
        font-size: 2rem;
        line-height:1.2
    }
}

.heading-4, h4 {
    font-size: 1.125rem;
    line-height:1.15
}

@media (min-width: 1024px) {
    .heading-4, h4 {
        font-size: 1.5rem;
        line-height:1.175
    }
}

.heading-5, h5 {
    font-size: .875rem;
    line-height:1.2
}

@media (min-width: 1024px) {
    .heading-5, h5 {
        font-size: 1.125rem;
        line-height:1.2
    }
}

.heading-6, h6 {
    font-size: .75rem;
    line-height:1.5
}

@media (min-width: 1024px) {
    .heading-6, h6 {
        font-size: 1rem;
        line-height:1.4375
    }
}

.heading-7 {
    font-size: .875rem;
    line-height:1.1485714286
}

@media (min-width: 1024px) {
    .heading-7 {
        font-size: 1.125rem;
        line-height:1.2
    }
}

.intro-text {
    font-size: 1.125rem;
    line-height:1.3888888889
}

@media (min-width: 1024px) {
    .intro-text {
        font-size: 1.75rem;
        line-height:1.25
    }
}

.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, h1, h2, h3, h4, h5, h6 {
    font-family: Poppins-Medium, sans-serif;
    font-weight: 400;
    letter-spacing:1px
}

.editing-mode ul.footer-nav img {
    max-width:none
}

.editing-mode button:hover .valid {
    color:#fff
}

.editing-mode button.disabled {
    pointer-events:unset
}

.editing-mode button.disabled:hover {
    background-color:transparent
}

.editing-mode a.no-events {
    pointer-events:unset
}

.editing-mode .clear-white-font {
    color:#fff
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display:none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding:.2em 0
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    top:.125rem
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
    top:.0625rem
}

.ui-datepicker .ui-datepicker-prev {
    left:.125rem
}

.ui-datepicker .ui-datepicker-next {
    right:.125rem
}

.ui-datepicker .ui-datepicker-prev-hover {
    left:.0625rem
}

.ui-datepicker .ui-datepicker-next-hover {
    right:.0625rem
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.5rem;
    margin-top: .125rem;
    text-indent:-999px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align:center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin:1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width:45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
    background:#fff
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 400;
    border:0
}

.ui-datepicker td {
    border: 0;
    padding:.0625rem
}

.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: center;
    text-decoration:none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom:0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow:visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float:left
}

.ui-datepicker .ui-icon {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top:.3em
}

.ui-widget-header {
    border: 1px solid #e9e9e9;
    background: #e9e9e9;
    color: #000;
    font-weight:700
}

.ui-widget-header a {
    color:#000
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    font-weight: 400;
    color:#454545
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
    color: #454545;
    text-decoration:none
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #003fc6;
    background: #003fc6;
    font-weight: 400;
    color:#fff
}

.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003fc6;
    background-color:#fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration:none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #454545;
    text-align:center
}

.ui-icon {
    width: 1rem;
    height:1rem
}

.ui-icon-circle-triangle-w {
    background-image: url(/images/icons/dropdown-arrow.svg);
    background-position: center;
    transform: rotate(90deg);
    -webkit-transform:rotate(90deg)
}

.ui-icon-circle-triangle-e {
    background-image: url(/images/icons/dropdown-arrow.svg);
    background-position: center;
    transform: rotate(-90deg);
    -webkit-transform:rotate(-90deg)
}

.course-completion-date {
    background: #f6f6f6 url(/images/calender-icon.png) right no-repeat;
    background-position: calc(100% - 1em) center;
    background-size:5%
}

.c-block-hero {
    display: block;
    position:relative
}

.c-block-hero__img {
    display: block;
    width: 100%;
    max-height: 50vh;
    -o-object-fit: cover;
    object-fit:cover
}

.c-block-hero__headline {
    background: rgba(0, 0, 0, .66);
    color: #fff;
    padding: 1rem;
    font-size: 2.6rem;
    transition:all .2s ease
}

@media all and (min-width: 50em) {
    .c-block-hero__headline {
        position: absolute;
        top: 3rem;
        left: 1rem;
        width: 50%;
        border-radius:5px
    }
}

.c-block-media {
    display: flex;
    transition:all .2s ease
}

.c-block-media--small {
    font-size:.875rem
}

.c-block-media__media {
    width: 20%;
    max-width: 11em;
    margin-right:1rem
}

.c-block-media--small .c-block-media__media {
    max-width: 3.5em;
    margin-right:.5rem
}

@media all and (min-width: 46.8em) {
    .c-block-media__media {
        width: 50%;
        margin-right:1.5rem
    }
}

.c-block-media__img {
    border-radius:5px
}

.c-block-media__headline {
    margin-bottom: .2em;
    color: #000;
    transition:all .2s ease
}

.c-block-media--small .c-block-media__headline {
    font-size:1rem
}

.c-block-media__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex:1
}

.c-block-media__excerpt {
    color: #4b4b4b;
    transition:all .2s ease
}

.c-block-media--small .c-block-media__excerpt {
    margin-bottom: 0;
    line-height:1.2
}

.c-block-tout {
    display: inline-block;
    margin-bottom: .5em;
    position: relative;
    overflow: hidden;
    border-radius:5px
}

.c-block-tout__img {
    display:block
}

.c-block-tout__headline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .66);
    color: #fff;
    padding: .5em;
    font-size: 1.4rem;
    transition:all .2s ease
}

.c-block-tout__headline .c-block-tout:focus {
    padding-bottom:2rem
}

.c-block-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: rgba(0, 0, 0, .66);
    color: #fff;
    border-radius: 5px;
    padding: 1em 1em;
    text-align: center;
    overflow: hidden;
    transition:all .2s ease
}

@media all and (min-width: 55rem) {
    .c-block-tile {
        padding:4em 1em
    }
}

.c-block-tile--featured {
    min-height:200px
}

.c-block-tile__value {
    font-size: 1.5rem;
    line-height:1.2
}

.c-block-tile--featured .c-block-tile__value {
    font-size:2.5rem
}

@media all and (min-width: 46.8em) {
    .c-block-tile--featured .c-block-tile__value {
        font-size:5rem
    }
}

@media all and (min-width: 55rem) {
    .c-block-tile__value {
        font-size:3rem
    }
}

.c-block-tile__label {
    color: #e9e9e9;
    font-weight: 400;
    font-size:1rem
}

.newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .rya-primary-btn {
    color: #fff;
    background-color: #0276b5;
    border: 2px solid #0276b5;
    font-size: 1rem;
    transition-duration: .5s;
    padding:.5rem
}

.rya-secondary-btn {
    color: #0276b5;
    background-color: #fff;
    border: 2px solid #0276b5;
    padding: .5rem;
    transition-duration:.5s
}

.rya-quaternary-btn {
    color: #fff;
    background-color: #0276b5;
    border: 2px solid #fff;
    font-size: 1rem;
    transition-duration: .5s;
    padding:.5rem
}

.btn-link {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: .5em;
    background: #f6f6f6;
    border: 1px solid #000;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    margin:0
}

.btn-secondary-link {
    text-align: center;
    display: inline-block;
    padding: .5em;
    background: #b00c0f;
    border: 1px solid #b00c0f;
    cursor: pointer;
    margin: 0;
    color:#fff
}

.rya-tertiary-btn {
    color: #0a3456;
    background-color: #dcdfe6;
    border: 2px solid #dcdfe6;
    border-radius: 2px;
    transition-delay: 0s;
    font-size: .75rem;
    display:inline-block
}

@media (min-width: 1024px) {
    .club-info .rya-field__label, .rya-matching-information .rya-field__label {
        margin-left:.4375rem
    }
}

.download-btn {
    margin-top:1.875rem
}

@media (min-width: 1024px) {
    .download-btn {
        margin-top:3.75rem
    }
}

.download-btn .icon {
    vertical-align: sub;
    font-size: 1.25rem;
    margin-left:.625rem
}

.download-btn a {
    font-size:1rem
}

button i {
    margin-left:.9375rem
}

.rya-profile-btn {
    color: #fff;
    background-color: #0276b5;
    border: 2px solid #fff;
    font-size: 1rem;
    letter-spacing:.025rem
}

.btn-arrow {
    position: relative;
    padding:.9375rem
}

.btn-arrow:after {
    position: absolute;
    content: "";
    width: 1.75rem;
    height: 1.75rem;
    border-top: 0;
    border-left: 0;
    top: 70%;
    left: 40%;
    background-color: #0276b5;
    transform:rotate(45deg)
}

.back-top {
    position:relative
}

.back-top a {
    font-size: .75rem;
    letter-spacing: .0375rem;
    color:#fff
}

@media (max-width: 1023.98px) {
    .back-top a {
        padding-top: .65625rem;
        padding-bottom: .65625rem;
        display: block;
        width: 100%;
        text-align:center
    }
}

@media (min-width: 1024px) {
    .back-top a {
        border-radius: .1875rem;
        bottom: 27.5rem;
        position: absolute;
        right:0
    }
}

.back-top a span {
    padding-right: 2px;
    vertical-align:text-bottom
}

.relationship-action-btn {
    letter-spacing: .01875rem;
    padding: .625rem;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: .75rem;
    line-height: 1.1666666667;
    background-color: #4b4b4b;
    color: #fff;
    display: block;
    text-align: center;
    transition-duration:.5s
}

@media (max-width: 1023.98px) {
    .relationship-action-btn {
        margin-left:.5rem
    }
}

.relationship-action-btn.active {
    background-color: #56e052;
    color:#fff
}

.relationship-action-btn.inactive {
    background-color:#b00c0f
}

.center-name, .club-name {
    color: #001d67;
    font-weight: 700;
    padding-left:.625rem
}

@media (max-width: 1023.98px) {
    .center-name, .club-name {
        padding-bottom:.625rem
    }
}

@media (min-width: 1024px) {
    .center-name, .club-name {
        padding-top:.375rem
    }
}

.accept {
    display: none;
    letter-spacing: .01875rem;
    font-size: .75rem;
    line-height: 1.1666666667;
    font-family: Poppins-SemiBold, sans-serif;
    text-align: center;
    border: 2px solid;
    padding: .5rem;
    transition-duration:.5s
}

.rya-tab-btn {
    text-align: center;
    font-family: Poppins-Medium, sans-serif;
    border: 1px solid #0276b5;
    color: #4b4b4b;
    background-color: #fff;
    transition-duration: .5s;
    border-radius: 1.625rem;
    padding-top: .4375rem;
    padding-bottom: .4375rem;
    padding-left: 1.25rem;
    padding-right:1.25rem
}

@media (max-width: 1023.98px) {
    .rya-tab-btn {
        padding-top: .75rem;
        padding-bottom:.75rem
    }
}

.rya-tab-btn-gray {
    border: none;
    color: #4b4b4b;
    background-color: #f6f6f6;
    font-size: .6875rem;
    line-height: 1.2727272727;
    padding-bottom: .375rem;
    padding-top: .375rem;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    border-radius: 1.125rem;
    margin-right:.3125rem
}

@media (min-width: 1024px) {
    .rya-tab-btn-gray {
        font-size: .875rem;
        line-height:1.6428571429
    }
}

.upload-document button, .upload-document span {
    font-family:Poppins-Medium, sans-serif
}

.upload-document .icon {
    font-size:1.125rem
}

.upload-file [type=file] {
    height: 0;
    overflow: hidden;
    border: none;
    width:0
}

.upload-file [type=file] + label {
    font-family: Poppins-Medium, sans-serif;
    text-align: center;
    padding-left:.9375rem
}

.upload-file [type=file] + label .icon {
    font-size: 1.25rem;
    vertical-align: middle;
    margin-left:1.125rem
}

.upload-file label {
    cursor:pointer
}

.upload-file + span.error-field {
    margin-left:.625rem
}

.carousel-horizontal {
    margin-bottom: 1em;
    overflow: hidden;
    position:relative
}

.carousel-island-container {
    overflow:hidden
}

.carousel-container {
    position:relative
}

.carousel-controls {
    display: table;
    width: 100%;
    margin:-.5em 0 1em
}

.carousel-controls a, .carousel-controls div {
    display: table-cell;
    padding:.5em
}

.carousel-controls .carousel-pagination {
    text-align:center
}

.carousel-controls .carousel-next {
    text-align:right
}

.footer-container {
    color: #000;
    background-color: #fff;
    padding-bottom:1.5625rem
}

@media (max-width: 1023.98px) {
    .footer-container {
        margin-top:1.25rem
    }
}

@media (min-width: 1024px) {
    .footer-container {
        border-top:2px solid #e6e6e6
    }
}

.footer-container .heading-6 {
    color: #000;
    font-family: Poppins-Medium, sans-serif;
    display: inline-block;
    height: 2.1875rem;
    overflow:hidden
}

@media (min-width: 1024px) {
    .footer-container .heading-6 {
        height:2.8125rem
    }
}

.footer-container a {
    color: #000;
    font-family:Poppins-Light, sans-serif
}

@media (min-width: 1024px) {
    .footer-container a {
        font-size:1rem
    }
}

.footer-container .cookie-overlay .accept-cookie {
    color:#fff
}

.footer-container nav {
    border-top:none
}

@media (min-width: 1024px) {
    .footer-container nav {
        border-left:2px solid #e6e6e6
    }
}

@media (max-width: 1023.98px) {
    .footer-container .rya-logo {
        border-top:2px solid #e6e6e6
    }
}

@media all and (min-width: 1023px) and(max-width: 1200px) {
    .footer-container .rya-logo {
        flex: 0 0 11.4583333333%;
        max-width:11.4583333333%
    }
}

.footer-container .rya-logo .logo-redirect {
    padding: 0;
    width: 100%;
    max-width:100%
}

@media (max-width: 1023.98px) {
    .footer-container .rya-logo .logo-redirect {
        margin-top:1.25rem
    }
}

.footer-container .rya-logo .logo-redirect img {
    display:block
}

@media (max-width: 1023.98px) {
    .footer-container .rya-logo .logo-redirect img {
        margin-left:auto
    }
}

@media (min-width: 1024px) {
    .footer-container .rya-logo .logo-redirect img {
        margin-left:1.75rem
    }
}

.copyright {
    font-family:Poppins-Light, sans-serif
}

@media (min-width: 1024px) {
    .copyright {
        font-family: Poppins-Light, sans-serif;
        margin-top: 1.5625rem;
        margin-left:3.3333333333%
    }
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left:0
}

@media (max-width: 1023.98px) {
    .footer-nav {
        border-top: 2px solid #e6e6e6;
        padding-top:1.25rem
    }
}

.footer-nav > li {
    padding-bottom: 1.25rem;
    display:inline-block
}

@media all and (min-width: 1023px) and(max-width: 1200px) {
    .footer-nav > li.col-6 {
        flex: 0 0 18.75%;
        max-width:18.75%
    }
}

@media (min-width: 1024px) {
    .footer-nav > li:first-child {
        border-left: 0 none;
        padding-left:.25rem
    }
}

@media (min-width: 1024px) {
    .footer-nav > li {
        border-left: 2px solid #e6e6e6;
        padding-bottom: 0;
        padding-top: 2rem;
        padding-left: 0;
        padding-right:0
    }
}

@media (min-width: 1024px) {
    .footer-nav > li .heading-6 {
        margin-left: 13.8333333333%;
        margin-right:13.8333333333%
    }
}

.footer-nav > li .f-links {
    width: 100%;
    margin-top:.1875rem
}

@media (min-width: 1024px) {
    .footer-nav > li .f-links {
        margin-left: 13.8333333333%;
        margin-right: 13.8333333333%;
        width:auto
    }
}

li.social-media-icons {
    border-left:2px solid #e6e6e6
}

@media (max-width: 1023.98px) {
    li.social-media-icons {
        border-left: none;
        border-top:2px solid #e6e6e6
    }
}

li.social-media-icons > ul {
    margin-top:1.25rem
}

@media (min-width: 1024px) {
    li.social-media-icons > ul {
        justify-content:center
    }
}

@media (max-width: 1023.98px) {
    li.social-media-icons li {
        max-width:2.5rem
    }
}

@media (min-width: 1024px) {
    li.social-media-icons li {
        text-align:center
    }
}

@media (max-width: 1023.98px) {
    li.social-media-icons li ul {
        display:flex
    }
}

@media (min-width: 1024px) {
    li.social-media-icons li ul {
        margin-left: 2rem;
        padding-top:2rem
    }
}

.c-footer-nav {
    display: block;
    margin-right:1rem
}

.c-footer-nav__list {
    display: flex;
    flex-direction:column
}

@media all and (min-width: 24em) {
    .c-footer-nav__list {
        flex-direction:row
    }
}

.c-footer-nav__item {
    width:50%
}

@media all and (min-width: 24em) {
    .c-footer-nav__item {
        width:inherit
    }
}

.c-footer-nav__link {
    font-weight: 700;
    display: block;
    padding: 1rem 2rem 1rem 0;
    color:#fff
}

.c-search-form {
    display:none
}

.c-search-form--is-active {
    display: block;
    position: absolute;
    top: 67px;
    right: 2px;
    width: 100%;
    padding: 1em;
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .2);
    background: #fff;
    z-index:1
}

@media all and (min-width: 29.75em) {
    .c-search-form {
        display:block
    }
}

.c-search-form__input {
    padding:.5rem
}

.formfield {
    position:relative
}

.input-with-button {
    position:relative
}

.rya-form {
    display: block;
    flex-wrap:nowrap
}

.rya-form .rya-field__label {
    font-family:Poppins-Medium, sans-serif
}

.rya-form .show-password {
    font-family: Poppins-SemiBold, sans-serif;
    display: inline-block;
    position: absolute;
    font-size: .75rem;
    line-height: 1.1666666667;
    top: .4375rem;
    right: 0;
    letter-spacing: .01875rem;
    border-radius: .125rem;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    padding-left: .5625rem;
    padding-right:.5625rem
}

.rya-form .anchor {
    display: block;
    margin-left: auto;
    text-align:right
}

.rya-form .anchor a {
    border-bottom:1px solid
}

.rya-form .intro-text {
    color: #4b4b4b;
    line-height:1.25
}

.rya-form .required-mark {
    color: #b00c0f;
    padding-left:.25rem
}

.rya-form .intro-description {
    font-family: Poppins-Light, sans-serif;
    margin-top: .625rem;
    margin-bottom:.9375rem
}

@media (min-width: 1024px) {
    .rya-form .intro-description {
        margin-top: .9375rem;
        margin-bottom:1.875rem
    }
}

.rya-form .rya-field__note {
    font-family:Poppins-Light, sans-serif
}

.rya-form .rya-form-field {
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .rya-form .rya-form-field {
        flex: 0 0 60%;
        max-width: 60%;
        padding:0
    }
}

.rya-form .rya-form-field input {
    margin-top:.3125rem
}

.rya-form input {
    font-family: Poppins-Light, sans-serif;
    color:#454545
}

.newsletter-subscribe .moosend-subscription-form .rya-form .moosend-designer-button[type=submit], .rya-form .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .rya-form .rya-primary-btn {
    font-family: Poppins-Medium, sans-serif;
    padding-left: 1.25rem;
    padding-right:1.25rem
}

button:disabled, input:disabled {
    cursor: default;
    pointer-events: none;
    opacity:1
}

input:disabled {
    color:#000
}

.server-error-msg p {
    display: inline-block;
    color: #fff;
    background: #b00c0f;
    font-family: Poppins-Regular, sans-serif;
    font-size: .75rem;
    letter-spacing: .3px;
    padding: .3125rem;
    margin-bottom:.4375rem
}

.validation-summary-errors {
    width: 100%;
    position: relative;
    clear:both
}

.validation-summary-errors ul {
    list-style:none
}

.validation-summary-errors:after, .validation-summary-errors:before {
    content: " ";
    display:table
}

.validation-summary-errors:after {
    clear:both
}

.validation-summary-errors li {
    color: #fff;
    background: #b00c0f;
    clear: both;
    float: left;
    font-family: Poppins-Regular, sans-serif;
    font-size: .75rem;
    letter-spacing: .3px;
    padding: .3125rem;
    margin-bottom:.4375rem
}

.validation-summary-errors span {
    display:inline-block
}

.validation-summary-errors a {
    color: #fff;
    text-decoration: underline;
    text-underline-position: below;
    text-underline-position:under
}

.alert-message {
    background-color: #0276b5;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    text-align:center
}

@media (min-width: 1024px) {
    .alert-message {
        padding-top: 1.5625rem;
        padding-bottom:1.5625rem
    }
}

.alert-message p {
    margin: 0;
    color: #fff;
    font-family: Poppins-Medium, sans-serif;
    letter-spacing:.4px
}

.registeration-container .button-block {
    display: flex;
    max-width: 100%;
    flex:0 0 100%
}

.registeration-container .button-block .loader-container {
    display: flex;
    align-items: center;
    margin-left:5.3%
}

.registeration-container .show-password {
    top:1rem
}

.register-option-form .button-block .loader-container {
    margin-left:1.25rem
}

.autocomplete-wrapper {
    position:relative
}

.autocomplete-wrapper i {
    position: absolute;
    top: auto;
    margin-top: 1.5rem;
    right: .625rem;
    cursor:pointer
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding-top: .3125rem;
    padding-right: 0;
    padding-bottom: .3125rem;
    padding-left: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid #d0d0d0;
    font-size: .875rem;
    text-align: left;
    background-clip: padding-box;
    max-height: 7rem;
    overflow-y: auto;
    overflow-x:hidden
}

.ui-autocomplete > li > div {
    padding-top: .1875rem;
    padding-right: 1.25rem;
    padding-bottom: .1875rem;
    padding-left: .5rem;
    clear:both
}

.ui-autocomplete .ui-state-active, .ui-autocomplete .ui-state-focus, .ui-autocomplete .ui-state-hover {
    text-decoration: none;
    color: #000;
    background-color: #e6e6e6;
    cursor:pointer
}

.ui-helper-hidden-accessible {
    display: none;
    border: 0;
    clip: rect(0 0 0 0);
    height: .0625rem;
    margin: -.0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width:.0625rem
}

.personal-container .loader-container, .reset-container .loader-container {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding-left:5%
}

@media all and (min-width: 1023px) and(max-width: 1200px) {
    .profile-container {
        padding-left: 1.25rem;
        padding-right:1.25rem
    }
}

@media (min-width: 1024px) {
    .profile-container .button-block:nth-of-type(even) {
        margin-left:0
    }
}

.profile-container .line-separator {
    margin-top: 1.25rem;
    margin-bottom:2.5rem
}

@media (min-width: 1024px) {
    .profile-container .line-separator {
        margin-top: 3.75rem;
        margin-bottom:5rem
    }
}

.profile-container .hide-intro-text {
    display:none
}

.profile-container .change-password {
    padding-top:1.25rem
}

.profile-container .change-password .change-your-pass {
    text-decoration: underline;
    font-size:initial
}

@media (max-width: 1023.98px) {
    .profile-container .change-password .change-your-pass {
        font-size:inherit
    }
}

.rya-matching-information .rya-field__label {
    padding-bottom:.9375rem
}

@media (min-width: 1024px) {
    .rya-matching-information .rya-field__label {
        padding-bottom:2.5rem
    }
}

.rya-matching-information .formfield-spacer {
    margin-top: 1rem;
    margin-bottom:1rem
}

@media (max-width: 1023.98px) {
    .rya-matching-information .accept-btn {
        order:2
    }
}

@media (max-width: 1023.98px) {
    .rya-matching-information .col-9 {
        flex: 0 0 100%;
        max-width:100%
    }
}

@media (max-width: 1023.98px) {
    .rya-matching-information .center-name, .rya-matching-information .club-name {
        flex: 0 0 75%;
        max-width:0 0 75%
    }
}

.rya-matching-information .club-info {
    margin-top: 2.5rem;
    margin-bottom:2.5rem
}

.personal-container .loader-container {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding-left:5%
}

@media (max-width: 1023.98px) {
    .edit-address .or-seperator {
        margin-bottom:.9375rem
    }
}

.c-help-text {
    font-family: Poppins-Light, sans-serif;
    font-size:.75rem
}

.tingle-modal .edit-address {
    margin-top: 0;
    margin-bottom:0
}

@media (min-width: 1024px) {
    .tingle-modal a {
        font-size:1rem
    }
}

form.disable button, form.disable i, form.disable input, form.disable span.show-password {
    pointer-events:none
}

form.disable button {
    display:none
}

.account-matching-page .show-password {
    top:.9375rem
}

.rya-field .rya-field__label {
    font-size: 1rem;
    letter-spacing:.4px
}

.rya-field input, .rya-field textarea {
    margin-top:.9375rem
}

.rya-field .rya-field__note {
    font-size: .75rem;
    font-weight:400
}

.rya-field .rya-field__note a {
    text-decoration:underline
}

@media (max-width: 1023.98px) {
    .header-bar {
        padding:0 20px
    }
}

.header-bar .h-divider {
    position: absolute;
    left: 0;
    right:0
}

@media (min-width: 1024px) {
    .header-container {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 6fr minmax(440px, 2fr) minmax(235px, 1fr);
        -ms-grid-columns: 6fr minmax(440px, 2fr) minmax(220px, 1fr);
        padding-bottom:1.5rem
    }
}

@media (max-width: 1023.98px) {
    .header-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-right: -3.5px;
        margin-left: -3.5px;
        padding-bottom:.8125rem
    }
}

.header-container .header-logo {
    order: 1;
    padding-top: 1.875rem;
    grid-column: 1;
    -ms-grid-column:1
}

@media (max-width: 1023.98px) {
    .header-container .header-logo {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        padding-top:1.25rem
    }
}

.search-container {
    order: 3;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top:12px
}

@media (max-width: 1023.98px) {
    .search-container {
        padding-right:0
    }
}

@media (min-width: 1024px) {
    .search-container {
        display: flex;
        padding-top: 0;
        border-right: none;
        order: 2;
        grid-column: 2;
        -ms-grid-column: 2;
        margin-top:1rem
    }
}

.search-container .search-div {
    padding-right: 0;
    width: 90%;
    position:relative
}

.search-container .search-div button {
    right: .75rem;
    top: 0;
    position: absolute;
    background: #f6f6f6;
    border: none;
    color: #0276b5;
    font-size: 1.15625rem;
    padding-bottom:0
}

.search-container .c-search-form {
    display: flex;
    align-items: center;
    width:100%
}

.search-container .c-search-form__input {
    background-color: #f6f6f6;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-radius: 0;
    width:100%
}

.search-container .c-search-form__label {
    color: #000;
    font-weight: 400;
    font-family: Poppins-Light, sans-serif;
    font-size: .75rem;
    letter-spacing: .6px;
    padding-right:1rem
}

@media (min-width: 1024px) {
    .search-container .c-search-form__label {
        font-size: 1rem;
        letter-spacing:.4px
    }
}

.header-login {
    display: flex;
    justify-content: flex-end;
    max-height:2.625rem
}

@media (max-width: 1023.98px) {
    .header-login {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        order:2
    }
}

@media (min-width: 1024px) {
    .header-login {
        order: 3;
        max-height: 4.063rem;
        grid-column: 3;
        -ms-grid-column:3
    }
}

.header-login .top-link {
    border-left: 2px solid #e6e6e6;
    padding: 0 1rem;
    display: flex;
    align-items:center
}

@media (min-width: 1024px) {
    .header-login .top-link {
        padding:0 1.0625rem
    }
}

@media (max-width: 1023.98px) {
    .header-login .top-link .basket {
        border-left:2px solid #e6e6e6
    }
}

.header-login .top-link .cart {
    display:none
}

.header-login .top-link .cart-link {
    margin-top:-1.5625rem
}

@media (max-width: 1023.98px) {
    .header-login .top-link .cart-link {
        margin-top:1.375rem
    }
}

.header-login .top-link .icon-basket {
    padding-right: 10px;
    color: #0276b5;
    position:relative
}

@media (min-width: 1024px) {
    .header-login .top-link .icon-basket {
        top:.875rem
    }
}

.header-login .top-link .icon-basket .cart-count {
    display: none;
    background-color: #b00c0f;
    text-align: center;
    font-family: Poppins-Medium, sans-serif;
    font-style: normal;
    height: .8125rem;
    width: .8125rem;
    font-size: .5rem;
    line-height: 1.75;
    font-size: .5rem;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: -.3125rem;
    right:.3125rem
}

@media (max-width: 1023.98px) {
    .header-login .top-link .icon-basket .cart-count {
        right:-.3125rem
    }
}

@media (max-width: 1023.98px) {
    .header-login .top-link .icon-basket {
        font-size: 1rem;
        padding-right: 0;
        cursor:pointer
    }

    .header-login .top-link .basket-link {
        display:none
    }
}

@media (max-width: 1023.98px) {
    .header-login .top-link.myrya {
        padding:0 .75rem
    }

    .header-login .top-link.myrya a {
        padding-top:1.25rem
    }
}

.header-login .top-link .my-rya-icon {
    display:none
}

.header-login .top-link a {
    color: #000;
    font-family: Poppins-Light, sans-serif;
    font-size: .75rem;
    letter-spacing:.6px
}

@media (min-width: 1024px) {
    .header-login .top-link a {
        font-size: 1rem;
        letter-spacing: .4px;
        position: relative;
        top:.75rem
    }
}

.header-login .top-link .login-avatar {
    vertical-align:middle
}

@media (max-width: 1023.98px) {
    .header-login .top-link .login-avatar {
        display:block
    }
}

.header-login .hamburger-icon {
    padding: 1.25rem 0 0 1.25rem;
    display: flex;
    align-items: center;
    border-left: 2px solid #e6e6e6;
    color: #0276b5;
    cursor:pointer
}

@media (min-width: 1024px) {
    .header-login .hamburger-icon {
        display: none;
        padding:0 1rem
    }
}

.header-login .cross, .header-login .expand-nav {
    display: block;
    height: 1.25rem;
    width:1.25rem
}

@media (min-width: 1024px) {
    .header-login .cross, .header-login .expand-nav {
        display:none
    }
}

@media (max-width: 1023.98px) {
    .header-login .cross {
        display:none
    }
}

.c-logo {
    display: block;
    max-width:4.375rem
}

@media (min-width: 1024px) {
    .c-logo {
        max-width: 12em;
        margin:0 auto
    }
}

.c-logo-link {
    display:inline-block
}

@media (min-width: 1024px) {
    .c-logo-link {
        padding:0 2.1875rem
    }
}

ul.bullet-list {
    list-style:none
}

ul.bullet-list li {
    display: flex;
    align-items: flex-end;
    color: #000;
    letter-spacing: .025rem;
    font-size: .75rem;
    line-height: 1.5;
    font-family:Poppins-Light, sans-serif
}

@media (min-width: 1024px) {
    ul.bullet-list li {
        font-size: 1rem;
        line-height:1.4375
    }
}

ul.bullet-list li span {
    padding-top:.4375rem
}

ul.bullet-list li::before {
    content: "•";
    font-size: 1.53125rem;
    margin-right: .8125rem;
    color: #0276b5;
    display:inline-block
}

.c-tile-list__item {
    width: 100%;
    margin-bottom: 1em;
    position:relative
}

.c-tile-list__item:nth-child(2n) {
    padding-right:0
}

@media all and (min-width: 55rem) {
    .c-tile-list__item {
        width: 50%;
        margin: 0;
        padding:0 1em 1em 0
    }
}

@media (max-width: 1023.98px) {
    .content-list {
        margin-top: 1.375rem;
        margin-bottom:2.8125rem
    }
}

@media (min-width: 1024px) {
    .content-list {
        margin-top:.9375rem
    }
}

.content-list .list-description {
    list-style: none;
    color: #0276b5;
    line-height: 2;
    display:flex
}

@media (max-width: 1023.98px) {
    .content-list .list-description {
        margin-bottom:.4375rem
    }
}

@media (min-width: 1024px) {
    .content-list .list-description {
        display:inline-block
    }

    .content-list .list-description:not(:first-child) {
        margin-left:.9375rem
    }
}

.content-list .list-description a {
    font-family: Poppins-SemiBold, sans-serif;
    text-decoration: underline;
    font-size: 1rem;
    line-height: 1.4375;
    padding-left: .625rem;
    letter-spacing:.025rem
}

.content-list .list-description .line {
    height: 2px;
    display: inline-block;
    width: 1.25rem;
    background-color:#e6e6e6
}

@media (max-width: 1023.98px) {
    .content-list .list-description .line {
        margin-top:.625rem
    }
}

@media (min-width: 1024px) {
    .content-list .list-description .line {
        vertical-align: middle;
        width:2.5rem
    }
}

.nav-container {
    display:none
}

@media (min-width: 1024px) {
    .nav-container {
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        padding:0
    }
}

@media (min-width: 1024px) {
    .nav-container .column-grid {
        max-width:100%
    }
}

.nav-container .column-grid .nav-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left:0
}

@media (min-width: 1024px) {
    .nav-container .h-divider {
        display:none
    }
}

.nav-container .moved-nav-item {
    display:none
}

@media all and (min-width: 1024px) and(max-width: 1440px) {
    .nav-container .move-item {
        display:none
    }

    .nav-container .moved-nav-item {
        display:block
    }
}

.nav-container .v-divider {
    display:none
}

@media (min-width: 1024px) {
    .nav-container .v-divider {
        border-left: 2px solid #e6e6e6;
        display: block;
        height: 50%;
        position: absolute;
        right: 0;
        margin-left: -.1875rem;
        top:25%
    }
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:flex-start
}

@media (max-width: 1023.98px) {
    .navbar {
        flex: 0 0 100%;
        max-width: 100%;
        position:static
    }
}

@media (min-width: 1024px) {
    .navbar {
        flex-flow: row nowrap;
        justify-content:space-between
    }
}

.navbar .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width:100%
}

@media (min-width: 1024px) {
    .navbar .navbar-nav {
        flex-direction: row;
        width:auto
    }
}

@media (min-width: 1024px) {
    .navbar .navbar-nav > .nav-item {
        position:static
    }
}

.navbar .navbar-nav > .nav-item--hide {
    display:none
}

@media (min-width: 1024px) {
    .navbar .navbar-nav > .nav-item .nav-item__divider {
        position: relative;
        display: block;
        height: 100%;
        margin: 0 -1.25rem;
        transform: translateY(-100%);
        z-index:-1
    }
}

.navbar .navbar-nav > .nav-item > .nav-link .more-arrow {
    display: inline-block;
    width:.95rem
}

.navbar .navbar-nav > .nav-item > .nav-link--active {
    color:#b00c0f
}

@media (max-width: 1023.98px) {
    .navbar .navbar-nav > .nav-item .nav-overlay, .navbar .navbar-nav > .nav-item .overlay {
        margin-bottom: 0;
        margin-left:0
    }

    .navbar .navbar-nav > .nav-item .nav-overlay .li_group:last-child .nav-item:last-child, .navbar .navbar-nav > .nav-item .overlay .li_group:last-child .nav-item:last-child {
        padding-bottom:0
    }
}

@media (min-width: 1024px) {
    .navbar .navbar-nav > .nav-item .nav-overlay, .navbar .navbar-nav > .nav-item .overlay {
        left: 0;
        margin-left: 0;
        min-width: auto;
        width:100%
    }
}

@media (min-width: 1024px) {
    .navbar .navbar-nav > .nav-item .nav-overlay .arrow, .navbar .navbar-nav > .nav-item .overlay .arrow {
        display:none
    }
}

@media (min-width: 1024px) {
    .navbar .navbar-nav > .nav-item:not(:last-child) .nav-overlay, .navbar .navbar-nav > .nav-item:not(:last-child) .overlay {
        margin-left:0
    }
}

@media (min-width: 1024px) {
    .navbar .navbar-nav > .nav-item:not(:last-child) .nav-overlay .arrow, .navbar .navbar-nav > .nav-item:not(:last-child) .overlay .arrow {
        display:none
    }
}

@media (max-width: 1023.98px) {
    .navbar .navbar-nav > .nav-item:not(:last-child) .nav-overlay {
        margin-bottom: 0;
        margin-left:0
    }

    .navbar .navbar-nav > .nav-item:not(:last-child) .nav-overlay .nav-item:last-child {
        padding-bottom:0
    }
}

.navbar .navbar-nav > .nav-item:last-child {
    position:inherit
}

@media (max-width: 1023.98px) {
    .navbar .navbar-nav > .nav-item:last-child {
        margin-bottom:.9375rem
    }
}

.navbar .navbar-nav > .nav-item:last-child .nav-link {
    border-bottom:2px solid transparent
}

@media (max-width: 1023.98px) {
    .navbar .navbar-nav > .nav-item:last-child .nav-overlay, .navbar .navbar-nav > .nav-item:last-child .overlay {
        margin-bottom:-2.25rem
    }
}

@media (max-width: 1023.98px) {
    .navbar .nav-item {
        padding-bottom: 1.3125rem;
        display: flex;
        flex-direction: column;
        justify-content:center
    }

    .navbar .nav-item .moved-nav-item {
        display:none
    }

    .navbar .nav-item:first-child {
        padding-top:1.875rem
    }
}

@media (min-width: 1024px) {
    .navbar .nav-item {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        position:relative
    }
}

.navbar .nav-link {
    color:#000
}

@media (max-width: 1023.98px) {
    .navbar .nav-link {
        font-family: Poppins-Medium, sans-serif;
        font-size: 1.5rem;
        letter-spacing: .0625rem;
        display: flex;
        align-items: center;
        margin-left:8.3333333333%
    }

    .navbar .nav-link:hover:after {
        content: "";
        position: absolute;
        left: 0;
        border: 2px #b00c0f solid;
        width: 12%;
        margin-left: -5%;
        display: flex;
        align-self: end;
        margin-top:.9375rem
    }
}

@media (min-width: 1024px) {
    .navbar .nav-link {
        font-family: Poppins-Light, sans-serif;
        font-size: 1rem;
        letter-spacing: .025rem;
        display: block;
        margin-top: 1.75rem;
        padding-bottom: 1.6875rem;
        max-width: 16.25rem;
        max-height: 3.125rem;
        overflow: hidden;
        word-break:break-word
    }
}

.navbar .nav-link .more-arrow {
    font-size: .5rem;
    margin-left:.4375rem
}

@media (max-width: 1023.98px) {
    .navbar .nav-link .more-arrow {
        margin-top:.25rem
    }
}

.navbar .nav-link .icon-dropup-arrow, .navbar .nav-link .navbar-nav > .nav-item > .nav-link--active .more-arrow, .navbar .navbar-nav > .nav-item > .nav-link--active .nav-link .more-arrow {
    font-size: .4375rem;
    margin-left:.375rem
}

@media (min-width: 1024px) {
    .navbar .nav-link .icon-dropup-arrow, .navbar .nav-link .navbar-nav > .nav-item > .nav-link--active .more-arrow, .navbar .navbar-nav > .nav-item > .nav-link--active .nav-link .more-arrow {
        position: relative;
        top:-2px
    }
}

@media (max-width: 1023.98px) {
    .navbar .nav-link .icon-dropup-arrow, .navbar .nav-link .navbar-nav > .nav-item > .nav-link--active .more-arrow, .navbar .navbar-nav > .nav-item > .nav-link--active .nav-link .more-arrow {
        margin-top:.25rem
    }
}

.navbar .more-link {
    letter-spacing:.05rem
}

.navbar .more-link:hover {
    border-bottom-color:transparent
}

@media (max-width: 1023.98px) {
    .navbar .more-link .nav-link {
        color: #4b4b4b;
        font-size: 1rem;
        letter-spacing: .05rem;
        line-height:20px
    }

    .navbar .more-link .nav-link:hover:after {
        display:none
    }
}

.navbar .nav-more-link .nav-item:first-child {
    padding-top:1.25rem
}

@media (min-width: 1024px) {
    .navbar .nav-more-link .nav-item:first-child {
        padding-top:2.25rem
    }
}

.navbar .d-more-link .v-divider, .navbar .nav-more-link .v-divider {
    display:none
}

.navbar .d-more-link .nav-item, .navbar .nav-more-link .nav-item {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 1.3125rem;
    padding-left:2.25rem
}

@media (max-width: 1023.98px) {
    .navbar .d-more-link .nav-item, .navbar .nav-more-link .nav-item {
        padding-left: 0;
        margin-left:8.3333333333%
    }
}

@media (min-width: 1024px) {
    .navbar .d-more-link .nav-link, .navbar .nav-more-link .nav-link {
        padding: 0;
        border: 0 none;
        display:inline
    }
}

@media (max-width: 1023.98px) {
    .navbar .d-more-link li.li_group, .navbar .nav-more-link li.li_group {
        flex: 0 0 100%;
        max-width:100%
    }
}

@media (max-width: 1023.98px) {
    .navbar .d-more-link li.li_group:first-child ul, .navbar .nav-more-link li.li_group:first-child ul {
        padding-top:1.25rem
    }
}

@media (min-width: 1024px) {
    .navbar .d-more-link li.li_group ul, .navbar .nav-more-link li.li_group ul {
        padding-top: 2.25rem;
        padding-bottom:1.25rem
    }
}

@media (max-width: 1023.98px) {
    .nav-left {
        display: flex;
        flex-wrap: wrap;
        margin-right: -3.5px;
        margin-left: -3.5px;
        position:relative
    }
}

@media (max-width: 1023.98px) {
    .nav-right {
        display: flex;
        flex-wrap: wrap;
        margin-right: -3.5px;
        margin-left: -3.5px;
        border-top: 2px #e6e6e6 solid;
        border-bottom: 2px #e6e6e6 solid;
        margin-left: -1.5rem;
        margin-right: -1.4375rem;
        width:unset
    }
}

@media (min-width: 1024px) {
    .nav-right {
        display: flex;
        position: absolute;
        right: 0;
        top: 0;
        bottom:0
    }
}

@media (max-width: 1023.98px) {
    .nav-right .h-divider {
        display: block;
        position: absolute;
        left: -20px;
        top: -4px;
        right:0
    }
}

@media (min-width: 1024px) {
    .nav-right .h-divider {
        display:none
    }
}

@media (max-width: 1023.98px) {
    .nav-right > .h-divider {
        display:none
    }
}

.nav-right .links {
    align-items: center;
    display: flex;
    padding-left: .875rem;
    padding-right:.875rem
}

@media (max-width: 1023.98px) {
    .nav-right .links {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 50%;
        max-width: 50%;
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
        padding-left: 0;
        padding-right: 0;
        color: #0276b5;
        text-align:center
    }
}

.nav-right .links a {
    color: #000;
    font-family: Poppins-Light, sans-serif;
    font-size: 1rem;
    letter-spacing: .025rem;
    text-align:center
}

@media (max-width: 1023.98px) {
    .nav-right .links a {
        font-family: Poppins-Medium, sans-serif;
        font-size: 1rem;
        width:100%
    }
}

.nav-right .join-now {
    color: #fff;
    font-family: Poppins-Medium, sans-serif;
    font-size: 1rem;
    letter-spacing: .025rem;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    justify-content: center;
    background-color:#b00c0f
}

@media (max-width: 1023.98px) {
    .nav-right .join-now {
        position: absolute;
        right:-1.1875rem
    }
}

.nav-right .membership {
    position:relative
}

@media (max-width: 1023.98px) {
    .nav-right .membership a {
        color:#0276b5
    }
}

@media (min-width: 1024px) {
    .nav-right .membership span {
        vertical-align:text-bottom
    }
}

.nav-right .membership .icon-membership {
    color: #0276b5;
    padding-right: .625rem;
    padding-top:.3125rem
}

@media (max-width: 1023.98px) {
    .nav-right .membership .icon-membership {
        display:none
    }
}

.nav-right .membership .v-divider {
    display: none;
    width:1%
}

@media (min-width: 1024px) {
    .nav-right .membership .v-divider {
        top: 0;
        left: 0;
        height: 75%;
        display:block
    }
}

.nav-overlay, .overlay {
    display: none;
    z-index: 9;
    background-color:#fff
}

@media (max-width: 1023.98px) {
    .nav-overlay, .overlay {
        margin-bottom: -2.25rem;
        margin-left:0
    }
}

@media (min-width: 1024px) {
    .nav-overlay, .overlay {
        position: absolute;
        box-shadow: 2px -12px 39px -21px rgba(0, 0, 0, .32);
        margin-left: -1.5625rem;
        min-width:18.625rem
    }
}

@media (min-width: 1024px) {
    .nav-overlay .d-more-link, .overlay .d-more-link {
        display:flex
    }
}

.nav-overlay .arrow, .overlay .arrow {
    display:none
}

@media (min-width: 1024px) {
    .nav-overlay .arrow, .overlay .arrow {
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 13px 13px 13px;
        border-color: transparent transparent #fff transparent;
        top: -9px;
        left:44%
    }

    .nav-overlay .arrow:after, .overlay .arrow:after {
        content: "";
        left: -11px;
        top:-4px
    }
}

.nav-overlay .overlayContent .alert a, .overlay .overlayContent .alert a {
    color: #fff;
    font-size: 1rem;
    font-family: Poppins-Regular, sans-serif;
    margin-left:.3125rem
}

@media (max-width: 1023.98px) {
    .nav-overlay .overlayContent .alert, .overlay .overlayContent .alert {
        display: flex;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        width: unset;
        margin-top:1.25rem
    }

    .nav-overlay .overlayContent .icon, .overlay .overlayContent .icon {
        display:none
    }
}

@media (min-width: 1024px) {
    .overlay {
        margin-left: -14.1875rem;
        min-width:32.75rem
    }
}

@media (min-width: 1024px) {
    .overlay .d-more-link > li:last-child {
        padding-right:3.125rem
    }
}

.pagination {
    overflow:hidden
}

.pagination li {
    float: left;
    border-right:1px solid #e9e9e9
}

.pagination li:last-child {
    border:0
}

.pagination a {
    padding:1em
}

.c-page-header__title {
    padding: 1rem 0 .5rem;
    position: relative;
    color:#f6f6f6
}

.c-page-header__title:after {
    content: "";
    display: block;
    position: absolute;
    width: 3rem;
    height: .5rem;
    bottom: 0;
    background:#4b4b4b
}

.c-section {
    position: relative;
    margin:0 0 2em
}

@media all and (min-width: 39.8em) {
    .l-sidebar .c-section {
        margin-right: 2em;
        width:50%
    }

    .l-sidebar .c-section:last-child {
        margin-right:0
    }
}

@media all and (min-width: 50em) {
    .l-sidebar .c-section {
        width: 100%;
        margin-right:0
    }
}

.c-section__title {
    position: relative;
    color: #f6f6f6;
    margin-bottom:1.5rem
}

.c-section__title:after {
    content: "";
    display: block;
    position: absolute;
    width: 2rem;
    height: .3rem;
    top: 30px;
    left: 1px;
    background:#4b4b4b
}

.c-tile-grid__inner {
    display: flex;
    flex-direction:column
}

@media all and (min-width: 46.8em) {
    .c-tile-grid__inner {
        flex-direction:row
    }
}

.c-tile-grid__primary {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom:1rem
}

@media all and (min-width: 46.8em) {
    .c-tile-grid__primary {
        width:50%
    }
}

@media all and (min-width: 55rem) {
    .c-tile-grid__primary {
        width:30%
    }
}

.c-tile-grid__secondary {
    flex:1
}

@media all and (min-width: 46.8em) {
    .c-tile-grid__secondary {
        padding:0 0 0 1em
    }
}

.text a {
    text-decoration:underline
}

.text ul {
    list-style: disc;
    margin:0 0 1em 1.2em
}

.text ul ul {
    margin-bottom:0
}

.text ol {
    list-style: decimal;
    margin:0 0 1em 1.5em
}

.text ol ol {
    margin-bottom:0
}

.s-text-passage {
    margin-bottom:1rem
}

.c-text-passage__img {
    border-radius: 5px;
    margin-bottom:1rem
}

.no-of-result {
    font-family: Poppins-Medium, sans-serif;
    letter-spacing: .05rem;
    text-align: center;
    margin-top: 1.5625rem;
    margin-bottom:1.5625rem
}

@media (min-width: 1024px) {
    .no-of-result {
        letter-spacing: .046875rem;
        margin-top: 2.375rem;
        margin-bottom:1.25rem
    }
}

.no-of-result .result-container {
    color:#0276b5
}

.no-of-result .filter-name, .no-of-result .search-name {
    color: #0276b5;
    vertical-align:bottom
}

.c-box {
    border-radius: 5px;
    padding: 2rem;
    align-self: center;
    justify-content: center;
    max-width: 32em;
    margin:2rem auto
}

.c-box__header {
    text-align: center;
    margin-bottom:2rem
}

.border {
    border-style: solid;
    border-width: 10px;
    border-color:#b00c0f #0276b5 #b00c0f #0276b5
}

@media (min-width: 1024px) {
    .border {
        border-width:13px
    }
}

.css-border-arrow {
    width: 0;
    height:0
}

.top {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color:transparent
}

.bottom {
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color:transparent
}

.transparent-arrow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 13px;
    background-color:#fff
}

.transparent-arrow:after, .transparent-arrow:before {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 50%;
    box-sizing:border-box
}

.transparent-arrow:before {
    right: 50%;
    border-bottom: 13px solid #fff;
    border-right:13px solid transparent
}

.transparent-arrow:after {
    left: 50%;
    border-bottom: 13px solid #fff;
    border-left:13px solid transparent
}

.card-block {
    background-color: #f6f6f6;
    margin-bottom:.625rem
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .card-block {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-left: 3.5px;
        margin-right: 3.5px;
        flex: 0 0 45.8333333333%;
        max-width:45.8333333333%
    }

    .card-block.white-card-block {
        flex: 0 0 47.9166666667%;
        max-width:47.9166666667%
    }

    .card-block.white-card-block .card {
        padding-left: 1.25rem;
        padding-right:1.25rem
    }

    .card-block:not(.white-card-block) {
        padding-bottom:3.75rem
    }

    .card-block:not(.white-card-block) .card-footer {
        position: absolute;
        left: 30px;
        right: 30px;
        width: calc(100% - 60px);
        bottom:30px
    }
}

@media (min-width: 1024px) {
    .card-block {
        padding: 0;
        margin-left: 5px;
        margin-right: 5px;
        max-width: 32.25%;
        flex: 0 0 32.25%;
        transition-duration:.5s
    }

    .card-block:not(.white-card-block) {
        padding-bottom:3.75rem
    }

    .card-block:not(.white-card-block) .card-footer {
        position: absolute;
        left: 30px;
        right: 30px;
        width: calc(100% - 60px);
        bottom:30px
    }
}

@media (min-width: 1024px) {
    .col-d-16 .card-block {
        max-width: 48.5%;
        flex:0 0 48.5%
    }
}

.white-card-block {
    background-color:#fff
}

@media (min-width: 1024px) {
    .white-card-block {
        max-width: 32.5%;
        flex:0 0 32.5%
    }
}

@media all and (min-width: 1023px) and(max-width: 1200px) {
    .white-card-block {
        max-width: 32.25%;
        flex:0 0 32.25%
    }
}

@media (max-width: 1023.98px) {
    .white-card-block .card {
        padding-left: 0;
        padding-right:0
    }
}

.card {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    word-wrap: break-word;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom:1.25rem
}

@media (min-width: 1024px) {
    .card {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        padding-bottom:1.875rem
    }
}

.card .shadow {
    position: absolute;
    bottom: 2rem;
    box-shadow: 0 32px 33px 0 rgba(0, 0, 0, .75);
    left: 0;
    right: 0;
    height: .375rem;
    z-index: 1;
    display:none
}

.card .top {
    border-top-color:#fff
}

.card .card-body {
    flex: 1 1 auto;
    padding-top: 1rem;
    padding-bottom:1rem
}

.card .card-body p {
    line-height: 1.5;
    overflow:hidden
}

@media (min-width: 1024px) {
    .card .card-body p {
        font-size:1rem
    }
}

.card .card-header {
    margin-bottom: .3125rem;
    font-size: 1.125rem;
    line-height: 1.1944444444;
    letter-spacing: .92px;
    color: #000;
    font-family:Poppins-Medium, sans-serif
}

@media (min-width: 1024px) {
    .card .card-header {
        font-size: 1.5rem;
        line-height: 1.25;
        margin-top:.5rem
    }
}

.card .card-footer p {
    margin-bottom: 0;
    letter-spacing: .4px;
    font-size:.75rem
}

@media (min-width: 1024px) {
    .card .card-footer p {
        font-size:1rem
    }
}

.card .card-footer .date {
    font-family: Poppins-Medium, sans-serif;
    font-size: .75rem;
    margin-bottom: .625rem;
    letter-spacing: .3px;
    text-align: right;
    display: inline-block;
    width: 100%;
    vertical-align:sub
}

.card .is-guest-user {
    padding-top:.3125rem
}

@media (min-width: 1024px) {
    .card .is-guest-user {
        padding-top:.625rem
    }
}

.card .join-rya-link {
    display: inline-block;
    margin-top:.8125rem
}

@media (min-width: 1024px) {
    .card .join-rya-link {
        margin-top:1.625rem
    }
}

.card .join-rya-link a {
    color: #b00c0f;
    font-family: Poppins-Medium, sans-serif;
    font-size: .75rem;
    line-height: 1.25;
    border-bottom:.5px solid #b00c0f
}

@media (min-width: 1024px) {
    .card .join-rya-link a {
        font-size: 1rem;
        line-height:1.1875
    }
}

.card .join-rya-link a mark {
    color:inherit
}

.card .logo-box {
    max-width: 6.25rem;
    margin-top: 1rem;
    overflow:hidden
}

@media (min-width: 1024px) {
    .card .logo-box {
        max-width:9rem
    }
}

.card .logo-box img {
    max-height: 2.375rem;
    -o-object-fit: fill;
    object-fit:fill
}

@media (min-width: 1024px) {
    .card .logo-box img {
        max-height:3.375rem
    }
}

.based-on-interest-container {
    margin-bottom: 1.25rem;
    margin-top:1.25rem
}

.based-on-interest-container .linkcontainer {
    margin-bottom:3.75rem
}

.based-on-interest-container .breadcrumb-item {
    margin-bottom:.75rem
}

.based-on-interest-container .date {
    margin-top:.8125rem
}

.spotlight-wrapper {
    background-color: #d9d9d9;
    width: 28rem;
    padding-left:.8125rem
}

@media (min-width: 1024px) {
    .spotlight-wrapper {
        padding-left:2.5rem
    }
}

.spotlight-wrapper button {
    margin-top: 1.875rem;
    margin-bottom:.3125rem
}

.spotlight-wrapper div {
    margin-top: .625rem;
    margin-bottom:.625rem
}

.membership .testimonial-wrappper p {
    font-family: Poppins-Light, sans-serif;
    color: #000;
    letter-spacing: .025rem;
    padding-top: .3125rem;
    line-height:1.4375rem
}

@media screen and (min-width: 768px) {
    .membership .testimonial-wrappper p {
        max-width:23.9375rem
    }
}

.membership .testimonial-wrappper .testimonial-name {
    color: #0276b5;
    font-family: Poppins-Medium, sans-serif;
    letter-spacing:.0575rem
}

.membership .testimonial-wrappper .membership-level {
    margin-bottom: .3125rem;
    margin-top: .3125rem;
    letter-spacing: .046875rem;
    color: #4b4b4b;
    font-family:Poppins-Medium, sans-serif
}

.membership .testimonial-wrappper .icon {
    color:#b00c0f
}

.membership .quote-card {
    padding-top: 1.25rem;
    padding-bottom:1.25rem
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .membership .quote-card {
        display:flex
    }

    .membership .quote-card > div {
        position: relative;
        width: 100%;
        padding-right: 3.5px;
        padding-left: 3.5px;
        flex: 0 0 41.6666666667%;
        max-width:41.6666666667%
    }

    .membership .quote-card > div + div {
        margin-left:8.3333333333%
    }
}

@media (min-width: 1024px) {
    .membership .quote-card {
        display: flex;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        flex: 0 0 91.6666666667%;
        max-width:91.6666666667%
    }
}

@media (max-width: 1023.98px) {
    .membership .quote-card > div {
        margin-bottom:1.25rem
    }
}

.article-quote-card .testimonial-wrappper {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .article-quote-card .testimonial-wrappper {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        margin-left:12.5%
    }
}

.article-quote-card .quote-para {
    font-size: 1.125rem;
    line-height: 1.5;
    font-family: Poppins-Medium, sans-serif;
    font-style: italic;
    color: #4b4b4b;
    letter-spacing: .0625rem;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    margin-bottom:0
}

@media (min-width: 1024px) {
    .article-quote-card .quote-para {
        font-size: 2rem;
        line-height:1.2
    }
}

.article-quote-card .cite-quotes {
    border-bottom: 2px solid #e6e6e6;
    height:2.625rem
}

@media (min-width: 1024px) {
    .article-quote-card .cite-quotes {
        height:3.375rem
    }
}

.article-quote-card .quote-bottom {
    transform:rotate(180deg)
}

.article-quote-card .icon {
    color: #e6e6e6;
    font-size:1.95875rem
}

@media (min-width: 1024px) {
    .article-quote-card .icon {
        font-size:2.516875rem
    }
}

.f-column-grid {
    max-width: 1400px;
    margin:0 auto
}

@media (max-width: 1023.98px) {
    .f-column-grid {
        margin: 0 auto;
        max-width: 1200px;
        width: calc(100% - 20px);
        padding-left:20px
    }
}

.addr-list .addr-cta a {
    border-right: none;
    text-decoration:underline
}

.addr-list .addr-cta a:first-child {
    padding-right: .9375rem;
    margin-right: .9375rem;
    border-right:1px solid #000
}

.addr-list .addr-cta a:last-child {
    border-left: 1px solid #000;
    padding-left: .9375rem;
    margin-left: .9375rem;
    margin-right:0
}

.addr-list .addr-cta .edit-addr {
    padding: 0;
    margin:0
}

.course-search-result .card-block {
    padding-bottom: 0;
    margin-bottom:1rem
}

@media (max-width: 1023.98px) {
    .course-search-result .card-block {
        padding-left: 0;
        padding-right:0
    }
}

.course-list-wrapper {
    cursor: pointer;
    background-color:#f6f6f6
}

@media (min-width: 1024px) {
    .course-list-wrapper {
        height:calc(100% - 1rem)
    }
}

.course-list-wrapper .course-img {
    height:13.6875rem
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .course-list-wrapper .course-img {
        height:10rem
    }
}

.course-list-wrapper .course-info {
    background-color: #f6f6f6;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    padding-bottom: 1.875rem;
    letter-spacing:.0575rem
}

@media (min-width: 1024px) {
    .course-list-wrapper .course-info {
        height: calc(100% - 13.6875rem);
        transition-duration: .5s;
        padding-bottom:3.75rem
    }
}

.course-list-wrapper .course-info .course-name {
    margin-top: .9375rem;
    margin-bottom:.625rem
}

.course-list-wrapper .course-info span {
    font-weight:700
}

.course-list-wrapper .course-card-img {
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height:inherit
}

.course-list-wrapper img {
    max-height: 100%;
    max-width: none;
    width:100%
}

.course-list-wrapper .transparent-arrow {
    top: 210px;
    background-color:#f6f6f6
}

@media (min-width: 1024px) {
    .course-list-wrapper .transparent-arrow {
        width:100%
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .course-list-wrapper .transparent-arrow {
        margin-top: .4375rem;
        top: 201px;
        width:100%
    }
}

.course-list-wrapper .transparent-arrow::after {
    border-bottom: 13px solid #f6f6f6;
    width: 90%;
    left:10%
}

.course-list-wrapper .transparent-arrow::before {
    border-bottom: 13px solid #f6f6f6;
    right: 90.3%;
    width:10%
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color:transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding:0
}

.slick-list:focus {
    outline:0
}

.slick-list.dragging {
    cursor: pointer;
    cursor:hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform:translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right:auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display:table
}

.slick-track:after {
    clear:both
}

.slick-loading .slick-track {
    visibility:hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    margin-right: 7px;
    outline: 0;
    display:none
}

@media (min-width: 1024px) {
    .slick-slide {
        margin-right:10px
    }
}

[dir=rtl] .slick-slide {
    float:right
}

.slick-slide img {
    display:block
}

.slick-slide.slick-loading img {
    display:none
}

.slick-slide.dragging img {
    pointer-events:none
}

.slick-initialized .slick-slide {
    display:block
}

.slick-loading .slick-slide {
    visibility:hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border:1px solid transparent
}

.slick-arrow.slick-hidden {
    display:none
}

@font-face {
    font-family: slick;
    src: url(/Assets/RYA/fonts//Assets/RYA/fonts/slick.eot);
    src: url(/Assets/RYA/fonts//Assets/RYA/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/Assets/RYA/fonts//Assets/RYA/fonts/slick.woff) format("woff"), url(/Assets/RYA/fonts//Assets/RYA/fonts/slick.ttf) format("truetype"), url(/Assets/RYA/fonts//Assets/RYA/fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style:normal
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
    height: auto;
    padding:1.25rem
}

.slick-next:focus, .slick-prev:focus {
    outline: 0;
    background: 0 0;
    color:transparent
}

.slick-next:focus:before, .slick-prev:focus:before {
    opacity:1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity:0
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 1.875rem;
    line-height: 1;
    color: #000;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.slick-dotted.slick-slider {
    margin-bottom:30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width:100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor:pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: auto;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
    cursor:pointer
}

.slick-dots li button:focus {
    opacity:#0276b5
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: auto;
    height: auto;
    font-family: slick;
    font-size: .625rem;
    line-height: 20px;
    text-align: center;
    color: #0276b5;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0276b5;
    font-size:.78125rem
}

.slick-next {
    right: 0;
    z-index:9
}

[dir=rtl] .slick-next {
    left: -25px;
    right:auto
}

@media (max-width: 1023.98px) {
    .slick-next {
        right:.3125rem
    }
}

.slick-next:before {
    content: "→";
    line-height: 1;
    opacity: 1;
    width: 1.1875rem;
    height: 1.875rem;
    display:block
}

[dir=rtl] .slick-next:before {
    content: "←"
}

@media (max-width: 1023.98px) {
    .slick-next:before {
        line-height:1
    }
}

.slick-prev {
    left: 0;
    z-index:9
}

[dir=rtl] .slick-prev {
    left: auto;
    right:-25px
}

@media (max-width: 1023.98px) {
    .slick-prev {
        left:-1.25rem
    }
}

.slick-prev:before {
    content: "←";
    line-height: 1;
    opacity: 1;
    width: 1.1875rem;
    height: 1.875rem;
    display:block
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

@media (max-width: 1023.98px) {
    .slick-prev:before {
        line-height:1
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align:middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select:none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position:relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left:20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select:none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space:nowrap
}

.select2-container .select2-search--inline {
    float:left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding:0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance:none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index:1051
}

.select2-results {
    display:block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding:0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select:none
}

.select2-results__option[aria-selected] {
    cursor:pointer
}

.select2-container--open .select2-dropdown {
    left:0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius:0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius:0
}

.select2-search--dropdown {
    display: block;
    padding:4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing:border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance:none
}

.select2-search--dropdown.select2-search--hide {
    display:none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color:#fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width:1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius:4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height:28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight:700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color:#999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width:20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width:0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float:left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right:auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor:default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display:none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width:0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor:text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width:100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float:left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right:10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding:0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right:2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color:#333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float:right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right:auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right:auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline:0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor:default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display:none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius:0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius:0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border:1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance:textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y:auto
}

.select2-container--default .select2-results__option[role=group] {
    padding:0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color:#999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color:#ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left:1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left:0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left:2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left:3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left:4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left:5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left:6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color:#fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding:6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat:repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border:1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height:28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right:10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color:#999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat:repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width:0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float:left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right:auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border:1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border:none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width:0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat:repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat:repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline:0
}

.select2-container--classic .select2-selection--multiple:focus {
    border:1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding:0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display:none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding:0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right:2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color:#555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float:right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right:auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right:auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border:1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius:0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius:0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline:0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow:none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border:1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom:none
}

.select2-container--classic .select2-dropdown--below {
    border-top:none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y:auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding:0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color:grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color:#fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding:6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color:#5897fb
}

.banner-background {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    min-height:35rem
}

@media (min-width: 1024px) {
    .banner-background {
        min-height:45rem
    }
}

.banner-overlapping-wrapper {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    z-index: 3;
    position: relative;
    margin:0
}

@media (max-width: 1023.98px) {
    .banner-overlapping-wrapper {
        margin-top: 10%;
        margin-bottom:15%
    }
}

@media (min-width: 1024px) {
    .banner-overlapping-wrapper {
        margin-top: 9.8%;
        margin-bottom:5%
    }
}

.banner-overlapping-wrapper .transparent-arrow {
    display:none
}

@media (min-width: 1024px) {
    .banner-overlapping-wrapper .transparent-arrow {
        display:block
    }
}

.banner-overlapping-wrapper .border {
    position: absolute;
    left:49%
}

@media (max-width: 1023.98px) {
    .banner-overlapping-wrapper .heading-3 {
        margin-bottom:3.125rem
    }
}

.banner-overlapping-wrapper .welcome-msg {
    font-size: 1rem;
    line-height:1.4375
}

@media (max-width: 1023.98px) {
    .banner-overlapping-wrapper .welcome-msg {
        font-size: .75rem;
        line-height:1.5
    }
}

.banner-overlapping-wrapper .welcome-msg a {
    font-size: .75rem;
    color: #0276b5;
    border-bottom:1px solid #0276b5
}

@media (min-width: 1024px) {
    .banner-overlapping-wrapper .welcome-msg a {
        font-size:1rem
    }
}

.banner-overlapping-wrapper .icon-crown {
    position: absolute;
    font-size: 1.8125rem;
    color:#ccc
}

@media (max-width: 1023.98px) {
    .banner-overlapping-wrapper .icon-crown {
        bottom: -1.5625rem;
        left: 0;
        margin-left: -.125rem;
        padding-left: .3125rem;
        padding-right: .75rem;
        background: #fff;
        z-index:1
    }
}

@media (min-width: 1024px) {
    .banner-overlapping-wrapper .icon-crown {
        bottom: -4.125rem;
        right:-1.562rem
    }
}

.banner-overlapping-wrapper .banner-seperator {
    margin-top:1.75rem
}

@media (min-width: 1024px) {
    .banner-overlapping-wrapper .banner-seperator {
        margin-top: 4.375rem;
        margin-bottom: 6.263rem;
        padding-bottom: 5.8125rem;
        border-right:1px solid #d9d9d9
    }
}

@media (max-width: 1023.98px) {
    .banner-overlapping-wrapper .banner-seperator-mobile {
        border-top:1px solid #d9d9d9
    }
}

.banner-overlapping-wrapper .banner-heading {
    font-size: 3rem;
    font-family: Poppins-Medium, sans-serif;
    color: #000;
    letter-spacing: .063rem;
    margin-left:-.125rem
}

@media (max-width: 1023.98px) {
    .banner-overlapping-wrapper .banner-heading {
        display: block;
        font-size: 1.8125rem;
        margin-bottom:2.1875rem
    }
}

.banner-overlapping-wrapper input {
    border-radius: 0;
    padding:.5rem
}

.banner-overlapping-wrapper .horizontal-form {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 1.25rem;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .banner-overlapping-wrapper .horizontal-form {
        flex: 0 0 81.8181818182%;
        max-width:81.8181818182%
    }
}

.banner-overlapping-wrapper .banner-description {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    overflow:hidden
}

@media (max-width: 1023.98px) {
    .banner-overlapping-wrapper .banner-description {
        min-height:12.5rem
    }
}

@media (min-width: 1024px) {
    .banner-overlapping-wrapper .banner-description {
        margin-top: 4.375rem;
        margin-bottom:6.5625rem
    }
}

.banner-overlapping-wrapper .banner-description .para {
    font-size: 1.125rem;
    margin-bottom:.625rem
}

@media (min-width: 1024px) {
    .banner-overlapping-wrapper .banner-description .para {
        font-size: 1.75rem;
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        margin-bottom:1.25rem
    }
}

.banner-overlapping-wrapper .rya-field__note {
    margin-bottom:.625rem
}

.banner-overlapping-wrapper .account-cta {
    display: flex;
    margin-top:1.563rem
}

@media (max-width: 1023.98px) {
    .banner-overlapping-wrapper .account-cta {
        flex-wrap:wrap
    }
}

@media (max-width: 1023.98px) {
    .banner-overlapping-wrapper .account-cta button {
        margin-bottom:.8125rem
    }
}

@media (min-width: 1024px) {
    .banner-overlapping-wrapper .account-cta button {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }
}

.banner-overlapping-wrapper .account-cta .rya-secondary-btn {
    font-weight:700
}

@media (max-width: 1023.98px) {
    .banner-overlapping-wrapper .account-cta .rya-secondary-btn {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 40%;
        max-width: 40%;
        max-width:6.1875rem
    }
}

@media (min-width: 1024px) {
    .banner-overlapping-wrapper .account-cta .rya-secondary-btn {
        max-width: 6.5rem;
        margin-left:.625rem
    }
}

.banner-overlapping-wrapper .account-cta .or-seperator {
    text-align: center;
    margin:0 0 .5rem 0
}

@media (max-width: 1023.98px) {
    .banner-overlapping-wrapper .account-cta .or-seperator {
        margin-left: 1.125rem;
        margin-right:1.125rem
    }
}

@media (min-width: 1024px) {
    .banner-overlapping-wrapper .account-cta .or-seperator {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-left: .625rem;
        flex: 0 0 11.1111111111%;
        max-width:11.1111111111%
    }
}

@media (max-width: 1023.98px) {
    .banner-overlapping-wrapper .account-cta .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .banner-overlapping-wrapper .account-cta .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .banner-overlapping-wrapper .account-cta .moosend-designer-button[type=submit] {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 60%;
        max-width: 60%;
        max-width:8.75rem
    }
}

@media (min-width: 1024px) {
    .banner-overlapping-wrapper .account-cta .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .banner-overlapping-wrapper .account-cta .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .banner-overlapping-wrapper .account-cta .moosend-designer-button[type=submit] {
        margin-right: 0;
        max-width:8.75rem
    }
}

.banner-overlapping-wrapper .hero-banner-breadcrumb {
    margin-bottom:1.25rem
}

@media (min-width: 1024px) {
    .banner-overlapping-wrapper .hero-banner-breadcrumb {
        margin-bottom:1.875rem
    }
}

.banner-overlapping-wrapper .hero-banner-breadcrumb span {
    display: inline-block;
    text-transform: capitalize;
    color: #0276b5;
    font-size: .75rem;
    font-family: Poppins-Medium, sans-serif;
    border-bottom:1px solid #d0d0d0
}

.spotlight-component {
    margin-top: 1.375rem;
    margin-bottom:2.5rem
}

.spotlight-component .heading-1 {
    display:inline-block
}

.newsletter-subscribe .moosend-subscription-form .spotlight-component .moosend-designer-button[type=submit], .spotlight-component .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .spotlight-component .rya-primary-btn {
    display:inline-block
}

.spotlight-component .rya-breadcrumb-list {
    margin-top: 1.25rem;
    margin-bottom:1.25rem
}

.spotlight-component p {
    color: #4b4b4b;
    margin-top:.75rem
}

@media (min-width: 1024px) {
    .spotlight-component p {
        font-size:1.75rem
    }
}

.spotlight-component .rya-breadcrumb + p {
    margin-top:0
}

.spotlight-component .rya-quaternary-btn {
    min-width: 8.75rem;
    text-align: center;
    display: inline-block;
    padding-left: 1.25rem;
    padding-right:1.25rem
}

.spotlight-component .rya-secondary-btn {
    text-align: center;
    display: inline-block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size:1rem
}

.membership h2, .our-impact h2, .programmes h2 {
    padding-bottom:1rem
}

.membership p, .our-impact p, .programmes p {
    padding-top:1rem
}

.bg-color {
    background-color:#f6f6f6
}

.bg-gray.section-spacer .spotlight-component, .bg-white.section-spacer .spotlight-component {
    padding-top:.75rem
}

@media (min-width: 1024px) {
    .bg-gray.section-spacer .spotlight-component, .bg-white.section-spacer .spotlight-component {
        padding-top:1.875rem
    }
}

.rya-breadcrumb-list li + li:before {
    content: ">";
    color: #0a3456;
    font-size: .8125rem;
    padding-left: .25rem;
    padding-right:.25rem
}

.rya-breadcrumb-list li + li:before {
    vertical-align:inherit
}

@media (min-width: 1024px) {
    .rya-breadcrumb-list li + li:before {
        vertical-align:top
    }
}

.rya-breadcrumb-list .breadcrumb-item {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .75rem;
    font-family:Poppins-Medium, sans-serif
}

@media (min-width: 1024px) {
    .rya-breadcrumb-list .breadcrumb-item {
        max-width:20.8125rem
    }
}

.rya-breadcrumb-list .breadcrumb-item a {
    color:#0a3456
}

.rya-breadcrumb-list .breadcrumb-item li {
    display: inline;
    vertical-align:top
}

.rya-breadcrumb-list .breadcrumb-item li:first-child {
    max-width:10rem
}

@media (min-width: 1024px) {
    .rya-breadcrumb-list .breadcrumb-item li:first-child {
        max-width:10rem
    }
}

.rya-breadcrumb-list .breadcrumb-item li .anchor a {
    border-bottom: .5px solid #d0d0d0;
    display: inline-block;
    padding-bottom: .1875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width:8.4375rem
}

@media (max-width: 1023.98px) {
    .rya-breadcrumb-list .breadcrumb-item li .anchor a {
        max-width:7.5625rem
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .rya-breadcrumb-list .breadcrumb-item li .anchor a {
        max-width:6.25rem
    }
}

.rya-breadcrumb-list .breadcrumb-item li .anchor {
    display: inline-block;
    padding-bottom:1px
}

.rya-breadcrumb-list .breadcrumb-item li .breadcrumb-list {
    padding-right:0
}

@media all and (min-width: 1023px) and(max-width: 1200px) {
    .breadcrumb-spacing {
        padding-left:1.5625rem
    }
}

.events-top-heading, .news-top-heading {
    font-size: 1.8125rem;
    font-family: Poppins-Medium, sans-serif;
    letter-spacing:.0625rem
}

@media (min-width: 1024px) {
    .events-top-heading, .news-top-heading {
        font-size: 3rem;
        text-align:center
    }
}

.view-events, .view-news {
    font-size: .75rem;
    margin-bottom:2.1875rem
}

@media (min-width: 1024px) {
    .view-events, .view-news {
        margin-bottom: 4.0625rem;
        text-align:center
    }
}

.view-events a, .view-news a {
    font-family: Poppins-Medium, sans-serif;
    border-bottom:1px solid #e6e6e6
}

.latest-events-container .content-row, .latest-news-container .content-row, .smart-scroll-container .content-row {
    flex-direction:column-reverse
}

@media (min-width: 1024px) {
    .latest-events-container .content-row, .latest-news-container .content-row, .smart-scroll-container .content-row {
        flex-direction: row;
        margin-bottom:3.75rem
    }
}

.latest-events-container .spotlight-wrapper, .latest-news-container .spotlight-wrapper, .smart-scroll-container .spotlight-wrapper {
    background-color: #fff;
    width: auto;
    padding:0
}

.latest-events-container .spotlight-wrapper button, .latest-news-container .spotlight-wrapper button, .smart-scroll-container .spotlight-wrapper button {
    margin:0
}

.latest-events-container .spotlight-wrapper .heading-3, .latest-news-container .spotlight-wrapper .heading-3, .smart-scroll-container .spotlight-wrapper .heading-3 {
    font-family: Poppins-Medium, sans-serif;
    letter-spacing:.0525rem
}

@media (min-width: 1024px) {
    .latest-events-container .spotlight-wrapper .heading-3, .latest-news-container .spotlight-wrapper .heading-3, .smart-scroll-container .spotlight-wrapper .heading-3 {
        letter-spacing:.0625rem
    }
}

@media (min-width: 1024px) {
    .events-details-wrapper, .news-details-wrapper {
        border-left:2px solid #e6e6e6
    }
}

.events-details-wrapper .latest-events-date, .events-details-wrapper .latest-news-date, .news-details-wrapper .latest-events-date, .news-details-wrapper .latest-news-date {
    font-family: Poppins-Light, sans-serif;
    font-size: .75rem;
    padding-top: 1rem;
    padding-bottom:1rem
}

@media (min-width: 1024px) {
    .events-details-wrapper .latest-events-date, .events-details-wrapper .latest-news-date, .news-details-wrapper .latest-events-date, .news-details-wrapper .latest-news-date {
        font-family:Poppins-Medium, sans-serif
    }
}

@media (min-width: 1024px) {
    .events-details-wrapper .events-details, .events-details-wrapper .news-details, .news-details-wrapper .events-details, .news-details-wrapper .news-details {
        padding-left:.625rem
    }
}

.events-details-wrapper .events-details .heading-2, .events-details-wrapper .events-details .heading-3, .events-details-wrapper .news-details .heading-2, .events-details-wrapper .news-details .heading-3, .news-details-wrapper .events-details .heading-2, .news-details-wrapper .events-details .heading-3, .news-details-wrapper .news-details .heading-2, .news-details-wrapper .news-details .heading-3 {
    color:#000
}

.events-image-wrapper, .news-image-wrapper {
    height: 13.125rem;
    margin-bottom: 1.25rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center !important
}

@media (min-width: 1024px) {
    .events-image-wrapper, .news-image-wrapper {
        height: 21.375rem;
        margin-bottom:0
    }
}

.scroll-image-wrapper {
    height: 15.625rem;
    margin-bottom: 1.25rem;
    background-repeat: no-repeat;
    background-size:cover
}

@media (min-width: 1024px) {
    .scroll-image-wrapper {
        height:32.1875rem
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .card-outer {
        position: relative;
        width: 100%;
        padding-right: 3.5px;
        padding-left: 3.5px;
        flex: 0 0 50%;
        max-width:50%
    }
}

.events-card, .news-card {
    cursor: pointer;
    height: 100%;
    background-color: #f6f6f6;
    word-break:break-word
}

.events-card .events-card-header, .events-card .news-card-header, .news-card .events-card-header, .news-card .news-card-header {
    font-family: Poppins-Medium, sans-serif;
    line-height: 1.2;
    letter-spacing:.05625rem
}

.events-card .events-card-text, .events-card .news-card-text, .news-card .events-card-text, .news-card .news-card-text {
    padding: 1rem;
    transition-duration:.5s
}

@media (min-width: 1024px) {
    .events-card .events-card-text, .events-card .news-card-text, .news-card .events-card-text, .news-card .news-card-text {
        padding: 1.5rem;
        height:calc(100% - 11.125rem)
    }
}

.events-card .heading-6, .news-card .heading-6 {
    margin-top: 1.25rem;
    font-family:Poppins-Medium, sans-serif
}

@media (min-width: 1024px) {
    .events-card .heading-6, .news-card .heading-6 {
        font-family:Poppins-Light, sans-serif
    }
}

.events-card .events-img-wrapper, .events-card .news-img-wrapper, .news-card .events-img-wrapper, .news-card .news-img-wrapper {
    height: 9.0625rem;
    overflow:hidden
}

@media (min-width: 1024px) {
    .events-card .events-img-wrapper, .events-card .news-img-wrapper, .news-card .events-img-wrapper, .news-card .news-img-wrapper {
        height:11.125rem
    }
}

.events-card .events-img-wrapper .events-card-img, .events-card .events-img-wrapper .news-card-img, .events-card .news-img-wrapper .events-card-img, .events-card .news-img-wrapper .news-card-img, .news-card .events-img-wrapper .events-card-img, .news-card .events-img-wrapper .news-card-img, .news-card .news-img-wrapper .events-card-img, .news-card .news-img-wrapper .news-card-img {
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height:100%
}

.events-card.knowledge-article-card-block, .news-card.knowledge-article-card-block {
    background-color: transparent;
    margin-bottom:.625rem
}

.events-card.knowledge-article-card-block .news-card-header, .news-card.knowledge-article-card-block .news-card-header {
    color:#fff
}

.events-card.knowledge-article-card-block .heading-6, .news-card.knowledge-article-card-block .heading-6 {
    font-size: 1rem;
    line-height: 1.4375;
    color: #fff;
    letter-spacing: .025rem;
    font-family: Poppins-Light, sans-serif;
    margin-top:1.125rem
}

.events-card.knowledge-article-card-block .is-guest-user, .news-card.knowledge-article-card-block .is-guest-user {
    padding-bottom:0
}

.events-card.knowledge-article-card-block .is-guest-user .icon, .news-card.knowledge-article-card-block .is-guest-user .icon {
    color:#fff
}

.smart-scroll-container .content-row {
    align-items:center
}

.member-only-content {
    margin-bottom:1rem
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .member-only-content .based-on-interest-container > .column-grid {
        padding:0
    }
}

.member-only-content .latest-events-container .spotlight-card, .member-only-content .latest-news-container .spotlight-card {
    margin-bottom: 0;
    margin-top:0
}

@media (max-width: 1023.98px) {
    .member-only-content .spotlight-component .rya-secondary-btn {
        text-align:left
    }
}

.member-only-content.registered-rya-member .spotlight-component .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .member-only-content.registered-rya-member .spotlight-component .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .member-only-content.registered-rya-member .spotlight-component .moosend-designer-button[type=submit] {
    display:none
}

.member-only-content.registered-rya-member .icon-lock {
    color:#b00c0f
}

.member-only-content.registered-rya-member .join-rya-link {
    display:none
}

.members-only-container {
    padding:0
}

@media (min-width: 1024px) {
    .members-only-container {
        margin-top:2.5rem
    }
}

.members-only-container .member-article-title {
    color:#000
}

.member-article-card .latest-events-date, .member-article-card .latest-news-date {
    font-size: .75rem;
    line-height: 1.5;
    padding-top: .1875rem;
    padding-bottom:.25rem
}

@media (min-width: 1024px) {
    .member-article-card .latest-events-date, .member-article-card .latest-news-date {
        font-size: 1rem;
        line-height: 1.4375;
        padding-top: .375rem;
        padding-bottom:.5rem
    }
}

.member-article-card .join-rya-link {
    display: inline-block;
    margin-bottom:1.0625rem
}

@media (min-width: 1024px) {
    .member-article-card .join-rya-link {
        margin-bottom:2.0625rem
    }
}

.member-article-card .join-rya-link a {
    color: #b00c0f;
    font-family: Poppins-Medium, sans-serif;
    font-size: .75rem;
    line-height: 1.25;
    border-bottom:.5px solid #b00c0f
}

@media (min-width: 1024px) {
    .member-article-card .join-rya-link a {
        font-size: 1rem;
        line-height:1.1875
    }
}

.is-guest-user {
    font-family: Poppins-Medium, sans-serif;
    font-size: .75rem;
    line-height: 1.5;
    padding-top: .4375rem;
    padding-bottom:.3125rem
}

@media (min-width: 1024px) {
    .is-guest-user {
        font-size: 1rem;
        line-height: 1.4375;
        padding-top: .875rem;
        padding-bottom:.625rem
    }
}

.is-guest-user .icon-lock {
    color: #0276b5;
    font-size:1.0625rem
}

.is-guest-user span {
    padding-left: .625rem;
    padding-bottom: .3125rem;
    vertical-align: middle;
    display:inline-block
}

@media (max-width: 1023.98px) {
    .is-guest-user span {
        padding-left:.3125rem
    }
}

.alert {
    text-align: center;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    overflow: hidden;
    background: #0276b5;
    color: #fff;
    display: flex;
    justify-content:center
}

.alert .icon:before {
    font-size: 1.5rem;
    padding-right:.3125rem
}

.alert--info {
    color: #fff;
    background:#0276b5
}

.full-width-overlay {
    color: #0276b5;
    background-color: #f6f6f6;
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
    padding-left: 1.0625rem;
    font-size:1rem
}

.full-width-overlay .plain-text-overlay {
    font-family:Poppins-Light, sans-serif
}

.full-width-overlay .p-page-link {
    border-bottom: 1.5px solid #0276b5;
    font-family: Poppins-Light, sans-serif;
    font-size: 1rem;
    line-height:1.4375
}

@media (min-width: 1024px) {
    .full-width-overlay {
        text-align: center;
        padding-left:0
    }
}

.full-width-overlay .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .full-width-overlay .rya-primary-btn, .full-width-overlay .rya-secondary-btn, .newsletter-subscribe .moosend-subscription-form .full-width-overlay .moosend-designer-button[type=submit] {
    display: inline-block;
    padding-left: 1.25rem;
    padding-right:1.25rem
}

.full-width-overlay .btn-wrapper {
    margin-top:1.25rem
}

.full-width-overlay .btn-wrapper .rya-secondary-btn {
    margin-right: .625rem;
    margin-bottom:.625rem
}

@media (min-width: 1024px) {
    .full-width-overlay .btn-wrapper {
        display: inline-block;
        margin-top:0
    }
}

.feature-container {
    margin-bottom:1.5625rem
}

@media (max-width: 1023.98px) {
    .feature-container {
        margin-bottom:2.0625rem
    }
}

.feature-container a {
    display:block
}

@media (max-width: 1023.98px) {
    .feature-container .featured-component {
        margin-left:1.25rem
    }
}

.feature-container img {
    max-width: 8.25rem;
    padding-bottom: 1.5625rem;
    max-height:4.6875rem
}

@media (min-width: 1024px) {
    .feature-container p {
        padding-top: .75rem;
        font-size: .75rem;
        font-family:Poppins-Light, sans-serif
    }
}

.feature-container .header-text {
    color: #000;
    height:100%
}

.bg-white .spotcard-container .rya-breadcrumb-list li + li:before, .registered-user .spotcard-container .rya-breadcrumb-list li + li:before {
    color:#0276b5
}

@media (min-width: 1024px) {
    .bg-white .spotcard-container .spotlight-wrapper, .registered-user .spotcard-container .spotlight-wrapper {
        border-left: 2px solid #e6e6e6;
        margin-top: 4.625rem;
        margin-bottom:3.75rem
    }
}

.bg-white .spotcard-container .spotlight-wrapper li, .registered-user .spotcard-container .spotlight-wrapper li {
    color:#000
}

.bg-white .spotcard-container .spotlight-wrapper .event-name, .registered-user .spotcard-container .spotlight-wrapper .event-name {
    color: #000;
    margin-top:1.625rem
}

@media (min-width: 1024px) {
    .bg-white .spotcard-container .spotlight-wrapper .event-name, .registered-user .spotcard-container .spotlight-wrapper .event-name {
        margin-top:1.5rem
    }
}

.bg-white p, .registered-user p {
    margin-bottom: 1.875rem;
    overflow:hidden
}

@media (min-width: 1024px) {
    .spotcard-container {
        position: inherit;
        max-width: 30.9375rem;
        margin-left:auto
    }
}

.spotcard-container .rya-breadcrumb-list li + li:before {
    color:#fff
}

.spotcard-container .spotlight-wrapper {
    background-color: #0276b5;
    color:#fff
}

@media (max-width: 1023.98px) {
    .spotcard-container .spotlight-wrapper {
        max-width: 100%;
        border-top: solid #0276b5;
        padding-bottom: 2.8125rem;
        padding-right:.625rem
    }
}

@media (min-width: 1024px) {
    .spotcard-container .spotlight-wrapper {
        margin-top: 5rem;
        margin-bottom: 5rem;
        border-left:2px solid #fff
    }
}

@media (min-width: 1024px) {
    .spotcard-container .spotlight-wrapper .spotlight-card {
        transform: none;
        padding-left:.625rem
    }
}

.spotcard-container .spotlight-wrapper .rya-breadcrumb {
    margin-bottom:.9375rem
}

@media (min-width: 1024px) {
    .spotcard-container .spotlight-wrapper .rya-breadcrumb {
        margin-bottom:.9375rem
    }
}

.spotcard-container .event-name {
    margin-top:1.625rem
}

@media (min-width: 1024px) {
    .spotcard-container .event-name {
        margin-top:1.5rem
    }
}

.spotcard-container .event-name a {
    color:#fff
}

.spotcard-container .event-date {
    font-size: 1.3125rem;
    font-family: Poppins-Medium, sans-serif;
    margin-bottom: 1rem;
    letter-spacing:.0525rem
}

@media (max-width: 1023.98px) {
    .spotcard-container .event-date {
        margin-bottom:1.1875rem
    }
}

.spotcard-container p {
    color: #fff;
    margin-top: .625rem;
    letter-spacing:.025rem
}

.spotcard-container .breadcrumb-item li {
    color:#fff
}

.spotcard-container .breadcrumb-item a {
    color: #fff;
    letter-spacing:.01875rem
}

.spotcard-container button {
    padding-left: .9375rem;
    padding-right: .9375rem;
    min-height: 2.1875rem;
    font-size: .75rem;
    letter-spacing:.01875rem
}

@media (max-width: 1023.98px) {
    .spotcard-container button {
        margin:0
    }
}

.event-name {
    font-family: Poppins-Medium, sans-serif;
    font-size: 1.625rem;
    line-height: 1.5384615385;
    margin-top: 1.25rem;
    margin-bottom: .9375rem;
    letter-spacing:.0625rem
}

@media (min-width: 1024px) {
    .event-name {
        font-size: 2.5rem;
        line-height:1.25
    }
}

.event-name a {
    word-break: break-word;
    display:inline-block
}

.slanted {
    background-color:#0276b5
}

@media (max-width: 1023.98px) {
    .slanted {
        margin-top:-2rem
    }
}

@media (min-width: 1024px) {
    .slanted {
        position: relative;
        color: #fff;
        transform:none
    }
}

@media (min-width: 1024px) {
    .slanted:after {
        content: "";
        position: absolute;
        top: 0;
        right: -12%;
        width: 12%;
        height: 100%;
        background: #0276b5;
        transform-origin: 100% 0;
        transform:skew(-6deg)
    }
}

@media (max-width: 1023.98px) {
    .slanted:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0276b5;
        width: 100%;
        height: 100%;
        transform: skewY(6deg);
        transform-origin:100% 0
    }
}

.spotlight {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right:0
}

@media (max-width: 1023.98px) {
    .spotlight {
        display: flex;
        flex-wrap: wrap-reverse;
        margin-top:2.8125rem
    }
}

.spotlight-image {
    position: relative;
    box-sizing: border-box;
    overflow:hidden
}

@media (max-width: 1023.98px) {
    .spotlight-image {
        padding:0
    }
}

.spotlight-image .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height:80vw
}

@media (min-width: 1024px) {
    .spotlight-image .image {
        position: absolute;
        min-height: 29.625rem;
        width: 100%;
        top: 0;
        bottom:0
    }
}

.events-search-result .events-card-text .heading-6, .events-search-result .news-card-text .heading-6, .latest-events-container .events-card-text .heading-6, .latest-events-container .news-card-text .heading-6, .latest-news-container .events-card-text .heading-6, .latest-news-container .news-card-text .heading-6, .news-search-result .events-card-text .heading-6, .news-search-result .news-card-text .heading-6 {
    margin-top:2.0625rem
}

@media (min-width: 1024px) {
    .events-search-result .events-card-text .heading-6, .events-search-result .news-card-text .heading-6, .latest-events-container .events-card-text .heading-6, .latest-events-container .news-card-text .heading-6, .latest-news-container .events-card-text .heading-6, .latest-news-container .news-card-text .heading-6, .news-search-result .events-card-text .heading-6, .news-search-result .news-card-text .heading-6 {
        position: absolute;
        bottom: 0;
        margin-top: 1.5625rem;
        margin-bottom:1.25rem
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .events-search-result .events-card-text .heading-6, .events-search-result .news-card-text .heading-6, .latest-events-container .events-card-text .heading-6, .latest-events-container .news-card-text .heading-6, .latest-news-container .events-card-text .heading-6, .latest-news-container .news-card-text .heading-6, .news-search-result .events-card-text .heading-6, .news-search-result .news-card-text .heading-6 {
        position: absolute;
        bottom: 0;
        margin-top: 1.5625rem;
        margin-bottom:1.25rem
    }
}

@media all and (min-width: 768px) {
    .events-search-result .events-card-header, .events-search-result .news-card-header, .latest-events-container .events-card-header, .latest-events-container .news-card-header, .latest-news-container .events-card-header, .latest-news-container .news-card-header, .news-search-result .events-card-header, .news-search-result .news-card-header {
        padding-bottom:3.75rem
    }
}

.latest-events-container .card-outer, .latest-news-container .card-outer {
    margin-bottom:1.5rem
}

@media (max-width: 1023.98px) {
    .latest-events-container .spotlight-card, .latest-news-container .spotlight-card {
        margin-bottom:2.5rem
    }
}

.latest-events-container .event-name, .latest-news-container .event-name {
    font-size: 1.3125rem;
    line-height: 1.5238095238;
    letter-spacing:.0525rem
}

@media (min-width: 1024px) {
    .latest-events-container .event-name, .latest-news-container .event-name {
        font-size: 2rem;
        line-height: 1.5625;
        letter-spacing:.0625rem
    }
}

@media (max-width: 1023.98px) {
    .latest-events-container .latest-events-date, .latest-events-container .latest-news-date, .latest-news-container .latest-events-date, .latest-news-container .latest-news-date {
        padding-top:0
    }
}

@media (max-width: 1023.98px) {
    .latest-events-container .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .latest-events-container .rya-primary-btn, .latest-news-container .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .latest-news-container .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .latest-events-container .moosend-designer-button[type=submit], .newsletter-subscribe .moosend-subscription-form .latest-news-container .moosend-designer-button[type=submit] {
        margin-bottom:.875rem
    }
}

.latest-events-container p, .latest-news-container p {
    margin-top: .625rem;
    letter-spacing:.025rem
}

.latest-events-container .events-card-header, .latest-events-container .news-card-header, .latest-news-container .events-card-header, .latest-news-container .news-card-header {
    font-size: 1.125rem;
    line-height:1.2
}

@media (min-width: 1024px) {
    .latest-events-container .events-card-header, .latest-events-container .news-card-header, .latest-news-container .events-card-header, .latest-news-container .news-card-header {
        font-size: 1.5rem;
        line-height: 1.2;
        padding-bottom:3.75rem
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .latest-events-container .events-card-header, .latest-events-container .news-card-header, .latest-news-container .events-card-header, .latest-news-container .news-card-header {
        padding-bottom:3.75rem
    }
}

.bg-apricotpeach {
    background-color:#fff
}

@media (max-width: 1023.98px) {
    .bg-apricotpeach .slanted:before {
        background-color:#fcd4c5
    }
}

.bg-apricotpeach .slanted, .bg-apricotpeach .slanted:after, .bg-apricotpeach .spotlight-wrapper {
    background-color:#fcd4c5
}

.bg-apricotpeach .spotcard-container .rya-breadcrumb-list li + li:before {
    color:#0a3456
}

.bg-apricotpeach .spotcard-container .spotlight-wrapper {
    color:#000
}

@media (max-width: 1023.98px) {
    .bg-apricotpeach .spotcard-container .spotlight-wrapper {
        border-top-color:#fcd4c5
    }
}

@media (min-width: 1024px) {
    .bg-apricotpeach .spotcard-container .spotlight-wrapper {
        border-left-color:#e6e6e6
    }
}

.bg-apricotpeach .spotcard-container .spotlight-wrapper:before {
    background:#000
}

.bg-apricotpeach .spotcard-container .rya-tertiary-btn {
    color:#0a3456
}

.bg-apricotpeach .spotcard-container a, .bg-apricotpeach .spotcard-container p {
    color:#000
}

.bg-apricotpeach .spotcard-container .anchor a {
    color:#0a3456
}

.bg-apricotpeach .spotcard-container .anchor a:hover {
    color:rgba(10, 52, 86, .61)
}

@media (min-width: 1024px) {
    .d-mode .bg-apricotpeach .slanted .spotcard-container .anchor a:hover {
        color:rgba(10, 52, 86, .61)
    }
}

.bg-bittersweet {
    background-color:#fff
}

@media (max-width: 1023.98px) {
    .bg-bittersweet .slanted:before {
        background-color:#fc695f
    }
}

.bg-bittersweet .slanted, .bg-bittersweet .slanted:after, .bg-bittersweet .spotlight-wrapper {
    background-color:#fc695f
}

.bg-bittersweet .spotcard-container .rya-breadcrumb-list li + li:before {
    color:#0a3456
}

.bg-bittersweet .spotcard-container .spotlight-wrapper {
    color:#000
}

@media (max-width: 1023.98px) {
    .bg-bittersweet .spotcard-container .spotlight-wrapper {
        border-top-color:#fc695f
    }
}

@media (min-width: 1024px) {
    .bg-bittersweet .spotcard-container .spotlight-wrapper {
        border-left-color:#e6e6e6
    }
}

.bg-bittersweet .spotcard-container .spotlight-wrapper:before {
    background:#000
}

.bg-bittersweet .spotcard-container .rya-tertiary-btn {
    color:#0a3456
}

.bg-bittersweet .spotcard-container a, .bg-bittersweet .spotcard-container p {
    color:#000
}

.bg-bittersweet .spotcard-container .anchor a {
    color:#0a3456
}

.bg-bittersweet .spotcard-container .anchor a:hover {
    color:rgba(10, 52, 86, .61)
}

@media (min-width: 1024px) {
    .d-mode .bg-bittersweet .slanted .spotcard-container .anchor a:hover {
        color:rgba(10, 52, 86, .61)
    }
}

.bg-blacksqueeze {
    background-color:#fff
}

@media (max-width: 1023.98px) {
    .bg-blacksqueeze .slanted:before {
        background-color:#edf6f9
    }
}

.bg-blacksqueeze .slanted, .bg-blacksqueeze .slanted:after, .bg-blacksqueeze .spotlight-wrapper {
    background-color:#edf6f9
}

.bg-blacksqueeze .spotcard-container .rya-breadcrumb-list li + li:before {
    color:#0a3456
}

.bg-blacksqueeze .spotcard-container .spotlight-wrapper {
    color:#000
}

@media (max-width: 1023.98px) {
    .bg-blacksqueeze .spotcard-container .spotlight-wrapper {
        border-top-color:#edf6f9
    }
}

@media (min-width: 1024px) {
    .bg-blacksqueeze .spotcard-container .spotlight-wrapper {
        border-left-color:#e6e6e6
    }
}

.bg-blacksqueeze .spotcard-container .spotlight-wrapper:before {
    background:#000
}

.bg-blacksqueeze .spotcard-container .rya-tertiary-btn {
    color:#0a3456
}

.bg-blacksqueeze .spotcard-container a, .bg-blacksqueeze .spotcard-container p {
    color:#000
}

.bg-blacksqueeze .spotcard-container .anchor a {
    color:#0a3456
}

.bg-blacksqueeze .spotcard-container .anchor a:hover {
    color:rgba(10, 52, 86, .61)
}

@media (min-width: 1024px) {
    .d-mode .bg-blacksqueeze .slanted .spotcard-container .anchor a:hover {
        color:rgba(10, 52, 86, .61)
    }
}

.bg-brightsun {
    background-color:#fff
}

@media (max-width: 1023.98px) {
    .bg-brightsun .slanted:before {
        background-color:#ffd23f
    }
}

.bg-brightsun .slanted, .bg-brightsun .slanted:after, .bg-brightsun .spotlight-wrapper {
    background-color:#ffd23f
}

.bg-brightsun .spotcard-container .rya-breadcrumb-list li + li:before {
    color:#0a3456
}

.bg-brightsun .spotcard-container .spotlight-wrapper {
    color:#000
}

@media (max-width: 1023.98px) {
    .bg-brightsun .spotcard-container .spotlight-wrapper {
        border-top-color:#ffd23f
    }
}

@media (min-width: 1024px) {
    .bg-brightsun .spotcard-container .spotlight-wrapper {
        border-left-color:#e6e6e6
    }
}

.bg-brightsun .spotcard-container .spotlight-wrapper:before {
    background:#000
}

.bg-brightsun .spotcard-container .rya-tertiary-btn {
    color:#0a3456
}

.bg-brightsun .spotcard-container a, .bg-brightsun .spotcard-container p {
    color:#000
}

.bg-brightsun .spotcard-container .anchor a {
    color:#0a3456
}

.bg-brightsun .spotcard-container .anchor a:hover {
    color:rgba(10, 52, 86, .61)
}

@media (min-width: 1024px) {
    .d-mode .bg-brightsun .slanted .spotcard-container .anchor a:hover {
        color:rgba(10, 52, 86, .61)
    }
}

.bg-deepcerulean {
    background-color:#fff
}

@media (max-width: 1023.98px) {
    .bg-deepcerulean .slanted:before {
        background-color:#0276b5
    }
}

.bg-deepcerulean .slanted, .bg-deepcerulean .slanted:after, .bg-deepcerulean .spotlight-wrapper {
    background-color:#0276b5
}

.bg-deepcerulean .spotcard-container .rya-breadcrumb-list li + li:before {
    color:#fff
}

.bg-deepcerulean .spotcard-container .spotlight-wrapper {
    color:#fff
}

@media (max-width: 1023.98px) {
    .bg-deepcerulean .spotcard-container .spotlight-wrapper {
        border-top-color:#0276b5
    }
}

@media (min-width: 1024px) {
    .bg-deepcerulean .spotcard-container .spotlight-wrapper {
        border-left-color:#fff
    }
}

.bg-deepcerulean .spotcard-container .spotlight-wrapper:before {
    background:#fff
}

.bg-deepcerulean .spotcard-container .rya-tertiary-btn {
    color:#0a3456
}

.bg-deepcerulean .spotcard-container a, .bg-deepcerulean .spotcard-container p {
    color:#fff
}

.bg-deepcerulean .spotcard-container .anchor a {
    color:#fff
}

.bg-deepcerulean .spotcard-container .anchor a:hover {
    color:#fff
}

@media (min-width: 1024px) {
    .d-mode .bg-deepcerulean .slanted .spotcard-container .anchor a:hover {
        color:#fff
    }
}

.bg-flamingo {
    background-color:#fff
}

@media (max-width: 1023.98px) {
    .bg-flamingo .slanted:before {
        background-color:#f23e41
    }
}

.bg-flamingo .slanted, .bg-flamingo .slanted:after, .bg-flamingo .spotlight-wrapper {
    background-color:#f23e41
}

.bg-flamingo .spotcard-container .rya-breadcrumb-list li + li:before {
    color:#0a3456
}

.bg-flamingo .spotcard-container .spotlight-wrapper {
    color:#000
}

@media (max-width: 1023.98px) {
    .bg-flamingo .spotcard-container .spotlight-wrapper {
        border-top-color:#f23e41
    }
}

@media (min-width: 1024px) {
    .bg-flamingo .spotcard-container .spotlight-wrapper {
        border-left-color:#e6e6e6
    }
}

.bg-flamingo .spotcard-container .spotlight-wrapper:before {
    background:#000
}

.bg-flamingo .spotcard-container .rya-tertiary-btn {
    color:#0a3456
}

.bg-flamingo .spotcard-container a, .bg-flamingo .spotcard-container p {
    color:#000
}

.bg-flamingo .spotcard-container .anchor a {
    color:#0a3456
}

.bg-flamingo .spotcard-container .anchor a:hover {
    color:rgba(10, 52, 86, .61)
}

@media (min-width: 1024px) {
    .d-mode .bg-flamingo .slanted .spotcard-container .anchor a:hover {
        color:rgba(10, 52, 86, .61)
    }
}

.bg-grannyapple {
    background-color:#fff
}

@media (max-width: 1023.98px) {
    .bg-grannyapple .slanted:before {
        background-color:#caf3e3
    }
}

.bg-grannyapple .slanted, .bg-grannyapple .slanted:after, .bg-grannyapple .spotlight-wrapper {
    background-color:#caf3e3
}

.bg-grannyapple .spotcard-container .rya-breadcrumb-list li + li:before {
    color:#0a3456
}

.bg-grannyapple .spotcard-container .spotlight-wrapper {
    color:#000
}

@media (max-width: 1023.98px) {
    .bg-grannyapple .spotcard-container .spotlight-wrapper {
        border-top-color:#caf3e3
    }
}

@media (min-width: 1024px) {
    .bg-grannyapple .spotcard-container .spotlight-wrapper {
        border-left-color:#e6e6e6
    }
}

.bg-grannyapple .spotcard-container .spotlight-wrapper:before {
    background:#000
}

.bg-grannyapple .spotcard-container .rya-tertiary-btn {
    color:#0a3456
}

.bg-grannyapple .spotcard-container a, .bg-grannyapple .spotcard-container p {
    color:#000
}

.bg-grannyapple .spotcard-container .anchor a {
    color:#0a3456
}

.bg-grannyapple .spotcard-container .anchor a:hover {
    color:rgba(10, 52, 86, .61)
}

@media (min-width: 1024px) {
    .d-mode .bg-grannyapple .slanted .spotcard-container .anchor a:hover {
        color:rgba(10, 52, 86, .61)
    }
}

.bg-java {
    background-color:#fff
}

@media (max-width: 1023.98px) {
    .bg-java .slanted:before {
        background-color:#1cd3b9
    }
}

.bg-java .slanted, .bg-java .slanted:after, .bg-java .spotlight-wrapper {
    background-color:#1cd3b9
}

.bg-java .spotcard-container .rya-breadcrumb-list li + li:before {
    color:#0a3456
}

.bg-java .spotcard-container .spotlight-wrapper {
    color:#000
}

@media (max-width: 1023.98px) {
    .bg-java .spotcard-container .spotlight-wrapper {
        border-top-color:#1cd3b9
    }
}

@media (min-width: 1024px) {
    .bg-java .spotcard-container .spotlight-wrapper {
        border-left-color:#e6e6e6
    }
}

.bg-java .spotcard-container .spotlight-wrapper:before {
    background:#000
}

.bg-java .spotcard-container .rya-tertiary-btn {
    color:#0a3456
}

.bg-java .spotcard-container a, .bg-java .spotcard-container p {
    color:#000
}

.bg-java .spotcard-container .anchor a {
    color:#0a3456
}

.bg-java .spotcard-container .anchor a:hover {
    color:rgba(10, 52, 86, .61)
}

@media (min-width: 1024px) {
    .d-mode .bg-java .slanted .spotcard-container .anchor a:hover {
        color:rgba(10, 52, 86, .61)
    }
}

.bg-pictonblue {
    background-color:#fff
}

@media (max-width: 1023.98px) {
    .bg-pictonblue .slanted:before {
        background-color:#48c0f0
    }
}

.bg-pictonblue .slanted, .bg-pictonblue .slanted:after, .bg-pictonblue .spotlight-wrapper {
    background-color:#48c0f0
}

.bg-pictonblue .spotcard-container .rya-breadcrumb-list li + li:before {
    color:#0a3456
}

.bg-pictonblue .spotcard-container .spotlight-wrapper {
    color:#000
}

@media (max-width: 1023.98px) {
    .bg-pictonblue .spotcard-container .spotlight-wrapper {
        border-top-color:#48c0f0
    }
}

@media (min-width: 1024px) {
    .bg-pictonblue .spotcard-container .spotlight-wrapper {
        border-left-color:#e6e6e6
    }
}

.bg-pictonblue .spotcard-container .spotlight-wrapper:before {
    background:#000
}

.bg-pictonblue .spotcard-container .rya-tertiary-btn {
    color:#0a3456
}

.bg-pictonblue .spotcard-container a, .bg-pictonblue .spotcard-container p {
    color:#000
}

.bg-pictonblue .spotcard-container .anchor a {
    color:#0a3456
}

.bg-pictonblue .spotcard-container .anchor a:hover {
    color:rgba(10, 52, 86, .61)
}

@media (min-width: 1024px) {
    .d-mode .bg-pictonblue .slanted .spotcard-container .anchor a:hover {
        color:rgba(10, 52, 86, .61)
    }
}

.bg-sidecar {
    background-color:#fff
}

@media (max-width: 1023.98px) {
    .bg-sidecar .slanted:before {
        background-color:#f4e5c3
    }
}

.bg-sidecar .slanted, .bg-sidecar .slanted:after, .bg-sidecar .spotlight-wrapper {
    background-color:#f4e5c3
}

.bg-sidecar .spotcard-container .rya-breadcrumb-list li + li:before {
    color:#0a3456
}

.bg-sidecar .spotcard-container .spotlight-wrapper {
    color:#000
}

@media (max-width: 1023.98px) {
    .bg-sidecar .spotcard-container .spotlight-wrapper {
        border-top-color:#f4e5c3
    }
}

@media (min-width: 1024px) {
    .bg-sidecar .spotcard-container .spotlight-wrapper {
        border-left-color:#e6e6e6
    }
}

.bg-sidecar .spotcard-container .spotlight-wrapper:before {
    background:#000
}

.bg-sidecar .spotcard-container .rya-tertiary-btn {
    color:#0a3456
}

.bg-sidecar .spotcard-container a, .bg-sidecar .spotcard-container p {
    color:#000
}

.bg-sidecar .spotcard-container .anchor a {
    color:#0a3456
}

.bg-sidecar .spotcard-container .anchor a:hover {
    color:rgba(10, 52, 86, .61)
}

@media (min-width: 1024px) {
    .d-mode .bg-sidecar .slanted .spotcard-container .anchor a:hover {
        color:rgba(10, 52, 86, .61)
    }
}

.bg-tangaroa {
    background-color:#fff
}

@media (max-width: 1023.98px) {
    .bg-tangaroa .slanted:before {
        background-color:#03203d
    }
}

.bg-tangaroa .slanted, .bg-tangaroa .slanted:after, .bg-tangaroa .spotlight-wrapper {
    background-color:#03203d
}

.bg-tangaroa .spotcard-container .rya-breadcrumb-list li + li:before {
    color:#fff
}

.bg-tangaroa .spotcard-container .spotlight-wrapper {
    color:#fff
}

@media (max-width: 1023.98px) {
    .bg-tangaroa .spotcard-container .spotlight-wrapper {
        border-top-color:#03203d
    }
}

@media (min-width: 1024px) {
    .bg-tangaroa .spotcard-container .spotlight-wrapper {
        border-left-color:#fff
    }
}

.bg-tangaroa .spotcard-container .spotlight-wrapper:before {
    background:#fff
}

.bg-tangaroa .spotcard-container .rya-tertiary-btn {
    color:#0a3456
}

.bg-tangaroa .spotcard-container a, .bg-tangaroa .spotcard-container p {
    color:#fff
}

.bg-tangaroa .spotcard-container .anchor a {
    color:#fff
}

.bg-tangaroa .spotcard-container .anchor a:hover {
    color:#fff
}

@media (min-width: 1024px) {
    .d-mode .bg-tangaroa .slanted .spotcard-container .anchor a:hover {
        color:#fff
    }
}

.bg-tarawera {
    background-color:#fff
}

@media (max-width: 1023.98px) {
    .bg-tarawera .slanted:before {
        background-color:#0a3456
    }
}

.bg-tarawera .slanted, .bg-tarawera .slanted:after, .bg-tarawera .spotlight-wrapper {
    background-color:#0a3456
}

.bg-tarawera .spotcard-container .rya-breadcrumb-list li + li:before {
    color:#fff
}

.bg-tarawera .spotcard-container .spotlight-wrapper {
    color:#fff
}

@media (max-width: 1023.98px) {
    .bg-tarawera .spotcard-container .spotlight-wrapper {
        border-top-color:#0a3456
    }
}

@media (min-width: 1024px) {
    .bg-tarawera .spotcard-container .spotlight-wrapper {
        border-left-color:#fff
    }
}

.bg-tarawera .spotcard-container .spotlight-wrapper:before {
    background:#fff
}

.bg-tarawera .spotcard-container .rya-tertiary-btn {
    color:#0a3456
}

.bg-tarawera .spotcard-container a, .bg-tarawera .spotcard-container p {
    color:#fff
}

.bg-tarawera .spotcard-container .anchor a {
    color:#fff
}

.bg-tarawera .spotcard-container .anchor a:hover {
    color:#fff
}

@media (min-width: 1024px) {
    .d-mode .bg-tarawera .slanted .spotcard-container .anchor a:hover {
        color:#fff
    }
}

.bg-white {
    background-color:#fff
}

@media (max-width: 1023.98px) {
    .bg-white .slanted:before {
        background-color:#fff
    }
}

.bg-white .slanted, .bg-white .slanted:after, .bg-white .spotlight-wrapper {
    background-color:#fff
}

.bg-white .spotcard-container .rya-breadcrumb-list li + li:before {
    color:#0a3456
}

.bg-white .spotcard-container .spotlight-wrapper {
    color:#000
}

@media (max-width: 1023.98px) {
    .bg-white .spotcard-container .spotlight-wrapper {
        border-top-color:#fff
    }
}

@media (min-width: 1024px) {
    .bg-white .spotcard-container .spotlight-wrapper {
        border-left-color:#e6e6e6
    }
}

.bg-white .spotcard-container .spotlight-wrapper:before {
    background:#000
}

.bg-white .spotcard-container .rya-tertiary-btn {
    color:#0a3456
}

.bg-white .spotcard-container a, .bg-white .spotcard-container p {
    color:#000
}

.bg-white .spotcard-container .anchor a {
    color:#0a3456
}

.bg-white .spotcard-container .anchor a:hover {
    color:rgba(10, 52, 86, .61)
}

@media (min-width: 1024px) {
    .d-mode .bg-white .slanted .spotcard-container .anchor a:hover {
        color:rgba(10, 52, 86, .61)
    }
}

.bg-wildsand {
    background-color:#fff
}

@media (max-width: 1023.98px) {
    .bg-wildsand .slanted:before {
        background-color:#f6f6f6
    }
}

.bg-wildsand .slanted, .bg-wildsand .slanted:after, .bg-wildsand .spotlight-wrapper {
    background-color:#f6f6f6
}

.bg-wildsand .spotcard-container .rya-breadcrumb-list li + li:before {
    color:#0a3456
}

.bg-wildsand .spotcard-container .spotlight-wrapper {
    color:#000
}

@media (max-width: 1023.98px) {
    .bg-wildsand .spotcard-container .spotlight-wrapper {
        border-top-color:#f6f6f6
    }
}

@media (min-width: 1024px) {
    .bg-wildsand .spotcard-container .spotlight-wrapper {
        border-left-color:#e6e6e6
    }
}

.bg-wildsand .spotcard-container .spotlight-wrapper:before {
    background:#000
}

.bg-wildsand .spotcard-container .rya-tertiary-btn {
    color:#0a3456
}

.bg-wildsand .spotcard-container a, .bg-wildsand .spotcard-container p {
    color:#000
}

.bg-wildsand .spotcard-container .anchor a {
    color:#0a3456
}

.bg-wildsand .spotcard-container .anchor a:hover {
    color:rgba(10, 52, 86, .61)
}

@media (min-width: 1024px) {
    .d-mode .bg-wildsand .slanted .spotcard-container .anchor a:hover {
        color:rgba(10, 52, 86, .61)
    }
}

@media (min-width: 1024px) {
    .featured-container {
        width: 100%;
        max-width: 100%;
        padding-left:8.3333333333%
    }
}

@media (min-width: 1280px) {
    .featured-container {
        padding-left:11.5%
    }
}

@media (min-width: 1400px) {
    .featured-container {
        padding-left:14.5%
    }
}

.carousel-card {
    background-color: #f6f6f6;
    transition-duration:.5s
}

.carousel-card .header-card {
    margin-bottom: 1.875rem;
    margin-top: .5rem;
    height: 3.0625rem;
    line-height:1.15
}

@media (max-width: 1023.98px) {
    .carousel-card .header-card {
        font-size:1.3125rem
    }
}

@media (min-width: 1024px) {
    .carousel-card .header-card {
        margin-bottom: 1.125rem;
        margin-top: .625rem;
        height:3.5rem
    }
}

.carousel-card .card-footer {
    max-height: 2.3125rem;
    overflow:hidden
}

@media (min-width: 1024px) {
    .carousel-card .card-footer {
        max-height: 2.875rem;
        margin-top:.5rem
    }
}

.card:focus {
    outline:0
}

.featured-benefits {
    margin-bottom:3.75rem
}

.featured-benefits .anchor {
    border-bottom: 1px #d0d0d0 solid;
    display:inline-block
}

@media (max-width: 1023.98px) {
    .featured-benefits {
        display:none
    }
}

.featured-benefit-carousal {
    position:relative
}

.featured-benefit-carousal:after, .featured-benefit-carousal:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 3.4375rem;
    top: 0;
    height: 100%;
    pointer-events:none
}

@media (max-width: 1023.98px) {
    .featured-benefit-carousal:after, .featured-benefit-carousal:before {
        width:2.5rem
    }
}

.featured-benefit-carousal:after {
    right: -1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .86) 75%, #fff 100%);
    opacity: .9;
    z-index:8
}

.featured-benefit-carousal:before {
    left: 0;
    background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, .86) 25%, rgba(255, 255, 255, 0) 100%);
    opacity: .9;
    z-index:8
}

.featured-benefit-carousal.active-prev:before {
    display:block
}

.featured-benefit-carousal.prev-disabled:before {
    display:none
}

.featured-benefit-carousal.next-disabled:after {
    display:none
}

.slick-track:last-child .featured-benefit-carousal:after {
    background:0 0
}

.edit-profile-container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height:11.875rem
}

@media (max-width: 1023.98px) {
    .edit-profile-container .profile-content {
        margin-top: 2.875rem;
        margin-bottom:2.5rem
    }
}

@media (min-width: 1024px) {
    .edit-profile-container .profile-content {
        margin-top: 5.625rem;
        max-width: 91.667%;
        display: flex;
        flex-wrap: wrap;
        padding:0
    }
}

@media (max-width: 1023.98px) {
    .edit-profile-container .profile-content .btn-edit {
        margin-top:1.5625rem
    }
}

@media (min-width: 1024px) {
    .edit-profile-container .profile-content .btn-edit {
        margin-left: 1.5625rem;
        margin-top:.3125rem
    }
}

.edit-profile-container .profile-content .btn-edit a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display:inline-block
}

@media (max-width: 1023.98px) {
    .edit-profile-container .profile-content .btn-edit a {
        margin-left:.1875rem
    }
}

.edit-profile-container .profile-heading {
    word-break: break-word;
    font-size: 1.625rem;
    line-height: 1.2307692308;
    letter-spacing: .0625rem;
    font-family: Poppins-Medium, sans-serif;
    color: #fff;
    display:block
}

@media (min-width: 1024px) {
    .edit-profile-container .profile-heading {
        font-size: 2.5rem;
        line-height: 1.25;
        padding:0
    }
}

@media (min-width: 1024px) {
    .edit-profile-container .profile-heading + .rya-col {
        padding-left: .125rem;
        padding-right:0
    }
}

.edit-profile-container p {
    word-break: break-word;
    color:#fff
}

@media (max-width: 1023.98px) {
    .edit-profile-container p {
        font-size: .75rem;
        line-height: 1.5;
        letter-spacing: .0375rem;
        margin-top:.3125rem
    }
}

@media (min-width: 1024px) {
    .edit-profile-container p {
        letter-spacing: .025rem;
        font-size: 1rem;
        line-height:1.4375
    }
}

.edit-profile-container .edit-profile .top {
    left: 44%;
    position: absolute;
    border-top-color:#fff
}

@media (max-width: 1023.98px) {
    .edit-profile-container .edit-profile .top {
        top:-1px
    }
}

@media (min-width: 1024px) {
    .edit-profile-container .edit-profile .top {
        left:49%
    }
}

.edit-profile-container .edit-profile .border {
    border-width: .78125rem;
    border-left: 15px solid transparent;
    border-right:15px solid transparent
}

.bg-white, .registered-user {
    padding-top:0
}

@media (max-width: 1023.98px) {
    .bg-white .slanted:before, .registered-user .slanted:before {
        background-color:#f6f6f6
    }
}

.bg-white .slanted, .bg-white .slanted:after, .bg-white .spotlight-wrapper, .registered-user .slanted, .registered-user .slanted:after, .registered-user .spotlight-wrapper {
    background-color:#f6f6f6
}

.bg-white .spotcard-container .spotlight-wrapper, .registered-user .spotcard-container .spotlight-wrapper {
    color: #000;
    border-top:0 none
}

.bg-white .spotcard-container .spotlight-wrapper:before, .registered-user .spotcard-container .spotlight-wrapper:before {
    background:#000
}

.bg-white .spotcard-container a, .bg-white .spotcard-container p, .registered-user .spotcard-container a, .registered-user .spotcard-container p {
    color:#000
}

.bg-white .anchor a, .registered-user .anchor a {
    color:#0276b5
}

@media (max-width: 1023.98px) {
    .bg-white .slanted:before {
        background-color:#fff
    }
}

.bg-white .slanted, .bg-white .slanted:after, .bg-white .spotlight-wrapper {
    background-color:#fff
}

@media (min-width: 1024px) {
    .smart-scroll-container.ie-padding-btm {
        padding-bottom:10rem
    }
}

.smart-scroll-container .slide-image {
    display:none
}

@media (max-width: 1023.98px) {
    .smart-scroll-container .slide-image {
        display: block;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        margin-bottom: .9375rem;
        text-align: center;
        height:15.625rem
    }
}

@media (max-width: 1023.98px) {
    .smart-scroll-container .slide-image img {
        max-height:100%
    }
}

.smart-scroll-container .learn-cta {
    display:inline-block
}

@media (min-width: 1024px) {
    .smart-scroll-container .learn-cta {
        white-space: nowrap;
        text-align: center;
        min-width:20rem
    }
}

@media (max-width: 1023.98px) {
    .smart-scroll-container .learn-cta {
        text-align: left;
        letter-spacing: .4px;
        font-family: Poppins-Medium, sans-serif;
        padding: .75rem;
        background-color: #f6f6f6;
        margin-bottom:1.5625rem
    }
}

.smart-scroll-container .heading-2 {
    margin-bottom: 1.5625rem;
    padding-bottom: .1875rem;
    font-family: Poppins-Medium, sans-serif;
    display: inline-flex;
    color:#000
}

@media (max-width: 1023.98px) {
    .smart-scroll-container .rya-breadcrumb {
        margin-bottom:1.5625rem
    }
}

@media (max-width: 1023.98px) {
    .smart-scroll-container .rya-breadcrumb {
        margin-bottom:1.0625rem
    }
}

.smart-scroll-container .slide-logo {
    margin-bottom:1.25rem
}

.smart-scroll-container .feature-list_cms p {
    overflow: hidden;
    letter-spacing:.04375rem
}

@media (max-width: 1023.98px) {
    .smart-scroll-container .feature-list_cms p {
        margin-bottom: 2.5rem;
        font-size: .75rem;
        line-height:1.5
    }
}

@media (min-width: 1024px) {
    .smart-scroll-container .feature-list_cms p {
        font-size: 1rem;
        line-height: 1.4375;
        margin-bottom:2.1875rem
    }
}

.smart-scroll-container .feature_sub-feature-wrap {
    padding-bottom: 3.125rem;
    padding-top:3.125rem
}

@media (max-width: 1023.98px) {
    .smart-scroll-container .feature_sub-feature-wrap {
        padding-top: 1.5625rem;
        padding-bottom:0
    }
}

.smart-scroll-container .feature_sub-feature-wrap .rya-breadcrumb-list li + li:before {
    vertical-align:inherit
}

@media (min-width: 1024px) {
    .smart-scroll-container .feature_sub-feature-wrap .rya-breadcrumb-list li + li:before {
        vertical-align:top
    }
}

.smart-scroll-container .feature_sub-feature-animate {
    cursor:default
}

@media (min-width: 1024px) {
    .smart-scroll-container .feature_sub-feature-animate {
        opacity: .15;
        transition: opacity .3s ease;
        position: relative;
        display: block;
        overflow:hidden
    }
}

.smart-scroll-container .w-inline-block {
    max-width: 100%;
    display:inline-block
}

.smart-scroll-container .feature_sub-feature-animate.w--current {
    opacity:1
}

.smart-scroll-container .feature_sub-feature-line {
    position: absolute;
    top: 50%;
    right: 100%;
    bottom: auto;
    display: none;
    height: .0625rem;
    width: 1.875rem;
    margin-right:1.5625rem
}

.smart-scroll-container .feature_list {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
    padding-top: 0;
    padding-bottom:0
}

.smart-scroll-container .feature-alt_visual-wrap {
    position: sticky;
    top: 10vh;
    width:30rem
}

@media (max-width: 1023.98px) {
    .smart-scroll-container .feature-alt_visual-wrap {
        display:none
    }
}

@media screen and (min-width: 1024px) and(max-width: 1100px) {
    .smart-scroll-container .feature-alt_visual-wrap {
        width:27.6875rem
    }
}

.smart-scroll-container .feature-alt_visual-wrap.ie {
    position:fixed
}

.smart-scroll-container .feature-alt_visual {
    position: relative;
    height: 100vh;
    max-height:32.1875rem
}

.smart-scroll-container .feature_cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom:0
}

.smart-scroll-container .feature-visual {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease;
    cursor:unset
}

.smart-scroll-container .feature-visual.w--current {
    opacity:1
}

.smart-scroll-container .feature-image {
    max-height: 100%;
    max-width:100%
}

.smart-scroll-container .feature-image.cc-cms {
    max-width: none;
    max-height: 100%;
    margin-right: auto;
    margin-left:auto
}

.smart-scroll-container .indicator {
    display:none
}

@media (min-width: 1024px) {
    .smart-scroll-container .indicator {
        position: absolute;
        left: -136%;
        top: 10%;
        border-right: 2px #e6e6e6 solid;
        bottom: 22%;
        width: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left:.1875rem
    }
}

@media screen and (min-width: 1024px) and(max-width: 1100px) {
    .smart-scroll-container .indicator {
        left:-120%
    }
}

@media screen and (min-width: 1101px) and(max-width: 1200px) {
    .smart-scroll-container .indicator {
        left:-125%
    }
}

.smart-scroll-container .indicator .dots {
    line-height: .5rem;
    margin-bottom: .3125rem;
    width:1.0625rem
}

.smart-scroll-container .indicator .dots:after {
    content: " ●";
    color: rgba(2, 118, 181, .2);
    font-size:1.3125rem
}

.smart-scroll-container .indicator .dots.w--current:after {
    content: " ●";
    color: #0276b5;
    font-size:1.5rem
}

.smart-scroll-container .indicator .w--current {
    line-height: .625rem;
    margin-bottom: .3125rem;
    width: 1.0625rem;
    margin-left:-.0625rem
}

.useful-link-container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #fff;
    min-height:13.75rem
}

.useful-link-container .link-content {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .useful-link-container .link-content {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        margin-left:8.3333333333%
    }
}

.useful-link-container .link-content .top {
    left: 44%;
    position: absolute;
    border-top-color:#fff
}

@media (max-width: 1023.98px) {
    .useful-link-container .link-content .top {
        top:-1px
    }
}

@media (min-width: 1024px) {
    .useful-link-container .link-content .top {
        left:49%
    }
}

.useful-link-container .link-content .border {
    border-width: .78125rem;
    border-left: 15px solid transparent;
    border-right:15px solid transparent
}

.useful-link-container .intro-text {
    margin-top:0
}

.useful-links {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .useful-links {
        margin-bottom: 1.25rem;
        flex: 0 0 50%;
        max-width:50%
    }
}

.useful-links a {
    display: block;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    word-break: break-all;
    -ms-word-break: break-all;
    word-wrap: break-word;
    font-family:Poppins-Light, sans-serif
}

.useful-links p {
    color: #fff;
    word-break: break-all;
    font-family: Poppins-Light, sans-serif;
    margin-bottom: 0;
    margin-top:0
}

.section-heading {
    margin-bottom: 1.0625rem;
    margin-top:2.75rem
}

@media (max-width: 1023.98px) {
    .section-heading {
        font-size: 1.625rem;
        line-height:1.2307692308
    }
}

@media (min-width: 1024px) {
    .section-heading {
        font-size: 2.5rem;
        line-height: 1.25;
        margin-bottom:1.6875rem
    }
}

@media (min-width: 1024px) {
    .links-section {
        display: flex;
        justify-content:space-between
    }
}

.link-and-heading {
    margin-bottom:2rem
}

@media (min-width: 1024px) {
    .link-and-heading {
        margin-bottom:1.5625rem
    }
}

.bg-white {
    background-color:#fff
}

.bg-white .section-heading {
    color:#000
}

.bg-white .link-and-heading {
    color:#000
}

.bg-white .link-and-heading a {
    color:#000
}

.bg-white .link-and-heading p {
    color:#000
}

.bg-white.section-spacer {
    padding-top:0
}

.bg-gray {
    background-color:#f6f6f6
}

.bg-gray .section-heading {
    color:#000
}

.bg-gray .link-and-heading {
    color:#000
}

.bg-gray .link-and-heading a {
    color:#000
}

.bg-gray .link-and-heading p {
    color:#000
}

.bg-gray.section-spacer {
    padding-top:0
}

.article-image-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width:100%
}

.article-hero-section, .article-left-image, .article-right-image {
    font-size: .625rem;
    line-height: 1.7;
    letter-spacing:.015625rem
}

.article-hero-section, .article-left-image, .article-right-image, .rightside-img-container {
    color:#4b4b4b
}

.article-hero-section .image-credit, .article-left-image .image-credit, .article-right-image .image-credit, .rightside-img-container .image-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    font-family: Poppins-SemiBold, sans-serif;
    background: #fff;
    font-size: .625rem;
    padding-left: .75rem;
    padding-right: .625rem;
    padding-bottom: .5rem;
    padding-top: .3125rem;
    max-width: 80%;
    overflow:hidden
}

@media (max-width: 1023.98px) {
    .article-hero-section .image-credit, .article-left-image .image-credit, .article-right-image .image-credit, .rightside-img-container .image-credit {
        padding-top: .4375rem;
        padding-top:.3125rem
    }
}

@media (min-width: 1024px) {
    .rightside-img-container .image-credit {
        padding-right:1rem
    }
}

.rightside-img-container .right-side-img {
    text-align:center
}

.rightside-img-container .right-side-img .img-component {
    display: inline-block;
    position:relative
}

.article-left-image {
    position:relative
}

@media (max-width: 1023.98px) {
    .article-left-image .image-credit {
        bottom:-2px
    }
}

.article-hero-section {
    margin-bottom: 1.25rem;
    font-size: .625rem;
    line-height: 1.7;
    color: #4b4b4b;
    letter-spacing:.015625rem
}

.article-hero-section .image-description-is {
    font-family: Poppins-Light, sans-serif;
    text-align: left;
    overflow: hidden;
    padding-top:.625rem
}

@media (min-width: 1024px) {
    .article-hero-section .image-description-is {
        padding-left: 1.3125rem;
        padding-right:.625rem
    }
}

@media (max-width: 1023.98px) {
    .article-hero-section .image-description-is {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        flex: 0 0 100%;
        max-width:100%
    }
}

.inspire-me-component {
    padding-bottom:1.875rem
}

@media (min-width: 1024px) {
    .inspire-me-component {
        padding-bottom:4.375rem
    }
}

.inspire-me-component .header-row {
    text-align:center
}

.inspire-me-component .inspire-heading {
    color: #fff;
    margin-top:2.5rem
}

@media (min-width: 1024px) {
    .inspire-me-component .inspire-heading {
        margin-top:3.5rem
    }
}

.inspire-me-component .inspire-subheading {
    color: #fff;
    overflow: hidden;
    font-family: Poppins-Light, sans-serif;
    font-size: 1.125rem;
    line-height: 1.3888888889;
    margin-top: .625rem;
    margin-bottom:1.25rem
}

@media (min-width: 1024px) {
    .inspire-me-component .inspire-subheading {
        font-size: 1.75rem;
        line-height: 1.25;
        margin-bottom:1.125rem
    }
}

.inspire-me-component .rya-quaternary-btn {
    font-family: Poppins-Medium, sans-serif;
    padding-left: 1.0625rem;
    padding-right: .875rem;
    letter-spacing:.025rem
}

.inspire-me-component .rya-quaternary-btn .icon {
    vertical-align: bottom;
    display: inline-block;
    font-size: 1.125rem;
    margin-left: 1.0625rem;
    height:1.5rem
}

.inspire-me-component .events-img-wrapper, .inspire-me-component .news-img-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center
}

.inspire-me-component .events-card-text, .inspire-me-component .news-card-text {
    padding:1.25rem
}

@media (min-width: 1024px) {
    .inspire-me-component .events-card-text, .inspire-me-component .news-card-text {
        padding-left: 1.5rem;
        padding-right:1.5rem
    }
}

.inspire-me-component .events-card-header, .inspire-me-component .news-card-header {
    font-size: 1.125rem;
    line-height:1.2055555556
}

@media (min-width: 1024px) {
    .inspire-me-component .events-card-header, .inspire-me-component .news-card-header {
        font-size: 1.5rem;
        line-height:1.175
    }
}

.inspire-me-component .knowledge-article-list {
    margin-top:2.875rem
}

@media (min-width: 1024px) {
    .inspire-me-component .knowledge-article-list {
        margin-top:3.5rem
    }
}

@media all and (min-width: 1023px) and(max-width: 1200px) {
    .inspire-me-component .knowledge-article-list {
        padding-left: 1.25rem;
        padding-right:1.25rem
    }
}

.inspire-me-component .knowledge-article-list .loader-container {
    margin:0 auto
}

@media (min-width: 1024px) {
    .rich-text-para {
        padding-top:2rem
    }
}

.rich-text-para a {
    text-decoration: underline;
    font-family:Poppins-Light, sans-serif
}

.rich-text-para p:last-child {
    margin-bottom:0
}

.rich-text-para p + h2 {
    padding-top:.3125rem
}

@media (min-width: 1024px) {
    .rich-text-para p + h2 {
        padding-top:.9375rem
    }
}

.rich-text-para p + h3 {
    padding-top:.3125rem
}

@media (min-width: 1024px) {
    .rich-text-para p + h3 {
        padding-top:.9375rem
    }
}

.rich-text-para p + h4, .rich-text-para p + h5, .rich-text-para p + h6 {
    padding-top:0
}

@media (min-width: 1024px) {
    .rich-text-para p + h4, .rich-text-para p + h5, .rich-text-para p + h6 {
        padding-top:.3125rem
    }
}

.rich-text-para h2, .rich-text-para h3 {
    padding-top: 1.25rem;
    padding-bottom:1.25rem
}

@media (min-width: 1024px) {
    .rich-text-para h2, .rich-text-para h3 {
        padding-top: 1.875rem;
        padding-bottom:1.875rem
    }
}

.rich-text-para h2 + h2, .rich-text-para h2 + h3, .rich-text-para h3 + h2, .rich-text-para h3 + h3 {
    padding-top:0
}

.rich-text-para h4, .rich-text-para h5, .rich-text-para h6 {
    padding-top: .625rem;
    padding-bottom:.625rem
}

@media (min-width: 1024px) {
    .rich-text-para h4, .rich-text-para h5, .rich-text-para h6 {
        padding-top: 1.25rem;
        padding-bottom:1.25rem
    }
}

.rich-text-para h4 + h4, .rich-text-para h4 + h5, .rich-text-para h4 + h6, .rich-text-para h5 + h4, .rich-text-para h5 + h5, .rich-text-para h5 + h6, .rich-text-para h6 + h4, .rich-text-para h6 + h5, .rich-text-para h6 + h6 {
    padding-top:0
}

.newsletter-subscribe .moosend-subscription-form .rich-text-para .moosend-designer-button[type=submit], .rich-text-para .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .rich-text-para .rya-primary-btn, .rich-text-para .rya-secondary-btn {
    display:inline-block
}

.icc-container ol, .icc-container ul, .rich-text-para ol, .rich-text-para ul {
    margin-bottom: 1rem;
    margin-left: .625rem;
    padding-left:1.75rem
}

@media (min-width: 1024px) {
    .icc-container ol, .icc-container ul, .rich-text-para ol, .rich-text-para ul {
        padding-left:3.125rem
    }
}

.icc-container ol li, .icc-container ul li, .rich-text-para ol li, .rich-text-para ul li {
    color: #000;
    letter-spacing: .025rem;
    font-size: .75rem;
    line-height: 1.5;
    font-family:Poppins-Light, sans-serif
}

@media (min-width: 1024px) {
    .icc-container ol li, .icc-container ul li, .rich-text-para ol li, .rich-text-para ul li {
        font-size: 1rem;
        line-height:1.4375
    }
}

.icc-container a, .rich-text-para a {
    font-size: .75rem;
    line-height:1.5
}

@media (min-width: 1024px) {
    .icc-container a, .rich-text-para a {
        font-size: 1rem;
        line-height:1.4375
    }
}

@media (min-width: 1024px) {
    .link-to-event {
        padding-top:2rem
    }
}

.link-to-event a {
    text-decoration: none;
    font-family: Poppins-Light, sans-serif;
    font-size: .75rem;
    line-height:1.5
}

@media (min-width: 1024px) {
    .link-to-event a {
        font-size: 1rem;
        line-height:1.4375
    }
}

.link-to-event .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .link-to-event .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .link-to-event .moosend-designer-button[type=submit] {
    display: inline-block;
    font-family: Poppins-Medium, sans-serif;
    padding-left: 1.25rem;
    padding-right:1.25rem
}

@media (max-width: 1023.98px) {
    .link-to-event .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .link-to-event .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .link-to-event .moosend-designer-button[type=submit] {
        margin-top:.625rem
    }
}

.article-header .description, .event-header .description {
    color: #4b4b4b;
    font-family: Poppins-Light, sans-serif;
    overflow:hidden
}

.article-header h1, .event-header h1 {
    padding-bottom:.0625rem
}

.article-header .tagbtn-container, .event-header .tagbtn-container {
    margin-bottom:1.875rem
}

.article-header .tagbtn a + .date, .event-header .tagbtn a + .date {
    margin-left:.625rem
}

.article-header .date, .event-header .date {
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: .0375rem;
    font-family:Poppins-Medium, sans-serif
}

@media (min-width: 1024px) {
    .article-header .date, .event-header .date {
        font-size: 1rem;
        line-height: 1.4375;
        letter-spacing:.025rem
    }
}

.article-header.v1-no-img .line-separator, .event-header.v1-no-img .line-separator {
    margin-top: 1.6875rem;
    margin-bottom:2.75rem
}

@media (min-width: 1024px) {
    .article-header.v1-no-img .line-separator, .event-header.v1-no-img .line-separator {
        margin-top: 1.375rem;
        margin-bottom:2.5rem
    }
}

.article-header.v1-no-img .order-right, .event-header.v1-no-img .order-right {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .article-header.v1-no-img .order-right, .event-header.v1-no-img .order-right {
        flex: 0 0 100%;
        max-width:100%
    }
}

.article-header.v1-no-img .order-left, .event-header.v1-no-img .order-left {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .article-header.v1-no-img .order-left, .event-header.v1-no-img .order-left {
        flex: 0 0 100%;
        max-width:100%
    }
}

.article-header.v1-no-img .img-container, .event-header.v1-no-img .img-container {
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .article-header.v1-no-img .img-container, .event-header.v1-no-img .img-container {
        flex: 0 0 62.5%;
        max-width:62.5%
    }
}

.article-header.v1-no-img h1, .event-header.v1-no-img h1 {
    margin-bottom:.625rem
}

@media (max-width: 1023.98px) {
    .article-header.v1-no-img h1, .event-header.v1-no-img h1 {
        font-size: 1.625rem;
        line-height:1.15
    }
}

@media (min-width: 1024px) {
    .article-header.v1-no-img h1, .event-header.v1-no-img h1 {
        margin-bottom:.9375rem
    }
}

.article-header.v1-no-img h1 span, .event-header.v1-no-img h1 span {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .article-header.v1-no-img h1 span, .event-header.v1-no-img h1 span {
        position: relative;
        width: 100%;
        padding-right: 1px;
        padding-left: 1px;
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%;
        margin-left:12.5%
    }
}

.article-header.v1-no-img .description, .event-header.v1-no-img .description {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height:1.3888888889
}

@media (min-width: 1024px) {
    .article-header.v1-no-img .description, .event-header.v1-no-img .description {
        font-size: 1.75rem;
        line-height: 1.25;
        margin-bottom:1.4375rem
    }
}

.article-header.v1-no-img .description div, .event-header.v1-no-img .description div {
    position: relative;
    width: 100%;
    padding-right: 1px;
    padding-left: 1px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .article-header.v1-no-img .description div, .event-header.v1-no-img .description div {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 54.1666666667%;
        max-width: 54.1666666667%;
        margin-left:12.5%
    }
}

.article-header.v1-no-img .tagbtn, .event-header.v1-no-img .tagbtn {
    position: relative;
    width: 100%;
    padding-right: 1px;
    padding-left: 1px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .article-header.v1-no-img .tagbtn, .event-header.v1-no-img .tagbtn {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 87.5%;
        max-width: 87.5%;
        margin-left:12.5%
    }
}

@media (min-width: 1024px) {
    .article-header.v2-horizontal-img, .event-header.v2-horizontal-img {
        margin-bottom:1.0625rem
    }

    .article-header.v2-horizontal-img .img-container, .event-header.v2-horizontal-img .img-container {
        margin-bottom:0
    }
}

.article-header.v2-horizontal-img .order-right, .event-header.v2-horizontal-img .order-right {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .article-header.v2-horizontal-img .order-right, .event-header.v2-horizontal-img .order-right {
        flex: 0 0 100%;
        max-width:100%
    }
}

.article-header.v2-horizontal-img .order-left, .event-header.v2-horizontal-img .order-left {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .article-header.v2-horizontal-img .order-left, .event-header.v2-horizontal-img .order-left {
        flex: 0 0 100%;
        max-width:100%
    }
}

@media (min-width: 1024px) {
    .article-header.v2-horizontal-img .tagbtn-container, .event-header.v2-horizontal-img .tagbtn-container {
        margin-bottom:2.1875rem
    }
}

.article-header.v2-horizontal-img .img-container, .event-header.v2-horizontal-img .img-container {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .article-header.v2-horizontal-img .img-container, .event-header.v2-horizontal-img .img-container {
        position: relative;
        width: 100%;
        padding-right: 1.5px;
        padding-left: 1.5px;
        flex: 0 0 62.5%;
        max-width: 62.5%;
        margin-left:12.5%
    }
}

.article-header.v2-horizontal-img h1, .event-header.v2-horizontal-img h1 {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: .0625rem;
    margin-bottom:1.25rem
}

@media (max-width: 1023.98px) {
    .article-header.v2-horizontal-img h1, .event-header.v2-horizontal-img h1 {
        font-size:1.625rem
    }
}

.article-header.v2-horizontal-img h1 span, .event-header.v2-horizontal-img h1 span {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .article-header.v2-horizontal-img h1 span, .event-header.v2-horizontal-img h1 span {
        position: relative;
        width: 100%;
        padding-right: 2.5px;
        padding-left: 2.5px;
        flex: 0 0 54.1666666667%;
        max-width: 54.1666666667%;
        margin-left:12.5%
    }
}

.article-header.v2-horizontal-img .description, .event-header.v2-horizontal-img .description {
    font-size: 1rem;
    line-height: 1.4375;
    letter-spacing: .025rem;
    margin-bottom:1.25rem
}

.article-header.v2-horizontal-img .description div, .event-header.v2-horizontal-img .description div {
    position: relative;
    width: 100%;
    padding-right: 1px;
    padding-left: 1px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .article-header.v2-horizontal-img .description div, .event-header.v2-horizontal-img .description div {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 54.1666666667%;
        max-width: 54.1666666667%;
        margin-left:12.5%
    }
}

.article-header.v2-horizontal-img .tagbtn, .event-header.v2-horizontal-img .tagbtn {
    position: relative;
    width: 100%;
    padding-right: 1px;
    padding-left: 1px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .article-header.v2-horizontal-img .tagbtn, .event-header.v2-horizontal-img .tagbtn {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 87.5%;
        max-width: 87.5%;
        margin-left:12.5%
    }
}

.article-header.v3-vertical-img .order-right, .event-header.v3-vertical-img .order-right {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    order:2
}

@media (min-width: 1024px) {
    .article-header.v3-vertical-img .order-right, .event-header.v3-vertical-img .order-right {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        margin-left: 4.1666666667%;
        margin-bottom:.625rem
    }
}

.article-header.v3-vertical-img .order-left, .event-header.v3-vertical-img .order-left {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    order:1
}

@media (min-width: 1024px) {
    .article-header.v3-vertical-img .order-left, .event-header.v3-vertical-img .order-left {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        margin-left: 12.5%;
        margin-bottom:.625rem
    }
}

.article-header.v3-vertical-img .img-container, .event-header.v3-vertical-img .img-container {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .article-header.v3-vertical-img .img-container, .event-header.v3-vertical-img .img-container {
        flex: 0 0 100%;
        max-width:100%
    }
}

.article-header.v3-vertical-img .rya-row:first-child, .event-header.v3-vertical-img .rya-row:first-child {
    align-items:center
}

.article-header.v3-vertical-img h1, .event-header.v3-vertical-img h1 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1.5625rem;
    letter-spacing:.0625rem
}

@media (max-width: 1023.98px) {
    .article-header.v3-vertical-img h1, .event-header.v3-vertical-img h1 {
        font-size: 1.625rem;
        line-height:1.15
    }
}

.article-header.v3-vertical-img h1 span, .event-header.v3-vertical-img h1 span {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left:0
}

@media (min-width: 1024px) {
    .article-header.v3-vertical-img h1 span, .event-header.v3-vertical-img h1 span {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 75%;
        max-width:75%
    }
}

.article-header.v3-vertical-img .description, .event-header.v3-vertical-img .description {
    font-size: 1.75rem;
    line-height: 1.25;
    margin-bottom:1.25rem
}

@media (max-width: 1023.98px) {
    .article-header.v3-vertical-img .description, .event-header.v3-vertical-img .description {
        font-size: 1.125rem;
        line-height: 1.3888888889;
        margin-bottom:1.625rem
    }
}

.article-header.v3-vertical-img .description div, .event-header.v3-vertical-img .description div {
    position: relative;
    width: 100%;
    padding-right: 1px;
    padding-left:1px
}

@media (min-width: 1024px) {
    .article-header.v3-vertical-img .description div, .event-header.v3-vertical-img .description div {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 79.1666666667%;
        max-width:79.1666666667%
    }
}

.article-header.v3-vertical-img .tagbtn, .event-header.v3-vertical-img .tagbtn {
    position: relative;
    width: 100%;
    padding-right: 1px;
    padding-left:1px
}

@media (min-width: 1024px) {
    .article-header.v3-vertical-img .tagbtn, .event-header.v3-vertical-img .tagbtn {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 75%;
        max-width:75%
    }
}

.article-header.v3-vertical-img .imgContainer img, .event-header.v3-vertical-img .imgContainer img {
    max-width:100%
}

@media (max-width: 1023.98px) {
    .article-header.v3-vertical-img .imgContainer img, .event-header.v3-vertical-img .imgContainer img {
        margin-bottom:.9375rem
    }
}

@media (min-width: 1024px) {
    .article-header.v3-vertical-img .imgContainer img, .event-header.v3-vertical-img .imgContainer img {
        max-height:36.0625rem
    }
}

@media all and (min-width: 1023px) and(max-width: 1200px) {
    .image-listing-component {
        padding-left: 1.25rem;
        padding-right:1.25rem
    }
}

.image-listing-component img {
    max-height: 7.4375rem;
    height: 100%;
    overflow: hidden;
    margin-bottom:.5625rem
}

.image-listing-component .featured-component {
    margin-bottom:1.5625rem
}

@media (min-width: 1024px) {
    .image-listing-component .featured-component {
        margin-bottom:1.625rem
    }
}

.image-listing-component .header-text {
    height: 2.1875rem;
    overflow: hidden;
    overflow-wrap: break-word;
    letter-spacing: .046875rem;
    color:#000
}

@media (min-width: 1024px) {
    .image-listing-component .header-text {
        height:2.75rem
    }
}

.grid-6 .rya-grid-class {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 50%;
    max-width:50%
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .grid-6 .rya-grid-class {
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }
}

@media (min-width: 1024px) {
    .grid-6 .rya-grid-class {
        flex: 0 0 16.6666666667%;
        max-width:16.6666666667%
    }
}

.grid-5 .rya-grid-class {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 50%;
    max-width:50%
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .grid-5 .rya-grid-class {
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }
}

@media (min-width: 1024px) {
    .grid-5 .rya-grid-class {
        flex: 0 0 20%;
        max-width:20%
    }
}

.grid-4 .rya-grid-class {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 50%;
    max-width:50%
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .grid-4 .rya-grid-class {
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }
}

@media (min-width: 1024px) {
    .grid-4 .rya-grid-class {
        flex: 0 0 20.8333333333%;
        max-width:20.8333333333%
    }
}

@media (min-width: 1024px) {
    .grid-3 {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 79.1666666667%;
        max-width:79.1666666667%
    }
}

.grid-3 .rya-grid-class {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left:5px
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .grid-3 .rya-grid-class {
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }
}

@media (min-width: 1024px) {
    .grid-3 .rya-grid-class {
        flex: 0 0 26.3157894737%;
        max-width:26.3157894737%
    }
}

@media (min-width: 1024px) {
    .grid-2 {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 45.8333333333%;
        max-width:45.8333333333%
    }
}

.grid-2 .rya-grid-class {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 50%;
    max-width:50%
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .grid-2 .rya-grid-class {
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }
}

@media (min-width: 1024px) {
    .grid-2 .rya-grid-class {
        flex: 0 0 45.4545454545%;
        max-width:45.4545454545%
    }
}

@media (min-width: 1024px) {
    .grid-1 {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }
}

.grid-1 .rya-grid-class {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 50%;
    max-width:50%
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .grid-1 .rya-grid-class {
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }
}

@media (min-width: 1024px) {
    .grid-1 .rya-grid-class {
        flex: 0 0 62.5%;
        max-width:62.5%
    }
}

@media (min-width: 1024px) {
    .desktop-column-grid {
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
        padding:0 20px
    }
}

@media (min-width: 1024px) and(min-width: 1024px) {
    .desktop-column-grid {
        padding:0
    }
}

.desktop-column-grid .img-container {
    margin-bottom:1.875rem
}

@media (min-width: 1024px) {
    .desktop-column-grid .img-container {
        display: flex;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
        margin-bottom: 6.25rem;
        align-items:center
    }
}

@media (max-width: 1023.98px) {
    .desktop-column-grid .img-container .image-2-block {
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
        padding:0 20px
    }
}

@media (max-width: 1023.98px) and(min-width: 1024px) {
    .desktop-column-grid .img-container .image-2-block {
        padding:0
    }
}

@media (min-width: 1024px) {
    .desktop-column-grid .img-container .image-2-block {
        margin-top: 2.125rem;
        margin-bottom: 2.125rem;
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-left: 4.1666666667%;
        flex: 0 0 29.1666666667%;
        max-width:29.1666666667%
    }
}

.desktop-column-grid .img-container .image-2-row {
    display: inline-block;
    position:relative
}

@media (max-width: 1023.98px) {
    .desktop-column-grid .img-container .image-2-row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
        margin-bottom: 4rem;
        justify-content:center
    }
}

.desktop-column-grid .img-container .image-1 {
    overflow:hidden
}

@media (min-width: 1024px) {
    .desktop-column-grid .img-container .image-1 {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-left: 12.5%;
        flex: 0 0 37.5%;
        max-width:37.5%
    }
}

.desktop-column-grid .img-container .image-2 {
    overflow:hidden
}

@media (max-width: 1023.98px) {
    .desktop-column-grid .img-container .image-2 {
        margin-top: 1.875rem;
        max-width: 83.3333333333%;
        position:relative
    }
}

.rightside-img-container .img-component {
    position:relative
}

@media (min-width: 1024px) {
    .rightside-img-container {
        display:flex
    }

    .rightside-img-container .img-component {
        max-width:100%
    }
}

.rightside-img-container .rightimgcomponent {
    max-width: 100%;
    max-height:100%
}

@media (max-width: 1023.98px) {
    .course-search-result, .knowledge-based-result {
        padding-top: .9375rem;
        padding-left: 1.25rem;
        padding-right:1.25rem
    }

    .course-search-result > .rya-row, .knowledge-based-result > .rya-row {
        margin:0
    }
}

.course-search-result .card-block, .knowledge-based-result .card-block {
    margin-bottom:1rem
}

@media (min-width: 1024px) {
    .course-search-result .card-block, .knowledge-based-result .card-block {
        max-width: 48.75%;
        flex:0 0 48.75%
    }
}

@media all and (min-width: 1023px) and(max-width: 1200px) {
    .course-search-result .card-block, .knowledge-based-result .card-block {
        max-width: 48.5%;
        flex:0 0 48.5%
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .course-search-result .card-block, .knowledge-based-result .card-block {
        flex: 0 0 48.75%;
        max-width: 48.75%;
        padding-bottom:4.6875rem
    }
}

@media (max-width: 1023.98px) {
    .course-search-result .pagination-container .rya-row, .knowledge-based-result .pagination-container .rya-row {
        margin-left: 0;
        margin-right:0
    }
}

.knowledge-based-result .card-block .card {
    min-height:auto
}

.knowledge-based-result .card-block .card .card-body {
    flex:0 1 auto
}

.knowledge-based-result .event-name a {
    word-break:break-word
}

@media (min-width: 1024px) {
    .knowledge-based-result .content-row .events-image-wrapper, .knowledge-based-result .content-row .news-image-wrapper {
        height:14.5625rem
    }
}

.knowledge-based-result .content-row .events-details-wrapper, .knowledge-based-result .content-row .news-details-wrapper {
    border-left:0
}

.knowledge-based-result .content-row .events-details, .knowledge-based-result .content-row .news-details {
    padding:0
}

@media (min-width: 1024px) {
    .knowledge-based-result .spotlight-card {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top:0
    }
}

.knowledge-based-result .spotlight-card .latest-events-date, .knowledge-based-result .spotlight-card .latest-news-date {
    font-size: .75rem;
    line-height: 1.9166666667;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding:0
}

.knowledge-based-result .spotlight-card p {
    letter-spacing:.025rem
}

.knowledge-based-result .spotlight-card a + .featured-content {
    margin-left:1.1875rem
}

.knowledge-based-result.registered-rya-member .icon-lock {
    color:#b00c0f
}

.knowledge-based-result.registered-rya-member .join-rya-link a {
    visibility:hidden
}

.knowledge-based-result .latest-events-container, .knowledge-based-result .latest-news-container {
    padding:0
}

.featured-content {
    display: inline;
    vertical-align:text-top
}

.featured-content .icon {
    margin-right: .3125rem;
    color: #0276b5;
    font-size: 1.375rem;
    vertical-align:sub
}

.featured-content span {
    letter-spacing: .025rem;
    font-size: 1rem;
    line-height: 1.4375;
    font-weight:700
}

.events-list-heading, .news-list-heading {
    margin-top: .625rem;
    margin-bottom:2.5rem
}

@media (max-width: 1023.98px) {
    .events-list-heading, .news-list-heading {
        padding-left: 1.125rem;
        padding-right: 1.25rem;
        margin-top: 1.25rem;
        margin-bottom:1.25rem
    }
}

@media all and (min-width: 1023px) and(max-width: 1200px) {
    .events-list-heading, .news-list-heading {
        padding-left:1.5625rem
    }
}

@media (min-width: 1024px) {
    .events-list-heading, .news-list-heading {
        padding-left:.125rem
    }
}

@media (max-width: 1023.98px) {
    .events-search-result, .news-search-result {
        padding:0 20px
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .events-search-result .card-block, .news-search-result .card-block {
        flex: 0 0 48.75%;
        max-width: 48.75%;
        padding-bottom:4.6875rem
    }
}

@media (min-width: 1024px) {
    .events-search-result .card-block, .news-search-result .card-block {
        flex: 0 0 32.09375%;
        max-width:32.09375%
    }
}

@media all and (min-width: 1023px) and(max-width: 1240px) {
    .events-search-result .card-block, .news-search-result .card-block {
        flex: 0 0 31.8125%;
        max-width:31.8125%
    }
}

.events-search-result .events-list, .events-search-result .news-list, .news-search-result .events-list, .news-search-result .news-list {
    padding-bottom: 0;
    margin-bottom:1rem
}

.events-search-result .events-list.card-block, .events-search-result .news-list.card-block, .news-search-result .events-list.card-block, .news-search-result .news-list.card-block {
    background-color:transparent
}

.events-search-result .events-card, .events-search-result .news-card, .news-search-result .events-card, .news-search-result .news-card {
    margin-bottom:0
}

.events-search-result .events-card .heading-6, .events-search-result .news-card .heading-6, .news-search-result .events-card .heading-6, .news-search-result .news-card .heading-6 {
    font-size: .875rem;
    line-height:1.1485714286
}

.events-search-result .events-card-header, .events-search-result .news-card-header, .news-search-result .events-card-header, .news-search-result .news-card-header {
    font-size: 1rem;
    line-height:1.25
}

.result-listing {
    padding-bottom:0
}

@media (max-width: 1023.98px) {
    .result-listing {
        padding:0
    }

    .result-listing > .rya-row {
        margin:0
    }

    .result-listing .side-nav {
        padding:0
    }
}

.no-search-result .icon-arrow-back {
    margin-left: 0;
    position: relative;
    top:.1875rem
}

.no-search-result .back-to-link {
    margin-bottom:1.25rem
}

.no-search-result .intro-text {
    color: #4b4b4b;
    line-height:1.25
}

.clear-all {
    text-decoration: underline;
    display: none;
    color: #0a3456;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 1rem;
    line-height: 1.4375;
    margin-top:1.25rem
}

@media (max-width: 1023.98px) {
    .clear-all {
        margin-top: 0;
        margin-bottom: 1.25rem;
        padding-left: 1.25rem;
        padding-right:1.25rem
    }
}

.clear-all.is-visible {
    display:inline-block
}

.filter-container {
    position:relative
}

.filter-container-overlay {
    position: absolute;
    height: 100%;
    opacity: .5;
    width: 100%;
    top:0
}

@media all and (min-width: 1023px) and(max-width: 1200px) {
    .side-nav {
        padding-left:1.5625rem
    }
}

@media (min-width: 1024px) {
    .side-nav {
        position:relative
    }

    .side-nav:before {
        background-color: #f6f6f6;
        position: absolute;
        content: "";
        top: 0;
        width: 100vw;
        right: 0;
        height:100%
    }
}

@media (min-width: 1024px) {
    .side-nav .filter-header {
        pointer-events:none
    }
}

@media (max-width: 1023.98px) {
    .side-nav .filter-header {
        background-color: #f6f6f6;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-bottom: 1.25rem;
        height: 4.6875rem;
        padding-top: 1.5rem;
        display: flex;
        flex-wrap: wrap;
        cursor: pointer;
        margin-bottom:1rem
    }
}

.side-nav .header {
    letter-spacing:.05625rem
}

@media (min-width: 1024px) {
    .side-nav .header {
        padding-bottom: .625rem;
        padding-top:2.5rem
    }
}

@media (max-width: 1023.98px) {
    .side-nav .header {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        padding-bottom: .375rem;
        padding-top:.3125rem
    }
}

.side-nav .checkbox-content {
    position:relative
}

@media (min-width: 1024px) {
    .side-nav .checkbox-content {
        margin-top: 1.25rem;
        display:block !important
    }
}

@media (max-width: 1023.98px) {
    .side-nav .checkbox-content {
        display: none;
        padding-bottom: 1.25rem;
        padding-left: 1.25rem;
        padding-right:1.25rem
    }
}

.side-nav .checkbox-content span {
    color: #0a3456;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 1rem;
    line-height:1.4375
}

.side-nav .checkbox-content span.check-label {
    width: auto;
    max-width: 84%;
    flex: none;
    display:inline-block
}

.side-nav .checkbox-content input[type=checkbox] {
    border:0 none
}

.side-nav .checkbox-content .check-wrapper {
    margin-bottom:.9375rem
}

.side-nav .checkbox-content .check-wrapper .checkmark span {
    letter-spacing: .025rem;
    background-color: #f6f6f6;
    color: #0a3456;
    font-family:Poppins-SemiBold, sans-serif
}

.side-nav .checkbox-content:last-child {
    padding-bottom:1.875rem
}

.filter-dd-icon {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    justify-content: flex-end;
    display: flex;
    color:#4b4b4b
}

@media (min-width: 1024px) {
    .filter-dd-icon {
        display:none
    }
}

.filter-dd-icon .icon {
    font-size:1.5rem
}

.filter-dd-icon .icon.icon-openicon {
    max-height: 1.5625rem;
    margin-top:.25rem
}

.check-label {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 83.3333333333%;
    max-width:83.3333333333%
}

.check-link {
    text-decoration: underline;
    vertical-align: middle;
    cursor: pointer;
    pointer-events: visible;
    font-size:1rem
}

.check-tooltip {
    position:relative
}

.check-tooltip .icon-container {
    position: absolute;
    top: 0;
    right: .125rem;
    background: #dcdfe6;
    border-radius: .625rem;
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
    color:#0276b5
}

@media (min-width: 1024px) {
    .check-tooltip {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 85.7142857143%;
        max-width:85.7142857143%
    }
}

.tooltip-container {
    pointer-events: auto;
    cursor:pointer
}

.tooltip-container .check-tooltip {
    position:relative
}

.tooltip-container .check-tooltip .icon-container {
    position: absolute;
    top: 0;
    right:0
}

.tooltip-container .tooltip {
    line-height: 45px;
    cursor: pointer;
    visibility:hidden
}

.tooltip-container .tooltip-visibility {
    visibility:visible
}

.tooltip-container .text-box {
    left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
    cursor: default;
    padding: .3125rem;
    border-radius: .125rem;
    background-color: rgba(10, 52, 86, .06);
    position: relative;
    margin-bottom: 1.0625rem;
    margin-right:.75rem
}

@media (max-width: 1023.98px) {
    .tooltip-container .text-box {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top:.3125rem
    }
}

.tooltip-container .text-box p {
    font-family: Poppins-Regular, sans-serif;
    display: inline-block;
    color: #0276b5;
    font-size: .75rem;
    line-height: 1.4166666667;
    letter-spacing: .01875rem;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    padding-left: .6875rem;
    padding-right: .25rem;
    padding-top:.5625rem
}

.tooltip-container .text-box::after {
    content: " ";
    position: absolute;
    left: 2.1875rem;
    top: -15px;
    border-top: none;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom:15px solid rgba(10, 52, 86, .06)
}

@media (max-width: 1280px) {
    .edit-address {
        padding:0 20px
    }
}

.edit-address .line-separator {
    margin-top: 1.875rem;
    margin-bottom:1.875rem
}

.edit-address .field-container .rya-secondary-btn {
    display:inline-block
}

.intro-text {
    font-family: Poppins-Light, sans-serif;
    margin-bottom: 1.875rem;
    margin-top:.9375rem
}

.add-btn {
    margin-top: 1.875rem;
    margin-bottom:1.25rem
}

.add-btn span {
    text-decoration:underline
}

.add-btn .add-address {
    border-radius: 50%;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.75rem;
    margin-right: .3125rem;
    padding-left: .75rem;
    padding-right: .625rem;
    border:2px solid #0276b5
}

.no-events {
    pointer-events:none
}

.search-country .select-countries {
    padding:.5rem
}

.search-country .icon {
    right: 1rem;
    margin-top: 1rem;
    font-size: .5rem;
    position:absolute
}

.search-country select {
    color:#454545
}

.remove-confirmation {
    display: none;
    margin-top:1.25rem
}

@media (min-width: 1024px) {
    .remove-confirmation {
        bottom: 0;
        position: absolute;
        margin-bottom:2.8125rem
    }
}

.remove-confirmation a {
    margin-right: .3125rem;
    margin-left: .625rem;
    font-size: .875rem;
    text-decoration: underline;
    border-right: 1px solid #000;
    padding-right:.9375rem
}

.remove-confirmation a:last-child {
    border-right: none;
    padding-right:0
}

.addr-list .addr-card-wrapper {
    flex: 1 1 auto;
    padding-top: 1rem;
    padding-bottom:1.875rem
}

@media (min-width: 1024px) {
    .addr-list .addr-card-wrapper {
        padding-bottom:1rem
    }
}

.addr-list .addr-card-wrapper .default-address .delete-addr, .addr-list .addr-card-wrapper .default-address .make-default {
    display:none
}

@media (min-width: 1024px) {
    .addr-list .addr-card-wrapper .addr-fields {
        margin-top: .9375rem;
        margin-bottom:.9375rem
    }
}

.addr-list .addr-card-wrapper .addr-card {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 1.5625rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 15em;
    transition-duration: .5s;
    color: #000;
    background-color:#f6f6f6
}

@media (min-width: 1024px) {
    .addr-list .addr-card-wrapper .addr-card {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        padding-bottom:3.75rem
    }
}

.addr-list .addr-card-wrapper .addr-card .addr-heading {
    margin-bottom:.75rem
}

.addr-list .addr-card-wrapper .addr-card .shadow {
    position: absolute;
    bottom: 1.625rem;
    box-shadow: 0 45px 33px 0 rgba(0, 0, 0, .75);
    left: 0;
    right: 0;
    height: .4375rem;
    z-index: 1;
    display:none
}

.addr-list .addr-card-wrapper .addr-card .top {
    border-top-color:#fff
}

.addr-list .addr-card-wrapper .heading-4 {
    min-height: 1.375rem;
    overflow: hidden;
    margin-bottom:.625rem
}

@media (min-width: 1024px) {
    .addr-list .addr-card-wrapper .heading-4 {
        min-height:1.875rem
    }
}

.addr-list .addr-cta {
    margin-top:1.25rem
}

@media (min-width: 1024px) {
    .addr-list .addr-cta {
        bottom: 0;
        position: absolute;
        margin-bottom:2.8125rem
    }
}

.addr-list .addr-cta a {
    margin-right: .9375rem;
    font-size: .875rem;
    text-decoration: underline;
    border-right:none
}

.addr-list .addr-cta a:last-child {
    border-right: none;
    padding-right:0
}

@media (min-width: 1024px) {
    .addr-card-wrapper:after {
        background-color: #f6f6f6;
        position: absolute;
        height: 70%;
        bottom: 0;
        content: "";
        left: 5px;
        width: 97.5%;
        z-index:-1
    }
}

.find-course-container {
    position: relative;
    color: #fff;
    min-height:7.875rem
}

.find-course-container .btn-find {
    padding-top:0
}

@media (max-width: 1023.98px) {
    .find-course-container .btn-find {
        margin-bottom: 1.875rem;
        margin-top:1.0625rem
    }
}

.find-course-container .btn-find a {
    display: inline-block;
    padding-left: .875rem;
    padding-right: .875rem;
    font-size: 1rem;
    line-height:1.25
}

@media (min-width: 1024px) {
    .find-course-container .find-course {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
        margin-left:8.3333333333%
    }
}

.find-course-container .find-course .top {
    left: 44%;
    position: absolute;
    border-top-color:#fff
}

@media (max-width: 1023.98px) {
    .find-course-container .find-course .top {
        top:-1px
    }
}

.find-course-container .find-course .border {
    border-width: .78125rem;
    border-left: 15px solid transparent;
    border-right:15px solid transparent
}

@media (min-width: 1024px) {
    .find-course-container .find-content {
        padding-top:3.4375rem
    }
}

.find-course-container .find-content .find-course-heading {
    font-size: 1.625rem;
    line-height: 1.15;
    font-family: Poppins-Medium, sans-serif;
    position: relative;
    width: 100%;
    padding-right: 3.5px;
    padding-left: 3.5px;
    flex: 0 0 100%;
    max-width: 100%;
    letter-spacing:.0625rem
}

@media (max-width: 1023.98px) {
    .find-course-container .find-content .find-course-heading {
        margin-top: 2.1875rem;
        margin-bottom:.4375rem
    }
}

@media (min-width: 1024px) {
    .find-course-container .find-content .find-course-heading {
        font-size: 2rem;
        line-height: 1.2;
        flex: 0 0 27.2727272727%;
        max-width: 27.2727272727%;
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left:5px
    }
}

.find-course-container .dropdown {
    position: relative;
    width: 100%;
    padding-right: 3.5px;
    padding-left: 3.5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (max-width: 1023.98px) {
    .find-course-container .dropdown {
        margin:0
    }
}

@media (min-width: 1024px) {
    .find-course-container .dropdown {
        margin-left: 0;
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 68.1818181818%;
        max-width:68.1818181818%
    }
}

.find-course-container .dropdown .select-skill-activity {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .find-course-container .dropdown .select-skill-activity {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        padding-left: 0;
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }
}

@media (min-width: 1024px) {
    .find-course-container .dropdown .select-skill-activity + .select-skill-activity {
        padding-left: 5px;
        margin-right:.4375rem
    }
}

.find-course-container .dropdown .select-skill-activity .select-dropdown {
    margin-top: 0;
    background-color:#f6f6f6
}

@media (max-width: 1023.98px) {
    .find-course-container .dropdown .select-skill-activity .select-dropdown {
        margin-top:1.0625rem
    }
}

.find-course-container .dropdown .select-skill-activity .icon {
    color:#000
}

.find-course-container .dropdown .select-skill-activity select {
    color: #454545;
    padding-left: .875rem;
    letter-spacing: .025rem;
    font-size: 1rem;
    line-height: 1.4375;
    border:0 none
}

.find-course-container .product-delivery .delivery-information:first-child {
    padding-top:1.25rem
}

.contact-info .heading-3, .contact-info .product-delivery, .contact-info .table-link {
    color: #fff;
    font-family:Poppins-Light, sans-serif
}

.contact-info .selected-val {
    color: #fff;
    margin-right: .3125rem;
    font-family:Poppins-Medium, sans-serif
}

@media (min-width: 1024px) {
    .contact-info .first-col {
        padding-left:1.5625rem
    }
}

@media (min-width: 1024px) {
    .find-contact .btn-find {
        margin-left:.625rem
    }
}

.js-contacts {
    display:none
}

.newsletter-preference .newsletter-description {
    display:none
}

.newsletter-preference input[type=checkbox] {
    min-width:23.5px
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .newsletter-preference input[type=checkbox] {
        min-width:31.72px
    }
}

.newsletter-preference .heading-4 {
    margin-bottom: 1.25rem;
    margin-top:.625rem
}

@media (min-width: 1024px) {
    .newsletter-preference .heading-4 {
        margin-bottom: 2.5rem;
        margin-top:1.25rem
    }
}

.newsletter-preference .check-wrapper {
    margin-bottom:.625rem
}

.newsletter-preference .check-wrapper p {
    font-weight:400
}

.newsletter-preference .accordion-wrapper {
    margin-top:1.25rem
}

@media (min-width: 1024px) {
    .newsletter-preference .accordion-wrapper {
        margin-top:2.5rem
    }
}

@media (max-width: 1023.98px) {
    .newsletter-preference .accordion-content {
        padding-left:0
    }
}

.newsletter-preference .line-separator {
    margin-top: 2.5rem;
    margin-bottom:1.875rem
}

@media (min-width: 1024px) {
    .newsletter-preference .line-separator {
        margin-top: 5rem;
        margin-bottom:3.75rem
    }
}

.newsletter-preference .rya-secondary-btn {
    margin-top:1.5625rem
}

@media (max-width: 1023.98px) {
    .newsletter-preference .rya-secondary-btn {
        margin-left:3.5px
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .newsletter-preference .rya-secondary-btn + .rya-secondary-btn {
        margin-left:.9375rem
    }
}

@media (min-width: 1024px) {
    .newsletter-preference .rya-secondary-btn {
        position: relative;
        max-width: 40%;
        margin-left:4.58%
    }
}

.newsletter-preference .caption {
    font-size:.875rem
}

.newsletter-preference .area-option .accordion-header {
    border-bottom:2px solid #e6e6e6
}

.newsletter-preference .marketing-events-section .heading-4 {
    margin-top:1.25rem
}

.newsletter-preference .formfield {
    margin-top:0
}

.newsletter-preference input {
    margin-top:.3125rem
}

.subscribe-error-section {
    display: none;
    background-color: #b00c0f;
    color:#fff
}

@media (max-width: 1023.98px) {
    .add-student-confirmation .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .add-student-confirmation .rya-primary-btn, .newsletter-confirmation .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .newsletter-confirmation .rya-primary-btn, .newsletter-email .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .newsletter-email .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .add-student-confirmation .moosend-designer-button[type=submit], .newsletter-subscribe .moosend-subscription-form .newsletter-confirmation .moosend-designer-button[type=submit], .newsletter-subscribe .moosend-subscription-form .newsletter-email .moosend-designer-button[type=submit] {
        margin-top:.625rem
    }
}

@media (min-width: 1024px) {
    .add-student-confirmation .intro-description, .newsletter-confirmation .intro-description, .newsletter-email .intro-description {
        margin-top:1.25rem
    }
}

@media (min-width: 1024px) {
    .add-student-confirmation .button-block, .newsletter-confirmation .button-block, .newsletter-email .button-block {
        display: flex;
        justify-content:space-between
    }
}

@media (min-width: 1024px) {
    .add-student-confirmation .button-block {
        justify-content:left
    }
}

@media (min-width: 1024px) {
    .add-student-confirmation .link-to-myrya a {
        margin-right:.625rem
    }
}

.programme-news {
    margin-top:1.25rem
}

.newsletter-preference-update .subscribe {
    display:none
}

.newsletter-preference-update .rya-form {
    display:none
}

.newsletter-preference-update .newsletter-description {
    display:block
}

.newsletter-subscribe .moosend-subscription-form > :first-child {
    margin-top:0 !important
}

.newsletter-subscribe .moosend-subscription-form .form-input-error-message {
    background: #b00c0f;
    color: #fff !important;
    font-family: Poppins-Regular, sans-serif;
    font-style: normal !important;
    justify-content: stretch;
    letter-spacing: .01875rem;
    margin-bottom: 0 !important;
    padding:.3125rem
}

.newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit] {
    border-color:#fff
}

.course-search-container {
    padding-bottom:2.5rem
}

@media (min-width: 1024px) {
    .course-search-container {
        padding-top: 5.3125rem;
        padding-bottom:3.125rem
    }
}

.course-search-container a {
    color: #000;
    font-family: Poppins-Light, sans-serif;
    font-size: .75rem;
    letter-spacing:.025rem
}

@media (min-width: 1024px) {
    .course-search-container a {
        font-size:1rem
    }
}

.course-search-container .course-search-heading {
    color: #fff;
    font-family: Poppins-Medium, sans-serif;
    font-size: 1.625rem;
    line-height: 1.15;
    margin-top: 2.5625rem;
    letter-spacing: .0625rem;
    margin-bottom: 1.5625rem;
    text-align:center
}

@media (min-width: 1024px) {
    .course-search-container .course-search-heading {
        font-size: 2.5rem;
        line-height: 1.15;
        margin-top:0
    }
}

.course-search-container .course-search-form .course-search {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left:0
}

.course-search-container .inputtext-container {
    margin-bottom:.625rem
}

.course-search-container .inputtext-container .select-dropdown {
    margin-top:0
}

.course-search-container .inputtext-container .select-dropdown .icon-dropdown-arrow, .course-search-container .inputtext-container .select-dropdown .navbar .navbar-nav > .nav-item > .nav-link .more-arrow, .navbar .navbar-nav > .nav-item > .nav-link .course-search-container .inputtext-container .select-dropdown .more-arrow {
    display:none
}

.course-search-container .inputtext-container .icon-search {
    font-size: 1.4375rem;
    color:#0276b5
}

.course-search-container .inputtext-container .search-clear-field {
    position: absolute;
    right: 1.125rem;
    top: .9375rem;
    display:flex
}

@media (min-width: 1024px) {
    .course-search-container .inputtext-container .search-clear-field {
        top:1.25rem
    }
}

.course-search-container .inputtext-container .txtSearchCourse {
    background-color: #f6f6f6;
    padding-top: 1.4375rem;
    padding-bottom: 1.4375rem;
    padding-right: 1.375rem;
    padding-left: 1.375rem;
    font-family: Poppins-Light, sans-serif;
    font-size: 1rem;
    line-height: 1.4375;
    letter-spacing:.025rem
}

.course-search-container .inputtext-container .txtSearchCourse:focus {
    border:0 none
}

.course-search-container .inputtext-container .txtSearchCourse::-moz-placeholder {
    color: #000;
    position: relative;
    white-space: pre-line;
    top:-.9375rem
}

.course-search-container .inputtext-container .txtSearchCourse::placeholder {
    color: #000;
    position: relative;
    white-space: pre-line;
    top:-.9375rem
}

@media screen and (orientation: landscape) {
    .course-search-container .inputtext-container .txtSearchCourse::-moz-placeholder {
        white-space: normal;
        top:0
    }

    .course-search-container .inputtext-container .txtSearchCourse::placeholder {
        white-space: normal;
        top:0
    }
}

@media screen and (min-width: 768px) {
    .course-search-container .inputtext-container .txtSearchCourse::-moz-placeholder {
        white-space: normal;
        top:0
    }

    .course-search-container .inputtext-container .txtSearchCourse::placeholder {
        white-space: normal;
        top:0
    }
}

.course-search-container .inputtext-container .txtSearchCourse.p-right {
    padding-right:8.5rem
}

.course-search-container .inputtext-container .clear-search {
    display: none;
    border-bottom: 1px solid #000;
    margin-top:0
}

@media (min-width: 1024px) {
    .course-search-container .inputtext-container .clear-search {
        margin-top:-.125rem
    }
}

.course-search-container .button-container .rya-ternary-btn {
    border-color: #fff;
    width: 100%;
    font-family: Poppins-Medium, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    letter-spacing:.035625rem
}

@media (min-width: 1024px) {
    .course-search-container .button-container .rya-ternary-btn {
        font-size: 1.4375rem;
        line-height: .8695652174;
        padding-top: 1.3125rem;
        padding-bottom:1.25rem
    }
}

.course-search-container .keyword-container {
    color: #fff;
    font-family: Poppins-Light, sans-serif;
    font-size: .75rem;
    line-height: 1.4166666667;
    letter-spacing: .01875rem;
    margin-top:.8125rem
}

.course-search-container .keyword-container a {
    color: #fff;
    font-family: Poppins-Light, sans-serif;
    font-size: .75rem;
    line-height: 1.4166666667;
    letter-spacing:.01875rem
}

.course-search-container .search-result-container ul {
    background-color: #fff;
    box-shadow: 0 23px 45px 0 rgba(0, 0, 0, .66);
    position: absolute;
    top: 4.3125rem;
    left: .25rem;
    right:.1875rem
}

@media (min-width: 1024px) {
    .course-search-container .search-result-container ul {
        left: .3125rem;
        right:.3125rem
    }
}

.course-search-container .search-result-container ul li {
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-left: 1.875rem;
    padding-right:1.875rem
}

.no-result-container {
    font-family: Poppins-Medium, sans-serif;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing:.046875rem
}

.select2-dropdown {
    border-radius: 0;
    border:none
}

.select2-container--default .select2-search--inline .select2-search__field {
    white-space: nowrap;
    text-overflow:ellipsis
}

@media (max-width: 1023.98px) {
    .select2-container--default .select2-search--inline .select2-search__field {
        max-width: 100%;
        font-size: .75rem;
        margin-top:0
    }
}

@media (min-width: 1024px) {
    .select2-container--default .select2-search--inline .select2-search__field {
        max-width:90%
    }
}

.select2-container--default .select2-selection--multiple {
    border:none
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding:0
}

@media (max-width: 1023.98px) {
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        display: block;
        width:76%
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        width:90%
    }
}

.select2-container--default span.select2-selection.select2-selection--multiple {
    outline: 0;
    border: none;
    border-bottom:.5px solid #000
}

.select2-container--default .select2-selection {
    padding-top: .875rem;
    padding-bottom: .875rem;
    padding-left: .625rem;
    padding-right:.625rem
}

@media (min-width: 1024px) {
    .select2-container--default .select2-selection {
        height: 4.0625rem;
        padding-top:1rem
    }
}

.select2-container--default .select2-selection .select2-selection__choice {
    font-family: Poppins-Medium, sans-serif;
    border-radius: 2px;
    border: none;
    color: #0276b5;
    background-color: rgba(75, 75, 75, .12);
    margin-top: 0;
    font-size: .75rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap
}

@media (max-width: 1023.98px) {
    .select2-container--default .select2-selection .select2-selection__choice {
        max-width: 90%;
        padding-top:0
    }
}

@media (min-width: 1024px) {
    .select2-container--default .select2-selection .select2-selection__choice {
        max-width:85%
    }
}

.select2-container--default .select2-selection .select2-selection__choice .selected-value {
    font-family:Poppins-Medium, sans-serif
}

.select2-container--default .select2-selection .select2-selection__choice__remove {
    display:none
}

.select2-container--default .select2-selection .remove-tag-style {
    background-color: #fff;
    font-size: 1rem;
    padding:0
}

.select2-container--default .select2-selection .remove-tag-style .select2-selection__choice__remove {
    display:none
}

@media (min-width: 1024px) {
    .select2-container--default .select2-selection .remove-tag-style {
        padding-top:.3125rem
    }
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color:#fff
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f6f6f6;
    color:#000
}

.select2-container--default .select2-results__option {
    font-size: .75rem;
    font-family: Poppins-Light, sans-serif;
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-left: .625rem;
    padding-right:.625rem
}

@media (min-width: 1024px) {
    .select2-container--default .select2-results__option {
        font-size: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right:1rem
    }
}

.select2-container--default .select2-results__option:first-child {
    display:none
}

.select2-container--default .select2-results > .select2-results__options {
    max-height:250px
}

.select2-container--default .select2-results__option.select2-results__message {
    display:block
}

.select2-selection__clear {
    display:none
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color:#e6e6e6
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .remove-tag-style {
    background-color:#e6e6e6
}

.select2 {
    width:100% !important
}

.pagination-container {
    justify-content: center;
    margin-bottom:.625rem
}

@media (min-width: 1024px) {
    .pagination-container {
        margin-bottom:2.5rem
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .knowledge-based-result .pagination-container {
        margin-bottom:0
    }
}

@media (max-width: 1023.98px) {
    .global-search-container .pagination-container {
        margin-bottom:2.5rem
    }
}

.m-list-container {
    margin-bottom:2.5rem
}

.px-paginate-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select:none
}

.px-paginate-container .d-none {
    display:none
}

.px-paginate-container .px-btn, .px-paginate-container .px-points {
    float: left;
    border-radius: 50%;
    text-align: center;
    border-right: none;
    padding-top: 0;
    background: #f6f6f6;
    color: #0276b5;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: .8125rem;
    line-height: 1.9230769231;
    letter-spacing: .020625rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: .4375rem;
    margin-right:.4375rem
}

@media (min-width: 1024px) {
    .px-paginate-container .px-btn, .px-paginate-container .px-points {
        margin-left: .5rem;
        margin-right:.5rem
    }
}

.px-paginate-container .px-btn.selected {
    background: #0276b5;
    color:#fff
}

.px-paginate-container .px-btn-first, .px-paginate-container .px-btn-last {
    display:none
}

.px-paginate-container .px-btn-next, .px-paginate-container .px-btn-prev {
    background: 0 0;
    display:inherit
}

.px-paginate-container .px-points {
    background: 0 0;
    border-top: 2px solid #e6e6e6;
    border-radius: 0;
    height: 0;
    width: 1.25rem;
    margin-top:.75rem
}

@media (min-width: 1024px) {
    .px-paginate-container .px-points {
        width:3.25rem
    }
}

.px-paginate-container.px-center {
    display: table;
    margin: 0 auto;
    margin-bottom:1.25rem
}

@media (min-width: 1024px) {
    .px-paginate-container.px-center {
        margin-bottom:2.5rem
    }
}

.loader-course-pagination, .loader-events-pagination, .loader-knowledge-pagination, .loader-news-pagination {
    text-align:center
}

@media (min-width: 1024px) {
    .membership-info.section-spacer {
        padding-bottom:3.75rem
    }
}

.membership-info .title {
    margin-bottom: 1.875rem;
    font-size: 1.625rem;
    line-height:1.15
}

@media (min-width: 1024px) {
    .membership-info .title {
        font-size: 2.5rem;
        line-height:1.2
    }
}

.membership-info .membership-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left:0
}

.membership-info .membership-content .membership-type {
    font-family: Poppins-Medium, sans-serif;
    text-align: center;
    font-size: .875rem;
    line-height: 1.2;
    letter-spacing: .05rem;
    flex:1
}

@media (min-width: 1024px) {
    .membership-info .membership-content .membership-type {
        font-size: 1.125rem;
        line-height: 1.2222222222;
        letter-spacing: .046875rem;
        text-align:left
    }
}

.membership-info .membership-content .membership-category {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1.125rem;
    margin-bottom:1.5625rem
}

@media (min-width: 1024px) {
    .membership-info .membership-content .membership-category {
        margin-top: .9375rem;
        margin-bottom:2.1875rem
    }
}

.membership-info .membership-content .membership-category .membership-tag {
    display: block;
    color: #fff;
    font-family: Poppins-Medium, sans-serif;
    font-size: .875rem;
    line-height: 1.6428571429;
    letter-spacing: .021875rem;
    text-align: center;
    border-radius: 1.375rem;
    background-color: #b00c0f;
    padding-top: .625rem;
    padding-right: 2.875rem;
    padding-bottom: .625rem;
    padding-left:2.875rem
}

@media (min-width: 1024px) {
    .membership-info .membership-content .membership-category .membership-tag {
        display: inline;
        padding-top: .4375rem;
        padding-bottom:.4375rem
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .membership-info .row-content {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left:0
    }
}

.membership-info .col-content {
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .membership-info .col-content {
        flex: 0 0 100%;
        max-width:100%
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .membership-info .col-content {
        flex: 0 0 41.6666666667%;
        max-width:41.6666666667%
    }

    .membership-info .col-content:nth-child(even) {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        margin-left:16.6666666667%
    }
}

@media (max-width: 1023.98px) {
    .membership-number {
        font-size: .875rem;
        text-align: center;
        margin-bottom:.9375rem
    }
}

.membership-note-info {
    padding-top: 2.8125rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: center;
    border-bottom:2px #e6e6e6 solid
}

@media (min-width: 1024px) {
    .membership-note-info {
        padding-top: 4.6875rem;
        padding-bottom:5.9375rem
    }
}

.membership-note-info .heading {
    color: #000;
    font-size: 1.625rem;
    line-height: 1.15;
    height:auto
}

@media (min-width: 1024px) {
    .membership-note-info .heading {
        font-size: 2.5rem;
        line-height:1.2125
    }
}

.membership-note-info .rya-breadcrumb {
    margin-top:1.25rem
}

.membership-note-info .desc {
    color: #000;
    margin-top: 1.5625rem;
    margin-bottom: .9375rem;
    letter-spacing: .05rem;
    font-size: .75rem;
    line-height:1.5
}

@media (min-width: 1024px) {
    .membership-note-info .desc {
        font-size: 1rem;
        line-height: 1.4375;
        margin-top: 2.375rem;
        margin-bottom:2.875rem
    }
}

.membership-note-info .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .membership-note-info .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .membership-note-info .moosend-designer-button[type=submit] {
    display:inline-block
}

.membership-note-info .membership-note-content {
    position: relative;
    display:block
}

@media (min-width: 1024px) {
    .membership-note-info .membership-note-content {
        border-left:2px #e6e6e6 solid
    }

    .membership-note-info .membership-note-content .offset-d-1 .col-d-12 {
        flex: 0 0 57.1428571429%;
        max-width:57.1428571429%
    }

    .membership-note-info .membership-note-content .offset-d-1 .col-d-9 {
        flex: 0 0 47.619047619%;
        max-width:47.619047619%
    }
}

.membership-note-info .membership-note-content .v-line {
    display:none
}

@media (min-width: 1024px) {
    .membership-note-info .membership-note-content .v-line {
        display: block;
        position: absolute;
        left: 6.25rem;
        border-left: 2px #e6e6e6 solid;
        top: .5rem;
        bottom: 0;
        height: 97%;
        width:.0625rem
    }
}

.membership-note-info.bg-blue {
    border-bottom:0
}

.membership-note-info.bg-blue .desc, .membership-note-info.bg-blue .heading {
    color:#fff
}

.membership-note-info.bg-blue .desc {
    margin-bottom:0
}

.membership-note-info.bg-blue .v-line {
    border-color: #fff;
    bottom:.5rem
}

.membership-note-info + .membership-note-info {
    border-top:none
}

.user-interest .heading-3 {
    margin-bottom:2.5rem
}

@media (min-width: 1024px) {
    .user-interest .heading-3 {
        margin-bottom:4.6875rem
    }
}

.user-interest .line-separator {
    margin-top: 1.875rem;
    margin-bottom:.4375rem
}

@media (min-width: 1024px) {
    .user-interest .line-separator {
        margin-top: 4.3125rem;
        margin-bottom:5rem
    }
}

.user-interest .desc {
    letter-spacing: .0375rem;
    font-size: .75rem;
    line-height:1.5
}

@media (min-width: 1024px) {
    .user-interest .desc {
        letter-spacing: .025rem;
        font-size: 1rem;
        line-height:1.4375
    }
}

.user-interest .user-interest-form .form-field, .user-interest .user-interest-form .server-error-msg {
    margin-bottom:1.25rem
}

.user-interest .user-interest-form .save-btn {
    margin-top:2.5rem
}

.user-interest .user-interest-form .save-btn .loader-container {
    display: inline-block;
    vertical-align: middle;
    padding-left:.625rem
}

.user-interest .user-interest-form .btn-disabled {
    pointer-events:none
}

.user-interest .user-interest-form .line-separator {
    margin-bottom:2.5rem
}

@media (min-width: 1024px) {
    .user-interest .user-interest-form .line-separator {
        margin-bottom:5rem
    }
}

.user-interest .user-interest-form .checkbox-options input[type=checkbox] {
    display:inline-table
}

.account-links, .user-details-section {
    display:none
}

@media (max-width: 1023.98px) {
    .content-table {
        margin-top: 2.3125rem;
        padding-top:0
    }
}

@media (min-width: 1024px) {
    .content-table {
        text-align: center;
        margin-top: .9375rem;
        margin-bottom:.625rem
    }
}

@media (max-width: 1023.98px) {
    .content-table .heading-4 {
        font-size:1.5rem
    }
}

.newsletter-subscribe .moosend-subscription-form .personal-container .moosend-designer-button[type=submit], .personal-container .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .personal-container .rya-primary-btn {
    margin-bottom:.625rem
}

.rya-document-cards .heading-2 {
    margin-bottom:1.875rem
}

@media (min-width: 1024px) {
    .rya-document-cards .heading-2 {
        margin-bottom:4.375rem
    }
}

.rya-document-cards .document-cards {
    -webkit-tap-highlight-color:transparent
}

.rya-document-cards .document-cards .card-tag-link {
    margin-top: .3125rem;
    margin-bottom:1.5625rem
}

.rya-document-cards .document-cards .card-download-btn {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .625rem;
    padding-right: .625rem;
    display:inline-block
}

@media (min-width: 1024px) {
    .rya-document-cards .document-cards .card-download-btn {
        padding-top: .625rem;
        padding-bottom: .625rem;
        padding-left: 1.25rem;
        padding-right:1.25rem
    }
}

.credentials-component .credentials-content {
    display:block
}

.credentials-component .credentials-content a {
    display:inline-block
}

.credentials-component .credentials-content .heading-1 {
    font-size: 1.625rem;
    line-height: 1.15;
    height:auto
}

@media (min-width: 1024px) {
    .credentials-component .credentials-content .heading-1 {
        font-size: 2.5rem;
        line-height:1.2
    }
}

.credentials-component .credentials-content .credentials-description {
    margin-top: .9375rem;
    margin-bottom: 1.25rem;
    letter-spacing: .05rem;
    font-size: .75rem;
    line-height:1.5
}

@media (min-width: 1024px) {
    .credentials-component .credentials-content .credentials-description {
        font-size: 1rem;
        line-height: 1.4375;
        margin-top: 2.5rem;
        margin-bottom:2.8125rem
    }
}

@media all and (min-width: 1023px) and(max-width: 1200px) {
    .address-list-page {
        padding-left: 1.25rem;
        padding-right:1.25rem
    }
}

.myrya-cards-listing {
    padding:0
}

.myrya-cards-listing .myrya-card {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .myrya-cards-listing .myrya-card {
        margin-left: 5.5555555556%;
        flex: 0 0 38.8888888889%;
        max-width:38.8888888889%
    }
}

@media (max-width: 1023.98px) {
    .myrya-cards-listing .myrya-card {
        margin-bottom:.9375rem
    }
}

.myrya-cards-listing .myrya-card .heading-3 {
    word-break:break-word
}

@media (max-width: 1023.98px) {
    .myrya-cards-listing .myrya-card .heading-3 {
        font-size: 1.3125rem;
        line-height: 1.2857142857;
        margin-bottom: .6875rem;
        margin-top:1.25rem
    }
}

@media (min-width: 1024px) {
    .myrya-cards-listing .myrya-card .heading-3 {
        margin-bottom: 1.5625rem;
        margin-top: 3.75rem;
        min-height:4.75rem
    }
}

.myrya-cards-listing .myrya-card .heading-6 {
    font-family: Poppins-Light, sans-serif;
    margin-bottom: 1.625rem;
    letter-spacing:.0375rem
}

@media (min-width: 1024px) {
    .myrya-cards-listing .myrya-card .heading-6 {
        margin-bottom: 1.5rem;
        letter-spacing: .025rem;
        min-height:4.25rem
    }
}

.myrya-cards-listing .myrya-card a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: inline-block;
    cursor:pointer
}

.component-heading {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .component-heading {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        margin-left:5.5555555556%
    }
}

.spacer-class {
    border-top:2px solid #e6e6e6
}

.tabs-container .edit-profile-container {
    min-height:auto
}

.tabs-container .edit-profile-container .edit-profile .top {
    left:46%
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .tabs-container .edit-profile-container .edit-profile .top {
        left:47%
    }
}

@media (min-width: 1024px) {
    .tabs-container .edit-profile-container .edit-profile .top {
        left:49%
    }
}

.tabs-container .tab-component {
    display: block;
    font-size: .875rem;
    margin-top: 1.25rem;
    margin-bottom:1.25rem
}

@media (min-width: 1024px) {
    .tabs-container .tab-component {
        display: flex;
        justify-content: center;
        margin-bottom:.625rem
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .tabs-container .tab-component {
        display: block;
        justify-content: center;
        max-width: 45.625rem;
        text-align:center
    }
}

@media (max-width: 1023.98px) {
    .tabs-container .tab-component .rya-tab-btn {
        margin-top:.625rem
    }
}

@media (min-width: 1024px) {
    .tabs-container .tab-component .rya-tab-btn {
        margin-right:.3125rem
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .tabs-container .tab-component .rya-tab-btn {
        display:inline-block
    }
}

.tabs-container .tab-component .is-active {
    color: #fff;
    background-color:#0a3456
}

.tabs-container .tab-component .is-active mark {
    color: #fff;
    background-color:transparent
}

.tabs-container .tab-title {
    color: #fff;
    text-align: center;
    margin-top:2.5rem
}

@media (min-width: 1024px) {
    .tabs-container .tab-title {
        margin-top:3.125rem
    }
}

.club-account, .training-account {
    display:none
}

.sail-info {
    margin-top: 1.5625rem;
    margin-bottom:1.25rem
}

@media (min-width: 1024px) {
    .sail-info {
        margin-top: 3.3125rem;
        margin-bottom:3.625rem
    }
}

.contactus-form .loader-container, .sailability-reporting .loader-container {
    position: absolute;
    left: .3125rem;
    top:5.625rem
}

@media (min-width: 1024px) {
    .contactus-form .loader-container, .sailability-reporting .loader-container {
        left: auto;
        right: -2.375rem;
        top:2.8125rem
    }
}

@media all and (min-width: 1200px) {
    .contactus-form .loader-container, .sailability-reporting .loader-container {
        right:-2.625rem
    }
}

.sailability-reporting .field-container {
    width:100%
}

.sailability-reporting .intro-description {
    display:inline-block
}

.sailability-reporting .sail-confirmation {
    display:none
}

.sailability-reporting .sail-confirmation .heading-4 {
    margin-bottom:.625rem
}

.sailability-reporting .sail-report-date[disabled=disabled] {
    cursor:auto
}

.sailability-reporting .button-block .loader-container {
    right: auto;
    top: auto;
    margin-top:.625rem
}

.folded-corner {
    position: relative;
    color: #000;
    background: #fae6ed;
    overflow: hidden;
    font-family: Poppins-Light, sans-serif;
    font-size: .75rem;
    padding-top: 1.875rem;
    padding-bottom:1.875rem
}

@media (min-width: 1024px) {
    .folded-corner {
        font-size: 1rem;
        padding-top: 2.5rem;
        padding-bottom:2.5rem
    }
}

.folded-corner p {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    padding-right: 3.5px;
    padding-left: 3.5px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left:8.3333333333%
}

@media (min-width: 1024px) {
    .folded-corner p {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 73.3333333333%;
        max-width: 73.3333333333%;
        margin-left:6.6666666667%
    }
}

.folded-corner ul {
    list-style: none;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    padding-right: 3.5px;
    padding-left: 3.5px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
    font-family: Poppins-Medium, sans-serif;
    letter-spacing:.0375rem
}

@media (min-width: 1024px) {
    .folded-corner ul {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 40%;
        max-width: 40%;
        margin-left:5%
    }
}

.folded-corner .btn-holder {
    position: relative;
    width: 100%;
    padding-right: 3.5px;
    padding-left: 3.5px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
    margin-top:1.25rem
}

@media (min-width: 1024px) {
    .folded-corner .btn-holder {
        margin-top: 2.1875rem;
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 73.3333333333%;
        max-width: 73.3333333333%;
        margin-left:6.6666666667%
    }
}

.folded-corner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 26px 26px 0;
    border-style: solid;
    border-color: #fff #fff #f0b3c8 #f0b3c8;
    background: #f0b3c8;
    display: block;
    width:0
}

.folded-corner a {
    background: 0 0;
    display:inline-block
}

.folded-corner h4 {
    margin-bottom: 1.25rem;
    position: relative;
    width: 100%;
    padding-right: 3.5px;
    padding-left: 3.5px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left:8.3333333333%
}

@media (min-width: 1024px) {
    .folded-corner h4 {
        margin-bottom: 1.125rem;
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 73.3333333333%;
        max-width: 73.3333333333%;
        margin-left:6.6666666667%
    }
}

.folded-corner .privacy-policy {
    font-size: .75rem;
    margin-left: .1875rem;
    text-decoration:underline
}

@media (min-width: 1024px) {
    .folded-corner .privacy-policy {
        font-size:1rem
    }
}

@media (min-width: 1024px) {
    .col-d-20 .folded-corner h4 {
        flex: 0 0 55%;
        max-width: 55%;
        margin-left:5%
    }
}

.user-image-container {
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position: center center;
    border-radius: 100%;
    margin-top: 2.5rem;
    width: 10rem;
    height:10rem
}

.user-image-container .loader-container img {
    margin-top:4.0625rem
}

.file-loader {
    display:none
}

.user-hero-banner {
    text-align:center
}

.user-hero-banner .user-change-link {
    margin-bottom:.3125rem
}

.user-hero-banner .user-change-link .change-picture {
    padding-bottom: .125rem;
    font-family: Poppins-Medium, sans-serif;
    border-bottom: 1px solid #d0d0d0;
    font-size: .75rem;
    line-height:1.9166666667
}

@media (max-width: 1023.98px) {
    .user-hero-banner h1 {
        margin-top:.625rem
    }
}

.user-hero-banner .rya-breadcrumb-list {
    text-align: left;
    padding-left:0
}

.user-hero-banner .rya-breadcrumb-list .breadcrumb-spacing {
    padding-top: 0;
    padding-bottom:.625rem
}

@media (min-width: 1024px) {
    .user-hero-banner .rya-breadcrumb-list .breadcrumb-spacing {
        padding-bottom:.3125rem
    }
}

.user-hero-banner .welcome-user {
    font-family: Poppins-Light, sans-serif;
    color: #4b4b4b;
    font-size: 1.125rem;
    line-height: 1.3888888889;
    margin-top: .3125rem;
    margin-bottom:.625rem
}

@media (min-width: 1024px) {
    .user-hero-banner .welcome-user {
        font-size: 1.75rem;
        line-height: 1.25;
        margin-bottom:1.5625rem
    }
}

.user-hero-banner .welcome-description {
    font-family: Poppins-Light, sans-serif;
    display: inline-block;
    font-size: .75rem;
    margin-bottom:2.1875rem
}

@media (min-width: 1024px) {
    .user-hero-banner .welcome-description {
        font-size: 1rem;
        margin-bottom:2.5rem
    }
}

.user-hero-banner .welcome-description a {
    text-decoration: underline;
    font-family: inherit;
    font-size:inherit
}

@media (min-width: 1024px) {
    .user-hero-banner .welcome-description .anchor-hover {
        background-image:linear-gradient(to top, #0276b5 50%, #f6f6f6 50%), linear-gradient(to top, #0276b5 50%, transparent 50%)
    }
}

.user-hero-banner .error-message {
    visibility: hidden;
    display: inline-block;
    margin-top:0
}

.user-hero-banner .display-block {
    visibility: visible;
    font-family:Poppins-SemiBold, sans-serif
}

.user-hero-banner .sign-out-link {
    display: inline-flex;
    margin-bottom:1.125rem
}

@media (min-width: 1024px) {
    .user-hero-banner .sign-out-link {
        margin-bottom:.625rem
    }
}

.user-hero-banner .sign-out-link .rya-secondary-btn {
    font-family: Poppins-Medium, sans-serif;
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-left: 1.25rem;
    padding-right:1.25rem
}

.account-matching-container .club-form, .account-matching-container .confirmation-page, .account-matching-container .membership-form, .account-matching-container .rya-matching-information {
    display:none
}

.account-matching-container .account-matching-page .loader-container {
    margin-top:.625rem
}

.confirmation-page h1 {
    margin-bottom:1.25rem
}

.confirmation-page .link-to-myrya {
    margin-top:1.25rem
}

.confirmation-page .confirmation-msg {
    font-family: Poppins-Light, sans-serif;
    margin-bottom: .625rem;
    font-size: .875rem;
    line-height:1.5
}

@media (min-width: 1024px) {
    .confirmation-page .confirmation-msg {
        font-size: 1rem;
        line-height:1.4375
    }
}

.confirmation-page .confirmation-msg a {
    font-size:inherit
}

@media (max-width: 1023.98px) {
    .table-heading-desktop {
        display:none
    }
}

.table-heading-desktop div {
    color: #0276b5;
    font-family: Poppins-Medium, sans-serif;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing:.0375rem
}

@media (min-width: 1024px) {
    .table-heading-desktop div {
        font-size: 1rem;
        line-height: 1.4375;
        letter-spacing: .025rem;
        background-color: #f6f6f6;
        padding-top: 1.25rem;
        padding-bottom:1.25rem
    }

    .table-heading-desktop div:first-child {
        padding-left:.625rem
    }
}

@media (max-width: 1023.98px) {
    .table-data-row {
        border-top:2px solid #e6e6e6
    }
}

.table-data-row div {
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing:.0375rem
}

@media (min-width: 1024px) {
    .table-data-row div {
        border-bottom: 2px solid #e6e6e6;
        font-family: Poppins-Light, sans-serif;
        font-size: 1rem;
        line-height: 1.4375;
        letter-spacing: .025rem;
        padding-top: .75rem;
        padding-bottom:.75rem
    }

    .table-data-row div:nth-child(2) {
        padding-left:.625rem
    }
}

@media (min-width: 1024px) {
    .table-data-row .title-spacing {
        align-items: center;
        display: flex;
        padding-right:.1875rem
    }
}

.table-data-row .cred-name {
    color: #000;
    font-size: .75rem;
    line-height: 1.5;
    font-family: Poppins-Light, sans-serif;
    text-decoration:underline
}

@media (min-width: 1024px) {
    .table-data-row .cred-name {
        font-size: 1rem;
        line-height:1.4375
    }
}

.club-heading-mobile {
    color: #0276b5;
    font-family: Poppins-Medium, sans-serif;
    padding-top: 1.5625rem;
    padding-bottom: .625rem;
    font-size: .75rem;
    line-height:1.5
}

@media (min-width: 1024px) {
    .club-heading-mobile {
        display:none
    }
}

@media (max-width: 1023.98px) {
    .show-club-details {
        margin-bottom: 1.625rem;
        margin-top:1.25rem
    }
}

@media (max-width: 1023.98px) {
    .rya-table .rya-row:nth-child(2) {
        border-top:none
    }
}

@media (max-width: 1023.98px) {
    .rya-table .buttons-left {
        margin-bottom: 1.5625rem;
        display:inline-flex
    }
}

.rya-table .buttons-right {
    justify-content:flex-end
}

.rya-table .buttons-right a {
    display:inline-block
}

.rya-table .buttons-right a:nth-child(2) {
    margin-left: .625rem;
    margin-right:.625rem
}

@media (max-width: 1023.98px) {
    .rya-table .buttons-right a:last-child {
        margin-top:.625rem
    }
}

.rya-table .buttons-right .disable {
    opacity: .5;
    pointer-events:none
}

@media (max-width: 1023.98px) {
    .rya-table .buttons-right {
        margin-bottom:1.5625rem
    }
}

.rya-table .rya-links a {
    text-decoration: underline;
    font-family: Poppins-Light, sans-serif;
    color: #000;
    font-size:.75rem
}

@media (min-width: 1024px) {
    .rya-table .rya-links a {
        font-size:1rem
    }
}

.heading-mobile {
    color: #0276b5;
    font-family: Poppins-Medium, sans-serif;
    padding-top: 1.5625rem;
    padding-bottom: .625rem;
    font-size: .75rem;
    line-height:1.5
}

@media (min-width: 1024px) {
    .heading-mobile {
        display:none
    }
}

.order-summary-table .rya-row {
    margin-left: 0;
    margin-right:0
}

@media (min-width: 1024px) {
    .order-summary-table .close-icon {
        justify-content:flex-end
    }

    .order-summary-table .close-icon .icon {
        font-size: 1.5625rem;
        cursor: pointer;
        color:#0276b5
    }

    .order-summary-table .title-spacing {
        padding-top: 1.125rem;
        padding-bottom:1.125rem
    }
}

.order-summary-table .product-delivery .delivery-information:first-child {
    padding-top:1.125rem
}

.club-listing-container .heading-3, .document-list-table .heading-3 {
    padding-bottom:2.25rem
}

.club-listing-container .rya-secondary-btn, .document-list-table .rya-secondary-btn {
    display: block;
    text-align: center;
    font-size: 1rem;
    line-height:1.375
}

@media (min-width: 1024px) {
    .club-listing-container .rya-secondary-btn, .document-list-table .rya-secondary-btn {
        font-size: 1rem;
        line-height: 1.3125;
        padding-top: .625rem;
        padding-bottom: .625rem;
        margin-left: .125rem;
        width:100%
    }
}

@media (min-width: 1024px) {
    .club-listing-container .table-data-row, .club-listing-container .table-heading-desktop, .document-list-table .table-data-row, .document-list-table .table-heading-desktop {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left:0
    }
}

@media (max-width: 1023.98px) {
    .club-listing-container .column-grid .rya-row:last-child, .document-list-table .column-grid .rya-row:last-child {
        border-bottom:2px solid #e6e6e6
    }
}

.club-listing-container .table-data-row:last-child div, .document-list-table .table-data-row:last-child div {
    border-bottom:none
}

.club-container .club-details-container {
    display:none
}

.club-container .loader-container {
    text-align: center;
    margin-top:.625rem
}

.club-details-container .back-to-page {
    font-size: 1rem;
    line-height:1.4375
}

.club-details-container .link-icon .icon {
    margin-left: 0;
    font-size: .65625rem;
    position: relative;
    top:.1875rem
}

@media (min-width: 1024px) {
    .club-details-container .link-icon .icon {
        font-size:.96875rem
    }
}

.club-details-container .link-icon span {
    border-bottom: 1px solid #0276b5;
    font-size:.75rem
}

@media (min-width: 1024px) {
    .club-details-container .link-icon span {
        font-size:1rem
    }
}

.club-details-container .club-heading {
    text-align: center;
    font-family: Poppins-Medium, sans-serif;
    font-size: 1.8125rem;
    line-height: 1.1724137931;
    margin-top: 1.25rem;
    margin-bottom:2.375rem
}

@media (min-width: 1024px) {
    .club-details-container .club-heading {
        font-size: 2.5rem;
        line-height:1.2
    }
}

@media (max-width: 1023.98px) {
    .club-details-container .club-heading {
        word-break:break-word
    }
}

.club-details-container .rya-tab-btn {
    pointer-events: none;
    padding-left: 2.1875rem;
    padding-right:2.1875rem
}

.club-details-container .contact-details {
    margin-bottom: 1.5rem;
    font-size: .75rem;
    line-height:1.5
}

@media (min-width: 1024px) {
    .club-details-container .contact-details {
        font-size: 1rem;
        line-height: 1.4375;
        margin-bottom:5.4375rem
    }
}

.club-details-container .contact-details .contact-email .anchor a {
    text-decoration: underline;
    font-size: .75rem;
    line-height:1.5
}

@media (min-width: 1024px) {
    .club-details-container .contact-details .contact-email .anchor a {
        font-size: 1rem;
        line-height:1.4375
    }
}

.club-details-container .contact-title {
    font-family: Poppins-Medium, sans-serif;
    font-size: 1.125rem;
    margin-top: 1.5rem;
    margin-bottom:1.125rem
}

@media (min-width: 1024px) {
    .club-details-container .contact-title {
        font-size: 1.3125rem;
        margin-top: 4.5625rem;
        margin-bottom:1.75rem
    }
}

.club-details-container .heading-details {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: .75rem;
    line-height:1.5
}

@media (min-width: 1024px) {
    .club-details-container .heading-details {
        font-size: 1rem;
        line-height:1.4375
    }
}

@media (min-width: 1024px) {
    .club-details-container .desktop-padding {
        margin-bottom:1.875rem
    }
}

@media (max-width: 1023.98px) {
    .club-details-container .contact-location, .club-details-container .desktop-padding, .club-details-container .mobile-padding {
        margin-bottom:1rem
    }
}

.course-description {
    margin-bottom: 2.1875rem;
    text-align:center
}

@media (min-width: 1024px) {
    .course-description {
        margin-bottom:2.625rem
    }
}

.course-description p {
    margin-bottom:0
}

.course-heading {
    text-align: center;
    padding-top: 1.5rem;
    margin-bottom:1.3125rem
}

@media (min-width: 1024px) {
    .course-heading {
        padding-top: .75rem;
        margin-bottom:3rem
    }
}

.course-header-btns {
    margin-bottom:1.875rem
}

@media (min-width: 1024px) {
    .course-header-btns {
        margin-bottom:2.5rem
    }
}

.course-header-btns span {
    font-family:Poppins-Light, sans-serif
}

@media (min-width: 1024px) {
    .course-header-btns span {
        margin-left: 1.25rem;
        margin-right:1.25rem
    }
}

@media (max-width: 1023.98px) {
    .course-header-btns span {
        display: block;
        font-size: .75rem;
        margin-top: .9375rem;
        margin-bottom:.9375rem
    }
}

.course-header-btns a, .course-header-btns button {
    font-family: Poppins-Medium, sans-serif;
    padding-left: 1rem;
    padding-right: 1rem;
    display:inline-block
}

@media (max-width: 1023.98px) {
    .course-header-btns a, .course-header-btns button {
        text-align: left;
        padding-top: 1rem;
        padding-bottom:1rem
    }
}

@media (min-width: 1024px) {
    .course-header-btns div {
        text-align:center
    }
}

.course-details-tabs .rya-tab-btn {
    pointer-events: none;
    padding-left: 2.1875rem;
    padding-right:2.1875rem
}

.course-nav-content .nav-description {
    margin-bottom: 2.5rem;
    margin-top:1.0625rem
}

@media (min-width: 1024px) {
    .course-nav-content .nav-description {
        margin-bottom: 4.6875rem;
        margin-top:1.375rem
    }
}

.course-nav-content .nav-description .more-text {
    display:none
}

.course-nav-content .nav-description a {
    display: table;
    border-bottom: 1px solid #d0d0d0;
    margin-top:1.25rem
}

.course-nav-content:last-child .nav-description {
    margin-bottom:0
}

.challenging-course, .easy-course {
    display:block
}

@media (min-width: 1024px) {
    .challenging-course, .easy-course {
        display:inline
    }
}

@media (max-width: 1023.98px) {
    .challenging-course, .easy-course {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1.25rem;
        padding-right:1.25rem
    }
}

.challenge-btn-text {
    font-family:Poppins-Light, sans-serif
}

@media (max-width: 1023.98px) {
    .challenge-btn-text {
        display: block;
        font-size: .75rem;
        line-height:1.5
    }
}

.easy-course {
    margin-bottom:.9375rem
}

@media (min-width: 1024px) {
    .easy-course {
        margin-bottom: 0;
        margin-right:1.25rem
    }
}

.challenging-course {
    margin-top:.9375rem
}

@media (min-width: 1024px) {
    .challenging-course {
        margin-top: 0;
        margin-left:1.25rem
    }
}

@media (min-width: 1024px) {
    .related-products {
        margin-bottom:0
    }
}

.related-products .heading-2 {
    margin-bottom:2.5rem
}

@media (min-width: 1024px) {
    .related-products .heading-2 {
        margin-bottom:3.4375rem
    }
}

.related-products .text-left {
    text-align:left
}

@media (min-width: 1024px) {
    .related-products .col-d-8 {
        flex: 0 0 25%;
        max-width:25%
    }
}

@media (min-width: 1024px) {
    .d-mode .course-nav-content .nav-description a:hover {
        color:rgba(10, 52, 86, .61)
    }

    .d-mode .rich-text-para a:not([class * =rya-primary-btn]):not([class * =rya-secondary-btn]):not([class * =rya-quaternary-btn]):hover {
        color:rgba(10, 52, 86, .61)
    }

    .d-mode .inspire-me-component .rya-quaternary-btn:hover {
        background-color: #0a3456;
        border:2px solid #0a3456
    }

    .d-mode .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit]:hover, .d-mode .rya-primary-btn:hover, .newsletter-subscribe .moosend-subscription-form .d-mode .moosend-designer-button[type=submit]:hover {
        background-color: #0a3456;
        border:2px solid #0a3456
    }

    .d-mode .category-btn-type:hover, .d-mode .m-btn-category:hover {
        background-color: #fff;
        border: 1px solid #fff;
        color:#0276b5
    }

    .d-mode .rya-secondary-btn:hover {
        background-color: #0276b5;
        border: 2px solid #0276b5;
        color:#fff
    }

    .d-mode .sc-form input[type=submit]:hover {
        background-color: #0276b5;
        border: 2px solid #0276b5;
        color:#fff
    }

    .d-mode .rya-quaternary-btn:hover {
        background-color: #0276b5;
        border:2px solid #0276b5
    }

    .d-mode .rya-tertiary-btn:hover {
        background-color: #fff;
        color: #b00c0f;
        border:2px solid #fff
    }

    .d-mode .rya-tab-btn:hover {
        color: #fff;
        background-color:#0a3456
    }

    .d-mode .rya-tab-btn-gray:hover {
        background-color: #4b4b4b;
        color:#fff
    }
}

@media (min-width: 1024px) and(min-width: 1024px) {
    .d-mode .card-block:hover, .d-mode .rya-tab-btn:hover {
        cursor:pointer
    }
}

@media (min-width: 1024px) {
    .d-mode .card-block:hover, .d-mode .carousel-card:hover {
        background-color:#0a3456
    }

    .d-mode .card-block:hover .anchor a, .d-mode .card-block:hover .card-footer, .d-mode .card-block:hover .card-header, .d-mode .card-block:hover .is-guest-user, .d-mode .card-block:hover .is-guest-user .icon-lock, .d-mode .card-block:hover .rya-breadcrumb-list li + li:before, .d-mode .card-block:hover p, .d-mode .carousel-card:hover .anchor a, .d-mode .carousel-card:hover .card-footer, .d-mode .carousel-card:hover .card-header, .d-mode .carousel-card:hover .is-guest-user, .d-mode .carousel-card:hover .is-guest-user .icon-lock, .d-mode .carousel-card:hover .rya-breadcrumb-list li + li:before, .d-mode .carousel-card:hover p {
        color:#fff
    }

    .d-mode .card-block:hover .card-header, .d-mode .carousel-card:hover .card-header {
        text-decoration:underline
    }

    .d-mode .card-block:hover .rya-tertiary-btn, .d-mode .carousel-card:hover .rya-tertiary-btn {
        color:#b00c0f
    }

    .d-mode .card-block:hover .shadow, .d-mode .carousel-card:hover .shadow {
        display:block
    }

    .d-mode .card-block:hover .join-rya-link a, .d-mode .carousel-card:hover .join-rya-link a {
        color: #fff;
        border-color:#fff
    }
}

@media (min-width: 1024px) {
    .d-mode .course-search-result .card-block, .d-mode .events-search-result .card-block, .d-mode .news-search-result .card-block {
        background-color:#f6f6f6
    }
}

@media (min-width: 1024px) {
    .d-mode .white-card-block:hover {
        background-color:#0a3456
    }

    .d-mode .white-card-block:hover .card {
        background-color:transparent
    }
}

@media (min-width: 1024px) {
    .d-mode .content-list .list-description a:hover {
        color:rgba(10, 52, 86, .61)
    }
}

@media (min-width: 1024px) {
    .d-mode .animate-fade:hover {
        opacity:0
    }
}

@media (min-width: 1024px) {
    .d-mode .msg-container a:hover {
        color:#b00c0f
    }
}

@media (min-width: 1024px) {
    .d-mode a.msg-link:hover {
        color:#b00c0f
    }
}

@media (min-width: 1024px) {
    .d-mode .anchor a:hover {
        color:rgba(10, 52, 86, .61)
    }
}

@media (min-width: 1024px) {
    .d-mode .anchor-hover:hover {
        background-position:bottom
    }

    .d-mode .anchor-hover a:hover {
        color:#fff
    }
}

@media (min-width: 1024px) {
    .d-mode .shop-categories .anchor a:hover {
        color:#b00c0f
    }
}

@media (min-width: 1024px) {
    .d-mode .c-block-tout__headline .c-block-tout:hover {
        padding-bottom:2rem
    }
}

@media (min-width: 1024px) {
    .d-mode .course-list-wrapper:hover .course-name {
        text-decoration:underline
    }

    .d-mode .course-list-wrapper:hover .course-info {
        box-shadow:0 10px 10px rgba(0, 0, 0, .6)
    }
}

@media (min-width: 1024px) {
    .d-mode .course-search-container .inputtext-container .clear-search:hover {
        color:rgba(10, 52, 86, .61)
    }

    .d-mode .course-search-container .keyword-container a:hover {
        color: #fff;
        text-decoration:underline
    }

    .d-mode .course-search-container .search-result-container ul li:hover {
        background-color:#f6f6f6
    }
}

@media (min-width: 1024px) {
    .d-mode .remove-confirmation a:hover {
        color:#b00c0f
    }
}

@media (min-width: 1024px) {
    .d-mode .add-btn a:hover .add-address {
        border: 2px solid #b00c0f;
        text-decoration:none
    }

    .d-mode .add-btn a:hover span {
        color: #b00c0f;
        text-decoration:underline
    }
}

@media (min-width: 1024px) {
    .d-mode .addr-cta a:hover {
        color:#b00c0f
    }
}

@media (min-width: 1024px) {
    .d-mode .account-matching-container .confirmation-page .confirmation-msg a:hover {
        color: #b00c0f;
        text-decoration:underline
    }
}

@media (min-width: 1024px) {
    .d-mode .relationship-action-btn.active:hover {
        background-color:#0276b5
    }
}

@media (min-width: 1024px) {
    .d-mode .accept:hover {
        background-color: #0276b5;
        border: 2px solid #0276b5;
        color:#fff
    }
}

@media (min-width: 1024px) {
    .d-mode .club-details-container .contact-details a:hover {
        color:rgba(10, 52, 86, .61)
    }
}

@media (min-width: 1024px) {
    .d-mode .slanted .spotcard-container .anchor a:hover {
        color:#fff
    }
}

@media (min-width: 1024px) {
    .d-mode .bg-white .slanted .anchor a:hover, .d-mode .registered-user .slanted .anchor a:hover {
        color: rgba(10, 52, 86, .61);
        border-bottom:1px solid #d0d0d0
    }
}

@media (min-width: 1024px) {
    .d-mode .carousel-card:hover .header-card {
        text-decoration:none
    }

    .d-mode .carousel-card:hover .featured-benefit-carousal:after {
        display:none
    }

    .d-mode .carousel-card:hover .shadow {
        display:none
    }
}

@media (min-width: 1024px) {
    .d-mode .footer-container a:hover {
        color:#b00c0f
    }

    .d-mode .footer-container .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit]:hover, .d-mode .footer-container .rya-primary-btn:hover, .newsletter-subscribe .moosend-subscription-form .d-mode .footer-container .moosend-designer-button[type=submit]:hover {
        color:#fff
    }
}

@media (min-width: 1024px) {
    .d-mode .cookie-overlay .p-page-link:hover {
        border-bottom:1.5px solid #b00c0f
    }
}

@media (min-width: 1024px) {
    .d-mode .profile-container a:hover {
        color:#b00c0f
    }
}

@media (min-width: 1024px) {
    .d-mode .header-login .top-link:hover a, .d-mode .header-login .top-link:hover i {
        color:#b00c0f
    }
}

@media (min-width: 1024px) {
    .d-mode .banner-overlapping-wrapper .welcome-msg a:hover {
        color: #fff;
        background-color:#0276b5
    }
}

@media (min-width: 1024px) {
    .d-mode .rya-grid-class a:hover .header-text {
        text-decoration:underline
    }
}

@media (min-width: 1024px) {
    .d-mode .rya-document-cards .card-block:hover {
        cursor: default;
        background-color:#f6f6f6
    }

    .d-mode .rya-document-cards .card-block:hover .card-footer, .d-mode .rya-document-cards .card-block:hover .card-header, .d-mode .rya-document-cards .card-block:hover p {
        color:#000
    }

    .d-mode .rya-document-cards .card-block:hover .anchor a, .d-mode .rya-document-cards .card-block:hover .rya-breadcrumb-list li + li:before {
        color: #0276b5;
        cursor:default
    }

    .d-mode .rya-document-cards .card-block:hover .card-header {
        text-decoration:none
    }

    .d-mode .rya-document-cards .card-block:hover .shadow {
        display:none
    }

    .d-mode .rya-document-cards .card-block:hover .rya-tertiary-btn {
        color:#0a3456
    }

    .d-mode .rya-document-cards .document-cards .rya-tertiary-btn:hover {
        cursor: pointer;
        background-color: #fff;
        color:#b00c0f
    }
}

@media (min-width: 1024px) {
    .d-mode .navbar .nav-link:hover {
        color:#b00c0f
    }

    .d-mode .navbar .nav-link:hover .sub-nav-link {
        color:#b00c0f
    }
}

@media (min-width: 1024px) {
    .d-mode .nav-right .join-now:hover {
        background-color:#0276b5
    }

    .d-mode .nav-right .membership:hover .icon-membership, .d-mode .nav-right .membership:hover a {
        color:#b00c0f
    }
}

@media (min-width: 1024px) {
    .d-mode .user-hero-banner .user-change-link .change-picture:hover {
        color:rgba(10, 52, 86, .61)
    }
}

@media (min-width: 1024px) {
    .d-mode .smart-scroll-container .heading-2:hover {
        text-decoration:underline
    }
}

@media (min-width: 1024px) {
    .d-mode .view-events a:hover, .d-mode .view-news a:hover {
        text-decoration: none;
        cursor: pointer;
        color:rgba(10, 52, 86, .61)
    }
}

@media (min-width: 1024px) {
    .d-mode .events-card .events-card-header:hover, .d-mode .events-card .news-card-header:hover, .d-mode .news-card .events-card-header:hover, .d-mode .news-card .news-card-header:hover {
        text-decoration:underline
    }

    .d-mode .events-card:hover .events-card-text, .d-mode .events-card:hover .news-card-text, .d-mode .news-card:hover .events-card-text, .d-mode .news-card:hover .news-card-text {
        box-shadow:0 10px 30px rgba(0, 0, 0, .6)
    }

    .d-mode .events-card.knowledge-article-card-block:hover .news-card-text, .d-mode .news-card.knowledge-article-card-block:hover .news-card-text {
        box-shadow:none
    }

    .d-mode .events-card.knowledge-article-card-block:hover .news-card-header, .d-mode .news-card.knowledge-article-card-block:hover .news-card-header {
        text-decoration:underline
    }
}

@media (min-width: 1024px) {
    .d-mode .member-article-card .join-rya-link a:hover {
        color: #0276b5;
        border-color:#0276b5
    }
}

@media (min-width: 1024px) {
    .d-mode .spotcard-container .breadcrumb-item a:hover {
        color:rgba(10, 52, 86, .61)
    }
}

@media (min-width: 1024px) {
    .d-mode .event-name:hover a {
        text-decoration:underline
    }
}

@media (min-width: 1024px) {
    .d-mode .spotlight-component .heading-1:hover {
        text-decoration:underline
    }
}

@media (min-width: 1024px) {
    .d-mode .useful-links a:hover {
        color:#fff
    }
}

@media (min-width: 1024px) {
    .d-mode .bg-white .link-and-heading a:hover {
        color:#b00c0f
    }
}

@media (min-width: 1024px) {
    .d-mode .bg-gray .link-and-heading a:hover {
        color:#b00c0f
    }
}

@media (min-width: 1024px) {
    .d-mode .feature-container a:hover .header-text {
        text-decoration:underline
    }
}

@media (min-width: 1024px) {
    .d-mode .px-paginate-container .px-btn:hover {
        cursor: pointer;
        background: #0276b5;
        color:#fff
    }

    .d-mode .px-paginate-container .px-btn-next:hover, .d-mode .px-paginate-container .px-btn-prev:hover {
        background: 0 0;
        text-decoration: underline;
        color:rgba(10, 52, 86, .61)
    }
}

@media (min-width: 1024px) {
    .d-mode .find-training-center .wmn-search:hover {
        text-decoration:underline
    }
}

@media (min-width: 1024px) {
    .d-mode .filter-container .clear-all:hover {
        text-decoration:underline
    }
}

@media (min-width: 1024px) {
    .d-mode .join-rya-link a:hover {
        color:#0276b5
    }
}

@media (min-width: 1024px) {
    .d-mode .result-content .result-heading:hover {
        text-decoration:underline
    }
}

@media (min-width: 1024px) {
    .d-mode .c-certi-number .undo-certificate:hover {
        color:rgba(10, 52, 86, .61)
    }
}

@media (min-width: 1024px) {
    .d-mode .certi-result-container .icon-Plus:hover, .d-mode .certi-result-container .icon-close:hover, .d-mode .certi-result-container .icon-edit:hover {
        color:#b00c0f
    }

    .d-mode .certi-result-container .c-student-name:hover {
        text-decoration:underline
    }
}

@media (min-width: 1024px) {
    .d-mode .confirm-links a:hover {
        color:rgba(10, 52, 86, .61)
    }
}

@media (min-width: 1024px) {
    .d-mode .c-student-name:hover {
        text-decoration:underline
    }
}

@media (min-width: 1024px) {
    .d-mode .prod-card:hover .product-image {
        box-shadow: 0 10px 30px rgba(0, 0, 0, .6);
        background:#f6f6f6
    }

    .d-mode .prod-card:hover .item-name {
        text-decoration:underline
    }
}

@media (min-width: 1024px) {
    .d-mode .slick-next:hover, .d-mode .slick-prev:hover {
        outline: 0;
        background: 0 0;
        color:transparent
    }

    .d-mode .slick-next:hover:before, .d-mode .slick-prev:hover:before {
        opacity:1
    }
}

@media (min-width: 1024px) {
    .d-mode .slick-dots li button:hover {
        outline:0
    }

    .d-mode .slick-dots li button:hover:before {
        opacity:2
    }
}

@media (min-width: 1024px) {
    .d-mode .privacy-policy:hover {
        color:#b00c0f
    }
}

@media (min-width: 1024px) {
    .d-mode .microsite-icons .microsite-label:hover {
        text-decoration: underline;
        color:rgba(10, 52, 86, .61)
    }
}

@media (min-width: 1024px) {
    .d-mode .m-cat-list .myrya-card .rya-secondary-btn:hover {
        background-color:#0276b5
    }
}

@media (min-width: 1024px) {
    .d-mode .selected-credential .select-credential:hover, .d-mode .selected-credential-row .select-credential:hover {
        background-color: #b00c0f;
        border:2px solid #b00c0f
    }
}

@media (min-width: 1024px) {
    .d-mode .link-white:hover {
        color:#fff
    }
}

.find-training .section-spacer {
    margin-top:1.25rem
}

@media (min-width: 1024px) {
    .find-training .section-spacer {
        margin-top:1.875rem
    }
}

.find-training .section-spacer, .search-shop .section-spacer {
    padding-top: 0;
    padding-bottom:0
}

.find-training .find-address, .search-shop .find-address {
    margin-top: .5rem;
    margin-bottom: .5rem;
    color: #454545;
    font-size: 1rem;
    line-height: 1.4375;
    padding-left: .875rem;
    padding-right:.875rem
}

.find-training input:focus, .search-shop input:focus {
    border-bottom: 1px solid #d0d0d0;
    border-right:1px solid #d0d0d0
}

@media (min-width: 1024px) {
    .find-training .find-shop, .find-training .find-training-center, .search-shop .find-shop, .search-shop .find-training-center {
        margin-top: 3.75rem;
        display:flex
    }
}

.find-training .find-shop label, .find-training .find-training-center label, .search-shop .find-shop label, .search-shop .find-training-center label {
    color: #fff;
    display: inline-block;
    font-family: Poppins-Medium, sans-serif;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing:.025rem
}

@media (min-width: 1024px) {
    .find-training .find-shop label, .find-training .find-training-center label, .search-shop .find-shop label, .search-shop .find-training-center label {
        font-size: 1rem;
        line-height:1.4375
    }
}

.find-training .find-shop .find-center-heading, .find-training .find-shop .search-shop-heading, .find-training .find-training-center .find-center-heading, .find-training .find-training-center .search-shop-heading, .search-shop .find-shop .find-center-heading, .search-shop .find-shop .search-shop-heading, .search-shop .find-training-center .find-center-heading, .search-shop .find-training-center .search-shop-heading {
    flex: 0 0 100%;
    max-width: 100%;
    color: #fff;
    word-break: break-word;
    font-family: Poppins-Medium, sans-serif;
    margin-top: 1.9375rem;
    font-size: 1.625rem;
    line-height: 1.15;
    letter-spacing: .0625rem;
    margin-bottom:1.75rem
}

@media (min-width: 1024px) {
    .find-training .find-shop .find-center-heading, .find-training .find-shop .search-shop-heading, .find-training .find-training-center .find-center-heading, .find-training .find-training-center .search-shop-heading, .search-shop .find-shop .find-center-heading, .search-shop .find-shop .search-shop-heading, .search-shop .find-training-center .find-center-heading, .search-shop .find-training-center .search-shop-heading {
        font-size: 2rem;
        line-height: 1.2;
        margin-top: 1.5625rem;
        flex: 0 0 41.6666666667%;
        max-width:41.6666666667%
    }
}

@media (min-width: 1024px) {
    .find-training .find-shop .search-btn, .find-training .find-shop .shop-search-btn, .find-training .find-training-center .search-btn, .find-training .find-training-center .shop-search-btn, .search-shop .find-shop .search-btn, .search-shop .find-shop .shop-search-btn, .search-shop .find-training-center .search-btn, .search-shop .find-training-center .shop-search-btn {
        margin-left:1.25rem
    }
}

@media (max-width: 1023.98px) {
    .find-training .find-shop .search-btn, .find-training .find-shop .shop-search-btn, .find-training .find-training-center .search-btn, .find-training .find-training-center .shop-search-btn, .search-shop .find-shop .search-btn, .search-shop .find-shop .shop-search-btn, .search-shop .find-training-center .search-btn, .search-shop .find-training-center .shop-search-btn {
        padding-left: 0;
        padding-right:0
    }
}

.find-training .find-shop .rya-profile-btn, .find-training .find-training-center .rya-profile-btn, .search-shop .find-shop .rya-profile-btn, .search-shop .find-training-center .rya-profile-btn {
    display: inline-block;
    margin-top: 1.875rem;
    padding-left: .875rem;
    padding-right:.875rem
}

@media (max-width: 1023.98px) {
    .find-training .find-shop .rya-profile-btn, .find-training .find-training-center .rya-profile-btn, .search-shop .find-shop .rya-profile-btn, .search-shop .find-training-center .rya-profile-btn {
        margin-top: 1.0625rem;
        margin-bottom:2.5rem
    }
}

.find-training .find-shop .search-input, .find-training .find-training-center .search-input, .search-shop .find-shop .search-input, .search-shop .find-training-center .search-input {
    flex: 0 0 100%;
    max-width: 100%;
    font-family: Poppins-Light, sans-serif;
    color:#454545
}

@media (min-width: 1024px) {
    .find-training .find-shop .search-input, .find-training .find-training-center .search-input, .search-shop .find-shop .search-input, .search-shop .find-training-center .search-input {
        flex: 0 0 25%;
        max-width:25%
    }
}

.find-training .find-shop .wmn-search, .find-training .find-training-center .wmn-search, .search-shop .find-shop .wmn-search, .search-shop .find-training-center .wmn-search {
    color: #fff;
    font-family: Poppins-Light, sans-serif;
    font-size: .75rem;
    line-height: 1.4166666667;
    letter-spacing:.01875rem
}

@media (max-width: 1023.98px) {
    .find-training .find-shop .wmn-search, .find-training .find-training-center .wmn-search, .search-shop .find-shop .wmn-search, .search-shop .find-training-center .wmn-search {
        text-decoration:underline
    }
}

.result-section {
    border-bottom: 2px solid #e6e6e6;
    padding-top: 1.875rem;
    padding-bottom:1.875rem
}

.result-section:first-child {
    border-top:2px solid #e6e6e6
}

@media (min-width: 1024px) {
    .result-section {
        padding-top: 5rem;
        padding-bottom:5.625rem
    }
}

.result-section .member-only {
    margin-bottom:1.25rem
}

.result-section .member-only .icon {
    color: #0276b5;
    font-size:1.0625rem
}

@media (min-width: 1024px) {
    .result-section .member-only {
        margin-bottom:1.75rem
    }
}

.result-section .member-only span {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4375;
    margin-left: .75rem;
    font-family: Poppins-Medium, sans-serif;
    letter-spacing:.025rem
}

.result-section .member-only mark {
    color:#0276b5
}

.result-section .result-heading {
    margin-bottom:1.5625rem
}

@media (min-width: 1024px) {
    .result-section .result-heading {
        margin-bottom:2.375rem
    }
}

.result-section .result-heading a {
    color:#000
}

.result-section .join-rya-link {
    margin-top: 2.5rem;
    text-decoration:underline
}

.result-section .join-rya-link a {
    font-size: 1rem;
    line-height: 1.4375;
    color:#b00c0f
}

.result-section .join-rya-link a mark {
    color:inherit !important
}

.result-section .button-container {
    margin-top:1.5625rem
}

@media (min-width: 1024px) {
    .result-section .button-container {
        margin-top:2.9375rem
    }
}

.result-section .button-container .icon {
    color: #0276b5;
    vertical-align: middle;
    font-size: 1.71875rem;
    margin-right:1.5625rem
}

.result-section .button-container span {
    display: inline-block;
    font-weight: 700;
    font-size: .75rem;
    line-height:1.5
}

@media (min-width: 1024px) {
    .result-section .button-container span {
        font-size: 1rem;
        line-height:1.4375
    }
}

.newsletter-subscribe .moosend-subscription-form .result-section .button-container .moosend-designer-button[type=submit], .result-section .button-container .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .result-section .button-container .rya-primary-btn {
    margin-right:.9375rem
}

.result-section p {
    font-size: 1rem;
    line-height:1.4375
}

.result-section .result-content {
    position: relative;
    width: 100%;
    padding-right: 1.5px;
    padding-left: 1.5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .result-section .result-content {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 100%;
        max-width:100%
    }
}

.result-section .rya-secondary-btn {
    display:inline-block
}

.result-section button {
    font-weight: 700;
    margin-top:1.5625rem
}

@media (min-width: 1024px) {
    .result-section button {
        margin-top:2.5rem
    }
}

.newsletter-subscribe .moosend-subscription-form .result-section .moosend-designer-button[type=submit], .result-section .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .result-section .rya-primary-btn {
    padding-right: 1.25rem;
    padding-left:1.25rem
}

.global-search-result {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .global-search-result {
        margin-left: 8.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        margin-bottom:4.375rem
    }
}

@media (max-width: 1023.98px) {
    .news-result {
        flex-direction:column-reverse
    }
}

@media (min-width: 1024px) {
    .news-result {
        flex-wrap:nowrap
    }
}

.news-result .result-content {
    position: relative;
    width: 100%;
    padding-right: 1.5px;
    padding-left: 1.5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .news-result .result-content {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 62.5%;
        max-width:62.5%
    }
}

.news-result .news-img-container {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    height: 21.375rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center
}

@media (min-width: 1024px) {
    .news-result .news-img-container {
        margin-bottom: 0;
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-top: 0;
        margin-left: 8.3333333333%;
        flex: 0 0 25%;
        max-width:25%
    }
}

.news-result .result-desc {
    margin-bottom:0
}

.news-result .button-container {
    margin-top:1.5625rem
}

@media (min-width: 1024px) {
    .news-result .button-container {
        margin-top:2.375rem
    }
}

.global-result-count .no-of-result {
    margin-top: 1.25rem;
    margin-bottom:.375rem
}

@media (min-width: 1024px) {
    .global-result-count .no-of-result {
        margin-bottom: 1rem;
        margin-top:2.875rem
    }
}

.shop-product-list .no-of-result {
    margin-top: 0;
    margin-bottom:1.875rem
}

@media (min-width: 1024px) {
    .shop-product-list .no-of-result {
        margin-bottom:2.875rem
    }
}

.document-finder-search {
    margin-top:1.75rem
}

@media (min-width: 1024px) {
    .document-finder-search {
        margin-top:5.1875rem
    }
}

.document-finder-search .search-container {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap:wrap
}

@media (min-width: 1024px) {
    .document-finder-search .search-container {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%;
        margin-left:8.3333333333%
    }
}

@media (max-width: 1023.98px) {
    .document-finder-search .search-container .search-div {
        width:100%
    }
}

.document-finder-search .search-container label {
    margin-bottom:.625rem
}

.document-finder {
    margin-top:2.1875rem
}

@media (min-width: 1024px) {
    .document-finder {
        margin-top: 6.25rem;
        margin-bottom:4.375rem
    }
}

.document-finder .folded-container {
    margin-top:2rem
}

@media (min-width: 1024px) {
    .document-finder .folded-container {
        margin-top:3.75rem
    }
}

.document-finder h1 {
    padding-left:.125rem
}

.document-finder-accordion {
    margin-top: 2.8125rem;
    margin-bottom:2.8125rem
}

@media (min-width: 1024px) {
    .document-finder-accordion {
        margin-top: 2.5rem;
        margin-bottom:2.5rem
    }
}

.document-list-table {
    margin-top:2.1875rem
}

@media (min-width: 1024px) {
    .document-list-table {
        margin-top:5rem
    }
}

@media (max-width: 1023.98px) {
    .document-list-table .icon-box + .title-spacing {
        margin-top:.9375rem
    }

    .document-list-table .icon-box + .title-spacing.padlock {
        margin-top: .3125rem;
        margin-bottom:1.25rem
    }
}

@media (min-width: 1024px) {
    .document-list-table .icon-box + .title-spacing {
        text-align:right
    }

    .document-list-table .icon-box + .title-spacing.padlock {
        padding-top: .75rem;
        text-align: center;
        justify-content:center
    }
}

@media (min-width: 1024px) {
    .document-list-table .format {
        padding-left:.4375rem
    }
}

@media (max-width: 1023.98px) {
    .document-list-table .content-spacer {
        margin-top:2.1875rem
    }
}

.document-list-table .icon {
    font-size: 1.71875rem;
    color:#0276b5
}

.document-list-table .rya-secondary-btn {
    display: inline-block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width:auto
}

@media (max-width: 1023.98px) {
    .document-list-table .rya-secondary-btn {
        margin-top: 0;
        margin-bottom:1.625rem
    }
}

@media (max-width: 1023.98px) {
    .document-list-table .club-heading-mobile {
        font-family:Poppins-Medium, sans-serif
    }
}

@media (max-width: 1023.98px) {
    .document-list-table .padlock {
        padding-left:.0625rem
    }
}

.document-list-table .padlock .icon {
    font-size:1.4375rem
}

.document-list-table .result, .document-list-table .total-count {
    font-weight:700
}

.document-list-table .result-count {
    margin-bottom:2.1875rem
}

@media (min-width: 1024px) {
    .document-list-table .result-count {
        margin-bottom:2.5rem
    }
}

.no-result-found {
    display: none;
    margin-top: 4.375rem;
    color:#b00c0f
}

@media (max-width: 1023.98px) {
    .no-result-found {
        margin-top: 1.25rem;
        font-size:.75rem
    }
}

.no-result-found.is-visible {
    display:block
}

.no-result-found.is-visible + .document-list-table {
    display:none
}

.d-event-listing.document-finder {
    margin-top:0
}

@media (min-width: 1024px) {
    .certificate-registration-hub {
        margin-bottom:4.375rem
    }
}

@media (max-width: 1023.98px) {
    .certificate-registration-hub .report {
        margin-top:.9375rem
    }
}

.certificate-registration-hub .date {
    cursor:pointer
}

@media (max-width: 1023.98px) {
    .certi-registration {
        margin-top:2.5rem
    }
}

@media (min-width: 1024px) {
    .certi-registration {
        margin-bottom:5.375rem
    }
}

.certi-registration h1 {
    margin-bottom:2.5625rem
}

@media (min-width: 1024px) {
    .certi-registration h1 {
        margin-bottom:3.4375rem
    }
}

.certi-registration a {
    color: #000;
    font-size:1rem
}

.certificate .heading-3 {
    font-family:Poppins-Light, sans-serif
}

.certificate span {
    font-family:Poppins-Medium, sans-serif
}

.certificate .select-center-wrapper {
    margin-top:1.875rem
}

@media (min-width: 1024px) {
    .certificate .select-center-wrapper {
        margin-top:3.375rem
    }
}

.certificate .select-dropdown {
    margin-bottom:1.5625rem
}

@media (min-width: 1024px) {
    .certificate .select-dropdown {
        margin-bottom:1.25rem
    }
}

.certificate .button-block {
    padding-top:.9375rem
}

@media (min-width: 1024px) {
    .certificate .button-block {
        display: flex;
        padding-top:2.375rem
    }
}

@media (min-width: 1024px) {
    .certificate .button-block .report {
        margin-left:1.125rem
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .certificate .button-block .report {
        margin-left:.9375rem
    }
}

.certificate .rya-secondary-btn {
    display:inline-block
}

.certificate .rya-field__label {
    font-family:Poppins-Medium, sans-serif
}

.certificate .field-container {
    margin-bottom:3.4375rem
}

@media (min-width: 1024px) {
    .certificate .field-container {
        margin-bottom:5.625rem
    }
}

.certi-result-container .rya-secondary-btn {
    padding-left: 5px;
    padding-right:5px
}

@media (max-width: 1023.98px) {
    .certi-result-container .rya-secondary-btn {
        margin-top:.3125rem
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .certi-result-container .result {
        padding-left:.1875rem
    }
}

.certi-result-container .c-student-name {
    word-break:break-word
}

.js-runtime-search .highlight-text {
    display:contents
}

@media (min-width: 1024px) {
    .certificate-registration-form .d-full div, .certificate-registration-form .d-full label, .certificate-registration-form .d-full > input, .new-student-fields .d-full div, .new-student-fields .d-full label, .new-student-fields .d-full > input {
        flex: 0 0 40.4545454545%;
        max-width:40.4545454545%
    }

    .certificate-registration-form .d-full select, .new-student-fields .d-full select {
        outline: 0;
        color:#000
    }

    .certificate-registration-form .d-offset, .new-student-fields .d-offset {
        padding: 0;
        margin-left:4.5454545455%
    }
}

.certificate-registration-form .formfield, .new-student-fields .formfield {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .certificate-registration-form .formfield.d-half, .new-student-fields .formfield.d-half {
        flex: 0 0 40.9583333333%;
        max-width:40.9583333333%
    }
}

.confirm-links {
    display:block
}

@media (min-width: 1024px) {
    .confirm-links {
        text-align:center
    }
}

.confirm-links .c-delete-student {
    text-decoration: underline;
    padding-right: .3125rem;
    border-right:1px solid #0276b5
}

.confirm-links .c-undelete-student {
    text-decoration: underline;
    padding-left:.3125rem
}

@media (max-width: 1023.98px) {
    .document-list-table .icon-grps {
        margin-bottom:1.75rem
    }
}

@media (min-width: 1024px) {
    .document-list-table .icon-grps {
        display: flex;
        justify-content:space-around
    }
}

@media (min-width: 1024px) {
    .document-list-table .icon-grps .icon-edit {
        vertical-align: sub;
        margin-left:.75rem
    }
}

.document-list-table .icon-grps .icon {
    cursor:pointer
}

.document-list-table .icon-grps .icon-Plus, .document-list-table .icon-grps .icon-edit {
    font-size:1.375rem
}

@media (max-width: 1023.98px) {
    .document-list-table .icon-grps .icon-Plus, .document-list-table .icon-grps .icon-edit {
        margin-right:1.25rem
    }
}

@media (min-width: 1024px) {
    .document-list-table .icon-grps .icon-Plus {
        margin-left:0
    }
}

@media (min-width: 1024px) {
    .document-list-table .non-pending-record .icon-Plus {
        margin-left:.5625rem
    }
}

@media (max-width: 1023.98px) {
    .document-list-table .c-certi-number {
        margin-bottom:1.25rem
    }
}

.document-list-table .c-certi-number span {
    font-family: Poppins-Regular, sans-serif;
    margin-right:.3125rem
}

@media (min-width: 1024px) {
    .document-list-table .c-certi-number span {
        vertical-align:middle
    }
}

@media (max-width: 1023.98px) {
    .document-list-table .c-certi-number span {
        margin-right: .625rem;
        vertical-align:super
    }
}

.document-list-table .c-certi-number .icon {
    font-size: 1.375rem;
    margin-right:.9375rem
}

@media (min-width: 1024px) {
    .document-list-table .c-certi-number .icon {
        margin-right: .3125rem;
        vertical-align:sub
    }
}

.document-list-table .c-certi-number .undo-certificate {
    font-size: .75rem;
    text-decoration:underline
}

@media (max-width: 1023.98px) {
    .document-list-table .c-certi-number .undo-certificate {
        vertical-align:super
    }
}

.document-list-table .c-certi-number .rya-secondary-btn {
    margin-bottom:0
}

.document-list-table .c-certi-number .disable {
    opacity:.5
}

@media (min-width: 1024px) {
    .document-list-table .c-cert-date {
        padding-top:.75rem
    }
}

@media (min-width: 1024px) {
    .document-list-table .d-offset-1 {
        padding-left: 4.1666666667%;
        box-sizing:initial
    }
}

.access-denied h1 {
    padding-left:.125rem
}

@media (min-width: 1024px) {
    .access-denied h1 {
        padding-bottom:1.875rem
    }
}

.access-denied .folded-container {
    margin-top: 2.5rem;
    margin-bottom:2.5rem
}

.access-denied .desc a {
    display: inline-block;
    font-size:inherit
}

@media (min-width: 1024px) {
    .access-denied .content {
        padding-top:2.5rem
    }
}

.access-denied .content p + p {
    padding-top:.46875rem
}

@media (min-width: 1024px) {
    .access-denied .content p + p {
        padding-top:.9375rem
    }
}

.access-denied .membership-note-content .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .access-denied .membership-note-content .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .access-denied .membership-note-content .moosend-designer-button[type=submit] {
    margin-bottom:.625rem
}

.access-denied .membership-note-content .or-seperator {
    margin-bottom:.625rem
}

.access-denied .membership-note-info {
    border-bottom:0 none
}

.add-student-form {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .add-student-form {
        position: relative;
        width: 100%;
        padding-right: 1.5px;
        padding-left: 1.5px;
        flex: 0 0 37.2916666667%;
        max-width: 37.2916666667%;
        margin-left:8.3333333333%
    }
}

.assistance-required .text-box {
    margin-top:.9375rem
}

.assistance-required .icon-container {
    position: absolute;
    right: 6.25rem;
    top:.125rem
}

.s-radio-1 .check-wrapper {
    margin-top:1.25rem
}

.c-student-name {
    cursor:pointer
}

.issue-certificate .button-block {
    margin-top:.625rem
}

.issue-certificate p {
    letter-spacing:.0375rem
}

.issue-certificate .short-spacer + .short-spacer {
    margin-top:.9375rem
}

@media (max-width: 1023.98px) {
    .issue-certificate .short-spacer + .short-spacer {
        margin-top:1.875rem
    }
}

.add-course {
    margin-top:1.875rem
}

@media (min-width: 1024px) {
    .add-course {
        margin-top:3.75rem
    }
}

.add-course .add-student-form .button-block {
    padding-top:.9375rem
}

@media (min-width: 1024px) {
    .add-course .add-student-form .button-block {
        padding-top:1.875rem
    }
}

.new-student-fields {
    margin-top:1.875rem
}

@media (min-width: 1024px) {
    .new-student-fields {
        margin-top:3.75rem
    }
}

.new-student-fields .formfield .radio-heading {
    font-family:Poppins-Medium, sans-serif
}

.new-student-fields .formfield .radio-wrapper {
    margin-top: 1.25rem;
    margin-bottom:1.25rem
}

.new-student-fields .formfield .radio-wrapper input {
    margin-top:0
}

.new-student-fields .submit-student {
    float:right
}

.new-student-fields .submit-student-wrapper {
    margin-top:1.25rem
}

.new-student-fields .button-section .col-d-10 {
    text-align:right
}

.new-student-fields .button-section .col-d-14 {
    margin-top:.625rem
}

@media (min-width: 1024px) {
    .new-student-fields .button-section .col-d-14 {
        margin-top:.3125rem
    }
}

.new-student-fields .button-section .icon-arrow-back {
    vertical-align:sub
}

.new-student-fields .button-section .back-to-course span {
    border-bottom:1.5px solid
}

.new-student-fields .button-section .cc-payment-wrapper {
    display: inline-flex;
    flex-direction:row-reverse
}

.new-student-fields .button-block {
    display:flex
}

@media (max-width: 1023.98px) {
    .new-student-fields .button-block .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .new-student-fields .button-block .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .new-student-fields .button-block .moosend-designer-button[type=submit] {
        padding-left: .3125rem;
        padding-right:.3125rem
    }
}

@media (max-width: 1023.98px) {
    .new-student-fields .button-block .btn-manual-address {
        padding-left: .9375rem;
        padding-right:.9375rem
    }
}

.new-student-fields .dd-discount-text {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: Poppins-Light, sans-serif;
    color: #000;
    padding-bottom:1rem
}

.new-student-fields .loader-debit {
    margin-left: .9375rem;
    margin-top:-.1875rem
}

.new-student-fields .payment-options input:disabled {
    opacity:0
}

.student-heading {
    margin-bottom:1.875rem
}

.add-student-confirmation .rya-col {
    padding-left:0
}

@media (min-width: 1024px) {
    .add-student-confirmation .rya-col {
        padding-left:.0625rem
    }
}

.tingle-modal * {
    box-sizing:border-box
}

.tingle-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, .85);
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor:pointer
}

.tingle-modal--confirm .tingle-modal-box {
    text-align:center
}

.tingle-modal--noOverlayClose {
    cursor:default
}

.tingle-modal--noClose .tingle-modal__close {
    display:none
}

.tingle-modal__close {
    position: fixed;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 1000;
    padding: 0;
    width: 2rem;
    height: 2rem;
    border: none;
    background-color: transparent;
    color: #fff;
    cursor:pointer
}

.tingle-modal__close svg * {
    fill:currentColor
}

.tingle-modal__closeLabel {
    display:none
}

.tingle-modal__close:hover {
    color:#fff
}

.tingle-modal-box {
    position: relative;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 75%;
    max-width: 1400px;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    cursor: auto;
    will-change:transform, opacity
}

.tingle-modal-box__content {
    padding:1rem
}

@media (min-width: 1024px) {
    .tingle-modal-box__content {
        padding:3rem
    }
}

.tingle-modal-box__content .heading-3 {
    margin-bottom:1.25rem
}

.tingle-modal-box__content .col-heading {
    font-family:Poppins-Medium, sans-serif
}

@media (max-width: 1023.98px) {
    .tingle-modal-box__content .student-information {
        display: flex;
        margin-top:1.25rem
    }
}

@media (min-width: 1024px) {
    .tingle-modal-box__content .student-information {
        margin-top:.625rem
    }
}

.tingle-modal-box__content .line-separator {
    margin-bottom: 1.25rem;
    margin-top:1.25rem
}

@media (min-width: 1024px) {
    .tingle-modal-box__content .line-separator {
        margin-bottom: 2.5rem;
        margin-top:2.5rem
    }
}

.tingle-modal-box__content .box {
    border:1px solid #f6f6f6
}

.tingle-modal-box__content .box-content {
    padding-left: 1.25rem;
    padding-bottom: 1.875rem;
    padding-top:1.25rem
}

.tingle-modal-box__content .print-button {
    justify-content:flex-end
}

.tingle-modal-box__content p {
    margin-top:1.25rem
}

.tingle-modal-box__footer {
    padding: 1.5rem 2rem;
    width: auto;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #f5f5f5;
    cursor:auto
}

.tingle-modal-box__footer::after {
    display: table;
    clear: both;
    content: ""
}

.tingle-modal-box__footer--sticky {
    position: fixed;
    bottom: -200px;
    z-index: 10001;
    opacity: 1;
    transition:bottom .3s ease-in-out .3s
}

.tingle-enabled {
    position: fixed;
    right: 0;
    left: 0;
    overflow:hidden
}

.tingle-modal--visible .tingle-modal-box__footer {
    bottom:0
}

.tingle-enabled .tingle-content-wrapper {
    filter:blur(8px)
}

.tingle-modal--visible {
    visibility: visible;
    opacity: 1;
    overflow:auto
}

.tingle-modal--visible .tingle-modal-box {
    animation:scale .2s cubic-bezier(.68, -.55, .265, 1.55) forwards
}

.tingle-modal--overflow {
    overflow-y: scroll;
    padding-top:8vh
}

.tingle-btn {
    display: inline-block;
    margin: 0 .5rem;
    padding: 1rem 2rem;
    border: none;
    background-color: grey;
    box-shadow: none;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    cursor: pointer;
    transition:background-color .4s ease
}

.tingle-btn--primary {
    background-color: #0276b5;
    color: #fff;
    border:1px solid #0276b5
}

.tingle-btn--danger {
    background-color:#e74c3c
}

.tingle-btn--default {
    background-color:#34495e
}

.tingle-btn--pull-left {
    float:left
}

.tingle-btn--pull-right {
    float:right
}

@media (max-width: 540px) {
    .tingle-modal {
        top: 0;
        display: block;
        padding-top: 60px;
        width:100%
    }

    .tingle-modal-box {
        width: auto;
        border-radius:0
    }

    .tingle-modal-box__content {
        overflow-y:scroll
    }

    .tingle-modal--noClose {
        top:0
    }

    .tingle-modal--noOverlayClose {
        padding-top:0
    }

    .tingle-modal-box__footer .tingle-btn {
        display: block;
        float: none;
        margin-bottom: 1rem;
        width:100%
    }

    .tingle-modal__close {
        top: 0;
        right: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 60px;
        border: none;
        background-color: #0276b5;
        box-shadow: none;
        color:#fff
    }

    .tingle-modal__closeLabel {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.6rem;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
    }

    .tingle-modal__closeIcon {
        display: inline-block;
        margin-right: .8rem;
        width: 1.6rem;
        vertical-align: middle;
        font-size:0
    }
}

@supports ((-webkit-backdrop-filter: blur(12px)) or(backdrop-filter: blur(12px))) {
    .tingle-modal:before {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        pointer-events:none
    }

    .tingle-enabled .tingle-content-wrapper {
        filter:none
    }
}

@keyframes scale {
    0% {
        opacity: 0;
        transform:scale(.9)
    }

    100% {
        opacity: 1;
        transform:scale(1)
    }
}

@media print {
    .header-bar, .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .print-button, .rya-primary-btn, .tingle-modal__close {
        display:none
    }

    .folded-container, .no-print, .rya-breadcrumb, footer, header, nav {
        display:none !important
    }

    .student-detail-popup .col-d-12 {
        flex: 0 0 50%;
        max-width:50%
    }

    .addr-list .addr-card-wrapper .addr-card {
        padding-left:0
    }

    .tingle-modal--overflow, html {
        overflow:hidden
    }

    .cred-name, .expired, .expiring-soon {
        color:#000 !important
    }

    .cred-name .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .cred-name .rya-primary-btn, .expired .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .expired .rya-primary-btn, .expiring-soon .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .expiring-soon .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .cred-name .moosend-designer-button[type=submit], .newsletter-subscribe .moosend-subscription-form .expired .moosend-designer-button[type=submit], .newsletter-subscribe .moosend-subscription-form .expiring-soon .moosend-designer-button[type=submit] {
        display:none !important
    }

    .cred-name .club-heading-mobile, .expired .club-heading-mobile, .expiring-soon .club-heading-mobile {
        color:#0276b5 !important
    }
}

.shop-categories div {
    margin-bottom:1rem
}

.shop-categories .anchor {
    white-space:normal
}

.shop-categories a {
    border-bottom: 1.5px solid;
    color: #0a3456;
    font-size: 1rem;
    line-height: 1.4375;
    font-family:Poppins-SemiBold, sans-serif
}

.shop-categories .selected-category a {
    color:#b00c0f
}

@media (max-width: 1023.98px) {
    .shop-categories {
        display:none
    }
}

@media (min-width: 1024px) {
    .categories-header {
        display:none
    }
}

@media (max-width: 1023.98px) {
    .categories-header {
        display: flex;
        flex-wrap: wrap;
        cursor: pointer;
        margin-bottom: 1rem;
        height:3.125rem
    }
}

.categories-header .header {
    font-family: Poppins-Medium, sans-serif;
    letter-spacing: .05625rem;
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-bottom: .375rem;
    padding-top:.3125rem
}

.shop-landing-container {
    margin-top:1.9375rem
}

@media (min-width: 1024px) {
    .shop-landing-container {
        margin-top:3.4375rem
    }
}

@media all and (max-width: 1240px) and(min-width: 1024px) {
    .shop-landing-container {
        padding-left: 1.25rem;
        padding-right:1.25rem
    }
}

.shop-landing-container .category-header {
    text-align: center;
    margin-bottom:1.9375rem
}

@media (min-width: 1024px) {
    .shop-landing-container .category-header {
        margin-bottom:3.4375rem
    }
}

@media (max-width: 1023.98px) {
    .shop-landing-container .category-header {
        order:2
    }
}

.shop-navigation {
    -webkit-tap-highlight-color:transparent
}

@media (max-width: 1023.98px) {
    .shop-navigation {
        order: 1;
        margin-bottom:2.5rem
    }
}

@media (max-width: 1023.98px) {
    .shop-product-list {
        order:3
    }
}

.shop-product-list .heading-2 {
    margin-bottom:2.5rem
}

@media (min-width: 1024px) {
    .shop-product-list .heading-2 {
        margin-bottom:5rem
    }
}

.shop-product-list .text-center {
    text-align:center
}

@media (max-width: 1023.98px) {
    .products-row {
        margin-bottom:2.5rem
    }
}

.product-container {
    margin-bottom:2.5rem
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .product-container {
        flex: 0 0 50%;
        max-width:50%
    }
}

@media (min-width: 1024px) {
    .product-container {
        margin-bottom:5rem
    }
}

.product {
    cursor:pointer
}

.product .product-image {
    text-align:center
}

@media (max-width: 1023.98px) {
    .product .product-image img {
        max-height:18.75rem
    }
}

.product .item-name {
    font-size: .875rem;
    line-height: 1.2;
    font-family: Poppins-Medium, sans-serif;
    letter-spacing: .05rem;
    margin-top: 1.5625rem;
    margin-bottom:1.125rem
}

@media (min-width: 1024px) {
    .product .item-name {
        font-size: 1.125rem;
        line-height: 1.2;
        letter-spacing: .046875rem;
        margin-top: 1.25rem;
        margin-bottom:1.3125rem
    }
}

.product .item-price {
    font-size: .875rem;
    line-height: 1.2;
    font-family: Poppins-Medium, sans-serif;
    margin-top: 1rem;
    margin-bottom:1.75rem
}

@media (min-width: 1024px) {
    .product .item-price {
        font-size: 1.125rem;
        line-height: 1.2;
        margin-top: 2rem;
        margin-bottom:2.25rem
    }
}

.product .rya-secondary-btn {
    display:inline-block
}

.product .sku {
    font-size: .75rem;
    font-family:Poppins-Light, sans-serif
}

@media (min-width: 1024px) {
    .product .sku {
        font-size:1rem
    }
}

.view-basket {
    color: #fff;
    background-color:#0276b5
}

.product-action-btns {
    display: inline-flex;
    align-items:center
}

.product-action-btns .loader-basket {
    margin-top: .3125rem;
    margin-left:.625rem
}

.search-shop + div .smart-scroll-container {
    margin-top: 0;
    margin-bottom:0
}

.loader-listing-pagination {
    text-align:center
}

@media (min-width: 1024px) {
    .search-shop .edit-profile-container {
        min-height:9.5rem
    }
}

@media (min-width: 1024px) {
    .search-shop .find-shop {
        margin-top:2.3125rem
    }
}

.search-shop .shop-search-input {
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .search-shop .shop-search-input {
        flex: 0 0 27.9166666667%;
        max-width: 27.9166666667%;
        margin-left:1.125rem
    }
}

.search-shop .shop-search-input label {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom:.8125rem
}

@media (min-width: 1024px) {
    .search-shop .shop-search-input label {
        margin-bottom: .5rem;
        flex: 0 0 100%;
        max-width:100%
    }
}

.product-info {
    margin-top:2.25rem
}

@media (min-width: 1024px) {
    .product-info {
        margin-top:2.8125rem
    }
}

.type-price {
    display: flex;
    margin-bottom:2.1875rem
}

@media (max-width: 1023.98px) {
    .type-price {
        flex-wrap:wrap
    }
}

@media (min-width: 1024px) {
    .type-price {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom:1rem
    }
}

.type-price h4 {
    flex: 0 0 66.6666666667%;
    max-width:66.6666666667%
}

@media (max-width: 1023.98px) {
    .type-price h4 {
        margin-bottom:1.4375rem
    }
}

@media (min-width: 1024px) {
    .type-price h4 {
        flex: 0 0 40%;
        max-width:40%
    }
}

.type-price h4 .pdp-info-links {
    font-size: inherit;
    text-decoration: underline;
    color:#000
}

.type-price .price-calculation {
    flex: 0 0 33.3333333333%;
    max-width:33.3333333333%
}

@media (min-width: 1024px) {
    .type-price .price-calculation {
        flex: 0 0 20%;
        max-width:20%
    }
}

.type-price .price-calculation p {
    margin-bottom: 0;
    font-family: Poppins-Medium, sans-serif;
    letter-spacing: .05rem;
    font-size: .875rem;
    text-align:end
}

@media (min-width: 1024px) {
    .type-price .price-calculation p {
        text-align: initial;
        letter-spacing: .046875rem;
        font-size:1.125rem
    }
}

@media (min-width: 1024px) {
    .type-price .add-to-cart {
        flex: 0 0 40%;
        max-width:40%
    }
}

.type-price .add-to-cart .rya-secondary-btn {
    display:inline-block
}

@media (max-width: 1023.98px) {
    .prod-attr-row {
        padding-left:.9375rem
    }
}

.product-details {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom:.375rem
}

@media (min-width: 1024px) {
    .product-details {
        padding-bottom:2.5625rem
    }
}

.product-details .heading-3 {
    letter-spacing:.0525rem
}

@media (min-width: 1024px) {
    .product-details .heading-3 {
        letter-spacing: .0625rem;
        margin-bottom: 1.125rem;
        flex: 0 0 58.3333333333%;
        max-width:58.3333333333%
    }
}

@media (max-width: 1023.98px) {
    .product-details .heading-3 {
        margin-top:1.5625rem
    }
}

.product-details .sku {
    font-family: Poppins-Light, sans-serif;
    margin-top: .3125rem;
    margin-bottom:.375rem
}

@media (min-width: 1024px) {
    .product-details .sku {
        margin-top: 1.125rem;
        margin-bottom:3.4375rem
    }
}

.promotion-section {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 2.125rem;
    padding-top:2.5625rem
}

@media (min-width: 1024px) {
    .promotion-section {
        display: flex;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 3.625rem;
        padding-top:3.625rem
    }
}

.promotion-section h6 {
    font-family: Poppins-Light, sans-serif;
    letter-spacing:.0375rem
}

@media (min-width: 1024px) {
    .promotion-section h6 {
        letter-spacing: .025rem;
        flex: 0 0 40%;
        max-width: 40%;
        margin-right:6.5625rem
    }
}

.promotion-section h6 span {
    font-family:Poppins-Medium, sans-serif
}

.promotion-section .rya-secondary-btn {
    display:inline-block
}

@media (max-width: 1023.98px) {
    .promotion-section .rya-secondary-btn {
        margin-top:1.125rem
    }
}

.product-accordion .product-description {
    font-size:.75rem
}

@media (min-width: 1024px) {
    .product-accordion .product-description {
        font-size:1rem
    }
}

@media (max-width: 1023.98px) {
    .product-accordion .product-description {
        display:block
    }
}

.product-accordion .details-row {
    margin-bottom:1.5625rem
}

@media (min-width: 1024px) {
    .product-accordion .details-row {
        margin-bottom:1.875rem
    }
}

.product-accordion .column-heading {
    font-family: Poppins-Medium, sans-serif;
    margin-bottom: 2rem;
    font-size: .875rem;
    line-height:1.2
}

@media (min-width: 1024px) {
    .product-accordion .column-heading {
        margin-bottom: 2.25rem;
        font-size: 1.125rem;
        line-height:1.2
    }
}

.back-to-product {
    margin-top:1.5625rem
}

@media (min-width: 1024px) {
    .back-to-product {
        margin-top:2.8125rem
    }
}

.back-to-product .icon-arrow-back {
    vertical-align: sub;
    margin-left:0
}

.back-to-product span {
    text-decoration: underline;
    text-underline-position:under
}

.product-delivery .delivery-information {
    border-bottom: 2px solid #e6e6e6;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    display:flex
}

@media (max-width: 1023.98px) {
    .product-delivery .delivery-information {
        font-size: .75rem;
        padding-left:.625rem
    }
}

@media (min-width: 1024px) {
    .product-delivery .delivery-information {
        padding-top: 1.25rem;
        padding-bottom:1.25rem
    }
}

.product-delivery .delivery-information:first-child {
    padding-top:0
}

.product-delivery .delivery-information:last-child {
    border-bottom:none
}

.product-delivery .delivery-information .order-total {
    margin-left:.4375rem
}

.product-delivery .table-heading {
    font-family: Poppins-Medium, sans-serif;
    margin-top: 1.875rem;
    margin-bottom: 2.0625rem;
    padding-left:.625rem
}

@media (min-width: 1024px) {
    .product-delivery .table-heading {
        margin-top: 1.875rem;
        margin-bottom:.9375rem
    }
}

.product-delivery a {
    text-decoration: underline;
    font-family: Poppins-Regular, sans-serif;
    color: #000;
    font-size:.75rem
}

@media (min-width: 1024px) {
    .product-delivery a {
        font-size:1rem
    }
}

.VAT-desc {
    margin-top:1.875rem
}

@media (min-width: 1024px) {
    .VAT-desc {
        margin-top:3.4375rem
    }
}

.VAT-desc a {
    text-decoration:underline
}

.online-platforms {
    padding-top:2.1875rem
}

@media (min-width: 1024px) {
    .online-platforms {
        padding-top:3.75rem
    }
}

@media (max-width: 1023.98px) {
    .online-platforms .logos {
        text-align:center
    }
}

@media (min-width: 1024px) {
    .online-platforms .logos {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%;
        display:inline-block
    }
}

.online-platforms .logos img {
    max-height: 2rem;
    margin-bottom:1.25rem
}

@media (min-width: 1024px) {
    .online-platforms .logos img {
        margin-right: 2rem;
        margin-bottom:0
    }
}

.online-platforms .purchase-note {
    font-size: .75rem;
    font-family: Poppins-Medium, sans-serif;
    margin-bottom: 1.5625rem;
    margin-top:1.4375rem
}

@media (min-width: 1024px) {
    .online-platforms .purchase-note {
        letter-spacing: .01875rem;
        margin-top: 2.1875rem;
        margin-bottom:1.875rem
    }
}

.online-platforms .note {
    color:#b00c0f
}

.online-platforms .login-note {
    color:#0276b5
}

.platforms {
    font-family:Poppins-Light, sans-serif
}

.platforms span {
    color: #000;
    font-family:Poppins-Medium, sans-serif
}

@media (max-width: 1023.98px) {
    .platforms {
        font-size:.75rem
    }
}

.suggested-products .heading-2 {
    margin-bottom:2.0625rem
}

@media (min-width: 1024px) {
    .suggested-products .heading-2 {
        margin-bottom:5.8125rem
    }
}

.suggested-products .product-container {
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .suggested-products .product-container {
        flex: 0 0 27.2727272727%;
        max-width:27.2727272727%
    }
}

.product-review {
    font-style: italic;
    font-size: .75rem;
    margin-bottom:.625rem
}

@media (min-width: 1024px) {
    .product-review {
        font-size:1rem
    }
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1024px) {
    .carousel-wrapper {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        margin-left:8.3333333333%
    }
}

@media all and (min-width: 768px) and(max-width: 1023px) {
    .carousel-wrapper {
        flex: 0 0 66.6666666667%;
        max-width:66.6666666667%
    }
}

.product-carousel-container .slick-slide {
    outline: 0;
    padding: 0;
    margin-right:0
}

.product-carousel-container .sliderbig img {
    margin-bottom: .625rem;
    display:block
}

@media (min-width: 1024px) {
    .product-carousel-container .sliderbig img {
        margin-bottom:1.25rem
    }
}

.product-carousel-container .slider__item {
    position: relative;
    text-align:center
}

@media (min-width: 1024px) {
    .product-carousel-container .slider__item {
        max-height:5.8125rem
    }
}

.product-carousel-container .slider__item img {
    cursor: pointer;
    opacity:.5
}

.product-carousel-container .slider__item img:first-child {
    padding-left:0
}

.product-carousel-container .slider__item img:last-child {
    padding-right:0
}

.product-carousel-container .slick-slider {
    padding:0
}

.product-carousel-container .product-slider {
    display:block
}

.product-carousel-container .product-slider .slick-track {
    left: 0 !important;
    margin: 0;
    display:flex
}

.product-carousel-container .product-slider .slick-current img {
    outline: 0;
    opacity:1
}

.product-carousel-container .product-slider .thumbnail-images {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left:-5px
}

.product-carousel-container .product-slider .slick-list {
    padding: 0;
    margin-bottom:1.25rem
}

@media (min-width: 1024px) {
    .product-carousel-container .product-slider .slick-list {
        margin-bottom: 2.1875rem;
        display: flex;
        justify-content:center
    }
}

.product-carousel-container .product-slider .slick-dots {
    bottom:auto
}

.checkout-process-indicator {
    border-bottom: 2px solid #e6e6e6;
    padding-top: 2.5rem;
    padding-bottom:2.5rem
}

@media (min-width: 1024px) {
    .checkout-process-indicator {
        padding-top: 3.75rem;
        padding-bottom:3.75rem
    }
}

.checkout-process-indicator ul {
    display: flex;
    flex-wrap:wrap
}

.checkout-process-indicator li {
    display:flex
}

.checkout-process-indicator li a {
    color: #e6e6e6;
    display: inline-block;
    font-size: .875rem;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap
}

@media (max-width: 1023.98px) {
    .checkout-process-indicator li a {
        margin-top: .125rem;
        max-width:6.25rem
    }
}

@media (min-width: 1024px) {
    .checkout-process-indicator li a {
        font-size: 1.125rem;
        max-width:8.125rem
    }
}

@media (max-width: 1023.98px) {
    .checkout-process-indicator li span {
        vertical-align:middle
    }
}

.checkout-process-indicator li:last-child:after {
    content:none
}

.checkout-process-indicator li:after {
    color: #e6e6e6;
    content: ">";
    padding-left: .4375rem;
    padding-right:.4375rem
}

@media (min-width: 1024px) {
    .checkout-process-indicator li:after {
        padding-left: .75rem;
        padding-right:.75rem
    }
}

.checkout-process-indicator .active-state {
    font-family: Poppins-Medium, sans-serif;
    color:#0276b5
}

.basket-section .VAT-desc a {
    color:#0276b5
}

.basket-section .table-data-row:last-child {
    border-bottom:2px solid #e6e6e6
}

.basket-section .table-data-row:last-child div {
    border-bottom:none
}

@media (min-width: 1024px) {
    .basket-section .table-data-row:last-child {
        border-bottom:none
    }
}

.basket-section .text-align-style {
    text-align:end
}

@media (min-width: 1024px) {
    .basket-section .rya-form-field {
        display:flex
    }
}

.basket-section .rya-secondary-btn {
    display:inline-block
}

@media (min-width: 1024px) {
    .basket-section .VAT-desc {
        margin-top:2.1875rem
    }
}

.basket-section .product-delivery .table-heading {
    padding-left:.1875rem
}

@media (max-width: 1023.98px) {
    .basket-section .product-delivery .table-heading {
        margin-bottom:1.375rem
    }
}

@media (min-width: 1024px) {
    .basket-section .product-delivery .table-heading {
        padding-left:0
    }
}

.basket-section .product-delivery .delivery-information {
    font-family: Poppins-Light, sans-serif;
    padding-left:.1875rem
}

@media (min-width: 1024px) {
    .basket-section .product-delivery .delivery-information {
        padding-left:0
    }
}

@media (min-width: 1024px) {
    .basket-section .product-delivery .rya-row {
        margin-left: 0;
        margin-right:0
    }
}

.basket-section .check-wrapper span {
    font-family: Poppins-Light, sans-serif;
    font-size: .75rem;
    line-height:1.5
}

@media (min-width: 1024px) {
    .basket-section .check-wrapper span {
        font-size: 1rem;
        line-height:1.4375
    }
}

.basket-section .folded-corner {
    font-family:Poppins-Medium, sans-serif
}

@media (min-width: 1024px) {
    .basket-section .folded-corner p {
        margin-left:3.125rem
    }
}

.basket-section button {
    margin-top:2.1875rem
}

@media (min-width: 1024px) {
    .basket-section button {
        height: -moz-min-content;
        height: min-content;
        margin-top: 3.4375rem;
        margin-left:.9375rem
    }
}

.basket-section .p-quantity {
    display:flex
}

.basket-section .p-quantity input {
    width: 50%;
    text-align: center;
    pointer-events: none;
    margin-left: .3125rem;
    margin-right:.3125rem
}

.basket-section .p-quantity span {
    cursor: pointer;
    font-size:1.25rem
}

@media (max-width: 1023.98px) {
    .basket-section .delete-prod {
        margin-top: 1.5625rem;
        margin-bottom:.9375rem
    }
}

.basket-section .delete-prod .icon-close {
    color: #0276b5;
    cursor: pointer;
    font-size:1.875rem
}

@media (min-width: 1024px) {
    .basket-section .total-price {
        justify-content:center
    }
}

.checkout-btn {
    display: inline-block;
    margin-left:.3125rem
}

.table-data-row .product-name, .table-data-row button {
    font-family:Poppins-Medium, sans-serif
}

.last-row {
    font-family: Poppins-Medium, sans-serif;
    letter-spacing: .0375rem;
    background-color: #f6f6f6;
    font-size:.875rem
}

@media (min-width: 1024px) {
    .last-row {
        font-size: 1.125rem;
        line-height: 1.2;
        letter-spacing: .025rem;
        padding-top: 1.25rem;
        padding-bottom:1.25rem
    }
}

.js-voucher .error-field, .js-voucher .success-msg {
    margin-left:.3125rem
}

.billing-address-card span {
    display:block
}

.billing-address-card .rya-secondary-btn {
    display:inline-block
}

.billing-address-card h4 {
    margin-bottom:1.875rem
}

@media (min-width: 1024px) {
    .billing-address-card h4 {
        margin-bottom:2.5rem
    }
}

.billing-address-card .address-buttons {
    margin-top:1.875rem
}

@media (min-width: 1024px) {
    .billing-address-card .address-buttons {
        margin-top:3.75rem
    }
}

@media (max-width: 1023.98px) {
    .billing-address-card p {
        margin-bottom:2.5rem
    }
}

.delivery-billing .product-delivery .delivery-information:first-child {
    padding-top:1.5625rem
}

@media (min-width: 1024px) {
    .delivery-billing .product-delivery .delivery-information:first-child {
        padding-top:1.25rem
    }
}

@media (max-width: 1023.98px) {
    .delivery-billing .product-delivery .delivery-information .text-align-style {
        text-align:end
    }
}

.delivery-billing .heading-4 {
    margin-bottom:1.875rem
}

@media (min-width: 1024px) {
    .delivery-billing .heading-4 {
        margin-bottom:2.1875rem
    }
}

.delivery-billing .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .delivery-billing .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .delivery-billing .moosend-designer-button[type=submit] {
    display:inline-block
}

.delivery-billing .newsletter-subscribe .moosend-subscription-form .hide-element.moosend-designer-button[type=submit], .delivery-billing .rya-primary-btn.hide-element, .newsletter-subscribe .moosend-subscription-form .delivery-billing .hide-element.moosend-designer-button[type=submit] {
    display:none
}

.delivery-billing .select-diff-addr {
    margin-bottom: .625rem;
    margin-right:.625rem
}

.delivery-billing .table-data-row, .delivery-billing .table-heading-desktop {
    margin-left: 0;
    margin-right:0
}

.event-table-links + .delivery-billing .rya-secondary-btn {
    margin-right:.4375rem
}

.event-table-links + .delivery-billing .disable {
    opacity: .5;
    pointer-events:none
}

.choose-addr {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-top:.9375rem
}

@media (min-width: 1024px) {
    .choose-addr {
        flex: 0 0 62.5%;
        max-width: 62.5%;
        margin-top:0
    }
}

.choose-addr .rya-secondary-btn {
    background-color: #f6f6f6;
    display:inline-block
}

.choose-addr .selected-address {
    color: #fff;
    background:#0276b5
}

@media (min-width: 1024px) {
    .exam-billing-addr {
        display:flex
    }
}

@media (min-width: 1024px) {
    .exam-billing-addr .billing-address-card {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 40%;
        max-width:40%
    }
}

@media (max-width: 1023.98px) {
    .basket-content .product-delivery {
        margin-top:1.5625rem
    }
}

@media (max-width: 1023.98px) {
    .basket-content .delivery-information:first-child {
        border-top:2px solid #e6e6e6
    }
}

.basket-content .product-name {
    font-family:Poppins-Medium, sans-serif
}

@media (min-width: 1024px) {
    .basket-content .text-align-style {
        text-align: right;
        justify-content: center;
        align-items:baseline
    }
}

@media (min-width: 1024px) {
    .basket-content .table-heading-desktop div:not(:first-child) {
        text-align:right
    }
}

@media (min-width: 1024px) {
    .basket-content .b-total-amount {
        right:.5rem
    }
}

@media (max-width: 1023.98px) {
    .basket-summary {
        padding-top: 2.5rem;
        border-top:2px solid #e6e6e6
    }
}

@media (max-width: 1023.98px) {
    .m-left-content {
        background-color: #f6f6f6;
        margin-right:-20px
    }
}

.m-left-content .heading-2 {
    margin-top:1rem
}

@media (min-width: 1024px) {
    .m-left-content .heading-2 {
        margin-top:2.6875rem
    }
}

.m-left-content .top {
    border-top-color:#fff
}

.m-left-content:before {
    background-color: #f6f6f6;
    position: absolute;
    content: "";
    top: 0;
    width: 100vw;
    right: 0;
    height:100%
}

.m-left-content div:first-child {
    position:relative
}

@media (max-width: 1023.98px) {
    .m-left-content .css-border-arrow {
        visibility:hidden
    }
}

.m-left-content .slick-slide {
    height:inherit
}

.m-cat-list .myrya-card .heading-3 {
    word-break: break-word;
    font-family: Poppins-Medium, sans-serif;
    margin-bottom: .625rem;
    margin-top: 1.5rem;
    font-size: 1.3125rem;
    line-height:1.1428571429
}

@media (min-width: 1024px) {
    .m-cat-list .myrya-card .heading-3 {
        font-size: 2rem;
        line-height:1.1875
    }
}

.m-cat-list .myrya-card .heading-6 {
    font-family: Poppins-Light, sans-serif;
    font-size: .75rem;
    line-height: 1.5;
    margin-top: .9375rem;
    padding-bottom: 1.25rem;
    letter-spacing:.0375rem
}

@media (min-width: 1024px) {
    .m-cat-list .myrya-card .heading-6 {
        font-size: 1rem;
        line-height: 1.4375;
        letter-spacing:.025rem
    }
}

.m-cat-list .myrya-card .card-highlighter {
    color: #b00c0f;
    font-family: Poppins-Medium, sans-serif;
    font-size: .875rem;
    line-height: 1.1428571429;
    letter-spacing:.05rem
}

@media (min-width: 1024px) {
    .m-cat-list .myrya-card .card-highlighter {
        font-size: 1.125rem;
        line-height:1.1666666667
    }
}

.m-cat-list .myrya-card .rya-secondary-btn {
    display: inline-block;
    background-color: transparent;
    margin-bottom:1.875rem
}

.m-cat-list .slick-dots {
    display: flex;
    position:absolute
}

@media (max-width: 1023.98px) {
    .m-cat-list .slick-dots {
        justify-content: center;
        padding-bottom:2.8125rem
    }
}

@media (min-width: 1024px) {
    .m-cat-list .slick-dots {
        left: -50px;
        top: 40%;
        width: auto;
        display:block
    }
}

.m-cat-list .slick-dots li {
    display:block
}

@media (min-width: 1024px) {
    .m-cat-list .slick-track {
        display: flex;
        flex-direction:column
    }
}

.m-cat-list.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom:1.875rem
}

.m-right-content {
    color: #fff;
    padding-top: 1.75rem;
    padding-bottom:1.75rem
}

@media (min-width: 1024px) {
    .m-right-content {
        padding-top: 4.375rem;
        padding-bottom: 3.75rem;
        margin-left:3.125rem
    }
}

.m-right-content .heading-2 {
    margin-bottom:1.25rem
}

.m-right-content .m-btn-category {
    border: 1px solid #fff;
    display: block;
    text-transform: lowercase;
    padding-top: .75rem;
    padding-bottom:.75rem
}

@media (max-width: 1023.98px) {
    .m-right-content .m-btn-category {
        margin-bottom: 1.25rem;
        text-align:center
    }
}

@media (min-width: 1024px) {
    .m-right-content .m-btn-category {
        display: inline-block;
        margin-right: .9375rem;
        padding-left: 1.375rem;
        padding-right:1.375rem
    }
}

.m-right-content .m-btn-category:not(:last-child) {
    margin-bottom:1.25rem
}

.m-right-content .m-btn-category::first-letter {
    text-transform:uppercase
}

.m-right-content .selected-category {
    background-color: #fff;
    color: #0276b5;
    transition:none
}

.m-right-content .btn-arrow {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    padding-top: .75rem;
    padding-bottom:.75rem
}

.m-right-content .btn-arrow:after {
    width: 1.25rem;
    height: 1.25rem;
    top: 75%;
    left: 50%;
    background-color:#fff
}

@media (min-width: 1024px) {
    .m-right-content .btn-arrow:after {
        left:43%
    }
}

.m-right-content .cat-btn-col {
    flex: 0 0 50%;
    max-width:50%
}

@media (min-width: 1024px) {
    .m-right-content .cat-btn-col {
        flex: 0 0 25%;
        max-width:25%
    }
}

.m-right-content .category-btn-type {
    cursor: pointer;
    background-color: #001033;
    border: 1px solid #001033;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    padding-left: .9375rem;
    padding-right:.9375rem
}

.m-right-content .category-btn-type .btn-type-age {
    font-size: 1.0625rem;
    line-height:1.3529411765
}

.m-right-content .category-btn-type .btn-type-price {
    font-size: 2.125rem;
    line-height:1.7647058824
}

.m-right-content .category-btn-type .btn-type-year {
    font-size: .75rem;
    line-height:1.4166666667
}

@media (max-width: 1023.98px) {
    .m-right-content .category-btn-type {
        margin-bottom:.9375rem
    }
}

.m-right-content .selected-type {
    border: 1px solid #fff;
    background-color: #fff;
    color:#0276b5
}

.m-right-content .selected-type.btn-arrow:after {
    top:94%
}

.m-right-content .btn-purchase-membership {
    font-family: Poppins-Medium, sans-serif;
    margin-top:1.875rem
}

@media (max-width: 1023.98px) {
    .m-right-content .btn-purchase-membership {
        margin-bottom:1.75rem
    }
}

.m-right-content .icon-closed-icon {
    color:#fff
}

.m-accordion {
    margin-bottom: 2.5rem;
    margin-top:1.75rem
}

.m-accordion .accordion-header {
    color: #fff;
    border: none;
    padding:0
}

.m-accordion .accordion-header .result-count {
    margin-left:0
}

.m-accordion .accordion-header .header-label {
    flex-grow:0
}

.m-accordion .accordion-header .result-count {
    align-items:initial
}

.m-accordion .accordion-active {
    background-color:transparent
}

.m-accordion .accordion-content {
    background-color: transparent;
    padding-left: 0;
    padding-right:0
}

.m-accordion .accordion-content .membership-radio-options {
    display: flex;
    border-bottom: 1.5px solid #003fc6;
    padding-bottom: 1.25rem;
    padding-top:1.25rem
}

.m-accordion .accordion-content .membership-radio-options > div {
    position: absolute;
    display: flex;
    right:.625rem
}

.m-accordion .accordion-content .membership-radio-options > div .radio-wrapper:first-child {
    margin-right:1.25rem
}

@media (max-width: 1023.98px) {
    .m-accordion .accordion-content .membership-radio-options > span {
        width:60%
    }
}

.m-accordion .accordion-content .membership-radio-options.hide-element {
    display:none
}

.m-accordion .accordion-content .radio-wrapper label {
    cursor:pointer
}

.m-accordion .accordion-content .radio-wrapper .radiocheckmark {
    border:2px #fff solid
}

.m-accordion .accordion-content .radio-wrapper .radiocheckmark:after {
    background-color:#fff
}

.m-accordion .accordion-content .radio-wrapper .hide-radio:after {
    display:none
}

.img-carousel-wrapper .slick-next, .img-carousel-wrapper .slick-prev {
    padding-left: 0;
    padding-right:0
}

.img-carousel-wrapper .slick-slide {
    margin-right:0
}

.img-carousel-wrapper .slick-dots {
    position:relative
}

@media (min-width: 1024px) {
    .img-carousel-wrapper .img-carousel-content {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 71.4285714286%;
        max-width: 71.4285714286%;
        margin-left:14.2857142857%
    }
}

.personal-details-form .form-field {
    margin-bottom:1.25rem
}

@media (min-width: 1024px) {
    .personal-details-form .form-field {
        margin-bottom:2.1875rem
    }
}

.personal-details-form .rya-secondary-btn {
    display:inline-block
}

.personal-details-form input {
    margin-bottom:0
}

.personal-details-form h3 {
    padding-left:0
}

.personal-details-form .m-address-form {
    margin-bottom: 2.5rem;
    margin-top:2.5rem
}

@media (min-width: 1024px) {
    .personal-details-form .m-address-form {
        margin-bottom: 4.0625rem;
        margin-top:5.625rem
    }
}

.personal-details-form .account-preference-heading {
    margin-bottom:1.25rem
}

@media (min-width: 1024px) {
    .personal-details-form .account-preference-heading {
        margin-bottom:2.5rem
    }
}

.personal-details-form .button-block {
    display:block
}

@media (min-width: 1024px) {
    .personal-details-form .button-block {
        margin-top:2.5rem
    }
}

.m-email-addr .formfield {
    margin-bottom:0
}

.boating-preferences {
    margin-bottom:1.25rem
}

@media (min-width: 1024px) {
    .boating-preferences {
        margin-bottom:3.125rem
    }
}

.account-preferences, .club-association {
    margin-bottom:1.25rem
}

@media (min-width: 1024px) {
    .account-preferences, .club-association {
        margin-bottom:4.375rem
    }
}

.club-association .warning-field {
    margin-left: .3125rem;
    margin-right:.3125rem
}

.m-add-family, .saved-family-details {
    margin-top:2.5rem
}

@media (min-width: 1024px) {
    .m-add-family, .saved-family-details {
        margin-top:5.625rem
    }
}

.m-add-family .save-member-info, .saved-family-details .save-member-info {
    margin-top:1.25rem
}

@media (min-width: 1024px) {
    .m-add-family .save-member-info, .saved-family-details .save-member-info {
        margin-top: 2.5rem;
        flex: 0 0 91.6666666667%;
        max-width:91.6666666667%
    }
}

.m-add-family .cancel-member-details, .saved-family-details .cancel-member-details {
    margin-left:.625rem
}

.saved-family-details {
    display: flex;
    flex-wrap:wrap
}

@media (min-width: 1024px) {
    .saved-family-details {
        margin-left:-5px
    }
}

.saved-family-details .name-wrapper {
    display:flex
}

.saved-family-details .addr-card-wrapper .addr-card {
    padding-bottom:1.25rem
}

.saved-family-details .addr-card-wrapper .addr-card span {
    display: block;
    font-family:Poppins-Regular, sans-serif
}

.saved-family-details .edit-member-details {
    margin-top:.9375rem
}

.saved-family-details.hide-element {
    display:none
}

.add-family-member .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .add-family-member .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .add-family-member .moosend-designer-button[type=submit] {
    display:inline-block
}

.add-family-member .add-child {
    margin-left:.625rem
}

@media (min-width: 1024px) {
    .confirm-address + .error-field {
        display: inline-table;
        margin-left: .625rem;
        margin-top:.625rem
    }
}

.loader-submit-payment {
    float: right;
    margin-right: .625rem;
    margin-top:.375rem
}

.cc-payment-wrapper {
    display:inline-flex
}

.cc-payment-wrapper .error-field {
    display: table;
    margin-top:.5rem
}

.cc-payment-wrapper .cc-submit-payment {
    margin-left: .625rem;
    margin-top:.375rem
}

.cc-payment-wrapper .loader-submit-payment {
    float: none;
    display:inline-block
}

.shop-checkout-btns .cc-submit-payment {
    float: left;
    margin-right:.625rem
}

.discount-container {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom:2.5rem
}

@media (min-width: 1024px) {
    .discount-container {
        padding-top: 5.625rem;
        padding-bottom:5.625rem
    }
}

.discount-container h3, .discount-container label, .discount-container p {
    color:#fff
}

.discount-container .rya-profile-btn {
    padding-left: 1.25rem;
    padding-right:1.25rem
}

@media (max-width: 1023.98px) {
    .discount-container .rya-profile-btn {
        margin-top: .9375rem;
        display:inline-block
    }
}

.membership-discount input {
    margin-top:.9375rem
}

@media (min-width: 1024px) {
    .membership-discount input {
        margin-right:.625rem
    }
}

.membership-discount .apply-discount {
    margin-left: .3125rem;
    margin-right:.3125rem
}

.tab-content input[type=radio] {
    margin-top:0
}

.payment-method .button-section {
    display: flex;
    padding-left: 0;
    padding-right:0
}

.payment-method .button-section a {
    display:inline-block
}

@media (min-width: 1024px) {
    .payment-method .button-section .finish-payment {
        margin-left:1.875rem
    }
}

.account-detail-section {
    margin-bottom:.625rem
}

@media (min-width: 1024px) {
    .account-detail-section {
        margin-bottom:2.5rem
    }
}

.account-detail-section + div {
    display:none
}

.dd-details p {
    margin-bottom:.625rem
}

@media (min-width: 1024px) {
    .dd-details p {
        margin-bottom:2.5rem
    }
}

.dd-details .account-name {
    display:block
}

@media (max-width: 1023.98px) {
    .select-address-cta + div.address-error {
        margin-top: -1.25rem;
        margin-bottom:2.5rem
    }
}

@media (min-width: 1024px) {
    .select-address-cta + div.address-error {
        margin-top: -2.5rem;
        margin-bottom:3.75rem
    }
}

.select-address-cta a {
    display:inline-block
}

@media (max-width: 1023.98px) {
    .select-address-cta a {
        margin-bottom:.625rem
    }
}

@media (min-width: 1024px) {
    .select-address-cta a {
        margin-right:1.125rem
    }
}

.choose-payment-method .billing-address-card, .dd-details .billing-address-card {
    margin-bottom:1.875rem
}

@media (min-width: 1024px) {
    .choose-payment-method .billing-address-card, .dd-details .billing-address-card {
        margin-bottom:3.75rem
    }
}

.select-address .addr-card-wrapper .addr-card {
    padding-bottom:1.25rem
}

.select-address .addr-card-wrapper .addr-card .heading-4 {
    margin-bottom:1.25rem
}

.select-address .addr-card-wrapper .choose-addr {
    padding-top:1.25rem
}

.confirmation-container {
    padding-top: 2.8125rem;
    padding-bottom:2.5rem
}

@media (min-width: 1024px) {
    .confirmation-container {
        padding-top: 7.5rem;
        padding-bottom:5.625rem
    }
}

.confirmation-container h1, .confirmation-container h3, .confirmation-container p {
    color:#fff
}

@media (min-width: 1024px) {
    .confirmation-container p {
        flex: 0 0 82.5%;
        max-width:82.5%
    }
}

.confirmation-details {
    margin-bottom:2.5rem
}

@media (min-width: 1024px) {
    .confirmation-details {
        margin-bottom:6.25rem
    }
}

.credential-hero-banner {
    font-family:Poppins-Light, sans-serif
}

.credential-hero-banner .user-name {
    margin-top:1.5625rem
}

@media (min-width: 1024px) {
    .credential-hero-banner .user-name {
        margin-top: 3.125rem;
        margin-bottom:2.5rem
    }
}

@media (min-width: 1024px) {
    .credential-hero-banner .user-address {
        margin-bottom:1.25rem
    }
}

.credential-list-wrapper .check-wrapper {
    margin-bottom:.625rem
}

.credential-list-wrapper .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .credential-list-wrapper .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .credential-list-wrapper .moosend-designer-button[type=submit] {
    display:inline-block
}

.credential-list-wrapper.document-finder {
    margin-top:0
}

.credential-list-wrapper .credentials-btn-container {
    display:flex
}

.credential-list-wrapper .credentials-btn-container .loader-container {
    margin-left: .625rem;
    margin-top:.3125rem
}

.credential-table {
    margin-bottom:1.25rem
}

@media (min-width: 1024px) {
    .credential-table {
        display: flex;
        margin-bottom:2.5rem
    }
}

@media (min-width: 1024px) {
    .credential-table .rya-col {
        padding-left:.125rem
    }
}

@media (max-width: 1023.98px) {
    .credential-table .offset {
        padding-top: 1.125rem;
        border-top:2px solid #e6e6e6
    }
}

@media (min-width: 1024px) {
    .credential-table .offset {
        margin-left:13.5%
    }
}

.newsletter-subscribe .moosend-subscription-form .valid-credential .moosend-designer-button[type=submit], .valid-credential .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .valid-credential .rya-primary-btn {
    visibility:hidden
}

.expiring-soon {
    background-color:#fae6ed
}

.expiring-soon .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .expiring-soon .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .expiring-soon .moosend-designer-button[type=submit] {
    display: inline-block;
    background-color:#fae6ed
}

@media (max-width: 1023.98px) {
    .expiring-soon {
        padding-bottom: 1.25rem;
        position:relative
    }

    .expiring-soon:before {
        position: absolute;
        background-color: #fae6ed;
        content: "";
        left: -20px;
        width: 1.375rem;
        height:100%
    }

    .expiring-soon:after {
        position: absolute;
        background-color: #fae6ed;
        content: "";
        right: -20px;
        width: 1.375rem;
        height:100%
    }
}

.expired {
    color: #fff;
    background-color:#b00c0f
}

.expired .club-heading-mobile {
    color:#fff
}

.expired .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .expired .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .expired .moosend-designer-button[type=submit] {
    background-color: #b00c0f;
    border-color: #fff;
    color:#fff
}

@media (max-width: 1023.98px) {
    .expired {
        padding-bottom: 1.25rem;
        position:relative
    }

    .expired:before {
        position: absolute;
        background-color: #b00c0f;
        content: "";
        left: -20px;
        width: 1.375rem;
        height:100%
    }

    .expired:after {
        position: absolute;
        background-color: #b00c0f;
        content: "";
        right: -20px;
        width: 1.375rem;
        height:100%
    }
}

.expired .cred-name {
    color:#fff
}

.credential-instuctions .instructor-number {
    margin-bottom:.625rem
}

@media (min-width: 1024px) {
    .credential-instuctions .instructor-number {
        margin-bottom:1.25rem
    }
}

.credential-instuctions .expiry-msg {
    font-family: Poppins-Medium, sans-serif;
    font-size: .75rem;
    color: #b00c0f;
    margin-bottom:.625rem
}

@media (min-width: 1024px) {
    .credential-instuctions .expiry-msg {
        margin-bottom:1.25rem
    }
}

.credential-instuctions .expiry-msg a {
    text-decoration: underline;
    padding-left: .3125rem;
    padding-right:.3125rem
}

.credential-listing h4 {
    margin-bottom:1.25rem
}

@media (min-width: 1024px) {
    .credential-listing h4 {
        margin-bottom:2.5rem
    }
}

.credential-listing .search-container {
    display:block
}

.credential-listing .search-container .c-search-form__label {
    margin-bottom:1.875rem
}

.credential-listing .myrya-card {
    margin-left: 0;
    padding-left: 0;
    flex: 0 0 66.6666666667%;
    max-width:66.6666666667%
}

.credential-listing .myrya-card .heading-3 {
    margin-top:0
}

.filter-credentials .print-button {
    align-self:center
}

.filter-credentials p {
    margin-bottom:1.25rem
}

.filter-credentials .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .filter-credentials .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .filter-credentials .moosend-designer-button[type=submit] {
    display:inline-block
}

@media (max-width: 1023.98px) {
    .filter-credentials .newsletter-subscribe .moosend-subscription-form .moosend-designer-button[type=submit], .filter-credentials .rya-primary-btn, .newsletter-subscribe .moosend-subscription-form .filter-credentials .moosend-designer-button[type=submit] {
        margin-top:1.25rem
    }
}

.credentials-list h3 {
    margin-bottom:1.25rem
}

@media (min-width: 1024px) {
    .credentials-list h3 {
        margin-bottom:2.5rem
    }
}

.selected-credential, .selected-credential-row {
    background-color: #0276b5;
    color:#fff
}

.selected-credential .cred-name, .selected-credential-row .cred-name {
    color:#fff
}

.selected-credential-row .select-credential {
    background-color: #fff;
    color: #0276b5;
    border:2px solid #fff
}

.micro-social-icons {
    padding-bottom: .75rem;
    padding-top:1.125rem
}

@media (min-width: 1024px) {
    .micro-social-icons {
        padding-top: 1.375rem;
        padding-bottom:1rem
    }
}

@media all and (min-width: 1023px) and(max-width: 1200px) {
    .micro-social-icons .micro-spacing {
        padding-left: 1.5625rem;
        padding-right:1.5625rem
    }
}

.micro-social-icons ul {
    margin-top:.25rem
}

.micro-social-icons ul li {
    display:inline
}

@media (min-width: 1024px) {
    .micro-social-icons ul li {
        vertical-align:bottom
    }
}

.micro-social-icons ul li a {
    border-bottom: .5px solid #d0d0d0;
    display: inline-block;
    padding-bottom:.1875rem
}

.micro-social-icons ul li:before {
    content: "<";
    vertical-align: inherit;
    padding-right:.25rem
}

.micro-social-icons .microsite-icons {
    text-align: left;
    margin-top:1.25rem
}

@media (min-width: 1024px) {
    .micro-social-icons .microsite-icons {
        text-align: right;
        margin-top:0
    }
}

.micro-social-icons .microsite-icons a {
    vertical-align:middle
}

.micro-social-icons .microsite-icons .microsite-label {
    color: #0276b5;
    font-family: Poppins-Light, sans-serif;
    vertical-align: middle;
    font-size:1rem
}

@media (max-width: 1023.98px) {
    .micro-social-icons .microsite-icons .microsite-label {
        display:block
    }
}

@media (min-width: 1024px) {
    .micro-social-icons .microsite-icons .microsite-label {
        margin-right:1.25rem
    }
}

@media (max-width: 1023.98px) {
    .micro-social-icons .microsite-icons .microsite-label:nth-child(2) {
        margin-bottom:1.375rem
    }
}

.sub-nav-link {
    color:#4b4b4b
}

@media (max-width: 1023.98px) {
    .sub-nav-link {
        display:contents
    }
}

.microsites-tabs .edit-profile-container {
    display:block
}

.microsites-tabs .tab-component {
    margin-top:1.875rem
}

@media (min-width: 1024px) {
    .microsites-tabs .tab-component {
        margin-top:2.5rem
    }
}

@media (min-width: 1024px) {
    .micro-header-container {
        grid-template-columns: 13fr minmax(580px, 2fr) minmax(118px, 1fr);
        -ms-grid-columns:13fr minmax(440px, 2fr) minmax(118px, 1fr)
    }

    .micro-header-container .search-container .search-div {
        width:62%
    }
}

@media (min-width: 1024px) {
    .nav-overlay {
        margin-top:.5rem
    }
}

@media (max-width: 1023.98px) {
    .micro-navbar-nav .nav-item {
        margin-top:.5rem
    }
}

@media (min-width: 1024px) {
    .micro-navbar-nav .nav-item:last-child .nav-overlay {
        right:0
    }
}

@media (min-width: 1024px) {
    .micro-navbar-nav .nav-link {
        display:inline-table
    }
}

@media (min-width: 1024px) {
    .micro-navbar-nav .nav-more-link .nav-link {
        display:inline
    }
}

@media (min-width: 1024px) {
    .micro-navbar-nav .nav-item:not(:first-child):not(:last-child) .nav-overlay {
        margin-left: 0;
        left: 50%;
        transform:translate(-50%, 0)
    }
}

.micro-navbar-nav .nav-item:last-child .arrow {
    left:65%
}

.micro-navbar-nav .nav-item:first-child .arrow {
    left:22%
}

.icc-courses {
    display: flex;
    margin-bottom:.9375rem
}

.icc-courses .tooltip-container {
    text-align:center
}

.icc-courses .check-wrapper {
    margin-left:.3125rem
}

@media (max-width: 1023.98px) {
    .icc-courses .check-label {
        font-size:.75rem
    }
}

.icc-courses a {
    font-family: Poppins-Medium, sans-serif;
    color: #000;
    padding-right:.3125rem
}

@media (min-width: 1024px) {
    .icc-courses a {
        font-size:1rem
    }
}

.tick-icon {
    color: #56e052;
    font-family: Poppins-Medium, sans-serif;
    font-size: 1.25rem;
    margin-right:.3125rem
}

.icc-tooltip {
    left: 2.1875rem;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: .625rem;
    border-radius: .125rem;
    background-color: rgba(10, 52, 86, .06);
    position: relative;
    margin-bottom: 1.0625rem;
    margin-right:.75rem
}

.icc-tooltip::after {
    content: " ";
    position: absolute;
    left: 2.1875rem;
    top: -15px;
    border-top: none;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom:15px solid rgba(10, 52, 86, .06)
}

@media (max-width: 1023.98px) {
    .icc-tooltip {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        margin-top:.3125rem
    }
}

.icc-tooltip p {
    font-family: Poppins-Regular, sans-serif;
    display: inline-block;
    color: #0276b5;
    font-size: .75rem;
    line-height: 1.4166666667;
    letter-spacing: .01875rem;
    padding-left: .6875rem;
    padding-right: .25rem;
    padding-top:.5625rem
}

.no-file, .upload-file {
    display: inline-block;
    font-family:Poppins-Medium, sans-serif
}

.category-tooltip label {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 83.3333333333%;
    max-width:83.3333333333%
}

@media (min-width: 1024px) {
    .category-tooltip label {
        flex: 0 0 22.9166666667%;
        max-width:22.9166666667%
    }
}

@media all and (min-width: 1023px) and(max-width: 1200px) {
    .category-tooltip label {
        flex: 0 0 25%;
        max-width:25%
    }
}

.category-tooltip .text-box {
    display: block;
    margin-top:.9375rem
}

@media (min-width: 1024px) {
    .category-tooltip .text-box {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        flex: 0 0 41.6666666667%;
        max-width:41.6666666667%
    }
}

.category-tooltip .icc-tooltip {
    left:0
}

.icon-tooltip-icon {
    display: block;
    float: right;
    background: #dcdfe6;
    color: #0276b5;
    text-align: center;
    border-radius: 3.125rem;
    width: 1.25rem;
    height:1.25rem
}

.button-section a {
    display:inline-block
}

.product-delivery .icon {
    cursor:pointer
}

.icc-date .input-field {
    flex: 0 0 83.3333333333%;
    max-width:83.3333333333%
}

.icc-family-member .family-fname, .icc-family-member .family-title {
    padding-right:.3125rem
}

.applicant-detail-table .delivery-information .icon {
    color:#0276b5
}

@media (min-width: 1024px) {
    .applicant-detail-table .delivery-information .icon {
        font-size:1.5625rem
    }
}

.evidence-tooltip .tooltip-wrapper {
    display:flex
}

.evidence-tooltip .icc-tooltip {
    left:0
}

.evidence-tooltip .tooltip-container {
    margin:.75rem
}

.dd-discount-text {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: Poppins-Light, sans-serif;
    color: #000;
    padding-bottom:1rem
}

.payment-options .loader-container {
    margin-left: .9375rem;
    margin-top:-.1875rem
}

.rich-text-para .accordion {
    background-color: #fff;
    border: none;
    border-top: 2px solid #e6e6e6;
    padding: .9375rem;
    width: 100%;
    outline: 0;
    color: #0276b5;
    font-family: Poppins-Medium, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .025rem;
    text-align:left
}

.rich-text-para .accordion.active {
    background-color:#f6f6f6
}

.rich-text-para .accordion.active::after {
    content: "◤";
    font-family: Poppins-Light, sans-serif;
    color: #0276b5;
    background-color: #e6e6e6;
    width: 1.2rem;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: .1875rem;
    padding-left: .1875rem;
    height: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: .6em;
    transform:rotate(45deg)
}

.rich-text-para .accordion.active + .panel {
    padding: 1.125rem;
    display: block;
    transition:padding 4s
}

.rich-text-para .accordion.active + .panel ol, .rich-text-para .accordion.active + .panel ul {
    margin-left: 0;
    padding-left:3rem
}

.rich-text-para .accordion:hover {
    background-color:#e6e6e6
}

.rich-text-para .accordion::after {
    content: "◣";
    font-family: Poppins-Light, sans-serif;
    color: #0276b5;
    background-color: #e6e6e6;
    width: 1.2rem;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: .125rem;
    padding-left: .125rem;
    height: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: .6em;
    float: right;
    transform:rotate(315deg)
}

.rich-text-para .accordion + .panel {
    transition: padding 4s;
    display:none
}

@media only screen and (max-width: 480px) {
    .rich-text-para .accordion {
        font-size: .9rem;
        padding: .9375rem 3rem .9375rem .9375rem;
        position:relative
    }

    .rich-text-para .accordion.active + .panel ol, .rich-text-para .accordion.active + .panel ul {
        padding-left:2rem
    }

    .rich-text-para .accordion::after {
        position: absolute;
        top: 0;
        right: 1rem;
        bottom: 0;
        margin:auto
    }
}

.guidance-content h3 {
    border-left: 5px solid #222d71;
    color: #222d71;
    margin-bottom: 1em;
    padding-right: 0;
    padding-top: .1875rem;
    padding-bottom: .1875rem;
    padding-left:.9375rem
}

.guidance-content .rgn {
    border-left: 5px solid #d4e6fd;
    padding-right: 0;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    padding-left:.9375rem
}

.cognito .c-forms-form {
    background-color: #fff !important;
    line-height:1.2rem !important
}

.cognito .c-forms-form .c-html * {
    line-height:1.4em !important
}

.cognito .c-forms-form .c-validation {
    padding: .5em 1em !important;
    background-color: #b00c0f !important;
    color:#fff !important
}

.cognito .c-forms-form .c-forms-progress ol li a.c-non-submit-button span {
    color:#0276b5 !important
}

.cognito .c-forms-form .c-forms-progress ol li a.c-non-submit-button::before {
    background-color: #d0d0d0 !important;
    border:none !important
}

.cognito .c-forms-form .c-forms-progress ol li.c-page-selected a.c-non-submit-button::before {
    background-color: #b00c0f !important;
    border:none !important
}

.cognito .c-forms-form .c-forms-form-title h2 {
    font-family: Poppins-Medium, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    font-size: 2.5rem !important;
    line-height: 1.15 !important;
    color:#000 !important
}

.cognito .c-forms-form .c-forms-form-title div.c-forms-description {
    font-size: 1.2rem !important;
    line-height:1.4em !important
}

.cognito .c-forms-form a {
    color: #0276b5 !important;
    font-family: Poppins-Medium, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: .3px !important;
    text-decoration: none !important;
    outline: 0 !important;
    cursor:pointer !important
}

.cognito .c-forms-form .c-label label, .cognito .c-forms-form .cognito .c-label, .cognito .c-forms-form h3, .cognito .c-forms-form legend {
    color: #000 !important;
    font-size: 1rem !important;
    letter-spacing: .4px !important;
    font-family: Poppins-Medium, sans-serif !important;
    box-sizing:border-box !important
}

.cognito .c-forms-form h3 {
    font-family: Poppins-Medium, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    font-size: 2rem !important;
    padding-top:.9375rem
}

.cognito .c-forms-form legend {
    margin-bottom:.5em
}

.cognito .c-forms-form .c-label {
    margin-top:1.25rem
}

.cognito .c-forms-form .c-label::after {
    color: #b00c0f !important;
    font-size: 1.1rem !important;
    margin-left:0 !important
}

.cognito .c-forms-form .c-dropdown, .cognito .c-forms-form input[type=text], .cognito .c-forms-form textarea {
    margin-top: .9375rem !important;
    border-radius: 0 !important;
    padding: .5rem !important;
    width: 100% !important;
    outline: 0 !important;
    border: none !important;
    background-color: #f6f6f6 !important;
    border-right: 1px solid #d0d0d0 !important;
    border-bottom: 1px solid #d0d0d0 !important;
    font-size: 100% !important;
    box-sizing:border-box !important
}

.cognito .c-forms-form input[type=text] {
    height:45px !important
}

.cognito .c-forms-form .c-dropdown select {
    padding-right: 1.625rem;
    background-color: #f6f6f6;
    outline: 0;
    border:none
}

.cognito .c-forms-form .c-dropdown::after {
    display:none
}

.cognito .c-forms-form fieldset.c-choice-checkboxes .c-choice-option label input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: solid #0276b5 !important;
    border-width: .125rem !important;
    border-radius: .125rem !important;
    min-width: 1.5rem;
    height: 1.46875rem;
    margin-top: 0 !important;
    margin-right:.4rem !important
}

.cognito .c-forms-form fieldset.c-choice-checkboxes .c-choice-option label span {
    font-size: 1rem !important;
    vertical-align:middle
}

.cognito .c-forms-form fieldset.c-choice-checkboxes .c-choice-option.c-checked input[type=checkbox] {
    position: relative;
    background:#0276b5
}

.cognito .c-forms-form fieldset.c-choice-checkboxes .c-choice-option.c-checked input[type=checkbox]::after {
    content: "";
    position: absolute;
    left: .4rem;
    top: -.125rem;
    width: .4375rem;
    height: 1.125rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform:rotate(45deg)
}

.cognito .c-forms-form input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #0276b5;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    margin-top:.125rem
}

.cognito .c-forms-form input[type=radio]:checked {
    background: #0276b5;
    display: inline-block !important;
    cursor: pointer;
    font-size: 1.25rem;
    box-shadow:inset 0 0 0 3px #fff
}

.cognito .c-forms-form .c-columns-4 .c-choice-option {
    width:33%
}

.cognito .c-forms-form .c-button {
    border-radius: 0 !important;
    font-family:Poppins-Medium, sans-serif !important
}

.cognito .c-forms-form #c-save-resume-email-link, .cognito .c-forms-form .c-page-next-page {
    color: #fff !important;
    background-color: #0276b5 !important;
    border: 2px solid #0276b5 !important;
    font-size: 1rem !important;
    transition-duration: .5s !important;
    padding:.5rem !important
}

.cognito .c-forms-form #c-save-resume-email-link {
    margin:1em 0 0 0 !important
}

.cognito .c-forms-form .c-save-resume-button {
    color: #0276b5 !important;
    background-color: #fff !important;
    border: 2px solid #0276b5 !important;
    padding: .5rem !important;
    transition-duration:.5s !important
}

.cognito .c-forms-form #c-submit-button {
    font-size: 1rem !important;
    letter-spacing: .4px !important;
    font-family: Poppins-Medium, sans-serif !important;
    color: #fff;
    background-color: #0276b5;
    border: 2px solid #0276b5;
    border-radius: 0;
    padding: .5rem;
    transition-duration: .5s;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing:border-box
}

.cognito .dialog-contents {
    background-color: #fff !important;
    padding:1rem !important
}

.cognito .dialog-contents .c-save-resume-body p {
    margin: 1em 0 !important;
    font-size: 1rem !important;
    letter-spacing:.5px !important
}

.cognito .dialog-contents .c-save-resume-close {
    position: absolute;
    right: 1em !important;
    top: 1em !important;
    cursor: pointer;
    padding-top: .1875rem;
    padding-right: .3125rem;
    padding-bottom: .1875rem;
    padding-left:.3125rem
}

.cognito .dialog-contents .icon-remove {
    font-size:1.4em !important
}

@font-face {
    font-family: icons;
    src: url(/Assets/RYA/fonts/icons.eot);
    src: url(/Assets/RYA/fonts/icons.eot?#iefix) format("eot"), url(/Assets/RYA/fonts/icons.woff) format("woff"), url(/Assets/RYA/fonts/icons.ttf) format("truetype")
}

.icon-Doc:before, .icon-PDF:before, .icon-PPT:before, .icon-Plus:before, .icon-RYA_Star:before, .icon-Xls:before, .icon-arrow-back:before, .icon-arrow-next:before, .icon-arrow-prev:before, .icon-arrow-previous:before, .icon-back-to-top:before, .icon-basket:before, .icon-close:before, .icon-closed-icon:before, .icon-cross:before, .icon-crown:before, .icon-download:before, .icon-dropdown-arrow:before, .icon-dropup-arrow:before, .icon-edit:before, .icon-form-arrow-down:before, .icon-form-arrow-up:before, .icon-general-format:before, .icon-hamburger:before, .icon-home:before, .icon-lock:before, .icon-membership:before, .icon-open-icon:before, .icon-participation:before, .icon-quote:before, .icon-refresh:before, .icon-search:before, .icon-tooltip-icon:before, .icon-triangle:before, .icon-external:before, .icon-calendar:before, .icon-calendar-date:before, .icon-calendar-date-fill:before, .icon-calendar2-plus:before, .icon-calendar2-check-fill:before, .navbar .navbar-nav > .nav-item > .nav-link .more-arrow:before, .navbar .navbar-nav > .nav-item > .nav-link--active .more-arrow:before {
    font-family: icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform:none
}

.icon-arrow-back:before {
    content: "\e001"
}

.icon-arrow-next:before {
    content: "\e002"
}

.icon-arrow-prev:before {
    content: "\e003"
}

.icon-arrow-previous:before {
    content: "\e004"
}

.icon-back-to-top:before {
    content: "\e005"
}

.icon-basket:before {
    content: "\e006"
}

.icon-close:before {
    content: "\e007"
}

.icon-closed-icon:before {
    content: "\e008"
}

.icon-cross:before {
    content: "\e009"
}

.icon-crown:before {
    content: "\e00a"
}

.icon-Doc:before {
    content: "\e00b"
}

.icon-download:before {
    content: "\e00c"
}

.icon-dropdown-arrow:before, .navbar .navbar-nav > .nav-item > .nav-link .more-arrow:before {
    content: "\e00d"
}

.icon-dropup-arrow:before, .navbar .navbar-nav > .nav-item > .nav-link--active .more-arrow:before {
    content: "\e00e"
}

.icon-edit:before {
    content: "\e00f"
}

.icon-form-arrow-down:before {
    content: "\e010"
}

.icon-form-arrow-up:before {
    content: "\e011"
}

.icon-general-format:before {
    content: "\e012"
}

.icon-hamburger:before {
    content: "\e013"
}

.icon-home:before {
    content: "\e014"
}

.icon-lock:before {
    content: "\e015"
}

.icon-membership:before {
    content: "\e016"
}

.icon-open-icon:before {
    content: "\e017"
}

.icon-participation:before {
    content: "\e018"
}

.icon-PDF:before {
    content: "\e019"
}

.icon-Plus:before {
    content: "\e01a"
}

.icon-PPT:before {
    content: "\e01b"
}

.icon-quote:before {
    content: "\e01c"
}

.icon-refresh:before {
    content: "\e01d"
}

.icon-RYA_Star:before {
    content: "\e01e"
}

.icon-search:before {
    content: "\e01f"
}

.icon-tooltip-icon:before {
    content: "\e020"
}

.icon-triangle:before {
    content: "\e021"
}

.icon-Xls:before {
    content: "\e022"
}

.slick-next:before {
    content:url(/images/icons/arrow-next.svg)
}

.slick-prev:before {
    content:url(/images/icons/arrow-prev.svg)
}

.show-password, button, input[type=submit] {
    cursor:pointer
}

input[type=password], input[type=text] {
    cursor:pointer
}

.pick-date input {
    cursor:pointer
}

.icon-Doc:before {
    content: "\e00b"
}
.icon-external:before {
    content:url(/images/icons/box-arrow-up-right.svg)
}
.icon-calendar:before {
    content:url(/images/icons/calendar.svg)
}

.icon-calendar-date:before {
    content:url(/images/icons/calendar-date.svg)
}

.icon-calendar-date-fill:before {
    content:url(/images/icons/calendar-date-fill.svg)
}
.icon-calendar2-plus:before {
    content:url(/images/icons/calendar2-plus.svg)
}
.icon-calendar2-check-fill:before {
    content:url(/images/icons/calendar2-check-fill.svg)
}
button#RYADateT i {
    margin: 0.2rem 0.4rem 0 0;
}
@media screen and (max-width: 1023px) {
#SlideContainer {
  position: fixed;
  bottom: 0;
  padding-bottom: 55px;
  width:100%; 
  background-color: #fff; 
  opacity: 1;
  z-index: 2;
}
  canvas {
  z-index: 1;
}
}