@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/kyu4wuj.css");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@700&display=swap");
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* ======== COLORS ============ */
/*! Import Foundry Fonts */
body {
    font-family: proxima-nova, sans-serif !important;
    font-weight: 400;
}
body {
    font-size: 14px;
}
@media screen and (min-width: 320px) {
    body {
        font-size: calc(14px + 1 * ((100vw - 320px) / 880));
        line-height: calc(16px + 6 * ((100vw - 320px) / 880));
    }
}
@media screen and (min-width: 1200px) {
    body {
        font-size: 15px;
        line-height: 22px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.2;
    font-family: proxima-nova, sans-serif;
}

h1 {
    font-weight: 500;
    margin-bottom: 0.6em;
    color: #272D5A;
    letter-spacing: -0.01em;
    font-family: "PT Serif", serif;
}
h1 {
    font-size: 21px;
}
@media screen and (min-width: 320px) {
    h1 {
        font-size: calc(21px + 21 * ((100vw - 320px) / 880));
        line-height: calc(33px + 23 * ((100vw - 320px) / 880));
    }
}
@media screen and (min-width: 1200px) {
    h1 {
        font-size: 28px;
        line-height: 42px;
    }
}

h2 {
    font-weight: 500;
    margin-top: 1.2em;
    margin-bottom: 0.83em;
    color: #356859;
    line-height: 1.17;
    letter-spacing: 0.02em;
    font-family: "PT Serif", serif;
}
h2 {
    font-size: 19px;
}
@media screen and (min-width: 320px) {
    h2 {
        font-size: calc(19px + 6 * ((100vw - 320px) / 880));
        line-height: calc(25px + 6 * ((100vw - 320px) / 880));
    }
}
@media screen and (min-width: 1200px) {
    h2 {
        font-size: 25px;
        line-height: 31px;
    }
}

h3 {
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 0.75em;
    color: #356859;
    line-height: 1.33;
    letter-spacing: 0.01em;
    font-family: "PT Serif", serif !important;
}
h3 {
    font-size: 15px;
}
@media screen and (min-width: 320px) {
    h3 {
        font-size: calc(15px + 3 * ((100vw - 320px) / 880));
        line-height: calc(17px + 8 * ((100vw - 320px) / 880));
    }
}
@media screen and (min-width: 1200px) {
    h3 {
        font-size: 18px;
        line-height: 25px;
    }
}

h4 {
    font-weight: 300;
    margin-top: 2em;
    margin-bottom: 1.5em;
    line-height: 1.6;
    letter-spacing: -0.02em;
}
h4 {
    font-size: 25px;
}
@media screen and (min-width: 320px) {
    h4 {
        font-size: calc(25px + 9 * ((100vw - 320px) / 880));
        line-height: calc(35px + 15 * ((100vw - 320px) / 880));
    }
}
@media screen and (min-width: 1200px) {
    h4 {
        font-size: 34px;
        line-height: 50px;
    }
}

h5 {
    font-weight: 400;
    margin-top: 3em;
    margin-bottom: 1.875em;
    line-height: 1.5;
    letter-spacing: -0.02em;
}
h5 {
    font-size: 23px;
}
@media screen and (min-width: 320px) {
    h5 {
        font-size: calc(23px + 7 * ((100vw - 320px) / 880));
        line-height: calc(30px + 10 * ((100vw - 320px) / 880));
    }
}
@media screen and (min-width: 1200px) {
    h5 {
        font-size: 30px;
        line-height: 40px;
    }
}

h6 {
    font-weight: 300;
    margin-top: 3em;
    margin-bottom: 1.5em;
    line-height: 1.6;
    letter-spacing: -0.02em;
}
h6 {
    font-size: 21px;
}
@media screen and (min-width: 320px) {
    h6 {
        font-size: calc(21px + 4 * ((100vw - 320px) / 880));
        line-height: calc(25px + 10 * ((100vw - 320px) / 880));
    }
}
@media screen and (min-width: 1200px) {
    h6 {
        font-size: 25px;
        line-height: 35px;
    }
}

p, li {
    margin-bottom: 1.53em;
    color: #4A4A4A;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}
p, li {
    font-size: 16px;
}
@media screen and (min-width: 320px) {
    p, li {
        font-size: calc(16px + 2 * ((100vw - 320px) / 880));
        line-height: calc(20px + 7 * ((100vw - 320px) / 880));
    }
}
@media screen and (min-width: 1200px) {
    p, li {
        font-size: 16px;
        line-height: 24px;
    }
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

a {
    color: #1d39aa !important;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.2px;
    transition: all 200ms ease;
}
a:hover {
    color: #3f5fde !important;
}

a.blue-button {
    background-color: #272d5a;
    color: #FFFFFF !important;
    border-radius: 8px;
    padding: 10px 15px;
    display: inline-block;
}

ul, ol {
    margin-top: 1em;
    margin-bottom: 1.5em;
    padding-left: 1.1em;
}

li {
    margin-top: 0.5em;
    margin-bottom: 0.75em;
}

.v-pagination > li::before {
    content: "";
    margin: 0 !important;
    width: 0;
}

label {
    position: relative;
    display: block;
    margin: 0;
}
label input[type=text], label input[type=tel], label input[type=email], label input[type=password], label textarea {
    font-size: 15px;
    box-sizing: border-box;
    display: block;
    border: none;
    color: #212121;
    padding: 18px 20px;
    height: 60px;
    width: 100%;
    margin: 0;
    outline: none;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    background: rgba(0, 0, 0, 0.06);
    letter-spacing: -0.1px;
    font-family: 'PT Sans', sans-serif;
}
label input[type=text]::placeholder, label input[type=tel]::placeholder, label input[type=email]::placeholder, label input[type=password]::placeholder, label textarea::placeholder {
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    font-weight: 400;
    color: #5A5A5A;
}
label input[type=text]:hover, label input[type=tel]:hover, label input[type=email]:hover, label input[type=password]:hover, label textarea:hover {
    background-color: #E0E0E0;
    color: #272D5A;
}
label input[type=text]:hover::placeholder, label input[type=tel]:hover::placeholder, label input[type=email]:hover::placeholder, label input[type=password]:hover::placeholder, label textarea:hover::placeholder {
    transition: all 0.2s ease-in-out;
    font-family: 'PT Sans', sans-serif;
}
label input[type=text]:focus, label input[type=tel]:focus, label input[type=email]:focus, label input[type=password]:focus, label textarea:focus {
    outline: none;
    border: none !important;
    box-shadow: inset 0px 0px 0px 2px #272D5A;
}
label input[type=text]:focus, label input[type=text].populated, label input[type=tel]:focus, label input[type=tel].populated, label input[type=email]:focus, label input[type=email].populated, label input[type=password]:focus, label input[type=password].populated, label textarea:focus, label textarea.populated {
    padding-top: 32px;
    padding-bottom: 13px;
    color: #212121;
    background: white;
    outline: none;
    border: none !important;
    box-shadow: inset 0px 0px 0px 2px #272D5A !important;
}
label input[type=text]:focus::placeholder, label input[type=text].populated::placeholder, label input[type=tel]:focus::placeholder, label input[type=tel].populated::placeholder, label input[type=email]:focus::placeholder, label input[type=email].populated::placeholder, label input[type=password]:focus::placeholder, label input[type=password].populated::placeholder, label textarea:focus::placeholder, label textarea.populated::placeholder {
    color: transparent;
}
label input[type=text]:focus + span, label input[type=text].populated + span, label input[type=tel]:focus + span, label input[type=tel].populated + span, label input[type=email]:focus + span, label input[type=email].populated + span, label input[type=password]:focus + span, label input[type=password].populated + span, label textarea:focus + span, label textarea.populated + span {
    opacity: 1;
    top: 12px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    letter-spacing: -0.1px;
    color: #272D5A;
}
label input[type=text]:not(:placeholder-shown), label input[type=tel]:not(:placeholder-shown), label input[type=email]:not(:placeholder-shown), label input[type=password]:not(:placeholder-shown), label textarea:not(:placeholder-shown) {
    padding-top: 30px;
    font-family: 'PT Sans', sans-serif;
    padding-bottom: 11px;
    color: #212121;
    outline: none;
    border: none !important;
}
label input[type=text]:not(:placeholder-shown)::placeholder, label input[type=tel]:not(:placeholder-shown)::placeholder, label input[type=email]:not(:placeholder-shown)::placeholder, label input[type=password]:not(:placeholder-shown)::placeholder, label textarea:not(:placeholder-shown)::placeholder {
    color: transparent;
}
label input[type=text]:not(:placeholder-shown) + span, label input[type=tel]:not(:placeholder-shown) + span, label input[type=email]:not(:placeholder-shown) + span, label input[type=password]:not(:placeholder-shown) + span, label textarea:not(:placeholder-shown) + span {
    opacity: 1;
    top: 12px;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: -0.1px;
}
label .inputname {
    color: #13162c;
    background: none;
    font: 12px Helvetica, Arial, sans-serif;
    position: absolute;
    top: 0px;
    left: 20px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
label.disabled input:hover {
    background-color: #FAFAFA;
    cursor: not-allowed;
}
label.disabled input:hover::placeholder {
    color: white;
}

.inner-page input[type=text], .inner-page input[type=tel], .inner-page input[type=email], .inner-page input[type=password], .inner-page textarea {
    height: 58px;
    padding: 29px 20px;
}
.inner-page input[type=text]::placeholder, .inner-page input[type=tel]::placeholder, .inner-page input[type=email]::placeholder, .inner-page input[type=password]::placeholder, .inner-page textarea::placeholder {
    font-size: 14px;
}
.inner-page input[type=text].populated, .inner-page input[type=tel].populated, .inner-page input[type=email].populated, .inner-page input[type=password].populated, .inner-page textarea.populated {
    color: #444 !important;
}
.inner-page input[type=text]:focus, .inner-page input[type=text].populated, .inner-page input[type=tel]:focus, .inner-page input[type=tel].populated, .inner-page input[type=email]:focus, .inner-page input[type=email].populated, .inner-page input[type=password]:focus, .inner-page input[type=password].populated, .inner-page textarea:focus, .inner-page textarea.populated {
    padding-top: 31px;
    padding-bottom: 15px;
}
.inner-page input[type=text]:focus + span, .inner-page input[type=text].populated + span, .inner-page input[type=tel]:focus + span, .inner-page input[type=tel].populated + span, .inner-page input[type=email]:focus + span, .inner-page input[type=email].populated + span, .inner-page input[type=password]:focus + span, .inner-page input[type=password].populated + span, .inner-page textarea:focus + span, .inner-page textarea.populated + span {
    opacity: 1;
    top: 10px;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: -0.1px;
}

label textarea {
    height: 200px;
    line-height: 21px;
}

.inner-page textarea {
    padding: 18px 20px;
    height: 240px;
    resize: none;
    overflow: auto;
    font-family: 'PT Sans', sans-serif;
    line-height: 21px;
}
.inner-page textarea:focus, .inner-page textarea.populated {
    padding-top: 42px;
}
.inner-page textarea + span {
    padding: 4px 8px;
    border-radius: 100px;
    left: 13px;
    top: 2px;
    background: white;
    box-shadow: 0 0 0 1px #FAFAFA;
}
.inner-page textarea:not(:placeholder-shown) {
    padding-top: 42px;
}
.inner-page textarea::-webkit-scrollbar {
    display: none !important;
}

@media (min-width: 992px) {
    .navbar-desktop label input[type=text], .navbar-desktop label input[type=tel], .navbar-desktop label input[type=email], .navbar-desktop label input[type=password], .navbar-desktop label textarea {
        min-width: 190px;
    }
}
@media (min-width: 1200px) {
    .navbar-desktop label input[type=text], .navbar-desktop label input[type=tel], .navbar-desktop label input[type=email], .navbar-desktop label input[type=password], .navbar-desktop label textarea {
        min-width: 240px;
    }
}
body {
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

main .container {
    margin: 0 auto;
}

select {
    border-radius: 0 !important;
}

.drawer-menu-item:hover {
    text-decoration: none;
}

.masthead-bg {
    background: url(../img/masthead-img.jpg) no-repeat top right 24px !important;
}

.btn-capitalize {
    text-transform: none;
    letter-spacing: 0;
}

.ls-0 {
    letter-spacing: 0;
}

.bg-white {
    background: white;
}

.masthead-heading {
    width: 100%;
    max-width: 500px;
}

.masthead-text {
    width: 100%;
    max-width: 580px;
    font-size: 16px;
    color: #3F4181;
}

.desktop-menu {
    display: flex;
}

.mobile-menu {
    display: none;
}

header .container div {
    z-index: 2;
}

.bg-accent {
    background: #C3E6D0;
}

.bg-accent:after {
    background: #C3E6D0;
    top: 45px;
    height: 140px;
    overflow: visible;
    position: absolute;
    width: 100%;
    margin-top: -40px;
}

.bg-accent:after {
    content: "";
    left: 0;
    transform: skewY(1deg);
    z-index: 0;
    background: #C3E6D0;
}

.v-application .headline, .v-application .title {
    font-family: "PT Serif", serif !important;
    margin-bottom: 16px !important;
    margin-top: 8px;
    color: #272D5A;
}

.v-list-item__content > * {
    font-family: proxima-nova, sans-serif !important;
    color: #474747;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.v-list-item__content > * {
    font-size: 15px;
}
@media screen and (min-width: 320px) {
    .v-list-item__content > * {
        font-size: calc(15px + 1 * ((100vw - 320px) / 880));
        line-height: calc(18px + 6 * ((100vw - 320px) / 880));
    }
}
@media screen and (min-width: 1200px) {
    .v-list-item__content > * {
        font-size: 16px;
        line-height: 24px;
    }
}

.card-row {
    max-width: 1530px;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    background: url(../img/home-circles.svg) no-repeat top left !important;
    padding: 30px 30px 0 30px;
}
.card-row .v-card {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}
.card-row .v-card .v-list-item__content {
    align-self: self-start;
}

.text-container {
    max-width: 760px;
    margin: 50px auto 125px auto;
}

.news-top {
    max-width: 760px;
    margin: 0 auto;
    background: #356859;
    border-radius: 5px;
    padding: 0 24px 0 4px;
}

.uw-date {
    margin: 0 !important;
    color: white;
    font-weight: 500;
}

.border-bottom {
    border-bottom: 1px solid grey;
}

.v-tabs {
    border-radius: 4px;
}

.content-container, .form-container {
    max-width: 1000px;
    margin: 50px auto 0;
}
.content-container h1, .form-container h1 {
    text-align: center;
    margin-bottom: 40px;
}
.content-container h1:after, .form-container h1:after {
    content: " ";
    display: block;
    border: 1px solid #272D5A;
    border-radius: 10px;
    width: 80px;
    margin: 20px auto 0;
}

.form-container {
    max-width: 760px;
}
.form-container h1 {
    margin-bottom: 30px;
}

.uw-card {
    position: relative;
}
.uw-card .headline {
    font-family: proxima-nova, sans-serif !important;
    font-weight: 500;
}
.uw-card .overline {
    margin-bottom: 0px !important;
    letter-spacing: 0.4px !important;
    font-size: 14px !important;
    text-transform: none;
    color: #7f7f7f;
    font-family: proxima-nova, sans-serif !important;
}
.uw-card .uw-card-actions {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: thin solid rgba(0, 0, 0, 0.12);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.uw-card-height {
    min-height: 271px;
}

.color-secondary {
    color: #356859 !important;
}

.v-pagination__item, .v-pagination__navigation {
    box-shadow: none;
    border: thin solid rgba(0, 0, 0, 0.12);
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
    line-height: 21px;
}

.color-primary {
    color: #272D5A;
}

.color-white {
    color: white !important;
}

.uw-card-select {
    padding: 24px 12px 12px 12px;
    background: white;
    transition: all 0.125s ease-in-out;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #E0E0E0;
}
.uw-card-select:hover {
    background: #F9F9F9;
    transition: all 0.125s ease-in-out;
}
.uw-card-select.active {
    box-shadow: 0 0 0 2px #356859;
    background: #f5fbf7;
}
.uw-card-select.active:hover {
    background: #eef8f2;
    transition: all 0.125s ease-in-out;
}

.uw-payment {
    min-height: 160px;
}

/* ------------------------------ PAGINTION BEGIN ------------------------------ */
.pager {
    margin: 0 0 3.75rem;
    font-size: 0;
    text-align: center;
    list-style-type: none;
}

.pager__item {
    display: inline-block;
    vertical-align: top;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 2px;
}
.pager__item:before {
    content: none;
}

.pager__item.active .pager__link {
    background-color: #356859;
    border-color: #356859;
    color: #fff !important;
    text-decoration: none;
}

.pager__item--prev svg, .pager__item--next svg {
    width: 8px;
    height: 12px;
}

.pager__item--next .pager__link svg {
    transform: rotate(180deg);
    transform-origin: center center;
}

.pager__link {
    position: relative;
    border-radius: 4px;
    display: block;
    text-align: center;
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.625rem;
    margin-left: -1px;
    color: #356859 !important;
    text-decoration: none;
    transition: 0.3s;
}

.pager__link:hover, .pager__link:focus, .pager__link:active {
    background-color: #356859;
    border-color: #356859;
    color: #fff !important;
    text-decoration: none;
}

.pager__link:hover svg path, .pager__link:focus svg path, .pager__link:active svg path {
    fill: #fff !important;
}

.pager .pager__item.active + .pager__item .pager__link, .pager .pager__item:hover + .pager__item .pager__link {
    border-left-color: #356859 !important;
}

@media screen and (max-width: 576px) {
    .pager__item {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .pager__item.active, .pager__item:first-of-type, .pager__item:last-of-type, .pager__item:nth-of-type(2), .pager__item:nth-last-of-type(2) {
        position: initial;
        top: initial;
        left: initial;
    }

    .pager__item.active + li {
        position: initial;
        top: initial;
        left: initial;
    }
}
/* ------------------------------ PAGINTION END ------------------------------ */
footer, .theme--light.v-footer {
    display: flex;
    align-items: center;
    background: #C3E6D0;
}
footer p, .theme--light.v-footer p {
    margin-bottom: 0;
    color: #272D5A;
    font-size: 13px;
    font-weight: 500;
}
footer .social-icons, .theme--light.v-footer .social-icons {
    margin-right: 108px;
}

footer .v-btn {
    font-size: 13px !important;
}

@media (max-width: 1400px) {
    .masthead-bg {
        background-position: top right -100px !important;
    }
}
@media (max-width: 1263px) {
    .masthead-bg {
        background-position: top right -300px !important;
    }

    .masthead-text {
        max-width: 500px;
    }

    .bg-accent:after {
        top: 90px;
    }

    header img {
        margin-bottom: 20px;
    }

    footer .social-icons, .theme--light.v-footer .social-icons {
        margin-right: 0;
    }
}

.news-wrap {
    display: flex;
    align-items: stretch;
}

.news-item {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    padding: 20px;
    font-family: 'PT Sans', sans-serif;
    border-radius: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #FFFFFF;
}

.news-item-date {
    font-size: 12px;
    background: #eeeff2;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
}

.news-item-title {
    font-weight: 500;
    color: #356859;
    font-family: "PT Serif", serif !important;
    font-size: 18px;
}

.news-item-readmore {
    background: #d7e1de;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    color: #356859 !important;
    font-size: 12px;
    width: 80px;
}

.news-item-readmore a {
    color: #356859 !important;
}

.v-btn:not(.v-btn--round).v-size--large {
    padding: 0 10px;
}

.congress-announcement {
    background: #D7E1DE;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.congress-announcement-title {
    font-family: "PT Serif", serif;
    color: #272D5A;
    font-size: 22px;
}

.congress-announcement a {
    background: #FFFFFF;
    padding: 10px 20px;
    border-radius: 20px;
    color: #272D5A !important;
    display: inline-block;
    margin-right: 20px;
}

.congress-announcement a:hover {
    background: #272D5A;
    color: #FFFFFF !important;
}

@media (max-width: 959px) {
    .masthead-bg {
        background-position: top right -400px !important;
    }

    .masthead-heading {
        max-width: 450px;
    }

    .masthead-text {
        max-width: 400px;
    }

    .bg-accent:after {
        top: 150px;
    }

    footer .footer-name, .theme--light.v-footer .footer-name {
        text-align: center;
        margin-bottom: 12px;
    }
    footer .social-icons, .theme--light.v-footer .social-icons {
        margin-right: 0;
        margin: 0 auto;
    }
    footer .footer-buttons, .theme--light.v-footer .footer-buttons {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    header img {
        max-width: 100px;
        margin-bottom: -18px;
    }

    .masthead-bg {
        background: url(../img/masthead-img-mobile.svg) no-repeat top -50px center !important;
        background-size: 100% !important;
    }

    .masthead-heading {
        max-width: 100%;
        margin-bottom: calc(100vw - 250px);
    }

    .masthead-text {
        max-width: 100%;
    }

    .bg-accent:after {
        top: -25px;
        transform: skewY(0);
    }

    .content-container, .form-container {
        margin-top: 80px;
    }

    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: flex;
    }

    .logo_menu {
        width: 100%;
    }
}
@media (max-width: 650px) {
    .masthead-bg {
        background: url(../img/masthead-img-mobile.svg) no-repeat top center !important;
        background-size: 100% !important;
    }

    .masthead-heading {
        max-width: 100%;
        margin-bottom: calc(100vw - 190px);
    }
}
@media (max-width: 500px) {
    .masthead-bg {
        background-size: 500px !important;
    }

    .masthead-heading {
        max-width: 100%;
        margin-bottom: 330px;
    }

    header img {
        margin-bottom: -18px;
    }

    .card-row {
        padding: 0;
        margin-top: 50px;
        background-image: none !important;
    }
}

.theme--light.v-sheet--outlined {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    border: none;
}

.v-btn {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px !important;
    text-transform: none;
    letter-spacing: none !important;
}

.v-card__title {
    font-family: "PT Serif", serif;
    color: #272D5A;
    font-weight: bold;
    font-size: 18px;
    padding: 20px;
}

.v-card__text {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #838383 !important;
    padding: 0 20px 0 20px;
}

.v-card__text p {
    color: #838383 !important;
    margin-bottom: 0 !important;
}

.v-card__actions {
    padding-top: 0 !important;
}

.read-all-news {
    border-radius: 35px;
    border: 1px solid #272D5A;
    padding: 10px 30px;
    font-size: 16px;
    color: #272D5A !important;
    font-weight: 400;
}

.read-all-news:hover {
    background: #F6F6F6;
    color: #272D5A !important;
}

/*.v-tabs-bar {
  border-radius: 35px;
  background-color: #FFFBE5;
}

.v-application .secondary {
    background-color: #FFFBE5 !important;
    border-color: #FFFBE5 !important;
}

.v-tab {
  text-transform: none;
  color: #3F4181;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: none;
}*/


.login-box {
    font-family: 'PT Sans', sans-serif;
    border: 1px solid #DADCE0;
    border-radius: 5px;
    padding: 30px;
}

.login-box-title {
    text-align: center;
    font-weight: 500;
    color: #272D5A;
    font-family: "PT Serif", serif;
    font-size: 19px;
    margin-bottom: 40px;
}

.login-box-text {
    font-size: 14px;
    line-height: 20px;
    color: #4A4A4A;
}

.login-box form {
    padding-top: 20px;
}

.login-box form label {
    font-size: 12px;
    color: #4A4A4A;
    text-transform: uppercase;
}

.login-box form input {
    border: 1px solid #DADCE0;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}

.email-error {
    display: flex;
    align-items: center;
    color: #a23b3b;
    font-size: 12px;
    line-height: 15px;
    display: none;
}

.email-error svg {
    stroke: #a23b3b;
    margin-right: 5px;
}

.login-form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.login-form-actions a {
    font-size: 13px;
    color: #356859 !important;
}

.login-form-actions a:hover {
    text-decoration: underline;
}

.login-form-actions button {
    background: #356859;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
}

.login-form-actions button:hover {
    background: #B3C5C0;
    cursor: pointer;
}

.create-account-box {
    font-family: 'PT Sans', sans-serif;
}

.create-account-box .row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.create-account-box-title {
    text-align: center;
    font-weight: 500;
    color: #356859;
    font-family: "PT Serif", serif;
    font-size: 19px;
    margin-bottom: 40px;
}

.create-account-box form label {
    font-size: 12px;
    color: #4A4A4A;
    text-transform: uppercase;
}

.create-account-box form input {
    border: 1px solid #DADCE0;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}

.checkbox {
    display: flex;
    align-items: center;
}

.create-account-box form input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-top: -2px;
    margin-right: 5px;
}

.create-account-box form .checkbox label {
    text-transform: none;
    font-size: 14px;
}

.alert {
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.alert.success {
    color: #FFFFFF;
}

.alert.success a {
    color: #FFFFFF !important;
    text-decoration: underline;
}

.members-area {
    font-family: 'PT Sans', sans-serif;
}

.members-area-title {
    text-align: center;
    font-weight: 500;
    color: #356859;
    font-family: "PT Serif", serif;
    font-size: 19px;
    margin-bottom: 40px;
}

.members-area ul {
    margin: 0;
    padding: 0;
}

.members-area li {
    list-style-type: none;
}

.members-area li a {
    display: inline-block;
    border-radius: 5px;
    background: #356859;
    cursor: pointer;
    padding: 10px 20px;
    color: #FFFFFF !important;
}

.members-area li a:hover {
    background: #B3C5C0;
}

.members-area li.disabled a {
    background: #CACACA;
}

h2.form-subtitle {
    font-size: 16px;
    border-bottom: 1px solid #356859;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.main-form input {
    border: 1px solid #DADCE0;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    margin-top: 5px;
}

.main-form select {
    border: 1px solid #DADCE0;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
}

.main-form label {
    font-size: 12px;
    color: #4A4A4A;
    text-transform: uppercase;
}

.main-form input[type=radio] {
    width: auto;
}

.main-form .radio {
    display: flex;
}

.main-form .radio input {
    margin-right: 5px;
    margin-left: 20px;
    margin-top: 3px;
}

.main-form .radio label {
    font-size: 13px;
}

.payment-option-wrap {
    float: left;
    width: 100%;
}

.payment-option-price {
    border-radius: 5px;
    background: #356859;
    color: #FFFFFF;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-right: 15px;
    float: left;
}

.payment-option-price1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-option-text {
    font-size: 13px;
}

.payment-option-text-title {
    font-size: 16px;
    color: #356859;
    margin-bottom: 5px;
    font-weight: 500;
}

.payment-option-text a {
    color: #4A4A4A;
}

a .payment-option-text {
    color: #4A4A4A;
}

.payment-option-wrap {
    padding: 5px;
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
}

.payment-option-wrap.selected {
    background: #d4edda;
}

.main-form .form-actions {
    text-align: center;
}

.main-form .form-actions button {
    background: #356859;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    margin-top: 40px;
    margin-bottom: 20px;
}

.already-subscribed {
    padding: 10px;
    border-radius: 5px;
    background: #EFEFEF;
    font-size: 12px;
    margin-top: -7px;
    margin-left: 20px;
}
.sponsor-container {
    height: 150px;
    width: 100%;
    margin: 24px 0;
}

.sponsor-container .sponsor-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 20px;
    cursor: grab;
    box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.12);
}
.sponsor-container .sponsor-image img {
    max-width: 120px;
    max-height: 60px;
}
@media (min-width: 1200px) {
    .sponsor-container .sponsor-image img {
        max-width: 140px;
        max-height: 100px;
    }
}
.swiper-title {
    font-size: 28px;
    font-family: "PT Serif", serif;
    color: #272D5A;
}

.ui-widget-overlay.modal-opened{
  background: rgb(0, 0, 0);
  opacity: 0.5;
  filter: Alpha(Opacity=50);         
}

.invoice-table {
    margin-bottom: 33px;
    width: 100%;
}

.invoice-table th {
    border: 0;
    background-color: #dddddd;
    text-align: left;
    padding: 5px;
}

.invoice-table td {
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 5px;
}

.board-documents {
    margin-bottom: 44px;
}

.board-documents .no-documents {
    margin-top: 21px;
}

.board-document {
    overflow: auto;
    border-radius: 7px;
    border: 1px solid #dddddd;
    padding: 14px;
    margin-bottom: 11px;
}

.board-document .doc-title a {
    font-weight: bold;
    margin-left: 4px;
}

.board-document .doc-title {
    display: flex;
    align-items: center;
}

.board-breadcrumbs {
    font-size: 0.9em;
    background: #f4f4f4;
    border: 1px solid #dddddd;
    padding: 7px;
    margin-bottom: 7px;
}

.board-document .doc-desc {
    margin-top: 3px;
}

.board-document .doc-desc, .board-document .doc-desc p {
    font-size: 14px;
}

.board-document .doc-desc p:last-of-type {
    margin-bottom: 0;
}

.board-document .doc-date {
    font-size: 11px;
    font-style: italic;
    color: #565656;
}

.board-document .doc-download a {
    display: inline-block;
    border-radius: 5px;
    background: #356859;
    cursor: pointer;
    padding: 5px 10px;
    color: #FFFFFF !important;
}

.board-document .doc-download a:hover {
    background: #B3C5C0;
}
